| /external/testng/src/test/java/test/ |
| D | JUnit4Test.java | 29 String[] skipped = JUnit4Sample2.SKIPPED; in testTests() local 33 verifyTests("Skipped", skipped, getSkippedTests()); in testTests() 44 String[] skipped = JUnit4SampleSuite.SKIPPED; in testSuite() local 48 verifyTests("Skipped", skipped, getSkippedTests()); in testSuite() 59 String[] skipped = {}; in testSuiteInheritance() local 63 verifyTests("Skipped", skipped, getSkippedTests()); in testSuiteInheritance() 75 String[] skipped = {}; in testTestInheritance() local 79 verifyTests("Skipped", skipped, getSkippedTests()); in testTestInheritance() 90 String[] skipped = JUnit4ParameterizedTest.SKIPPED; in testTestParameterized() local 94 verifyTests("Skipped", skipped, getSkippedTests()); in testTestParameterized()
|
| /external/testng/src/test/java/test/dependent/ |
| D | ImplicitGroupInclusionTest.java | 20 String[] skipped = { in verifyImplicitGroupInclusion() local 24 verifyTests("Skipped", skipped, getSkippedTests()); in verifyImplicitGroupInclusion() 38 String[] skipped = { in verifyImplicitGroupInclusion2() local 42 verifyTests("Skipped", skipped, getSkippedTests()); in verifyImplicitGroupInclusion2() 56 String[] skipped = { in verifyImplicitGroupInclusion4() local 60 verifyTests("Skipped", skipped, getSkippedTests()); in verifyImplicitGroupInclusion4() 75 String[] skipped = { in verifyImplicitGroupInclusion3() local 79 verifyTests("Skipped", skipped, getSkippedTests()); in verifyImplicitGroupInclusion3() 93 String[] skipped = { in verifyImplicitMethodInclusion() local 97 verifyTests("Skipped", skipped, getSkippedTests()); in verifyImplicitMethodInclusion()
|
| D | DependentTest.java | 21 String[] skipped = { "shouldBeSkipped" }; in simpleSkip() local 24 verifyTests("Skipped", skipped, getSkippedTests()); in simpleSkip() 33 String[] skipped = {}; in dependentMethods() local 36 verifyTests("Skipped", skipped, getSkippedTests()); in dependentMethods() 45 String[] skipped = { "step3" }; in dependentMethodsWithSkip() local 48 verifyTests("Skipped", skipped, getSkippedTests()); in dependentMethodsWithSkip() 58 String[] skipped = {}; in dependentMethodsWithNonExistentMethod() local 61 verifyTests("Skipped", skipped, getSkippedTests()); in dependentMethodsWithNonExistentMethod() 82 String[] skipped = { "skip1", "skip2" }; in multipleSkips() local 85 verifyTests("Skipped", skipped, getSkippedTests()); in multipleSkips() [all …]
|
| D | DependentAlwaysRunTest.java | 19 String[] skipped = { in verifyDependsOnMethodsAlwaysRun() local 23 verifyTests("Skipped", skipped, getSkippedTests()); in verifyDependsOnMethodsAlwaysRun() 37 String[] skipped = { in verifyDependsOnGroups1AlwaysRun() local 41 verifyTests("Skipped", skipped, getSkippedTests()); in verifyDependsOnGroups1AlwaysRun() 55 String[] skipped = { in verifyDependsOnGroups2AlwaysRun() local 59 verifyTests("Skipped", skipped, getSkippedTests()); in verifyDependsOnGroups2AlwaysRun()
|
| D | ClassDependsOnGroups.java | 18 String[] skipped = { in verifyDependsOnGroups() local 22 verifyTests("Skipped", skipped, getSkippedTests()); in verifyDependsOnGroups() 34 String[] skipped = { in verifyGroupsAcrossClasses() local 38 verifyTests("Skipped", skipped, getSkippedTests()); in verifyGroupsAcrossClasses()
|
| /external/autotest/tko/parsers/test/ |
| D | unittest_hotfix.py | 22 self.skipped = [] 30 """Called when a test is skipped. 34 self.skipped.append((test, str(err[1]))) 40 return "<%s run=%i errors=%i failures=%i skipped=%i>" % ( 42 len(self.errors), len(self.failures), len(self.skipped)) 115 self.stream.writeln("SKIPPED" + msg) 138 failed, errored, skipped = list(map( 139 len, (result.failures, result.errors, result.skipped))) 145 if skipped: 146 self.stream.write(", skipped=%d" % skipped) [all …]
|
| /external/angle/src/libANGLE/capture/ |
| D | capture_gles_3_2_params.cpp | 23 // Skipped in CaptureDebugMessageCallback_userParam() 36 // Skipped in CaptureDebugMessageControl_ids() 49 // Skipped in CaptureDebugMessageInsert_buf() 104 // Skipped in CaptureGetDebugMessageLog_sources() 119 // Skipped in CaptureGetDebugMessageLog_types() 134 // Skipped in CaptureGetDebugMessageLog_ids() 149 // Skipped in CaptureGetDebugMessageLog_severities() 164 // Skipped in CaptureGetDebugMessageLog_lengths() 179 // Skipped in CaptureGetDebugMessageLog_messageLog() 191 // Skipped in CaptureGetObjectLabel_length() [all …]
|
| /external/python/cpython2/Lib/ctypes/test/ |
| D | __init__.py | 14 """Test skipped because it requested a disallowed resource. 62 """Return a list of skipped test modules, and a list of test cases.""" 64 skipped = [] 67 skipped.append(modname) 69 print >> sys.stderr, "Skipped %s: excluded" % modname 74 skipped.append(modname) 76 print >> sys.stderr, "Skipped %s: %s" % (modname, detail) 84 return skipped, tests 124 def run(self, test, skipped): argument 127 # skipped tests. [all …]
|
| /external/cronet/third_party/icu/source/i18n/ |
| D | collationiterator.cpp | 56 // State of combining marks skipped in discontiguous contraction. 85 // Goes backward through the skipped-marks buffer. 86 // Returns the number of code points read beyond the skipped marks 119 // Replaces the characters we consumed with the newly skipped ones. 130 // Combining marks skipped in previous discontiguous-contraction matching. 133 // Combining marks newly skipped in current discontiguous-contraction matching. 140 // When a partial match fails, we back out skipped and partial-matching input characters. 152 skipped(nullptr), in CollationIterator() 168 delete skipped; in ~CollationIterator() 176 // Ignore skipped since that should be unused between calls to nextCE(). in operator ==() [all …]
|
| /external/icu/icu4c/source/i18n/ |
| D | collationiterator.cpp | 56 // State of combining marks skipped in discontiguous contraction. 85 // Goes backward through the skipped-marks buffer. 86 // Returns the number of code points read beyond the skipped marks 119 // Replaces the characters we consumed with the newly skipped ones. 130 // Combining marks skipped in previous discontiguous-contraction matching. 133 // Combining marks newly skipped in current discontiguous-contraction matching. 140 // When a partial match fails, we back out skipped and partial-matching input characters. 152 skipped(nullptr), in CollationIterator() 168 delete skipped; in ~CollationIterator() 176 // Ignore skipped since that should be unused between calls to nextCE(). in operator ==() [all …]
|
| /external/mbedtls/docs/architecture/psa-migration/ |
| D | outcome-analysis.sh | 4 # order to highlight any difference in the set of tests skipped. 8 # implementation", namely: the sets of tests skipped in the default config and 106 sed -n "$sed_cmd" "$ref" > skipped-ref 107 sed -n "$sed_cmd" "$new" > skipped-new 108 nb_ref=$(wc -l <skipped-ref) 109 nb_new=$(wc -l <skipped-new) 112 printf "%40s: total %4d; skipped %4d -> %4d\n" \ 114 if diff skipped-ref skipped-new | grep '^> '; then 119 rm skipped-ref skipped-new
|
| /external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/ |
| D | CollationIterator.java | 82 // State of combining marks skipped in discontiguous contraction. 110 // Goes backward through the skipped-marks buffer. 111 // Returns the number of code points read beyond the skipped marks 145 // Replaces the characters we consumed with the newly skipped ones. 157 // Combining marks skipped in previous discontiguous-contraction matching. 160 // Combining marks newly skipped in current discontiguous-contraction matching. 167 // When a partial match fails, we back out skipped and partial-matching input characters. 205 // Ignore skipped since that should be unused between calls to nextCE(). in equals() 377 if(skipped != null) { skipped.clear(); } in reset() 517 if(skipped == null && numCpFwd < 0) { in appendCEsFromCE32() [all …]
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
| D | CollationIterator.java | 84 // State of combining marks skipped in discontiguous contraction. 112 // Goes backward through the skipped-marks buffer. 113 // Returns the number of code points read beyond the skipped marks 147 // Replaces the characters we consumed with the newly skipped ones. 159 // Combining marks skipped in previous discontiguous-contraction matching. 162 // Combining marks newly skipped in current discontiguous-contraction matching. 169 // When a partial match fails, we back out skipped and partial-matching input characters. 207 // Ignore skipped since that should be unused between calls to nextCE(). in equals() 379 if(skipped != null) { skipped.clear(); } in reset() 519 if(skipped == null && numCpFwd < 0) { in appendCEsFromCE32() [all …]
|
| /external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/ |
| D | gtest_xml_output_unittest.py | 71 …<testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" skipped="0" errors="0" time="… 74 …<testsuite name="FailedTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="*" t… 82 …<testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" skipped="0" errors="0" time=… 96 …<testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="… 103 …<testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" skipped="0" errors="0"… 110 …<testsuite name="DisabledTest" tests="1" failures="0" disabled="1" skipped="0" errors="0" time="*"… 113 …<testsuite name="SkippedTest" tests="3" failures="1" disabled="0" skipped="2" errors="0" time="*" … 114 …<testcase name="Skipped" status="run" file="gtest_xml_output_unittest_.cc" line="75" result="skipp… 115 …<skipped message="gtest_xml_output_unittest_.cc:*
%(stack_entity)s"><![CDATA[gtest_xml_output… 116 %(stack)s]]></skipped> [all …]
|
| /external/cronet/third_party/googletest/src/googletest/test/ |
| D | gtest_xml_output_unittest.py | 69 …<testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" skipped="0" errors="0" time="… 72 …<testsuite name="FailedTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="*" t… 80 …<testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" skipped="0" errors="0" time=… 94 …<testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="… 101 …<testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" skipped="0" errors="0"… 108 …<testsuite name="DisabledTest" tests="1" failures="0" disabled="1" skipped="0" errors="0" time="*"… 111 …<testsuite name="SkippedTest" tests="3" failures="1" disabled="0" skipped="2" errors="0" time="*" … 112 …<testcase name="Skipped" status="run" file="gtest_xml_output_unittest_.cc" line="73" result="skipp… 113 … <skipped message="gtest_xml_output_unittest_.cc:*
"><![CDATA[gtest_xml_output_unittest_.cc:* 114 %(stack)s]]></skipped> [all …]
|
| /external/googletest/googletest/test/ |
| D | gtest_xml_output_unittest.py | 71 …<testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" skipped="0" errors="0" time="… 74 …<testsuite name="FailedTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="*" t… 82 …<testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" skipped="0" errors="0" time=… 96 …<testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="… 103 …<testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" skipped="0" errors="0"… 110 …<testsuite name="DisabledTest" tests="1" failures="0" disabled="1" skipped="0" errors="0" time="*"… 113 …<testsuite name="SkippedTest" tests="3" failures="1" disabled="0" skipped="2" errors="0" time="*" … 114 …<testcase name="Skipped" status="run" file="gtest_xml_output_unittest_.cc" line="75" result="skipp… 115 …<skipped message="gtest_xml_output_unittest_.cc:*

"><![CDATA[gtest_xml_output_unittest_… 117 ]]></skipped> [all …]
|
| /external/python/cpython3/Lib/unittest/test/ |
| D | test_skipping.py | 19 self.assertEqual(result.skipped, [(test, "skip")]) 25 self.assertEqual(result.skipped, [(test, "skip")]) 40 self.assertEqual(result.skipped, [(test, "testing")]) 47 self.assertEqual(result.skipped, [(test, "testing")]) 66 self.assertEqual(len(result.skipped), 3) 67 subtest, msg = result.skipped[0] 71 subtest, msg = result.skipped[1] 75 self.assertEqual(result.skipped[2], (test, "skip 3")) 82 self.assertEqual([msg for subtest, msg in result.skipped], 105 self.assertEqual(len(result.skipped), 1) [all …]
|
| /external/pcre/ |
| D | RunTest.bat | 325 echo Test 4 Skipped due to absence of Unicode support. 334 echo Test 5 Skipped due to absence of Unicode support. 347 echo Test 7 Skipped due to absence of Unicode support. 355 echo Test 8 Skipped because link size is not 2. 359 echo Test 8 Skipped due to absence of Unicode support. 367 echo Test 9 Skipped when running 16/32-bit tests. 376 echo Test 10 Skipped when running 16/32-bit tests. 380 echo Test 10 Skipped due to absence of Unicode support. 389 echo Test 11 Skipped when running 8-bit tests. 398 echo Test 12 Skipped when running 8-bit tests. [all …]
|
| /external/freetype/src/winfonts/ |
| D | winfnt.h | 34 /* skipped content */ 43 /* skipped content */ 55 /* skipped content */ 57 /* skipped content */ 59 /* skipped content */ 62 /* skipped content */ 70 /* skipped content */ 74 /* skipped content */
|
| /external/curl/scripts/ |
| D | copyright.pl | 93 my ($file, $skipped, $pattern) = @_; 98 if($skipped) { 112 if($skipped) { 121 if($skipped) { 158 print STDERR "$f already skipped at $skiplist{$f}\n"; 188 my $skipped = 0; 195 $skipped = 1; 199 my $r = checkfile($f, $skipped, $pattern); 203 if(!$skipped) { 212 print STDERR "$skiplisted files are skipped\n" if ($skiplisted); [all …]
|
| /external/python/cpython2/Lib/unittest/test/ |
| D | test_skipping.py | 17 self.assertEqual(result.skipped, [(test, "skip")]) 29 self.assertEqual(result.skipped, [(test, "testing")]) 48 self.assertEqual(len(result.skipped), 1) 53 self.assertEqual(result.skipped, [(test_do_skip, "testing")]) 66 self.assertEqual(result.skipped, [(test, "testing")]) 81 self.assertEqual(result.skipped, [(test, "testing")]) 96 self.assertEqual(result.skipped, [(test, "testing")]) 144 self.assertEqual(result.skipped, [(test, "testing")]) 164 self.assertEqual(result.skipped, [(test, "testing")])
|
| /external/libwebm/webm_parser/test_utils/ |
| D | limited_reader.h | 24 // limitations on how much data can be read/skipped. Its primary use is for 46 // can be skipped based on the settings of this LimitedReader. If this reader 47 // has reached its cap of maximum number of bytes allowed to be skipped, the 55 // maximum number of bytes that can be read/skipped and cannot read/skip any 63 // Sets the total number of bytes that can be skipped in a single call to 73 // Sets the total number of bytes that can be skipped by the reader with Skip. 79 // Sets the total number of bytes that can be read/skipped by the reader. 96 // The total maximum number of bytes that can be skipped with multiple calls 100 // The total maximum number of bytes that can be read or skipped with multiple
|
| /external/libpng/tests/ |
| D | pngtest-all | 4 skipped= 16 skipped=1;; 58 skipped= 63 *"TEST SKIPPED"*) skipped=1;; 68 test -z "$found" -a -z "$skipped" && echo "$1: $2" >&3 88 test "$?" -eq 77 && echo "TEST SKIPPED" 106 test -n "$skipped" && exit 77
|
| /external/junit/src/main/java/org/junit/rules/ |
| D | TestWatcher.java | 101 skipped((AssumptionViolatedException) e, description); 103 skipped(e, description); 141 * Invoked when a test is skipped due to a failed assumption. 143 protected void skipped(AssumptionViolatedException e, Description description) { 146 skipped(asInternalException, description); 150 * Invoked when a test is skipped due to a failed assumption. 152 * @deprecated use {@link #skipped(AssumptionViolatedException, Description)} 155 protected void skipped(
|
| /external/skia/src/utils/win/ |
| D | SkIStream.cpp | 132 size_t skipped = this->fSkStream->skip(skip); in Seek() local 133 this->fLocation.QuadPart = skipped; in Seek() 134 if (skipped != skip) { in Seek() 142 size_t skipped = this->fSkStream->skip(skip); in Seek() local 143 this->fLocation.QuadPart += skipped; in Seek() 144 if (skipped != skip) { in Seek() 155 size_t skipped = this->fSkStream->skip(skip); in Seek() local 156 this->fLocation.QuadPart = skipped; in Seek() 157 if (skipped != skip) { in Seek()
|