/aosp12/system/tools/aidl/ |
H A D | logging.cpp | 25 : 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 D | aidl_language.cpp | 75 : 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 D | logging.h | 62 const AidlLocation location_; variable
|
H A D | aidl_language.h | 140 const AidlLocation& GetLocation() const { return location_; } 150 const AidlLocation location_;
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_breakpoint.h | 60 return method_ == other.method_ && location_ == other.location_; 68 return location_; in GetLocation() 73 jlocation location_; variable
|
H A D | ti_breakpoint.cc | 121 ^ 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 D | output_stream.h | 36 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 D | commands.cpp | 343 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 D | commands.h | 109 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 D | oat_file.h | 189 return location_; in GetLocation() 393 const std::string location_;
|
H A D | oat_file.cc | 1936 : location_(location), in OatFile() 1950 CHECK(!location_.empty()); in OatFile()
|
H A D | class_linker_test.cc | 680 addOffset(OFFSETOF_MEMBER(mirror::DexCache, location_), "location"); in DexCacheOffsets()
|
/aosp12/system/iorap/src/db/ |
H A D | models.h | 453 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 D | dex_cache.cc | 243 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), location); in SetLocation()
|
H A D | dex_cache-inl.h | 411 return GetFieldObject<String>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_)); in GetLocation()
|
H A D | dex_cache.h | 555 HeapReference<String> location_; variable
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_file.h | 202 return location_; in GetLocation() 851 const std::string location_; variable
|
H A D | dex_file.cc | 110 location_(location), in DexFile()
|
H A D | dex_file_verifier.cc | 202 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 D | protobuf-java-3.7.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |