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

  /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};
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResult.java 36 private static final String TEST_RESULT = "result";
59 data.putExtra(TEST_RESULT, testResult);
70 int result = data.getIntExtra(TEST_RESULT, TEST_RESULT_NOT_EXECUTED);
  /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 188 for test_result in test_results:
189 if test_result.GetStatusCode() == -1: # error
190 logger.Log("Error in %s: %s" % (test_result.GetTestName(),
191 test_result.GetFailureReason()))
193 elif test_result.GetStatusCode() == -2: # failure
194 logger.Log("Failure in %s: %s" % (test_result.GetTestName(),
195 test_result.GetFailureReason()))
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.4.3-1.js 112 TEST_RESULT = "";
118 TEST_RESULT += index;
119 TEST_RESULT += ( index == TEST_LENGTH -1 ) ? "" : SEPARATOR;
124 array[item++] = new TestCase( SECTION, "TEST_ARRAY.join("+SEPARATOR+")", TEST_RESULT, TEST_ARRAY.join( SEPARATOR ) );
  /external/chromium/chrome/browser/printing/
printing_layout_uitest.cc 56 FilePath test_result(ScanFiles(verification_name));
57 if (test_result.value().empty()) {
77 file_util::CopyFile(test_result, emf);
85 Image test_content(test_result);
94 file_util::CopyFile(test_result, FilePath(
  /external/clang/utils/
FuzzTest 143 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/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
single_test_runner.py 125 test_result = self._compare_output(driver_output, expected_driver_output)
127 driver_output, expected_driver_output, test_result.failures)
128 return test_result
273 test_result = self._compare_output_with_reference(driver_output1, driver_output2)
276 driver_output1, driver_output2, test_result.failures)
277 return test_result
json_results_generator.py 305 test_result = self._test_results_map[test_name]
306 if test_result.modifier in self.MODIFIER_TO_CHAR.keys():
307 return self.MODIFIER_TO_CHAR[test_result.modifier]
319 test_result = self._test_results_map[test_name]
320 if test_result.modifier == TestResult.DISABLED:
323 if test_result.failed:
printing.py 429 test_result = result_summary.results[next_test]
430 self._print_unexpected_test_result(test_result)
test_runner.py 96 test_timings_map = dict((test_result.filename, test_result.test_run_time) for test_result in test_timings)
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_DevMgmt.c 139 phNfc_sData_t test_result; member in struct:phHciNfc_DevMgmt_Info
290 p_test_result->buffer = p_device_mgmt_info->test_result.buffer;
291 p_test_result->length = p_device_mgmt_info->test_result.length;
    [all...]
phHciNfc_DevMgmt.h 263 phNfc_sData_t *test_result
phHciNfc_Sequence.c 2440 static phNfc_sData_t test_result= {NULL,0}; local
    [all...]
phHciNfc.c 1630 static phNfc_sData_t test_result; local
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 1618 TestResult test_result; local
1624 TestResult test_result; local
1635 TestResult test_result; local
1652 TestResult test_result; local
1674 TestResult test_result; local
1703 TestResult test_result; local
    [all...]
  /external/gtest/test/
gtest_unittest.cc 1618 TestResult test_result; local
1624 TestResult test_result; local
1635 TestResult test_result; local
1652 TestResult test_result; local
1674 TestResult test_result; local
1703 TestResult test_result; local
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 1882 TestResult test_result; local
1888 TestResult test_result; local
1899 TestResult test_result; local
1916 TestResult test_result; local
1938 TestResult test_result; local
1971 TestResult test_result; local
    [all...]
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h     [all...]
  /external/gtest/src/
gtest-internal-inl.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h     [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h     [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.js 365 return '/test_result?test=' + testName + '&mode=' + mode;
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 158 def test_result(self): member in class:RebaselineHTTPRequestHandler
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp     [all...]

Completed in 961 milliseconds