Home
last modified time | relevance | path

Searched refs:location_ (Results 1 – 20 of 20) sorted by relevance

/aosp12/system/tools/aidl/
H A Dlogging.cpp25 : os_(&std::cerr), severity_(severity), location_(location), suffix_(suffix) { in AidlErrorLog()
34 : AidlErrorLog(severity, node.location_) {} in AidlErrorLog()
43 if (location_.IsInternal()) { in ~AidlErrorLog()
44 (*os_) << "Logging an internal location should not happen. Offending location: " << location_ in ~AidlErrorLog()
H A Daidl_language.cpp75 : location_(location), comments_(comments) {} in AidlNode()
79 ss << location_.file_ << ":" << location_.begin_.line; in PrintLine()
85 ss << location_.file_ << ":" << location_.begin_.line << ":" << location_.begin_.column << ":" in PrintLocation()
86 << location_.end_.line << ":" << location_.end_.column; in PrintLocation()
H A Dlogging.h62 const AidlLocation location_; variable
H A Daidl_language.h140 const AidlLocation& GetLocation() const { return location_; }
150 const AidlLocation location_;
/aosp12/art/openjdkjvmti/
H A Dti_breakpoint.h60 return method_ == other.method_ && location_ == other.location_;
68 return location_; in GetLocation()
73 jlocation location_; variable
H A Dti_breakpoint.cc121 ^ std::hash<jlocation> {}(location_); in hash()
124 Breakpoint::Breakpoint(art::ArtMethod* m, jlocation loc) : method_(m), location_(loc) { in Breakpoint()
/aosp12/art/libelffile/stream/
H A Doutput_stream.h36 explicit OutputStream(const std::string& location) : location_(location) {} in OutputStream()
41 return location_; in GetLocation()
57 const std::string location_;
/aosp12/bootable/recovery/updater/
H A Dcommands.cpp343 if (location_) { in ReadAll()
344 MoveRange(buffer, location_, *buffer, block_size); in ReadAll()
362 const RangeSet& location = location_ ? location_ : RangeSet({ Range{ 0, ranges_.blocks() } }); in DumpBuffer()
394 if (source.location_) { in operator <<()
395 os << " (location: " << source.location_.ToString() << ")"; in operator <<()
/aosp12/bootable/recovery/updater/include/private/
H A Dcommands.h109 location_(std::move(location)), in SourceInfo()
143 return hash_ == other.hash_ && ranges_ == other.ranges_ && location_ == other.location_ &&
157 RangeSet location_; variable
/aosp12/art/runtime/
H A Doat_file.h189 return location_; in GetLocation()
393 const std::string location_;
H A Doat_file.cc1936 : location_(location), in OatFile()
1950 CHECK(!location_.empty()); in OatFile()
H A Dclass_linker_test.cc680 addOffset(OFFSETOF_MEMBER(mirror::DexCache, location_), "location"); in DexCacheOffsets()
/aosp12/system/iorap/src/db/
H A Dmodels.h453 LOG(INFO) << "Reinitialized database at '" << location_ << "'"; in Reinitialize()
470 SchemaModel(DbHandle db, std::string location) : Model{db}, location_(location) { in SchemaModel()
566 std::string location_; variable
/aosp12/art/runtime/mirror/
H A Ddex_cache.cc243 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), location); in SetLocation()
H A Ddex_cache-inl.h411 return GetFieldObject<String>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_)); in GetLocation()
H A Ddex_cache.h555 HeapReference<String> location_; variable
/aosp12/art/libdexfile/dex/
H A Ddex_file.h202 return location_; in GetLocation()
851 const std::string location_; variable
H A Ddex_file.cc110 location_(location), in DexFile()
H A Ddex_file_verifier.cc202 location_(location), in DexFileVerifier()
344 failure_reason_ = StringPrintf("Failure to verify dex file '%s': ", location_); in ErrorStringPrintf()
378 const char* const location_; member in art::dex::DexFileVerifier
/aosp12/packages/apps/TV/libs/m2/
H A Dprotobuf-java-3.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...