HomeSort by relevance Sort by last modified time
    Searched full:test_result (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
unit_test.h 2 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);
unit_test.c 19 void test_begin(struct test_result * result)
24 void test_check(struct test_result * result, int cond)
radeon_compiler_util_tests.c 13 struct test_result * result,
32 static void test_runner_rc_inst_can_use_presub(struct test_result * result)
  /tools/test/connectivity/acts/tests/google/bt/test_tools/
ToolsTest.py 43 :return: boolean test_result
47 test_result = True
51 test_result = reset_bluetooth([self.android_devices[0]])
63 test_result_list.append(test_result)
67 return test_result
77 :return: boolean test_result
81 test_result = True
99 test_result_list.append(test_result)
103 return test_result
BtReconnectTest.py 45 test_result = True
53 test_result = True
73 test_result_list.append(test_result)
77 return test_result
  /external/e2fsprogs/lib/ext2fs/
tst_bitmaps.c 298 int test_result, op_result; local
323 test_result = ext2fs_test_block_bitmap2(test_fs->block_map, block);
327 if (!test_result != !op_result)
328 com_err(argv[0], 0, "*ERROR* test_result different! (%d, %d)",
329 test_result, op_result);
336 int test_result, op_result; local
361 test_result = ext2fs_test_block_bitmap2(test_fs->block_map, block);
365 if (!test_result != !op_result)
366 com_err(argv[0], 0, "*ERROR* test_result different! (%d, %d)",
367 test_result, op_result)
374 int test_result; local
452 int test_result, op_result; local
481 int test_result, op_result; local
510 int test_result; local
    [all...]
  /tools/test/connectivity/acts/tests/google/ble/system_tests/
BleStressTest.py 50 test_result = True
53 return test_result
88 test_result = True
95 return test_result
159 test_result = True
175 test_result = False
181 test_result = False
183 return test_result
210 test_result = True
225 test_result = Fals
    [all...]
  /system/update_engine/
testrunner.cc 48 int test_result = RUN_ALL_TESTS(); local
49 LOG(INFO) << "unittest return value: " << test_result;
50 return test_result;
  /cts/tests/tests/alarmclock/common/src/android/alarmclock/common/
Utils.java 34 public static final String TEST_RESULT = "test_result";
  /tools/test/connectivity/acts/tests/google/ble/filtering/
UniqueFilteringTest.py 54 test_result = True
62 test_result = False
63 return test_result
70 test_result = True
82 test_result = False
83 return test_result
109 test_result = True
128 test_result = False
131 test_result = False
135 return test_result
    [all...]
FilteringTest.py 171 test_result = True
179 test_result = False
183 test_result = False
193 test_result = False
197 test_result = False
203 test_result = False
206 test_result = False
209 test_result = False
210 return test_result
214 test_result = Tru
    [all...]
  /external/testng/src/main/java/org/testng/remote/strprotocol/
MessageHelper.java 32 public static final int TEST_RESULT = 1000;
33 public static final int PASSED_TEST = TEST_RESULT + ITestResult.SUCCESS;
34 public static final int FAILED_TEST = TEST_RESULT + ITestResult.FAILURE;
35 public static final int SKIPPED_TEST = TEST_RESULT + ITestResult.SKIP;
36 public static final int FAILED_ON_PERCENTAGE_TEST = TEST_RESULT + ITestResult.SUCCESS_PERCENTAGE_FAILURE;
37 public static final int TEST_STARTED = TEST_RESULT + ITestResult.STARTED;
  /external/autotest/client/site_tests/video_YouTubeMseEme/files/
video_YouTubeMseEme.js 221 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 && isNaN(vm.ms.duration)
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 76 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/llvm/test/CodeGen/PowerPC/
ppcf128-endian.ll 65 %call = tail call ppc_fp128 @test_result() #3
70 ; CHECK: bl test_result
76 declare ppc_fp128 @test_result()
80 %call = tail call ppc_fp128 @test_result()
85 ; CHECK: bl test_result
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResult.java 38 private static final String TEST_RESULT = "result";
81 intent.putExtra(TEST_RESULT, testResult);
92 int result = data.getIntExtra(TEST_RESULT, TEST_RESULT_NOT_EXECUTED);
  /tools/test/connectivity/acts/tests/google/ble/concurrency/
