Searched refs:parallel (Results 1 – 14 of 14) sorted by relevance
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | gradle.properties | 14 # When configured, Gradle will run in incubating parallel mode. 17 # org.gradle.parallel=true
|
/system/extras/simpleperf/demo/CppApi/ |
D | gradle.properties | 10 # When configured, Gradle will run in incubating parallel mode. 13 # org.gradle.parallel=true
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | gradle.properties | 14 # When configured, Gradle will run in incubating parallel mode. 17 # org.gradle.parallel=true
|
/system/extras/simpleperf/demo/JavaApi/ |
D | gradle.properties | 10 # When configured, Gradle will run in incubating parallel mode. 13 # org.gradle.parallel=true
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
D | gradle.properties | 14 # When configured, Gradle will run in incubating parallel mode. 17 # org.gradle.parallel=true
|
/system/sepolicy/tools/ |
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
|
D | README | 7 A tool to build SELinux policy for multiple targets in parallel.
|
/system/media/audio_utils/benchmarks/ |
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()
|
/system/media/audio_utils/tests/ |
D | biquad_filter_tests.cpp | 169 BiquadFilter<D, true> parallel(FILTERS, COEFS); in TEST() local 176 parallel.process1D(test1.data(), TEST_LENGTH); in TEST()
|
/system/chre/external/kiss_fft/ |
D | kiss_fft.c | 268 # pragma omp parallel for in kf_work()
|
/system/core/init/ |
D | README.ueventd.md | 155 For boot time purposes, this is done in parallel across a set of child processes. `ueventd.cpp` in
|
/system/chre/pal/doc/ |
D | Doxyfile | 2139 # to run in parallel. When set to 0 doxygen will base this on the number of
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 2139 # to run in parallel. When set to 0 doxygen will base this on the number of
|
/system/media/audio_utils/ |
D | Doxyfile | 2242 # to run in parallel. When set to 0 doxygen will base this on the number of
|