Home
last modified time | relevance | path

Searched refs:variants (Results 1 – 25 of 29) sorted by relevance

12

/art/test/testrunner/
Dtestrunner.py837 variants = parse_variants(failure.get('variant'))
846 variants.add('target')
859 disabled_test_info[test] = disabled_test_info[test].union(variants)
861 disabled_test_info[test] = variants
901 for variants in variants_list:
903 for variant in variants:
915 def parse_variants(variants): argument
918 if not variants:
919 variants = ''
921 variants += variant
[all …]
/art/runtime/arch/
Dinstruction_set_features.h139 static bool FindVariantInArray(const char* const variants[], size_t num_variants,
Dinstruction_set_features.cc308 bool InstructionSetFeatures::FindVariantInArray(const char* const variants[], size_t num_variants, in FindVariantInArray() argument
310 const char* const * begin = variants; in FindVariantInArray()
/art/tools/jvmti-agents/wrapagentproperties/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/tools/jvmti-agents/breakpoint-logger/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/tools/jvmti-agents/dump-jvmti-state/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/tools/jvmti-agents/list-extensions/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/tools/jvmti-agents/simple-force-redefine/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/tools/jvmti-agents/jit-load/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/tools/jvmti-agents/titrace/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/build/apex/
DAndroid.bp71 // - Debug variants (libraries).
303 // variants nor tools), included in user builds. Also used for
316 // debug variants, as well as additional tools), included in userdebug and
351 // and debug variants, additional tools, and ART gtests), for testing
481 // sdk module types have 3 (maybe 4 for windows?) variants: linux, android, and common_os.
482 // common_os depends on the linux/android variants and packages their artifacts into a zip file.
/art/tools/jvmti-agents/field-counts/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/tools/jvmti-agents/chain-agents/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/adbconnection/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/tools/jvmti-agents/field-null-percent/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/tools/jvmti-agents/ti-fast/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/tools/jvmti-agents/enable-vlog/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/tools/jvmti-agents/simple-profile/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/tools/tracefast-plugin/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/tools/jvmti-agents/ti-alloc-sample/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/perfetto_hprof/
DAndroid.bp16 // Build variants {target} x {debug,ndebug} x {32,64}
/art/dt_fd_forward/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/imgdiag/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/build/
DREADME.md13 device cannot have both the non-debug and debug variants installed at once - it
/art/compiler/
DAndroid.bp17 // TODO We should really separate out those files that are actually needed for both variants of an

12