HomeSort by relevance Sort by last modified time
    Searched defs:skipped (Results 1 - 25 of 356) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/dependent/
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());
MissingGroupTest.java 19 String[] skipped = { local
24 verifyTests("Skipped", skipped, getSkippedTests());
MissingMethodTest.java 20 String[] skipped = { local
24 verifyTests("Skipped", skipped, getSkippedTests());
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...]
MultiGroupTest.java 20 String[] skipped = { local
25 verifyTests("Skipped", skipped, getSkippedTests());
ClassDependsOnGroups.java 18 String[] skipped = { local
22 verifyTests("Skipped", skipped, getSkippedTests());
34 String[] skipped = { local
38 verifyTests("Skipped", skipped, getSkippedTests());
  /external/testng/src/test/java/test/junit/
SetUpExceptionTest.java 17 String[] skipped = { local
21 verifyTests("Skipped", skipped, getSkippedTests());
  /external/testng/src/test/java/test/retryAnalyzer/
RetryAnalyzerTest.java 34 List<ITestResult> skipped = tla.getSkippedTests(); local
35 assertEquals(skipped.size(), InvocationCountTest.invocations.size() - fsp.size());
  /external/testng/src/test/java/test/invocationcount/
FailedInvocationCountTest.java 11 int passed, int failed, int skipped)
23 Assert.assertEquals(tla.getSkippedTests().size(), skipped); local
  /external/libchrome/base/process/
process_iterator_linux.cc 93 int skipped = 0; local
95 while (skipped < kSkipLimit) {
104 skipped++;
132 if (skipped >= kSkipLimit) {
  /external/testng/src/test/java/test/dataprovider/
FailedDataProviderTest.java 43 String[] skipped = { local
48 verifyTests("Skipped", skipped, getSkippedTests());
  /external/turbine/java/com/google/turbine/bytecode/
ByteReader.java 64 int skipped = input.skipBytes(n); local
66 verify(skipped == n, "wanted %s, read %s", n, skipped);
  /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/junit/src/main/java/org/junit/rules/
Stopwatch.java 13 * time spent by each passed, failed, skipped, and finished test:
38 * protected void skipped(long nanos, AssumptionViolatedException e, Description description) {
39 * logInfo(description, &quot;skipped&quot;, nanos);
115 * Invoked when a test is skipped due to a failed assumption.
117 protected void skipped(long nanos, AssumptionViolatedException e, Description description) { method in class:Stopwatch
171 @Override protected void skipped(AssumptionViolatedException e, Description description) { method in class:Stopwatch.InternalWatcher
173 Stopwatch.this.skipped(getNanos(), e, description);
  /external/sfntly/cpp/src/sfntly/data/
font_input_stream.cc 134 int64_t skipped = stream_->Skip(n); local
135 position_ += skipped;
136 return skipped;
  /libcore/luni/src/test/java/libcore/java/io/
OldLineNumberReaderTest.java 164 long skipped = lnr.skip(80); local
165 assertEquals("Test 1: Incorrect number of characters skipped;",
166 80, 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/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;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
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().
379 if(skipped != null) { skipped.clear();
    [all...]
  /external/icu/icu4c/source/i18n/
collationiterator.h 106 skipped(NULL),
324 SkippedState *skipped; member in class:CollationIterator
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
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().
377 if(skipped != null) { skipped.clear();
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 236 int skipped = 0; local
237 while (skipped < count) {
239 Read(junk, std::min(count - skipped, implicit_cast<int>(sizeof(junk))));
242 return skipped;
244 skipped += bytes;
246 return skipped;
330 int skipped = copying_stream_->Skip(count); local
331 position_ += skipped;
332 return skipped == count;

Completed in 385 milliseconds

1 2 3 4 5 6 7 8 91011>>