Searched refs:extras (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | reference_table.cc | 190 std::string extras; in Dump() local 193 StringAppendF(&extras, " (%zd elements)", element_count); in Dump() 198 StringAppendF(&extras, " \"%s\"", utf8.c_str()); in Dump() 200 StringAppendF(&extras, " \"%.16s... (%d chars)", utf8.c_str(), s->GetLength()); in Dump() 205 extras = " (referent is null)"; in Dump() 207 extras = StringPrintf(" (referent is a %s)", referent->PrettyTypeOf().c_str()); in Dump() 210 os << StringPrintf(" %5d: ", idx) << ref << " " << className << extras << "\n"; in Dump()
|
/art/libartservice/service/java/com/android/server/art/ |
D | PreRebootDexoptJob.java | 210 PersistableBundle extras = new PersistableBundle(1 /* capacity */); in scheduleLocked() local 211 extras.putString("ticket", ticket); in scheduleLocked() 216 .setExtras(extras) in scheduleLocked()
|
/art/tools/golem/ |
D | build-target.sh | 151 (\cd "$(gettop)"; env $extras build/soong/soong_ui.bash --dumpvar-mode $varname)
|
/art/libdexfile/ |
D | Android.bp | 179 "//system/extras/simpleperf", 559 "//system/extras/simpleperf",
|