Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 21 of 21) 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/libartbase/base/metrics/
DREADME.md10 (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
/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/
DAndroid.bp16 // default license using the 'licenses: [...]' property on targets as needed.
/art/openjdkjvm/
DAndroid.bp28 // default license using the 'licenses: [...]' property on targets as needed.
/art/libnativeloader/
DAndroid.bp44 // Library search path needed for running host tests remotely (from testcases directory).
/art/dt_fd_forward/
DAndroid.bp31 // default license using the 'licenses: [...]' property on targets as needed.
/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.bp43 // include needed unwind information.
/art/tools/jvmti-agents/ti-fast/
DREADME.md34 those needed to listen for the events are gained.
/art/openjdkjvmti/
DAndroid.bp28 // default license using the 'licenses: [...]' property on targets as needed.
/art/libdexfile/
DAndroid.bp438 // Support multilib variants (using different suffix per sub-architecture), which is needed on
541 // ubsan_minimal. It's needed to be able to link with the prebuilt
/art/build/
DREADME.md115 * `prebuilts/module_sdk/art` for the ART Module SDK and other tools, needed to
/art/test/
DREADME.arm_fvp.md113 If any extra parameters are needed for the model (e.g. specifying plugins) they
DAndroid.bp229 // Support multilib variants (using different suffix per sub-architecture), which is needed on
762 // This is needed to resolve the base/ header file in libdexfile. Unfortunately there are
1262 // Support multilib variants (using different suffix per sub-architecture), which is needed on
/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.bp114 // Libraries needed to execute ART run-tests.