/external/libdrm/tests/exynos/ |
exynos_fimg2d_event.c | 103 static void wait_all_jobs(struct g2d_job* jobs, unsigned num_jobs) 107 for (i = 0; i < num_jobs; ++i) { 114 static struct g2d_job* free_job(struct g2d_job* jobs, unsigned num_jobs) 118 for (i = 0; i < num_jobs; ++i) { 127 unsigned num_jobs, unsigned iterations) 129 struct g2d_job *jobs = calloc(num_jobs, sizeof(struct g2d_job)); 134 for (i = 0; i < num_jobs; ++i) 143 j = free_job(jobs, num_jobs); 182 wait_all_jobs(jobs, num_jobs);
|
/external/toolchain-utils/binary_search_tool/android/ |
setup.sh | 25 # ANDROID_SERIAL=002ee16b1558a3d3 NUM_JOBS=10 android/setup.sh ~/android 55 NUM_JOBS=${NUM_JOBS:-"1"} 130 BISECT_NUM_JOBS=${NUM_JOBS}
|
README.android | 33 $ NUM_JOBS=10 ANDROID_SERIAL=<device_serial> \ 142 2. `NUM_JOBS=<jobs> ANDROID_SERIAL=<android_serial_num> \
|
/build/kati/ |
flags.h | 53 int num_jobs; member in struct:Flags
|
flags.cc | 53 num_jobs = num_cpus = sysconf(_SC_NPROCESSORS_ONLN); 107 num_jobs = strtol(num_jobs_str, NULL, 10); 108 if (num_jobs <= 0) {
|
/external/v8/tools/gcmole/ |
bootstrap.sh | 92 NUM_JOBS=3 94 NUM_JOBS="$(grep -c "^processor" /proc/cpuinfo)" 96 NUM_JOBS="$(sysctl -n hw.ncpu)" 110 MACOSX_DEPLOYMENT_TARGET=10.5 make -j"${NUM_JOBS}"
|
/external/llvm/utils/lit/lit/ |
run.py | 53 def queue_tests(self, tests, num_jobs): 56 for i in range(num_jobs): 114 def __init__(self, run, display, num_jobs): 117 self.num_jobs = num_jobs 133 # complete after each of num_jobs tasks has signalled completion. 135 while completed != self.num_jobs:
|
/external/autotest/scheduler/ |
rdb_integration_tests.py | 547 E.g. {'priority': 10, 'num_jobs': 3, 561 s = self.create_suite(num=setting['num_jobs'], 580 suite1 = {'priority':20, 'num_jobs': 3, 'min_duts': 2, 582 suite2 = {'priority':10, 'num_jobs': 7, 'min_duts': 5, 590 suite1 = {'priority':20, 'num_jobs': 4, 'min_duts': 2, 592 suite2 = {'priority':10, 'num_jobs': 7, 'min_duts': 5, 600 suite1 = {'priority':20, 'num_jobs': 4, 'min_duts': 2, 602 suite2 = {'priority':10, 'num_jobs': 7, 'min_duts': 5, 610 suite1 = {'priority':20, 'num_jobs': 4, 'min_duts': 2, 612 suite2 = {'priority':10, 'num_jobs': 7, 'min_duts': 5 [all...] |
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
grpc_channel.cc | 281 const int num_jobs = spec.host_ports_jobs().size(); local 282 if (!num_jobs) { 287 caches.reserve(num_jobs);
|
/external/google-breakpad/android/ |
run-checks.sh | 57 NUM_JOBS=$(get_core_count) 70 --jobs=*) NUM_JOBS=$optarg;; 155 --jobs=<count> Run <count> build tasks in parallel [$NUM_JOBS]. 249 run2 make -j$NUM_JOBS install 257 run2 make -j$NUM_JOBS check 360 run2 make -j$NUM_JOBS install 386 run make -j$NUM_JOBS check $TESTS_ENVIRONMENT || exit $? 394 run make -j$NUM_JOBS check $TESTS_ENVIRONMENT 414 NDK_BUILD_FLAGS="-j$NUM_JOBS"
|
/external/toolchain-utils/binary_search_tool/ |
bisect.py | 252 num_jobs = "NUM_JOBS='%s'" % self.options.num_jobs 257 self.setup_cmd = ('%s %s %s %s' % (num_jobs, device_id, self.android_setup, 367 '--num_jobs',
|
/external/libcups/cups/ |
testcups.c | 54 int num_jobs; /* Number of jobs for queue */ local 470 num_jobs = cupsGetJobs(&jobs, NULL, 0, -1); 472 if (num_jobs == 0) 480 cupsFreeJobs(num_jobs, jobs);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/share/opt-viewer/ |
opt-viewer.py | 202 num_jobs, 217 num_jobs,
|
optrecord.py | 259 def gather_results(filenames, num_jobs, should_print_progress): 263 get_remarks, filenames, num_jobs, should_print_progress)
|
/prebuilts/clang/host/darwin-x86/clang-4630689/share/opt-viewer/ |
opt-viewer.py | 202 num_jobs, 217 num_jobs,
|
optrecord.py | 259 def gather_results(filenames, num_jobs, should_print_progress): 263 get_remarks, filenames, num_jobs, should_print_progress)
|
/prebuilts/clang/host/darwin-x86/clang-4639204/share/opt-viewer/ |
opt-viewer.py | 202 num_jobs, 217 num_jobs,
|
optrecord.py | 259 def gather_results(filenames, num_jobs, should_print_progress): 263 get_remarks, filenames, num_jobs, should_print_progress)
|
/prebuilts/clang/host/darwin-x86/clang-4691093/share/opt-viewer/ |
opt-viewer.py | 202 num_jobs, 217 num_jobs,
|
optrecord.py | 259 def gather_results(filenames, num_jobs, should_print_progress): 263 get_remarks, filenames, num_jobs, should_print_progress)
|
/prebuilts/clang/host/linux-x86/clang-4579689/share/opt-viewer/ |
opt-viewer.py | 202 num_jobs, 217 num_jobs,
|
optrecord.py | 259 def gather_results(filenames, num_jobs, should_print_progress): 263 get_remarks, filenames, num_jobs, should_print_progress)
|
/prebuilts/clang/host/linux-x86/clang-4630689/share/opt-viewer/ |
opt-viewer.py | 202 num_jobs, 217 num_jobs,
|
optrecord.py | 259 def gather_results(filenames, num_jobs, should_print_progress): 263 get_remarks, filenames, num_jobs, should_print_progress)
|
/prebuilts/clang/host/linux-x86/clang-4639204/share/opt-viewer/ |
opt-viewer.py | 202 num_jobs, 217 num_jobs,
|