HomeSort by relevance Sort by last modified time
    Searched refs:Skipped (Results 1 - 11 of 11) sorted by null

  /external/pcre/dist/
RunTest.bat 329 echo Test 4 Skipped due to absence of UTF-%bits% support.
339 echo Test 5 Skipped due to absence of UTF-%bits% support.
349 echo Test 6 Skipped due to absence of Unicode property support.
359 echo Test 7 Skipped due to absence of Unicode property support.
374 echo Test 9 Skipped due to absence of UTF-%bits% support.
383 echo Test 10 Skipped due to absence of Unicode property support.
392 echo Test 11 Skipped because link size is not 2.
396 echo Test 11 Skipped due to absence of Unicode property support.
405 echo Test 12 Skipped due to absence of JIT support.
413 echo Test 13 Skipped due to presence of JIT support
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 837 bool Skipped = false;
878 Skipped = true;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber_browsertest.cc 320 IN_PROC_BROWSER_TEST_F(TabScrubberTest, Skipped) {
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner.py 492 results.AddValue(skip.SkipValue(page, 'Skipped by test expectations'))
  /external/chromium_org/v8/test/perf-test/Collections/
base.js 249 runner.NotifyResult(this.name, "Skipped");
  /external/clang/lib/CodeGen/
CGStmt.cpp 489 const Stmt *Skipped = S.getElse();
491 std::swap(Executed, Skipped);
493 // If the skipped block has no labels in it, just emit the executed block.
495 if (!ContainsLabel(Skipped)) {
712 // The LoopHeader typically is just a branch if we skipped emitting
773 // The DoCond block typically is just a branch if we skipped
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 321 uint32_t Skipped = 0;
334 Skipped |= 1 << i;
392 if (Skipped & (1 << i)) {
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 162 /// \brief Indicates if the method was a definition but its body was skipped.
444 /// \brief True if the method was a definition but its body was skipped.
446 void setHasSkippedBody(bool Skipped = true) { HasSkippedBody = Skipped; }
    [all...]
Decl.h     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations.py 120 _log.warning('The following test %s from the Skipped list doesn\'t exist' % test_name)
121 expectation_line = self._create_expectation_line(test_name, [TestExpectationParser.PASS_EXPECTATION], '<Skipped file>')
620 # FIXME: WontFix should cause the test to get skipped without artificially adding SKIP to the expectations list.
    [all...]

Completed in 392 milliseconds