Home
last modified time | relevance | path

Searched refs:Skipped (Results 1 – 25 of 39) sorted by relevance

12

/external/grpc-grpc/tools/http2_interop/
Dtestsuite.go36 Passed: !t.Failed() && !t.Skipped(),
37 Skipped: t.Skipped(),
45 Skipped bool `json:"skipped,omitempty"` member
Dhttp2interop_test.go166 if ci.Skipped {
/external/pcre/dist2/
DRunTest.bat319 echo Test 4 Skipped due to absence of Unicode support.
328 echo Test 5 Skipped due to absence of Unicode support.
341 echo Test 7 Skipped due to absence of Unicode support.
349 echo Test 8 Skipped because link size is not 2.
353 echo Test 8 Skipped due to absence of Unicode support.
361 echo Test 9 Skipped when running 16/32-bit tests.
370 echo Test 10 Skipped when running 16/32-bit tests.
374 echo Test 10 Skipped due to absence of Unicode support.
383 echo Test 11 Skipped when running 8-bit tests.
392 echo Test 12 Skipped when running 8-bit tests.
[all …]
/external/llvm/test/CodeGen/AArch64/
Dfp16-v8-instructions.ll424 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
430 ; FileCheck checks are unwieldy with 16 fcvt and 16 csel tests. Skipped.
436 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
442 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
448 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
454 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
460 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
466 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
472 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
478 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCallLowering.cpp182 BitVector Skipped(NumArgs); in lowerFormalArguments() local
196 Skipped.set(i); in lowerFormalArguments()
239 if (Skipped.test(OrigArgIdx)) in lowerFormalArguments()
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs451 case ResultOneofCase.Skipped: in ConformanceResponse()
452 Skipped = other.Skipped; in ConformanceResponse()
543 public string Skipped { property in Conformance.ConformanceResponse
544 get { return resultCase_ == ResultOneofCase.Skipped ? (string) result_ : ""; }
547 resultCase_ = ResultOneofCase.Skipped;
560 Skipped = 5, enumerator
588 if (Skipped != other.Skipped) return false; in Equals()
600 if (resultCase_ == ResultOneofCase.Skipped) hash ^= Skipped.GetHashCode(); in GetHashCode()
626 if (resultCase_ == ResultOneofCase.Skipped) { in WriteTo()
628 output.WriteString(Skipped); in WriteTo()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitKit.cpp806 bool Skipped = false; in transferValues() local
847 Skipped = true; in transferValues()
912 return Skipped; in transferValues()
1056 bool Skipped = transferValues(); in finish() local
1057 if (Skipped) in finish()
1063 rewriteAssigned(Skipped); in finish()
1066 if (Skipped) in finish()
/external/llvm/lib/CodeGen/
DSplitKit.cpp922 bool Skipped = false; in transferValues() local
962 Skipped = true; in transferValues()
1025 return Skipped; in transferValues()
1170 bool Skipped = transferValues(); in finish() local
1173 rewriteAssigned(Skipped); in finish()
1175 if (Skipped) in finish()
1181 if (Skipped) in finish()
/external/u-boot/board/rockchip/sheep_rk3368/
DREADME41 Net: Net Initialization Skipped
/external/googletest/googletest/test/
Dgtest_xml_output_unittest_.cc73 TEST_F(SkippedTest, Skipped) { in TEST_F() argument
Dgoogletest-test-part-test.cc158 TEST_F(TestPartResultTest, Skipped) { in TEST_F() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSplitKit.cpp1123 bool Skipped = false; in transferValues() local
1164 Skipped = true; in transferValues()
1227 return Skipped; in transferValues()
1501 bool Skipped = transferValues(); in finish() local
1504 rewriteAssigned(Skipped); in finish()
1506 if (Skipped) in finish()
1512 if (Skipped) in finish()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMCodeEmitter.cpp1121 bool Skipped = false; in emitLoadStoreInstruction() local
1124 Skipped = true; in emitLoadStoreInstruction()
1142 if (!Skipped && MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1) in emitLoadStoreInstruction()
1192 bool Skipped = false; in emitMiscLoadStoreInstruction() local
1195 Skipped = true; in emitMiscLoadStoreInstruction()
1213 if (!Skipped && MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1) in emitMiscLoadStoreInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/FileCheck/
DFileCheck.cpp885 StringRef Skipped = Buffer.substr(0, Loc); in FindFirstMatchingPrefix() local
887 LineNumber += Skipped.count('\n'); in FindFirstMatchingPrefix()
894 if (Skipped.empty() || !IsPartOfWord(Skipped.back())) { in FindFirstMatchingPrefix()
/external/googletest/googletest/include/gtest/
Dgtest.h589 bool Passed() const { return !Skipped() && !Failed(); } in Passed()
592 bool Skipped() const;
964 return test_info->should_run() && test_info->result()->Skipped(); in TestSkipped()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp439 const bool Skipped = (CR.index() + 1) == Regions.size(); in buildSegmentsImpl() local
441 CurStartLoc, !GapRegion, Skipped); in buildSegmentsImpl()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go282 Skipped string `protobuf:"bytes,5,opt,name=skipped,proto3,oneof"` member
341 return x.Skipped
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp177 unsigned CE, bool Skipped = false) { in addCMR()
181 Skipped ? CounterMappingRegion::makeSkipped(FileID, LS, CS, LE, CE) in addCMR()
/external/clang/lib/CodeGen/
DCGStmt.cpp588 const Stmt *Skipped = S.getElse(); in EmitIfStmt() local
590 std::swap(Executed, Skipped); in EmitIfStmt()
594 if (S.isConstexpr() || !ContainsLabel(Skipped)) { in EmitIfStmt()
/external/python/cpython2/PC/VS7.1/
Dreadme.txt91 all.tcl: Total 10678 Passed 9969 Skipped 709 Failed 0
109 all.tcl: Total 8420 Passed 6826 Skipped 1581 Failed 13
/external/googletest/googletest/src/
Dgtest.cc2187 bool TestResult::Skipped() const { in Skipped() function in testing::TestResult
2524 return internal::GetUnitTestImpl()->current_test_result()->Skipped(); in IsSkipped()
3201 } else if (test_info.result()->Skipped()) { in OnTestEnd()
3276 if (!test_info.should_run() || !test_info.result()->Skipped()) { in PrintSkippedTests()
3762 result.Skipped() ? "skipped" : test_info.should_run() ? "run" : "notrun"); in OutputXmlTestInfo()
4128 result.Skipped() ? "SKIPPED" : test_info.should_run() ? "RUN" : "NOTRUN", in OutputJsonTestInfo()
/external/u-boot/board/hisilicon/hikey/
DREADME253 Net: Net Initialization Skipped
/external/u-boot/doc/
DREADME.chromium190 Net: Net Initialization Skipped
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinRegisterInfo.td87 // Skipped non-status bits: AC0_COPY, V_COPY, RND_MOD
/external/u-boot/board/hisilicon/poplar/
DREADME270 Net: Net Initialization Skipped

12