Home
last modified time | relevance | path

Searched defs:location (Results 1 – 25 of 150) sorted by relevance

123456

/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntry.cpp115 DeclarationLocation* location = const_cast<DebugInfoEntry*>(this) in GetDeclarationFile() local
128 DeclarationLocation* location = const_cast<DebugInfoEntry*>(this) in GetDeclarationLine() local
141 DeclarationLocation* location = const_cast<DebugInfoEntry*>(this) in GetDeclarationColumn() local
163 if (DeclarationLocation* location = GetDeclarationLocation()) { in AddAttribute_decl_file() local
176 if (DeclarationLocation* location = GetDeclarationLocation()) { in AddAttribute_decl_line() local
189 if (DeclarationLocation* location = GetDeclarationLocation()) { in AddAttribute_decl_column() local
202 if (LocationDescription* location = GetLocationDescription()) { in AddAttribute_location() local
/haiku/headers/private/package/hpkg/
H A DStacker.h19 Stacker(Type*& location, Type* element) in Stacker()
27 Stacker(Type** location, Type* element) in Stacker()
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceUtils.h19 set_string(char*& location, const char* newString) in set_string()
35 #define SET_STRING_RETURN_ON_ERROR(location, string) \ argument
/haiku/src/kits/debugger/model/
H A DFileSourceCode.cpp47 FileSourceCode::AddSourceLocation(const SourceLocation& location) in AddSourceLocation()
102 FileSourceCode::GetStatementLocationRange(const SourceLocation& location, in GetStatementLocationRange()
133 FileSourceCode::_FindSourceLocationIndex(const SourceLocation& location, in _FindSourceLocationIndex()
H A DVariable.cpp16 ValueLocation* location, CpuState* state) in Variable()
/haiku/src/apps/switcher/
H A DSwitcher.cpp54 uint32 location = (uint32)message->FindInt32("location"); in MessageReceived() local
70 uint32 location; in MessageReceived() local
H A DCaptureWindow.cpp99 uint32 location = kNowhere; in MouseMoved() local
123 uint32 location = kNowhere; in KeyDown() local
163 CaptureView::_Notify(uint32 location, team_id team) in _Notify()
H A DPanelWindow.cpp30 PanelWindow::PanelWindow(uint32 location, uint32 which, team_id team) in PanelWindow()
75 PanelWindow::_ViewFor(uint32 location, uint32 which, team_id team) const in _ViewFor()
/haiku/src/kits/debugger/value/
H A DValueLoader.cpp43 ValueLoader::LoadValue(ValueLocation* location, type_code valueType, in LoadValue()
215 ValueLoader::LoadRawValue(BVariant& location, size_t bytesToRead, void* _value) in LoadRawValue()
228 ValueLoader::LoadStringValue(BVariant& location, size_t maxSize, BString& _value) in LoadStringValue()
H A DValueNode.cpp104 ValueNode::SetLocationAndValue(ValueLocation* location, Value* value, in SetLocationAndValue()
222 ValueNodeChild::SetLocation(ValueLocation* location, status_t resolutionState) in SetLocation()
/haiku/src/tests/kits/opengl/glsl/
H A Dshaderutil.h12 GLint location; /**< filled in by InitUniforms() */ member
23 GLint location; member
/haiku/src/kits/package/
H A DActivationTransaction.cpp44 int32 location; in BActivationTransaction() local
88 BActivationTransaction::SetTo(BPackageInstallationLocation location, in SetTo()
115 BActivationTransaction::SetLocation(BPackageInstallationLocation location) in SetLocation()
H A DDaemonClient.cpp42 BPackageInstallationLocation location, BInstallationLocationInfo& _info) in GetInstallationLocationInfo()
151 BDaemonClient::CreateTransaction(BPackageInstallationLocation location, in CreateTransaction()
/haiku/src/kits/debugger/value/value_nodes/
H A DCompoundValueNode.cpp81 ValueLocation* location; in ResolveLocation() local
131 ValueLocation* location; in ResolveLocation() local
183 ValueLocation* location = NodeChild()->Location(); in ResolvedLocationAndValue() local
H A DBListValueNode.cpp80 ValueLocation* location = new(std::nothrow) ValueLocation(); in ResolveLocation() local
122 BVariant location, BListValueNode* parent, Type* type) in BListItemCountNodeChild()
146 ValueLocation* location = new(std::nothrow) ValueLocation(); in ResolveLocation() local
198 ValueLocation* location = NodeChild()->Location(); in ResolvedLocationAndValue() local
H A DAddressValueNode.cpp55 ValueLocation* location = NodeChild()->Location(); in ResolvedLocationAndValue() local
192 ValueLocation* location; in ResolveLocation() local
H A DPointerToMemberValueNode.cpp47 ValueLocation* location = NodeChild()->Location(); in ResolvedLocationAndValue() local
H A DEnumerationValueNode.cpp46 ValueLocation* location = NodeChild()->Location(); in ResolvedLocationAndValue() local
/haiku/src/system/libroot/posix/
H A Ddlfcn.c41 void* location; in dlsym() local
83 void* location; in dladdr() local
/haiku/src/kits/package/solver/
H A DSolverRepository.cpp48 BSolverRepository::BSolverRepository(BPackageInstallationLocation location) in BSolverRepository()
100 BSolverRepository::SetTo(BPackageInstallationLocation location) in SetTo()
287 BSolverRepository::AddPackages(BPackageInstallationLocation location) in AddPackages()
/haiku/src/bin/pkgman/
H A Dcommand_full_sync.cpp56 BPackageInstallationLocation location in Execute() local
H A Dcommand_update.cpp58 BPackageInstallationLocation location in Execute() local
H A Dcommand_uninstall.cpp54 BPackageInstallationLocation location in Execute() local
/haiku/src/kits/debugger/jobs/
H A DResolveValueNodeJob.cpp158 ValueLocation* location; in _ResolveNodeValue() local
189 ValueLocation* location = NULL; in _ResolveNodeChildLocation() local
/haiku/src/apps/haikudepot/util/
H A DPackageKitUtils.cpp41 PackageKitUtils::_DeriveDirectoryWhich(BPackageInstallationLocation location, in _DeriveDirectoryWhich()

123456