Searched refs:test_result (Results 1 - 25 of 47) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.h2 struct test_result { struct
10 void (*test_func)(struct test_result * result);
11 struct test_result result;
16 void test_begin(struct test_result * result);
17 void test_check(struct test_result * result, int cond);
H A Dradeon_compiler_util_tests.c13 struct test_result * result,
32 static void test_runner_rc_inst_can_use_presub(struct test_result * result)
H A Dunit_test.c19 void test_begin(struct test_result * result)
24 void test_check(struct test_result * result, int cond)
/external/ltp/testcases/kernel/device-drivers/uaccess/
H A Dltp_uaccess.c40 static int test_result; variable
55 return scnprintf(buf, PAGE_SIZE, "%d\n", test_result);
69 test_result = 0;
75 test_result = strncmp(test_str, buffer, str_size) ? 1 : 0;
78 test_result |= ch != test_str[0];
83 test_result = 1;
88 test_result |= 1;
/external/ltp/pan/
H A Dtag_report.h45 int test_result( char *, char *, char *, char *, SYM );
H A Dtag_report.c53 * format results are printed thru test_result.
55 int test_result(char *tag, char *tcid, char *tc, char *result, SYM tags) function
67 tag = "test_result: no tag";
186 test_result(tag, *tl, (char *)Key.data,
193 test_result(tag, "*", "*", result, keys);
196 test_result(tag, "-", "-", "TC count wrong", keys);
246 test_result(tag, NULL, NULL, "no init status", keys);
251 test_result(tag, NULL, NULL, is, keys);
257 test_result(tag, NULL, NULL, "coredump", keys);
262 test_result(ta
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
H A DTest.pm76 my $test_result;
98 $test_result = run_program([ get_perl(), '-Mblib', "-I$tmpdir", $test_program_file ]);
99 if ($test_result->{exit_code} >> 8 != 0) {
100 croak $test_result->{err};
106 my $actual = $test_result->{out};
/external/e2fsprogs/lib/ext2fs/
H A Dtst_bitmaps.c295 int test_result, op_result; local
320 test_result = ext2fs_test_block_bitmap2(test_fs->block_map, block);
324 if (!test_result != !op_result)
325 com_err(argv[0], 0, "*ERROR* test_result different! (%d, %d)",
326 test_result, op_result);
333 int test_result, op_result; local
358 test_result = ext2fs_test_block_bitmap2(test_fs->block_map, block);
362 if (!test_result != !op_result)
363 com_err(argv[0], 0, "*ERROR* test_result different! (%d, %d)",
364 test_result, op_resul
371 int test_result; local
482 int test_result, op_result; local
511 int test_result, op_result; local
540 int test_result; local
[all...]
/external/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/
H A Dltp_block_dev.c75 static int test_result; variable
336 return scnprintf(buf, PAGE_SIZE, "%d\n", test_result);
353 test_result = 0;
356 test_result |= tc01();
359 test_result |= tc02();
362 test_result |= tc03();
365 test_result |= tc04();
368 test_result |= tc05();
371 test_result |= tc06();
374 test_result |
[all...]
/external/autotest/client/site_tests/security_ASLR/
H A Dsecurity_ASLR.py199 test_result = dict([('pass', True), ('results', []), ('cases', dict())])
220 if not test_result['cases'].has_key(key):
221 test_result['cases'][key] = dict([('pass', False),
231 test_result['cases'][key]['number'] += 1
232 test_result['cases'][key]['pass'] = True
233 for case, result in test_result['cases'].iteritems():
235 test_result['results'].append( '[PASS] Address for %s '
238 test_result['results'].append('[FAIL] Address for %s had '
241 test_result['pass'] = test_result['pas
[all...]
/external/autotest/server/site_tests/brillo_HWRandom/
H A Dbrillo_HWRandom.py117 for test_result in results:
118 logging.info('%s: %s', test_result.test_name,
119 test_result.assessment)
120 full_output += ' %s: %s\n' % test_result
121 if test_result.assessment == 'WEAK':
123 elif test_result.assessment == 'FAILED':
125 elif test_result.assessment != 'PASSED':
/external/toolchain-utils/deprecated/
H A Dsummarize_results.py46 test_result = 'pass'
48 test_result = 'fail'
49 result += '%s\t%s\t%s\n' % (test_name, test_result, filename)
100 test_result = 'pass'
102 test_result = 'fail'
103 result += '%s\t%s\t%s\n' % (test_name, test_result, filename)
/external/autotest/client/site_tests/video_YouTubeMseEme/files/
H A Dvideo_YouTubeMseEme.js221 var test_result = isNaN(temp_video.duration);
222 test_result &= temp_video.videoWidth === 0;
223 test_result &= temp_video.videoHeight === 0;
224 test_result &= temp_video.readyState === HTMLMediaElement.HAVE_NOTHING;
225 test_result &= temp_video.src === '';
226 test_result &= temp_video.currentSrc === '';
228 window.__testState['initialVideoState'] = !!test_result;
234 var test_result = true;
235 test_result = test_result
[all...]
/external/ltp/testcases/kernel/device-drivers/acpi/
H A Dltp_acpi_cmds.c498 static int test_result; variable
514 return scnprintf(buf, PAGE_SIZE, "%d\n", test_result);
548 test_result = acpi_init();
551 test_result = acpi_traverse_from_root();
554 test_result = acpi_test_notify_handler();
557 test_result = acpi_test_event_handler();
560 test_result = acpi_global_lock();
563 test_result = acpi_test_bus();
566 test_result = acpi_test_resources();
569 test_result
[all...]
/external/ltp/testcases/kernel/firmware/fw_load_kernel/
H A Dltp_fw_load.c53 static int test_result; variable
101 return scnprintf(buf, PAGE_SIZE, "%d\n", test_result);
123 test_result |= (err == 0) << fw;
/external/chromium-trace/catapult/telemetry/telemetry/testing/
H A Dbrowser_test_runner_unittest.py24 def _ExtractTestResults(self, test_result):
25 delimiter = test_result['path_delimiter']
33 for t in test_result['tests']:
34 node_queues.append((t, test_result['tests'][t]))
69 test_result = json.load(f)
71 actual_successes, actual_failures = self._ExtractTestResults(test_result)
214 test_result = json.load(f)
215 actual_successes, actual_failures = self._ExtractTestResults(test_result)
/external/libusb/tests/
H A Dtestlib.c175 libusb_testlib_result test_result; local
256 test_result = test->function(&ctx);
259 test_result_to_str(test_result), test_result);
260 switch (test_result) {
/external/clang/utils/
H A DFuzzTest143 test_result = (exit_code == opts.expected_exit_code or
151 if not opts.log_all and test_result:
155 if not test_result:
159 return test_result
339 test_result = run_one_test(ta, test, input_files, args)
340 if not test_result and opts.stop_on_fail:
/external/toolchain-utils/bestflags/
H A Dtask_test.py139 test_result = result_task.GetResult(task.TEST_STAGE)
140 assert test_result == random_test_result
/external/toolchain-utils/dejagnu/
H A Dgdb_dejagnu.py283 if key not in self.test_result:
285 test_result = self.test_result[key]
286 if 'PASS' not in test_result:
296 self.test_result = self.ParseResult(test_output)
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-internal-inl.h1038 static void RecordProperty(TestResult* test_result, argument
1040 test_result->RecordProperty(property);
1043 static void ClearTestPartResults(TestResult* test_result) { argument
1044 test_result->ClearTestPartResults();
1048 const TestResult& test_result) {
1049 return test_result.test_part_results();
1047 test_part_results( const TestResult& test_result) argument
/external/googletest/googletest/src/
H A Dgtest-internal-inl.h1016 static void RecordProperty(TestResult* test_result, argument
1019 test_result->RecordProperty(xml_element, property);
1022 static void ClearTestPartResults(TestResult* test_result) { argument
1023 test_result->ClearTestPartResults();
1027 const TestResult& test_result) {
1028 return test_result.test_part_results();
1026 test_part_results( const TestResult& test_result) argument
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-internal-inl.h1016 static void RecordProperty(TestResult* test_result, argument
1019 test_result->RecordProperty(xml_element, property);
1022 static void ClearTestPartResults(TestResult* test_result) { argument
1023 test_result->ClearTestPartResults();
1027 const TestResult& test_result) {
1028 return test_result.test_part_results();
1026 test_part_results( const TestResult& test_result) argument
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h1023 static void RecordProperty(TestResult* test_result, argument
1025 test_result->RecordProperty(property);
1028 static void ClearTestPartResults(TestResult* test_result) { argument
1029 test_result->ClearTestPartResults();
1033 const TestResult& test_result) {
1034 return test_result.test_part_results();
1032 test_part_results( const TestResult& test_result) argument
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h1020 static void RecordProperty(TestResult* test_result, argument
1022 test_result->RecordProperty(property);
1025 static void ClearTestPartResults(TestResult* test_result) { argument
1026 test_result->ClearTestPartResults();
1030 const TestResult& test_result) {
1031 return test_result.test_part_results();
1029 test_part_results( const TestResult& test_result) argument

Completed in 931 milliseconds

12