/external/rust/crates/grpcio-sys/grpc/tools/http2_interop/ |
D | testsuite.go | 50 Passed: !t.Failed() && !t.Skipped(), 51 Skipped: t.Skipped(), 59 Skipped bool `json:"skipped,omitempty"` member
|
D | http2interop_test.go | 180 if ci.Skipped {
|
/external/grpc-grpc/tools/http2_interop/ |
D | testsuite.go | 36 Passed: !t.Failed() && !t.Skipped(), 37 Skipped: t.Skipped(), 45 Skipped bool `json:"skipped,omitempty"` member
|
D | http2interop_test.go | 166 if ci.Skipped {
|
/external/pcre/dist2/ |
D | RunTest.bat | 322 echo Test 4 Skipped due to absence of Unicode support. 331 echo Test 5 Skipped due to absence of Unicode support. 344 echo Test 7 Skipped due to absence of Unicode support. 352 echo Test 8 Skipped because link size is not 2. 356 echo Test 8 Skipped due to absence of Unicode support. 364 echo Test 9 Skipped when running 16/32-bit tests. 373 echo Test 10 Skipped when running 16/32-bit tests. 377 echo Test 10 Skipped due to absence of Unicode support. 386 echo Test 11 Skipped when running 8-bit tests. 395 echo Test 12 Skipped when running 8-bit tests. [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 701 case ResultOneofCase.Skipped: in ConformanceResponse() 702 Skipped = other.Skipped; in ConformanceResponse() 807 public string Skipped { property in Conformance.ConformanceResponse 808 get { return resultCase_ == ResultOneofCase.Skipped ? (string) result_ : ""; } 811 resultCase_ = ResultOneofCase.Skipped; 855 Skipped = 5, enumerator 889 if (Skipped != other.Skipped) return false; in Equals() 904 if (resultCase_ == ResultOneofCase.Skipped) hash ^= Skipped.GetHashCode(); in GetHashCode() 937 if (resultCase_ == ResultOneofCase.Skipped) { in WriteTo() 939 output.WriteString(Skipped); in WriteTo() [all …]
|
D | Program.cs | 91 …return new ConformanceResponse { Skipped = "CSharp doesn't support skipping unknown fields in json… in PerformRequest() 104 … return new ConformanceResponse { Skipped = "CSharp doesn't support proto2" }; in PerformRequest() 114 return new ConformanceResponse { Skipped = "CSharp doesn't support text format" }; in PerformRequest()
|
/external/llvm/test/CodeGen/AArch64/ |
D | fp16-v8-instructions.ll | 424 ; 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/llvm-project/llvm/test/TableGen/ |
D | GlobalISelEmitter-zero-instr.td | 6 // CHECK: warning: Skipped pattern: Dst pattern root isn't a known leaf
|
D | GlobalISelEmitterSkippedPatterns.td | 26 // CHECK: warning: Skipped pattern: Error: Complex suboperand x referenced by different operands: c…
|
D | GlobalISelEmitter-setcc.td | 22 // ERR: [[FILE]]:[[@LINE+1]]:1: warning: Skipped pattern: Unable to handle CondCode
|
/external/perfetto/test/ |
D | gtest_logcat_printer.cc | 64 else if (result->Skipped()) in OnTestEnd()
|
/external/angle/src/tests/capture_replay_tests/ |
D | capture_replay_expectations.txt | 71 # Skipped tests
|
/external/googletest/googletest/test/ |
D | gtest_xml_output_unittest_.cc | 73 TEST_F(SkippedTest, Skipped) { in TEST_F() argument
|
D | googletest-test-part-test.cc | 158 TEST_F(TestPartResultTest, Skipped) { in TEST_F() argument
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | gtest_xml_output_unittest_.cc | 73 TEST_F(SkippedTest, Skipped) { in TEST_F() argument
|
D | googletest-test-part-test.cc | 158 TEST_F(TestPartResultTest, Skipped) { in TEST_F() argument
|
/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 922 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/llvm-project/polly/test/DeLICM/ |
D | skip_maywrite.ll | 74 ; CHECK: Skipped possible mapping target because it is not an unconditional overwrite
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 1135 bool Skipped = false; in transferValues() local 1176 Skipped = true; in transferValues() 1239 return Skipped; in transferValues() 1513 bool Skipped = transferValues(); in finish() local 1516 rewriteAssigned(Skipped); in finish() 1518 if (Skipped) in finish() 1524 if (Skipped) in finish()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 1123 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/llvm-project/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 488 const bool Skipped = in buildSegmentsImpl() local 492 CurStartLoc, !GapRegion, Skipped); in buildSegmentsImpl() 495 if (Skipped && !ActiveRegions.empty()) in buildSegmentsImpl()
|
/external/angle/src/tests/ |
D | capture_replay_tests.py | 368 Skipped = "Skipped" variable in GroupedResult 408 elif grouped_result.resultcode == GroupedResult.Skipped: 560 GroupedResult.Skipped,
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest.h | 572 bool Passed() const { return !Skipped() && !Failed(); } in Passed() 575 bool Skipped() const; 962 return test_info->should_run() && test_info->result()->Skipped(); in TestSkipped()
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 578 bool Passed() const { return !Skipped() && !Failed(); } in Passed() 581 bool Skipped() const; 966 return test_info->should_run() && test_info->result()->Skipped(); in TestSkipped()
|