Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 14 of 14) sorted by relevance

/art/test/062-character-encodings/src/
DMain.java18 Set<String> needed = new HashSet<String>(standardCharsets); in main() local
21 needed.remove(canonicalName); in main()
23 System.out.println("Missing: " + needed); in main()
/art/test/476-checker-ctor-memory-barrier/
Dinfo.txt1 Tests if we add memory barriers on constructors when needed (i.e when the
/art/test/965-default-verify/
Dinfo.txt4 build-src contains java files that are needed if you are to compile with javac
/art/tools/
Dlibjdwp-compat.props15 # These are properties that are needed for RI jdwp to run.
/art/test/587-inline-class-error/smali/
DVerifyError.smali25 # Having a static field in the class is needed to get the
/art/libnativeloader/
DAndroid.bp38 // Library search path needed for running host tests remotely (from testcases directory).
/art/tools/jvmti-agents/ti-fast/
DREADME.md34 those needed to listen for the events are gained.
/art/runtime/
Ddebugger.cc624 const size_t needed = ((RoundUp(length / ALLOCATION_UNIT_SIZE, 256) / 256) * 2) + 17; in AppendChunk() local
626 if (byte_left < needed) { in AppendChunk()
635 if (byte_left < needed) { in AppendChunk()
637 << needed << " bytes)"; in AppendChunk()
DAndroid.bp34 // include needed unwind information.
/art/build/sdk/
DAndroid.bp96 // that are needed by hiddenapi.
/art/tools/dexfuzz/
DREADME57 --allarm. Also in this case only one backend is needed, if i.e., you wanted to test
/art/compiler/
DAndroid.bp17 // TODO We should really separate out those files that are actually needed for both variants of an
/art/build/apex/
DAndroid.bp92 // Libraries needed to execute ART run-tests.
/art/test/
DAndroid.bp502 // This is needed to resolve the base/ header file in libdexfile. Unfortunately there are