HomeSort by relevance Sort by last modified time
    Searched refs:skipped (Results 26 - 50 of 653) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/junit/src/main/java/org/junit/rules/
TestWatcher.java 96 skipped((AssumptionViolatedException) e, description);
98 skipped(e, description);
136 * Invoked when a test is skipped due to a failed assumption.
139 protected void skipped(AssumptionViolatedException e, Description description) {
142 skipped(asInternalException, description);
146 * Invoked when a test is skipped due to a failed assumption.
148 * @deprecated use {@link #skipped(AssumptionViolatedException, Description)}
151 protected void skipped(
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, "skipped", 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/icu/icu4c/source/i18n/
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(NULL),
168 delete skipped;
176 // Ignore skipped since that should be unused between calls to nextCE()
    [all...]
  /external/python/cpython3/Lib/unittest/test/
test_skipping.py 17 self.assertEqual(result.skipped, [(test, "skip")])
29 self.assertEqual(result.skipped, [(test, "testing")])
46 self.assertEqual(len(result.skipped), 3)
47 subtest, msg = result.skipped[0]
51 subtest, msg = result.skipped[1]
55 self.assertEqual(result.skipped[2], (test, "skip 3"))
73 self.assertEqual(len(result.skipped), 1)
78 self.assertEqual(result.skipped, [(test_do_skip, "testing")])
91 self.assertEqual(result.skipped, [(test, "testing")])
106 self.assertEqual(result.skipped, [(test, "testing")]
    [all...]
  /external/v8/tools/testrunner/local/
verbose.py 37 * %(skipped)4d tests will be skipped
47 skipped = timeout = nocrash = passes = fail_ok = fail = 0
54 skipped += 1
63 "skipped": skipped,
  /dalvik/dx/tests/
run-all-tests 68 skipped=()
80 printf "Skipped: % 4d\n" ${#skipped[@]}
87 list_files "Skipped" ${skipped[@]}
153 skipped+=(${test_name})
167 skipped+=(${test_name})
  /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/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/libchrome/base/process/
process_iterator_linux.cc 93 int skipped = 0; local
95 while (skipped < kSkipLimit) {
104 skipped++;
132 if (skipped >= kSkipLimit) {
  /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;
  /external/python/cpython2/Lib/ctypes/test/
__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):
127 # skipped tests
    [all...]
  /external/python/cpython2/Lib/unittest/test/
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/skia/src/utils/win/
SkIStream.cpp 157 size_t skipped = this->fSkStream->skip(skip); local
158 this->fLocation.QuadPart = skipped;
159 if (skipped != skip) {
167 size_t skipped = this->fSkStream->skip(skip); local
168 this->fLocation.QuadPart += skipped;
169 if (skipped != skip) {
182 size_t skipped = this->fSkStream->skip(skip); local
183 this->fLocation.QuadPart = skipped;
184 if (skipped != skip) {
  /external/skqp/src/utils/win/
SkIStream.cpp 157 size_t skipped = this->fSkStream->skip(skip); local
158 this->fLocation.QuadPart = skipped;
159 if (skipped != skip) {
167 size_t skipped = this->fSkStream->skip(skip); local
168 this->fLocation.QuadPart += skipped;
169 if (skipped != skip) {
182 size_t skipped = this->fSkStream->skip(skip); local
183 this->fLocation.QuadPart = skipped;
184 if (skipped != skip) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
__init__.py 6 """Test skipped because it requested a disallowed resource.
54 """Return a list of skipped test modules, and a list of test cases."""
56 skipped = []
59 skipped.append(modname)
61 print >> sys.stderr, "Skipped %s: excluded" % modname
66 skipped.append(modname)
68 print >> sys.stderr, "Skipped %s: %s" % (modname, detail)
76 return skipped, tests
116 def run(self, test, skipped):
119 # skipped tests
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
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")])
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
__init__.py 6 """Test skipped because it requested a disallowed resource.
54 """Return a list of skipped test modules, and a list of test cases."""
56 skipped = []
59 skipped.append(modname)
61 print >> sys.stderr, "Skipped %s: excluded" % modname
66 skipped.append(modname)
68 print >> sys.stderr, "Skipped %s: %s" % (modname, detail)
76 return skipped, tests
116 def run(self, test, skipped):
119 # skipped tests
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
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")])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 6 """Test skipped because it requested a disallowed resource.
54 """Return a list of skipped test modules, and a list of test cases."""
56 skipped = []
59 skipped.append(modname)
61 print >> sys.stderr, "Skipped %s: excluded" % modname
66 skipped.append(modname)
68 print >> sys.stderr, "Skipped %s: %s" % (modname, detail)
76 return skipped, tests
116 def run(self, test, skipped):
119 # skipped tests
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
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")])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 6 """Test skipped because it requested a disallowed resource.
54 """Return a list of skipped test modules, and a list of test cases."""
56 skipped = []
59 skipped.append(modname)
61 print >> sys.stderr, "Skipped %s: excluded" % modname
66 skipped.append(modname)
68 print >> sys.stderr, "Skipped %s: %s" % (modname, detail)
76 return skipped, tests
116 def run(self, test, skipped):
119 # skipped tests
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
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/icu/icu4c/source/io/
uscanf_p.cpp 90 UBool fSkipArg; /* TRUE if arg should be skipped */
439 int32_t skipped; local
444 skipped = u_scanf_skip_leading_ws(input, info->fPadChar);
464 skipped += u_scanf_skip_leading_positive_sign(input, format, &status);
487 return parsePos + skipped;
507 int32_t skipped; local
515 skipped = u_scanf_skip_leading_ws(input, info->fPadChar);
566 skipped += u_scanf_skip_leading_positive_sign(input, format, &status);
589 return parsePos + skipped;
609 int32_t skipped; local
700 int32_t skipped; local
839 int32_t skipped = 0; local
936 int32_t skipped = 0; local
1009 int32_t skipped; local
1068 int32_t skipped; local
1127 int32_t skipped; local
1177 int32_t skipped; local
    [all...]
  /build/kati/testcase/
err_export_override.mk 7 $(error test skipped)

Completed in 668 milliseconds

12 3 4 5 6 7 8 91011>>