Home
last modified time | relevance | path

Searched refs:part (Results 1 – 25 of 26) sorted by relevance

12

/art/test/911-get-stack-trace/src/art/
DPrintThread.java29 for (String part : stackElement) { in print()
31 System.out.print(part); in print()
73 for (String part : stackElement) { in printAll()
75 sb.append(part); in printAll()
/art/libdexfile/dex/
Ddex_file_layout.cc99 const DexLayoutSection::Subsection& part = section.parts_[i]; in operator <<() local
101 << part.start_offset_ << "-" << part.end_offset_ << ") "; in operator <<()
/art/test/2031-zygote-compiled-frame-deopt/
Dinfo.txt5 We would hit DCHECKS before (part of) the fix to this bug.
/art/test/641-irreducible-inline/smali/
DIrreducibleLoop.smali25 # The then part: beginning of the irreducible loop.
32 # The else part.
/art/odrefresh/
DREADME.md3 This tool is part of the ART APEX and is used to refresh compilation artifacts following an
DAndroid.bp76 min_sdk_version: "29", // As part of mainline modules(APEX), it should support at least 29(Q).
/art/test/564-checker-irreducible-loop/smali/
DIrreducibleLoop.smali29 # The then part: beginning of the irreducible loop.
36 # The else part: a block uses the ArtMethod and branches to
/art/runtime/
Dhidden_api.cc219 for (const char* part : GetSignatureParts()) { in DoesPrefixMatch() local
220 size_t count = std::min(prefix.length() - pos, strlen(part)); in DoesPrefixMatch()
221 if (prefix.compare(pos, count, part, 0, count) == 0) { in DoesPrefixMatch()
242 for (const char* part : GetSignatureParts()) { in Dump() local
243 os << part; in Dump()
Dmutator_gc_coord.md94 the mutator mutex, e.g. as part of `ScopedObjectAccess` construction.
/art/test/565-checker-irreducible-loop/smali/
DIrreducibleLoop.smali35 # The then part: beginning of the irreducible loop.
70 # The then part: beginning of the irreducible loop.
/art/test/571-irreducible-loop/smali/
DIrreducibleLoop.smali29 # The then part: beginning of the irreducible loop.
/art/test/523-checker-can-throw-regression/smali/
DTest.smali42 # Block would be split here but second part not marked as throwing.
/art/test/592-checker-regression-bool-input/smali/
DTestCase.smali41 # ... and select generation will replace this part with a select
/art/
DNOTICE116 excluding those notices that do not pertain to any part of
119 (d) If the Work includes a "NOTICE" text file as part of its
123 pertain to any part of the Derivative Works, in at least one
125 as part of the Derivative Works; within the Source form or
/art/test/
DREADME.atest.md48 as part of the Testing ART APEX (`com.android.art.testing.apex`) on device,
49 i.e. they have to be part of the ART APEX package itself to be able to build and
DREADME.md200 Both ART run-tests and gtests are run continuously as part of [ART's continuous
/art/tools/hiddenapi/
DREADME.md9 lists are assumed to be part of the SDK and left accessible by all code.
/art/tools/runtime_memusage/
DREADME7 1. Visualizing what part of a Dex File is being accessed at what time
/art/runtime/interpreter/mterp/
DREADME.txt79 changed is the value of curHandlerTable - which is part of the interpBreak
/art/build/
DREADME.md74 ## Building as part of the base system image
/art/build/sdk/
DAndroid.bp32 // Additional visibility to add to the prebuilt modules that are part of
/art/libnativeloader/
DREADME.md82 native libraries from the various partitions. It can be considered as a part of
/art/tools/checker/
DREADME111 variables as part of the statement input is not allowed. Any other surrounding text will be passed
/art/compiler/
DAndroid.bp442 // but happens to use x86 codegen as part of the test.
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali356 # Check than a loop before an irreducible loop is not part of the

12