Searched refs:needed (Results 1 – 11 of 11) sorted by relevance
18 Set<String> needed = new HashSet<String>(standardCharsets); in main() local21 needed.remove(canonicalName); in main()23 System.out.println("Missing: " + needed); in main()
1 Tests if we add memory barriers on constructors when needed (i.e when the
4 build-src contains java files that are needed if you are to compile with javac
15 # These are properties that are needed for RI jdwp to run.
25 # Having a static field in the class is needed to get the
32 those needed to listen for the events are gained.
59 --allarm. Also in this case only one backend is needed, if i.e., you wanted to test
17 // TODO We should really separate out those files that are actually needed for both variants of an
123 // Libraries needed to use com.android.runtime.host for zipapex run-tests
379 // This is needed to resolve the base/ header file in libdexfile. Unfortunately there are
4687 const size_t needed = ((RoundUp(length / ALLOCATION_UNIT_SIZE, 256) / 256) * 2) + 17; in AppendChunk() local4689 if (byte_left < needed) { in AppendChunk()4698 if (byte_left < needed) { in AppendChunk()4700 << needed << " bytes)"; in AppendChunk()