HomeSort by relevance Sort by last modified time
    Searched refs:PASS (Results 151 - 175 of 201) sorted by null

1 2 3 4 5 67 8 9

  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard_tests.css 106 .PASS {
aggregate_results.js 124 delete(values[results.PASS]);
flakiness_dashboard_unittests.js 63 "N": "NO DATA", "P": "PASS", "T": "TIMEOUT", "Y": "NOTRUN", "X": "SKIP", "Z": "IMAGE+TEXT"}
  /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/
TestPackageResult.java 298 result.setResultStatus(CtsTestStatus.PASS);
TestResults.java 47 static final String PASS_ATTR = "pass";
90 * @param pass
171 serializer.attribute(ns, PASS_ATTR, Integer.toString(countTests(CtsTestStatus.PASS)));
  /external/chromium_org/build/android/pylib/gtest/
test_runner.py 117 full_test_name, base_test_result.ResultType.PASS,
  /external/chromium_org/ppapi/tests/
test_case.h 131 // You should pass the error string from the test so far; if it is non-empty,
145 // supported in-process). For in-process, just consider it a pass.
365 // TODO(dmichael): Add CheckResourcesAndVars above when Windows tests pass
394 #define PASS() return std::string()
test_x509_certificate_private.cc 222 PASS();
235 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
236 static char ID; // Pass ID, replacement for typei
    [all...]
  /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/llvm/utils/lit/lit/
TestRunner.py 239 pass
471 return (Test.PASS, '')
493 status = Test.PASS
main.py 45 pass
216 help="Don't execute any tests (assume PASS)",
375 pass
427 for name,code in (('Expected Passes ', lit.Test.PASS),
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 325 test, base_test_result.ResultType.PASS, start_date_ms, duration_ms)
  /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...]
  /external/v8/tools/
test.py 197 outcome = 'pass'
204 pass
234 pass
380 pass
383 pass
420 outcome = PASS
467 pass
591 pass
755 PASS = 'pass'
    [all...]
  /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/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 311 under stress do a second pass at the end of the test run.
351 return [result.test_name for result in run_results.unexpected_results_by_name.values() if result.type != test_expectations.PASS]
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 28 ( echo Must pass location of vcdiff.exe as script argument ^
459 echo 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 723 milliseconds

1 2 3 4 5 67 8 9