Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/power_management/
Dpm_include.sh172 pass_count=$2
182 if [ $pass_count -lt 5 ]; then
192 if [ $pass_count -lt 5 ]; then
203 if [ $pass_count -lt 5 ]; then
218 pass_count=$2
232 analyze_result_hyperthreaded $sched_mc $pass_count $sched_smt
236 if [ $pass_count -lt 5 ]; then
246 if [ $pass_count -lt 5 ]; then
262 pass_count=$2
269 if [ $pass_count -lt 5 ]; then
[all …]
/external/jemalloc/test/
Dtest.sh.in19 pass_count=0
23 if [ $pass_count -ne 0 -o $skip_count -ne 0 -o $fail_count != 0 ] ; then
31 pass_count=$((pass_count+1))
45 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
47 echo "Test suite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, f…
/external/jemalloc_new/test/
Dtest.sh.in31 pass_count=0
35 if [ $pass_count -ne 0 -o $skip_count -ne 0 -o $fail_count != 0 ] ; then
57 pass_count=$((pass_count+1))
72 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
74 echo "Test suite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, f…
/external/autotest/frontend/tko/
Dcsv_encoder_unittest.py17 def _make_group(self, header_indices, pass_count, complete_count, argument
19 return dict(header_indices=header_indices, pass_count=pass_count,
72 def _status_count_dict(self, col1_value, pass_count, complete_count, argument
74 return dict(col1=col1_value, pass_count=pass_count,
Dtko_rpc_utils.py64 pass_count = complete_count = incomplete_count = 0
66 pass_count = complete_count = 1
71 group_dict[_PASS_COUNT_NAME] = pass_count
/external/autotest/client/site_tests/graphics_GpuReset/
Dgraphics_GpuReset.py105 pass_count = 0
109 pass_count += 1
114 pass_count += 1
122 if pass_count != self.loops:
124 failed_msg += '(pass_count=%d of %d)' % (pass_count, self.loops)
/external/autotest/server/site_tests/bluetooth_AdapterPairing/
Dbluetooth_AdapterPairing.py58 pass_count = 0
178 pass_count += 1
180 fail_count = iteration - pass_count
182 pass_count, fail_count, num_iterations)
184 if pass_count < min_pass_count:
/external/autotest/server/site_tests/bluetooth_AdapterHIDReports/
Dbluetooth_AdapterHIDReports.py59 pass_count = 0
123 pass_count += 1
125 fail_count = iteration - pass_count
127 pass_count, fail_count, num_iterations)
129 if pass_count < min_pass_count:
/external/libusb/tests/
Dtestlib.c169 int pass_count = 0; in libusb_testlib_run_tests() local
261 case TEST_STATUS_SUCCESS: pass_count++; break; in libusb_testlib_run_tests()
270 libusb_testlib_logf(&ctx, "Passed %d tests", pass_count); in libusb_testlib_run_tests()
276 return pass_count != run_count; in libusb_testlib_run_tests()
/external/ltp/testcases/kernel/io/disktest/
Dmain.c91 (unsigned long)test->env->pass_count); in linear_read_write_test()
95 (unsigned long)test->env->pass_count, in linear_read_write_test()
130 (unsigned long)test->env->pass_count); in linear_read_write_test()
134 (unsigned long)test->env->pass_count, in linear_read_write_test()
327 test->env->pass_count++; in threadedMain()
371 pass_count); in threadedMain()
376 pass_count, test->args->cycles); in threadedMain()
407 && (test->env->pass_count >= test->args->cycles)) { in threadedMain()
Dglobals.c59 env->pass_count = 0; in init_gbl_data()
Dsfunc.c301 OFF_T pass_count = env->pass_count; in mark_buffer() local
307 off_tpat2 = getByteOrderedData(pass_count); in mark_buffer()
Dmain.h254 OFF_T pass_count; /* pass counters */ member
/external/autotest/client/tests/ltp/
Dparse_ltp_out.py117 pass_count = sum([accumulator[k] for k in filters if filters[k][0] == '+'])
120 total_count = pass_count + notpass_count
122 score = float(pass_count) / float(total_count) * 100.0
/external/autotest/client/site_tests/kernel_LTP/
Dparse_ltp_out.py112 pass_count = sum([accumulator[k] for k in filters if filters[k][0] == '+'])
115 total_count = pass_count + notpass_count
117 score = float(pass_count) / float(total_count) * 100.0
/external/autotest/client/bin/
Dfio_util.py76 def _parse_log_file(cls, file_name, pass_index, pass_count, percentile): argument
111 row = [None] * (pass_count + 1)
152 pass_count = len(pass_list)
155 pass_count, percentile))
/external/jsoncpp/test/
Drununittests.py45 pass_count = len(test_names) - failed_count
51 pass_count, len(test_names), failed_count))
/external/linux-kselftest/tools/testing/selftests/
Dkselftest_harness.h755 unsigned int pass_count = 0; in test_harness_run() local
764 pass_count++; in test_harness_run()
768 printf("[==========] %u / %u tests passed.\n", pass_count, count); in test_harness_run()
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dtest_harness.h426 unsigned int pass_count = 0; in test_harness_run() local
479 pass_count++; in test_harness_run()
484 printf("[==========] %u / %u tests passed.\n", pass_count, count); in test_harness_run()
/external/jemalloc/bin/
Djeprof.in5415 my $pass_count = 0;
5430 ++$pass_count;
5434 $pass_count, $fail_count;
5437 $pass_count = 0;
5450 ++$pass_count;
5454 $pass_count, $fail_count;
5467 my $pass_count = 0;
5482 ++$pass_count;
5486 $pass_count, $fail_count;
5489 $pass_count = 0;
[all …]
/external/jemalloc_new/bin/
Djeprof.in5428 my $pass_count = 0;
5443 ++$pass_count;
5447 $pass_count, $fail_count;
5450 $pass_count = 0;
5463 ++$pass_count;
5467 $pass_count, $fail_count;
5480 my $pass_count = 0;
5495 ++$pass_count;
5499 $pass_count, $fail_count;
5502 $pass_count = 0;
[all …]
/external/seccomp-tests/linux/
Dtest_harness.h515 unsigned int pass_count = 0; in test_harness_run() local
524 pass_count++; in test_harness_run()
528 printf("[==========] %u / %u tests passed.\n", pass_count, count); in test_harness_run()
/external/nos/host/generic/nugget/proto/nugget/app/protoapi/
Ddiagnostics_api.proto15 uint32 pass_count = 1; field
/external/dtc/tests/
Drun_tests.sh804 pass_count=$(grep "\.\.\. ok$" $TMP | wc -l)
812 tot_pass=$((tot_pass + $pass_count))
/external/autotest/server/
Dfrontend.py728 if result.complete_count > result.pass_count: