HomeSort by relevance Sort by last modified time
    Searched refs:PASS (Results 176 - 200 of 229) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium_org/v8/test/webkit/fast/js/kde/
exceptions.js 121 debug("Except a lot of errors. They should all be caught and lead to PASS");
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestResults.java 48 static final String PASS_ATTR = "pass";
171 serializer.attribute(ns, PASS_ATTR, Integer.toString(countTests(CtsTestStatus.PASS)));
CtsXmlResultReporter.java 375 mResults.countTests(CtsTestStatus.PASS),
  /external/chromium_org/build/android/pylib/gtest/
test_runner.py 118 full_test_name, base_test_result.ResultType.PASS,
setup.py 237 'gtest_list_tests', base_test_result.ResultType.PASS)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_failures.py 46 one of the test_expectations result types - PASS, FAIL, CRASH, etc."""
49 return test_expectations.PASS
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 10 // Pass to verify generated machine code. The following is checked:
54 MachineVerifier(Pass *pass, const char *b) :
55 PASS(pass),
62 Pass *const PASS;
115 // Vregs that pass through MBB untouched. This set is disjoint from
119 // Vregs that must pass through MBB because they are needed by a successor
241 static char ID; // Pass ID, replacement for typei
    [all...]
  /external/chromium_org/ppapi/tests/
test_x509_certificate_private.cc 222 PASS();
235 PASS();
test_case.h 132 // You should pass the error string from the test so far; if it is non-empty,
146 // supported in-process). For in-process, just consider it a pass.
503 // value. We also know it's a fundamental type, so it's safe to pass to "...".
504 // (It's illegal to pass non-POD types to ...).
549 // The Comparison function templates allow us to pass the parameter for
686 // TODO(dmichael): Add CheckResourcesAndVars above when Windows tests pass
741 #define PASS() return std::string()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing.py 110 self._print_expected_results_of_type(run_results, test_expectations.PASS, "passes", tests_with_result_type_callback)
376 if result_type == test_expectations.PASS:
printing_unittest.py 109 def get_result(self, test_name, result_type=test_expectations.PASS, run_time=0):
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard_tests.css 106 .PASS {
aggregate_results.js 124 delete(values[results.PASS]);
  /external/llvm/utils/lit/lit/
TestRunner.py 229 pass
478 return lit.Test.Result(Test.PASS)
494 status = Test.PASS
main.py 31 pass
190 help="Don't execute any tests (assume PASS)",
401 for name,code in (('Expected Passes ', lit.Test.PASS),
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 44 // c. Pass the object to another thread
348 enum Type { ALLOC, FREE, UPDATE, PASS };
397 rnd_.AddType(PASS, FLAGS_passweight, "pass");
406 case PASS: PassObject(); break;
466 // Pass a random object to another thread
468 // Pick object to pass
474 // Pick thread to pass
479 // Pass the object
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 44 // c. Pass the object to another thread
348 enum Type { ALLOC, FREE, UPDATE, PASS };
397 rnd_.AddType(PASS, FLAGS_passweight, "pass");
406 case PASS: PassObject(); break;
466 // Pass a random object to another thread
468 // Pick object to pass
474 // Pick thread to pass
479 // Pass the object
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
PowerTestHostLink.java 279 if (resultToken.equals("PASS")) {
280 resultCode = SensorTestDetails.ResultCode.PASS;
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 371 test, base_test_result.ResultType.PASS, start_date_ms, duration_ms)
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 464 pass
469 pass
539 the skip as a PASS (exit 0), and otherwise treat it as NO RESULT.
563 # so this is an Aegis invocation; pass the test (exit 0).
  /external/chromium_org/v8/test/promises-aplus/lib/
mocha.js 163 print('PASS: ' + suite.description + '#' + this.name);
  /external/chromium_org/v8/test/webkit/
named-function-expression.js 56 debug("PASS: " + xDescription + " should be true and is.");
  /bootable/recovery/applypatch/
applypatch.sh 348 echo PASS
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager.py 330 under stress do a second pass at the end of the test run.
373 return [result.test_name for result in run_results.unexpected_results_by_name.values() if result.type != test_expectations.PASS]
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 28 ( echo Must pass location of vcdiff.exe as script argument ^
459 echo PASS

Completed in 685 milliseconds

1 2 3 4 5 6 78 910