/external/libbrillo/brillo/errors/ |
D | error_unittest.cc | 33 EXPECT_EQ("GenerateNetworkError", err->GetLocation().function_name()); in TEST() 34 EXPECT_EQ("error_unittest.cc", err->GetLocation().file_name()); in TEST() 35 EXPECT_EQ(15, err->GetLocation().line_number()); in TEST() 74 EXPECT_EQ(error1->GetLocation().function_name(), in TEST() 75 error2->GetLocation().function_name()); in TEST() 76 EXPECT_EQ(error1->GetLocation().file_name(), error2->GetLocation().file_name()); in TEST() 77 EXPECT_EQ(error1->GetLocation().line_number(), in TEST() 78 error2->GetLocation().line_number()); in TEST()
|
D | error.h | 61 const base::Location& GetLocation() const { in GetLocation() function
|
/external/vixl/src/aarch32/ |
D | location-aarch32.h | 129 return GetLocation() == other.GetLocation(); 132 return GetLocation() < other.GetLocation(); 135 return GetLocation() <= other.GetLocation(); 138 return GetLocation() > other.GetLocation(); 364 buffer->UpdateData(GetLocation(), GetDataAddress(), GetSize()); in UpdateValue() 400 return element.GetLocation(); in GetKey()
|
D | location-aarch32.cc | 49 int32_t from = reference.GetLocation(); in ResolveReferences()
|
D | assembler-aarch32.cc | 2546 ? location->GetLocation() - in adr() 2563 Location::Offset offset = location->GetLocation() - AlignDown(pc, 4); in adr() 2594 Location::Offset offset = location->GetLocation() - AlignDown(pc, 4); in adr() 2628 Location::Offset offset = location->GetLocation() - AlignDown(pc, 4); in adr() 3013 ? location->GetLocation() - in b() 3030 Location::Offset offset = location->GetLocation() - pc; in b() 3057 Location::Offset offset = location->GetLocation() - pc; in b() 3081 Location::Offset offset = location->GetLocation() - pc; in b() 3110 Location::Offset offset = location->GetLocation() - pc; in b() 3138 Location::Offset offset = location->GetLocation() - pc; in b() [all …]
|
/external/v8/src/compiler/ |
D | linkage.h | 99 caller_location.GetLocation() + stack_param_delta, in ConvertToTailCallerLocation() 116 int32_t GetLocation() const { in GetLocation() function 125 return IsRegister() && GetLocation() == ANY_REGISTER; in IsAnyRegister() 127 bool IsCallerFrameSlot() const { return !IsRegister() && GetLocation() < 0; } in IsCallerFrameSlot() 128 bool IsCalleeFrameSlot() const { return !IsRegister() && GetLocation() >= 0; } in IsCalleeFrameSlot() 132 return GetLocation(); in AsRegister() 136 return GetLocation(); in AsCallerFrameSlot() 140 return GetLocation(); in AsCalleeFrameSlot()
|
D | instruction-selector-impl.h | 200 location.GetLocation()); in UseExplicit()
|
D | linkage.cc | 84 -operand.GetLocation() + operand.GetSizeInPointers() - 1; in GetFirstUnusedStackSlot()
|
/external/v8/src/ |
D | pending-compilation-error-handler.cc | 28 MessageLocation PendingCompilationErrorHandler::MessageDetails::GetLocation( in GetLocation() function in v8::internal::PendingCompilationErrorHandler::MessageDetails 67 MessageLocation location = warning.GetLocation(script); in ReportWarnings() 94 MessageLocation location = error_details_.GetLocation(script); in ThrowPendingError()
|
D | global-handles.h | 274 return Handle<Object>(GetLocation(index)); in Get() 310 inline Object** GetLocation(int index) { in GetLocation() function
|
D | pending-compilation-error-handler.h | 85 MessageLocation GetLocation(Handle<Script> script) const;
|
D | global-handles.cc | 1117 GetLocation(index)); in IterateNewSpaceRoots() 1124 if (Heap::InNewSpace(*GetLocation(index))) { in PostGarbageCollectionProcessing()
|
/external/vixl/examples/aarch32/ |
D | custom-aarch32-disasm.cc | 52 symbols_.find(label.GetLocation()); in operator <<() 107 std::pair<Location::Offset, const char*>(GetLocation(), name_)); in ~NamedLabel()
|
D | examples.h | 66 int32_t location = entry_point.GetLocation(); in GetEntryPoint()
|
/external/image_io/src/base/ |
D | data_scanner.cc | 305 token_range_ = DataRange(context.GetLocation(), context.GetLocation()); in Scan() 307 size_t bytes_available = context.GetRange().GetEnd() - context.GetLocation(); in Scan()
|
/external/vixl/src/ |
D | pool-manager.h | 198 T GetLocation() const { return location_; } in GetLocation() function 350 T GetLocation() const { return location_; } in GetLocation() function
|
/external/image_io/includes/image_io/base/ |
D | data_context.h | 32 size_t GetLocation() const { return location_; } in GetLocation() function
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 119 AliasAnalysis::ModRefResult GetLocation(const Instruction *Inst, in GetLocation() function 208 AliasAnalysis::ModRefResult MR = GetLocation(Inst, Loc, AA); in getCallSiteDependencyFrom() 538 AliasAnalysis::ModRefResult MR = GetLocation(QueryInst, MemLoc, AA); in getDependency()
|
/external/protobuf/src/google/protobuf/ |
D | text_format.h | 375 ParseLocation GetLocation(const FieldDescriptor* field, int index) const;
|
D | text_format_unittest.cc | 973 TextFormat::ParseLocation location = tree->GetLocation( in ExpectLocation()
|
/external/vixl/test/ |
D | test-pool-manager.cc | 102 int32_t location = GetLocation(); in ResolveReferences() 179 int32_t location = GetLocation(); in ResolveReferences()
|
/external/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 89 static ModRefInfo GetLocation(const Instruction *Inst, MemoryLocation &Loc, in GetLocation() function 181 ModRefInfo MR = GetLocation(Inst, Loc, TLI); in getCallSiteDependencyFrom() 708 ModRefInfo MR = GetLocation(QueryInst, MemLoc, TLI); in getDependency()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 118 static ModRefInfo GetLocation(const Instruction *Inst, MemoryLocation &Loc, in GetLocation() function 205 ModRefInfo MR = GetLocation(Inst, Loc, TLI); in getCallSiteDependencyFrom() 744 ModRefInfo MR = GetLocation(QueryInst, MemLoc, TLI); in getDependency()
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 55 ptrdiff_t GetLocation() const { return location_; } in GetLocation() function 57 return GetLocation(); 462 return GetBuffer().GetOffsetAddress<T>(label->GetLocation()); in GetLabelAddress() 4061 return GetBuffer().GetOffsetFrom(label->GetLocation()); in GetSizeOfCodeGeneratedSince()
|
/external/sonivox/jet_tools/JetCreator/ |
D | eas.py | 403 def GetLocation (self): member in EAS_File
|