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

1 2 3 4

  /libcore/luni/src/main/java/java/io/
Reader.java 207 * @return the number of characters actually skipped.
221 long skipped = 0; local
224 while (skipped < charCount) {
227 return skipped;
229 skipped += read;
231 return skipped;
233 if (charCount - skipped < toRead) {
234 toRead = (int) (charCount - skipped);
237 return skipped;
CharArrayReader.java 265 * @return the number of characters actually skipped.
276 long skipped = 0;
279 skipped = charCount;
281 skipped = this.count - pos;
284 return skipped;
DataInputStream.java 208 * input is reached before {@code count} bytes where skipped.
212 * @return the number of bytes actually skipped.
219 int skipped = 0; local
221 while (skipped < count && (skip = in.skip(count - skipped)) != 0) {
222 skipped += skip;
224 return skipped;
  /external/clang/utils/TestUtils/
pch-test.pl 15 my $skipped = 0;
47 $skipped++;
53 print("$skipped tests skipped ('x')\n")
  /external/apache-harmony/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;
  /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/guava/guava/src/com/google/common/io/
LimitInputStream.java 100 long skipped = in.skip(n); local
101 left -= skipped;
102 return skipped;
  /external/icu4c/io/
uscanf_p.c 88 UBool fSkipArg; /* TRUE if arg should be skipped */
425 int32_t skipped; local
430 skipped = u_scanf_skip_leading_ws(input, info->fPadChar);
450 skipped += u_scanf_skip_leading_positive_sign(input, format, &status);
473 return parsePos + skipped;
490 int32_t skipped; local
498 skipped = u_scanf_skip_leading_ws(input, info->fPadChar);
549 skipped += u_scanf_skip_leading_positive_sign(input, format, &status);
572 return parsePos + skipped;
589 int32_t skipped; local
677 int32_t skipped; local
750 int32_t skipped; local
811 int32_t skipped = 0; local
905 int32_t skipped = 0; local
975 int32_t skipped; local
1031 int32_t skipped; local
1087 int32_t skipped; local
1134 int32_t skipped; local
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 191 int skipped = 0; local
192 while (skipped < count) {
193 int bytes = Read(junk, min(count - skipped,
197 return skipped;
199 skipped += bytes;
201 return skipped;
285 int skipped = copying_stream_->Skip(count); local
286 position_ += skipped;
287 return skipped == count;
  /libcore/luni/src/main/java/libcore/io/
Streams.java 155 long skipped = 0; local
156 while (skipped < byteCount) {
157 int toRead = (int) Math.min(byteCount - skipped, buffer.length);
162 skipped += read;
171 return skipped;
  /external/valgrind/main/massif/tests/
culling1.stderr.exp 226 Massif: (skipped 1 snapshot)
228 Massif: (skipped 1 snapshot)
230 Massif: (skipped 1 snapshot)
232 Massif: (skipped 1 snapshot)
234 Massif: (skipped 1 snapshot)
236 Massif: (skipped 1 snapshot)
238 Massif: (skipped 1 snapshot)
240 Massif: (skipped 1 snapshot)
242 Massif: (skipped 1 snapshot)
244 Massif: (skipped 1 snapshot
    [all...]
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherInputStreamTest.java 179 int skipped = (int) cis.skip(2); local
180 int ind = skipped;
181 int got = skipped + cis.read(result, 0, 1); // the number of got bytes
  /libcore/luni/src/test/java/libcore/java/io/
OldCharArrayReaderTest.java 238 long skipped = 0; local
240 skipped = cr.skip(5L);
242 5L, skipped);
243 assertEquals("Test 2: Skip skipped wrong chars;",
OldLineNumberInputStreamTest.java 150 long skipped = lnis.skip(4); local
151 assertEquals("Test 1: Incorrect number of characters skipped;",
152 4, skipped);
OldLineNumberReaderTest.java 164 long skipped = lnr.skip(80); local
165 assertEquals("Test 1: Incorrect number of characters skipped;",
166 80, skipped);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
CharArrayReaderTest.java 164 long skipped = cr.skip(5L); local
166 assertEquals("Failed to skip correct number of chars", 5L, skipped);
167 assertEquals("Skip skipped wrong chars", 'W', cr.read());
PushbackReaderTest.java 241 boolean skipped = false;
260 skipped = true;
265 assertTrue("Failed to skip characters" + e, skipped);
275 assertEquals("skipped empty reader", 0, nextSkipped);
DataInputStreamTest.java 557 int skipped = 0; local
560 skipped = dis.skipBytes(50000);
563 assertTrue("Skipped should report " + fileString.length() + " not "
564 + skipped, skipped == fileString.length());
  /frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.cpp 80 jlong skipped = env->CallLongMethod(fJavaInputStream, local
88 if (skipped < 0) {
89 skipped = 0;
92 return (size_t)skipped;
  /frameworks/base/core/java/android/widget/
TableLayout.java 578 int skipped = 0; local
602 skipped++;
615 if (skipped > 0 && skipped < count) {
617 extraSpace = skipped * extraSpace / (count - skipped);
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/audio/plugins/
WAVLoader.java 166 int skipped = in.skipBytes(len); local
167 if (skipped <= 0) {
  /external/valgrind/main/callgrind/
events.c 448 Int i, pos, skipped = 0; local
456 skipped++;
459 while(skipped>0) {
462 skipped--;
539 Int i, pos, skipped = 0; local
548 skipped++;
551 while(skipped>0) {
554 skipped--;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java 188 int skipped = (int) cis.skip(2); local
189 int ind = skipped;
190 int got = skipped + cis.read(result, 0, 1); // the number of got bytes
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.css 154 #test-list > option.skipped {
217 #output .skipped {
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 514 * elements are skipped. This method is intended for use when the JSON token
817 return "skipped!";
915 result = "skipped!";
    [all...]

Completed in 447 milliseconds

1 2 3 4