Searched refs:needed (Results 1 – 21 of 21) 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
10 (such as counter or histogram), and any additional arguments that are needed.45 `minimum_value` and `maximum_value` parameters are needed because we need to
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
16 // default license using the 'licenses: [...]' property on targets as needed.
28 // default license using the 'licenses: [...]' property on targets as needed.
44 // Library search path needed for running host tests remotely (from testcases directory).
31 // default license using the 'licenses: [...]' property on targets as needed.
624 const size_t needed = ((RoundUp(length / ALLOCATION_UNIT_SIZE, 256) / 256) * 2) + 17; in AppendChunk() local626 if (byte_left < needed) { in AppendChunk()635 if (byte_left < needed) { in AppendChunk()637 << needed << " bytes)"; in AppendChunk()
43 // include needed unwind information.
34 those needed to listen for the events are gained.
438 // Support multilib variants (using different suffix per sub-architecture), which is needed on541 // ubsan_minimal. It's needed to be able to link with the prebuilt
115 * `prebuilts/module_sdk/art` for the ART Module SDK and other tools, needed to
113 If any extra parameters are needed for the model (e.g. specifying plugins) they
229 // Support multilib variants (using different suffix per sub-architecture), which is needed on762 // This is needed to resolve the base/ header file in libdexfile. Unfortunately there are1262 // Support multilib variants (using different suffix per sub-architecture), which is needed on
57 --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
114 // Libraries needed to execute ART run-tests.