ConcurrentBleScanningTest.py 81 test_result = True
100 test_result = False
105 test_result = False
106 if not test_result:
107 return test_result
128 test_result = False
133 if not test_result:
134 return test_result
139 return test_result
242 test_result = Tru
    [all...]
ConcurrentBleAdvertisingTest.py 246 test_result = True
400 test_result = True
420 test_result = False
428 return test_result
455 test_result = True
485 test_result = reset_bluetooth([self.android_devices[1]])
488 if not test_result:
528 test_result = True
538 test_result = False
543 test_result = reset_bluetooth([self.android_devices[1]]
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
browser_test_runner_unittest.py 43 test_result = json.load(f)
44 self.assertEquals(test_result['failures'], failures)
45 self.assertEquals(test_result['successes'], successes)
46 self.assertEquals(test_result['valid'], True)
168 test_result = json.load(f)
169 self.assertEquals(test_result['failures'], failures)
170 self.assertEquals(test_result['successes'], successes)
171 self.assertEquals(test_result['valid'], True)
  /external/autotest/client/site_tests/security_ASLR/
security_ASLR.py 195 test_result = dict([('pass', True), ('results', []), ('cases', dict())])
216 if not test_result['cases'].has_key(key):
217 test_result['cases'][key] = dict([('pass', False),
227 test_result['cases'][key]['number'] += 1
228 test_result['cases'][key]['pass'] = True
229 for case, result in test_result['cases'].iteritems():
231 test_result['results'].append( '[PASS] Address for %s '
234 test_result['results'].append('[FAIL] Address for %s had '
237 test_result['pass'] = test_result['pass'] and result['pass'
    [all...]
  /development/testrunner/
am_instrument_parser.py 52 test_result = TestResult(result_block_string)
53 if test_result.GetStatusCode() == 1: # The test started
55 elif test_result.GetStatusCode() in [0, -1, -2]:
56 test_results.append(test_result)
  /development/testrunner/test_defs/
instrumentation_test.py 199 for test_result in test_results:
200 if test_result.GetStatusCode() == -1: # error
201 logger.Log("Error in %s: %s" % (test_result.GetTestName(),
202 test_result.GetFailureReason()))
204 elif test_result.GetStatusCode() == -2: # failure
205 logger.Log("Failure in %s: %s" % (test_result.GetTestName(),
206 test_result.GetFailureReason()))
  /tools/test/connectivity/acts/tests/google/ble/api/
BleScanApiTest.py 262 test_result = self.validate_scan_settings_helper(input,
264 if not test_result:
266 return test_result
273 test_result = False
274 return test_result
328 test_result = self.validate_scan_settings_helper(input,
330 return test_result
357 test_result = self.validate_scan_settings_helper(input,
359 return test_result
384 test_result = self.validate_scan_settings_helper(input
    [all...]
  /cts/tests/tests/alarmclock/src/android/alarmclock/cts/
AlarmClockTestBase.java 143 AlarmClockTestBase.this.mTestResult = intent.getStringExtra(Utils.TEST_RESULT);
146 ", test_result = " + AlarmClockTestBase.this.mTestResult);
  /external/chromium-trace/catapult/third_party/typ/typ/
runner.py 839 test_result = unittest.TestResult()
846 _run_under_debugger(h, test_case, suite, test_result)
848 suite.run(test_result)
853 return _result_from_test_result(test_result, test_name, start, took, out,
858 test_result): # pragma: no cover
865 dbg.runcall(suite.run, test_result)
868 def _result_from_test_result(test_result, test_name, start, took, out, err,
871 if test_result.failures:
876 err = err + test_result.failures[0][1]
877 elif test_result.errors
    [all...]

Completed in 2373 milliseconds

1 2 3 4