Home
last modified time | relevance | path

Searched refs:parallel (Results 1 – 25 of 171) sorted by relevance

1234567

/aosp12/build/soong/ui/build/
H A Dninja.go54 var parallel int
56 parallel = config.RemoteParallel()
58 parallel = config.Parallel()
60 args = append(args, "-j", strconv.Itoa(parallel))
H A Dconfig.go44 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 Dconfig_test.go47 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 DIMultithread.hal22 * 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 Dgradle.properties10 # When configured, Gradle will run in incubating parallel mode.
13 # org.gradle.parallel=true
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
H A Dgradle.properties14 # When configured, Gradle will run in incubating parallel mode.
17 # org.gradle.parallel=true
/aosp12/system/extras/simpleperf/demo/JavaApi/
H A Dgradle.properties10 # When configured, Gradle will run in incubating parallel mode.
13 # org.gradle.parallel=true
/aosp12/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
H A Dgradle.properties14 # When configured, Gradle will run in incubating parallel mode.
17 # org.gradle.parallel=true
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
H A Dgradle.properties14 # When configured, Gradle will run in incubating parallel mode.
17 # org.gradle.parallel=true
/aosp12/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradle.properties15 # When configured, Gradle will run in incubating parallel mode.
18 # org.gradle.parallel=true
/aosp12/system/sepolicy/tools/
H A Dbuild_policies.sh5 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 Dgradle.properties15 # When configured, Gradle will run in incubating parallel mode.
18 # org.gradle.parallel=true
/aosp12/frameworks/base/startop/apps/ColorChanging/
H A Dgradle.properties10 # When configured, Gradle will run in incubating parallel mode.
13 # org.gradle.parallel=true
/aosp12/frameworks/base/packages/EasterEgg/
H A Dgradle.properties10 # When configured, Gradle will run in incubating parallel mode.
13 # org.gradle.parallel=true
/aosp12/packages/apps/Car/DebuggingRestrictionController/
H A Dgradle.properties10 # 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 Dgradle.properties25 # When configured, Gradle will run in incubating parallel mode.
28 # org.gradle.parallel=true
/aosp12/packages/apps/Car/libs/car-ui-lib/
H A Dgradle.properties25 # When configured, Gradle will run in incubating parallel mode.
28 # org.gradle.parallel=true
/aosp12/art/test/125-gc-and-classloading/
H A Dinfo.txt1 Tests class loading and GC running in parallel.
/aosp12/art/test/153-reference-stress/
H A Dinfo.txt1 Tests java.lang.ref.Reference.get() and GC running in parallel.
/aosp12/art/test/614-checker-dump-constant-location/
H A Dinfo.txt2 locations in parallel moves.
/aosp12/art/test/439-swap-double/
H A Dinfo.txt1 Test for the optimizing compiler's parallel swap support in
/aosp12/system/media/audio_utils/benchmarks/
H A Dbiquad_filter_benchmark.cpp56 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 Dgradle.properties4 org.gradle.parallel=true
/aosp12/packages/apps/Launcher3/
H A Dgradle.properties4 org.gradle.parallel=true
/aosp12/frameworks/compile/libbcc/tests/debuginfo/
H A DREADME22 *** If you are running target-side tests, you must disable parallel
57 -j controls the number of tests to run in parallel

1234567