/external/dbus/test/ |
dbus-test-runner | 15 skipped=0 27 skipped=`expr $skipped + 1` 38 echo "PASSED $passed / SKIPPED $skipped" 41 echo "PASSED $passed / FAILED $failed / SKIPPED $skipped"
|
/external/testng/src/test/java/test/dependent/ |
ImplicitGroupInclusionTest.java | 20 String[] skipped = { local 24 verifyTests("Skipped", skipped, getSkippedTests()); 38 String[] skipped = { local 42 verifyTests("Skipped", skipped, getSkippedTests()); 56 String[] skipped = { local 60 verifyTests("Skipped", skipped, getSkippedTests()); 75 String[] skipped = local 93 String[] skipped = { local [all...] |
DependentAlwaysRunTest.java | 19 String[] skipped = { local 23 verifyTests("Skipped", skipped, getSkippedTests()); 37 String[] skipped = { local 41 verifyTests("Skipped", skipped, getSkippedTests()); 55 String[] skipped = { local 59 verifyTests("Skipped", skipped, getSkippedTests());
|
ClassDependsOnGroups.java | 18 String[] skipped = { local 22 verifyTests("Skipped", skipped, getSkippedTests()); 34 String[] skipped = { local 38 verifyTests("Skipped", skipped, getSkippedTests());
|
MissingGroupTest.java | 19 String[] skipped = { local 24 verifyTests("Skipped", skipped, getSkippedTests());
|
MissingMethodTest.java | 20 String[] skipped = { local 24 verifyTests("Skipped", skipped, getSkippedTests());
|
MultiGroupTest.java | 20 String[] skipped = { local 25 verifyTests("Skipped", skipped, getSkippedTests());
|
DependentTest.java | 21 String[] skipped = { "shouldBeSkipped" }; local 24 verifyTests("Skipped", skipped, getSkippedTests()); 33 String[] skipped = {}; local 36 verifyTests("Skipped", skipped, getSkippedTests()); 45 String[] skipped = { "step3" }; local 48 verifyTests("Skipped", skipped, getSkippedTests()); 58 String[] skipped = {} local 82 String[] skipped = { "skip1", "skip2" }; local [all...] |
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/ |
Reader.java | 145 * @return the number of characters actually skipped.
156 long skipped = 0;
local 159 while (skipped < count) {
162 return skipped;
164 skipped += read;
166 return skipped;
168 if (count - skipped < toRead) {
169 toRead = (int)(count - skipped);
172 return skipped;
|
/external/testng/src/test/java/test/ |
Misc.java | 23 String[] skipped = { local 28 verifyTests("Failed", skipped, getSkippedTests());
|
JUnit4Test.java | 29 String[] skipped = JUnit4Sample2.SKIPPED; local 33 verifyTests("Skipped", skipped, getSkippedTests()); 44 String[] skipped = JUnit4SampleSuite.SKIPPED; local 48 verifyTests("Skipped", skipped, getSkippedTests()); 59 String[] skipped = {}; local 63 verifyTests("Skipped", skipped, getSkippedTests()) 75 String[] skipped = {}; local 90 String[] skipped = JUnit4ParameterizedTest.SKIPPED; local [all...] |
JUnitTest1.java | 92 String[] skipped = { local 96 verifyTests("Skipped", skipped, getSkippedTests()); 110 String[] skipped = { local 113 verifyTests("Skipped", skipped, getSkippedTests());
|
/external/testng/src/test/java/test/junit/ |
SetUpExceptionTest.java | 17 String[] skipped = { local 21 verifyTests("Skipped", skipped, getSkippedTests());
|
/external/clang/utils/TestUtils/ |
pch-test.pl | 15 my $skipped = 0; 47 $skipped++; 53 print("$skipped tests skipped ('x')\n")
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_ctypes.py | 10 skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_ctypes.py | 10 skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ctypes.py | 10 skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ctypes.py | 10 skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0)
|
/external/autotest/tko/parsers/test/ |
unittest_hotfix.py | 17 self.skipped = [] 25 """Called when a test is skipped. 29 self.skipped.append((test, str(err[1]))) 35 return "<%s run=%i errors=%i failures=%i skipped=%i>" % ( 37 len(self.errors), len(self.failures), len(self.skipped)) 110 self.stream.writeln("SKIPPED" + msg) 133 failed, errored, skipped = map( 134 len, (result.failures, result.errors, result.skipped)) 140 if skipped: 141 self.stream.write(", skipped=%d" % skipped [all...] |
/external/testng/src/test/java/test/dataprovider/ |
FailedDataProviderTest.java | 43 String[] skipped = { local 48 verifyTests("Skipped", skipped, getSkippedTests());
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_StringReader.java | 206 * @return the number of characters actually skipped. 216 long skipped = 0; local 219 skipped = count; 221 skipped = this.count - pos; 224 return skipped;
|
/external/glide/library/src/main/java/com/bumptech/glide/util/ |
ExceptionCatchingInputStream.java | 101 long skipped; local 103 skipped = wrapped.skip(byteCount); 106 skipped = 0; 108 return skipped;
|
/libcore/support/src/test/java/tests/support/ |
Support_StringReader.java | 222 * @return the number of characters actually skipped. 234 long skipped = 0; local 237 skipped = count; 239 skipped = this.count - pos; 242 return skipped;
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
story_run.py | 33 return not self.skipped and not self.failed 36 def skipped(self): member in class:StoryRun 37 """Whether the current run is being skipped. 50 return not self.skipped and any(
|
/external/icu/icu4c/source/i18n/ |
collationiterator.cpp | 54 // State of combining marks skipped in discontiguous contraction. 83 // Goes backward through the skipped-marks buffer. 84 // Returns the number of code points read beyond the skipped marks 117 // Replaces the characters we consumed with the newly skipped ones. 128 // Combining marks skipped in previous discontiguous-contraction matching. 131 // Combining marks newly skipped in current discontiguous-contraction matching. 138 // When a partial match fails, we back out skipped and partial-matching input characters. 150 skipped(NULL), 166 delete skipped; 174 // Ignore skipped since that should be unused between calls to nextCE() [all...] |