Home
last modified time | relevance | path

Searched defs:jobs (Results 1 – 25 of 93) sorted by relevance

1234

/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_build.py57 def _make_cmd(cfg, benchmarks, jobs): argument
61 def build(name, benchmarks, jobs, counters): argument
/external/vixl/tools/
Dtest.py258 def RunLinter(jobs): argument
264 def RunClangFormat(clang_path, jobs): argument
270 def RunClangTidy(clang_path, jobs): argument
276 def BuildAll(build_options, jobs, environment_options): argument
Dlint.py132 jobs = 1, argument
229 def RunLinter(files, jobs=1, progress_prefix='', cached=True): argument
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/
DStatefulAwaitsBenchmark.kt72 …val jobs= (0 until jobsCount).map { launchJob(it, broadcastChannel, subscriptionChannel) }.toList() in <lambda>() constant
87 … val jobs= (0 until jobsCount).map { launchJob(0, broadcastChannel, subscriptionChannel) }.toList() in <lambda>() constant
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.jobs_3.10.0.v20180427-1454.jar ... .jobs org.eclipse.core.runtime.jobs.Job$1 extends org.eclipse.core ...
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/
DSemaphoreBenchmark.kt52 val jobs = ArrayList<Job>(coroutines) in <lambda>() constant
70 val jobs = ArrayList<Job>(coroutines) in <lambda>() constant
/external/crosvm/devices/src/utils/
Dasync_job_queue.rs14 jobs: Mutex<Vec<Box<dyn FnMut() + Send>>>, field
53 let jobs = mem::replace(&mut *self.jobs.lock(), Vec::new()); in on_event() localVariable
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/sync/
DSemaphoreStressTest.kt14 val jobs = List(n) { in <lambda>() constant
32 val jobs = List(n) { in <lambda>() constant
DMutexStressTest.kt18 val jobs = List(n) { in <lambda>() constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DPublisherMultiTest.kt17 val jobs = List(n) { in <lambda>() constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-jdk9/test/
DPublisherMultiTest.kt17 val jobs = List(n) { in <lambda>() constant
/external/rust/crates/grpcio-sys/grpc/tools/profiling/qps/
Dqps_diff.py62 def _make_cmd(jobs): argument
66 def build(name, jobs): argument
/external/grpc-grpc/tools/profiling/qps/
Dqps_diff.py64 def _make_cmd(jobs): argument
68 def build(name, jobs): argument
/external/smali/baksmali/src/main/java/org/jf/baksmali/
DBaksmali.java47 …public static boolean disassembleDexFile(DexFile dexFile, File outputDir, int jobs, final Baksmali… in disassembleDexFile()
51 …public static boolean disassembleDexFile(DexFile dexFile, File outputDir, int jobs, final Baksmali… in disassembleDexFile()
/external/llvm/utils/
Dllvm-compilers-check255 def __init__(self, work_queue, jobs, argument
597 jobs = options.jobs // options.threads variable
599 jobs = 1 variable
/external/llvm-project/llvm/utils/
Dllvm-compilers-check254 def __init__(self, work_queue, jobs, argument
596 jobs = options.jobs // options.threads variable
598 jobs = 1 variable
/external/libdrm/tests/exynos/
Dexynos_fimg2d_event.c110 static void wait_all_jobs(struct g2d_job* jobs, unsigned num_jobs) in wait_all_jobs()
121 static struct g2d_job* free_job(struct g2d_job* jobs, unsigned num_jobs) in free_job()
136 struct g2d_job *jobs = calloc(num_jobs, sizeof(struct g2d_job)); in g2d_work() local
/external/rust/crates/grpcio-sys/grpc/tools/distrib/
Drun_clang_tidy.py54 jobs = [] variable
/external/smali/smali/src/main/java/org/jf/smali/
DSmaliOptions.java38 public int jobs = Runtime.getRuntime().availableProcessors(); field in SmaliOptions
DAssembleCommand.java60 private int jobs = Runtime.getRuntime().availableProcessors(); field in AssembleCommand
/external/tensorflow/tensorflow/core/protobuf/
Ddevice_filters.proto72 repeated JobDeviceFilters jobs = 1; field
/external/grpc-grpc/tools/distrib/
Drun_clang_tidy.py59 jobs = [] variable
/external/rust/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_build.py78 def build(name, benchmarks, jobs, counters): argument
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/
DSharedFlowStressTest.kt47 val jobs = ArrayList<Job>() in <lambda>() constant
/external/python/asn1crypto/
Dtox.ini13 jobs = 1 key

1234