Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 7 of 7) 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/test/587-inline-class-error/smali/
DVerifyError.smali25 # Having a static field in the class is needed to get the
/art/tools/dexfuzz/
DREADME59 --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/runtime/
Ddebugger.cc4722 const size_t needed = ((RoundUp(length / ALLOCATION_UNIT_SIZE, 256) / 256) * 2) + 17; in AppendChunk() local
4724 if (byte_left < needed) { in AppendChunk()
4733 if (byte_left < needed) { in AppendChunk()
4735 << needed << " bytes)"; in AppendChunk()