/aosp12/build/soong/ui/build/ |
H A D | ninja.go | 54 var parallel int 56 parallel = config.RemoteParallel() 58 parallel = config.Parallel() 60 args = append(args, "-j", strconv.Itoa(parallel))
|
H A D | config.go | 44 parallel int member 131 ret.parallel = runtime.NumCPU() + 2 603 c.parallel = parseArgNum(c.parallel) 840 return c.parallel 849 parallel := c.Parallel() 855 return (parallel + 15) / 16 858 return parallel 865 } else if p := int(c.totalRAM / minMemPerHighmemProcess); p < parallel { 870 return parallel
|
H A D | config_test.go | 47 parallel int 89 parallel: -1, 94 if c.parallel != tc.parallel { 97 tc.parallel, c.parallel)
|
/aosp12/hardware/interfaces/tests/multithread/1.0/ |
H A D | IMultithread.hal | 22 * Makes calls finish only when specific number of them are running in parallel 30 * @param numThreads number of calls in parallel to finish 36 * @return noTimeout numThreads appeared in parallel before timeout
|
/aosp12/system/extras/simpleperf/demo/CppApi/ |
H A D | gradle.properties | 10 # When configured, Gradle will run in incubating parallel mode. 13 # org.gradle.parallel=true
|
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
H A D | gradle.properties | 14 # When configured, Gradle will run in incubating parallel mode. 17 # org.gradle.parallel=true
|
/aosp12/system/extras/simpleperf/demo/JavaApi/ |
H A D | gradle.properties | 10 # When configured, Gradle will run in incubating parallel mode. 13 # org.gradle.parallel=true
|
/aosp12/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
H A D | gradle.properties | 14 # When configured, Gradle will run in incubating parallel mode. 17 # org.gradle.parallel=true
|
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
H A D | gradle.properties | 14 # When configured, Gradle will run in incubating parallel mode. 17 # org.gradle.parallel=true
|
/aosp12/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
H A D | gradle.properties | 15 # When configured, Gradle will run in incubating parallel mode. 18 # org.gradle.parallel=true
|
/aosp12/system/sepolicy/tools/ |
H A D | build_policies.sh | 5 if [[ -z $(command -v parallel) ]]; then 87 parallel --no-notice -j $parallel_jobs --bar --joblog $out_dir/joblog compile_target ::: $targets
|
/aosp12/frameworks/base/tests/TouchLatency/ |
H A D | gradle.properties | 15 # When configured, Gradle will run in incubating parallel mode. 18 # org.gradle.parallel=true
|
/aosp12/frameworks/base/startop/apps/ColorChanging/ |
H A D | gradle.properties | 10 # When configured, Gradle will run in incubating parallel mode. 13 # org.gradle.parallel=true
|
/aosp12/frameworks/base/packages/EasterEgg/ |
H A D | gradle.properties | 10 # When configured, Gradle will run in incubating parallel mode. 13 # org.gradle.parallel=true
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/ |
H A D | gradle.properties | 10 # When configured, Gradle will run in incubating parallel mode. 13 # org.gradle.parallel=true
|
/aosp12/packages/apps/Car/libs/aaos-apps-gradle-project/ |
H A D | gradle.properties | 25 # When configured, Gradle will run in incubating parallel mode. 28 # org.gradle.parallel=true
|
/aosp12/packages/apps/Car/libs/car-ui-lib/ |
H A D | gradle.properties | 25 # When configured, Gradle will run in incubating parallel mode. 28 # org.gradle.parallel=true
|
/aosp12/art/test/125-gc-and-classloading/ |
H A D | info.txt | 1 Tests class loading and GC running in parallel.
|
/aosp12/art/test/153-reference-stress/ |
H A D | info.txt | 1 Tests java.lang.ref.Reference.get() and GC running in parallel.
|
/aosp12/art/test/614-checker-dump-constant-location/ |
H A D | info.txt | 2 locations in parallel moves.
|
/aosp12/art/test/439-swap-double/ |
H A D | info.txt | 1 Test for the optimizing compiler's parallel swap support in
|
/aosp12/system/media/audio_utils/benchmarks/ |
H A D | biquad_filter_benchmark.cpp | 56 android::audio_utils::BiquadFilter parallel(filters, coefs); in BM_BiquadFilter1D() local 67 parallel.process1D(data, DATA_SIZE); in BM_BiquadFilter1D()
|
/aosp12/frameworks/multidex/ |
H A D | gradle.properties | 4 org.gradle.parallel=true
|
/aosp12/packages/apps/Launcher3/ |
H A D | gradle.properties | 4 org.gradle.parallel=true
|
/aosp12/frameworks/compile/libbcc/tests/debuginfo/ |
H A D | README | 22 *** If you are running target-side tests, you must disable parallel 57 -j controls the number of tests to run in parallel
|