/haiku/src/kits/debugger/dwarf/ |
H A D | DebugInfoEntry.cpp | 115 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 D | Stacker.h | 19 Stacker(Type*& location, Type* element) in Stacker() 27 Stacker(Type** location, Type* element) in Stacker()
|
/haiku/src/kits/storage/disk_device/ |
H A D | DiskDeviceUtils.h | 19 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 D | FileSourceCode.cpp | 47 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 D | Variable.cpp | 16 ValueLocation* location, CpuState* state) in Variable()
|
/haiku/src/apps/switcher/ |
H A D | Switcher.cpp | 54 uint32 location = (uint32)message->FindInt32("location"); in MessageReceived() local 70 uint32 location; in MessageReceived() local
|
H A D | CaptureWindow.cpp | 99 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 D | PanelWindow.cpp | 30 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 D | ValueLoader.cpp | 43 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 D | ValueNode.cpp | 104 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 D | shaderutil.h | 12 GLint location; /**< filled in by InitUniforms() */ member 23 GLint location; member
|
/haiku/src/kits/package/ |
H A D | ActivationTransaction.cpp | 44 int32 location; in BActivationTransaction() local 88 BActivationTransaction::SetTo(BPackageInstallationLocation location, in SetTo() 115 BActivationTransaction::SetLocation(BPackageInstallationLocation location) in SetLocation()
|
H A D | DaemonClient.cpp | 42 BPackageInstallationLocation location, BInstallationLocationInfo& _info) in GetInstallationLocationInfo() 151 BDaemonClient::CreateTransaction(BPackageInstallationLocation location, in CreateTransaction()
|
/haiku/src/kits/debugger/value/value_nodes/ |
H A D | CompoundValueNode.cpp | 81 ValueLocation* location; in ResolveLocation() local 131 ValueLocation* location; in ResolveLocation() local 183 ValueLocation* location = NodeChild()->Location(); in ResolvedLocationAndValue() local
|
H A D | BListValueNode.cpp | 80 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 D | AddressValueNode.cpp | 55 ValueLocation* location = NodeChild()->Location(); in ResolvedLocationAndValue() local 192 ValueLocation* location; in ResolveLocation() local
|
H A D | PointerToMemberValueNode.cpp | 47 ValueLocation* location = NodeChild()->Location(); in ResolvedLocationAndValue() local
|
H A D | EnumerationValueNode.cpp | 46 ValueLocation* location = NodeChild()->Location(); in ResolvedLocationAndValue() local
|
/haiku/src/system/libroot/posix/ |
H A D | dlfcn.c | 41 void* location; in dlsym() local 83 void* location; in dladdr() local
|
/haiku/src/kits/package/solver/ |
H A D | SolverRepository.cpp | 48 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 D | command_full_sync.cpp | 56 BPackageInstallationLocation location in Execute() local
|
H A D | command_update.cpp | 58 BPackageInstallationLocation location in Execute() local
|
H A D | command_uninstall.cpp | 54 BPackageInstallationLocation location in Execute() local
|
/haiku/src/kits/debugger/jobs/ |
H A D | ResolveValueNodeJob.cpp | 158 ValueLocation* location; in _ResolveNodeValue() local 189 ValueLocation* location = NULL; in _ResolveNodeChildLocation() local
|
/haiku/src/apps/haikudepot/util/ |
H A D | PackageKitUtils.cpp | 41 PackageKitUtils::_DeriveDirectoryWhich(BPackageInstallationLocation location, in _DeriveDirectoryWhich()
|