HomeSort by relevance Sort by last modified time
    Searched refs:skip (Results 201 - 225 of 742) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/proguard/src/proguard/io/
ManifestRewriter.java 141 public long skip(long n) throws IOException method in class:ManifestRewriter.SplitLineReader
  /external/skia/legacy/src/core/
SkFlattenable.cpp 17 (void)reader->skip(size);
29 (void)reader->skip(size);
127 // to skip the flattened data in the buffer
130 this->skip(size);
184 // so we fall through, so we can skip the sizeRecorded data.
207 // we must skip the remaining data
208 this->skip(sizeRecorded);
  /external/webkit/Tools/Scripts/webkitpy/test/
skip_unittest.py 27 from webkitpy.test.skip import skip_if
  /frameworks/base/core/java/android/util/
Base64InputStream.java 96 public long skip(long n) throws IOException { method in class:Base64InputStream
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 54 int skip; member in struct:PERF_RTdata_rate
  /libcore/luni/src/main/java/java/io/
CharArrayReader.java 245 * Invocations of {@code read()} and {@code skip()} will occur from this new
270 public long skip(long charCount) throws IOException {
  /libcore/luni/src/main/java/java/util/zip/
DeflaterInputStream.java 153 * skip {@code Integer.MAX_VALUE} bytes.
156 public long skip(long byteCount) throws IOException { method in class:DeflaterInputStream
  /libcore/luni/src/main/java/javax/crypto/
CipherInputStream.java 155 public long skip(long byteCount) throws IOException { method in class:CipherInputStream
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidByteArrayInputStreamTest.java 68 a.skip(1);
OldAndroidCharArrayReaderTest.java 67 a.skip(1);
OldAndroidPushbackReaderTest.java 82 a.skip(1);
OldAndroidStringReaderTest.java 65 a.skip(1);
OldFilterWriterTest.java 60 public long skip(long count) throws IOException { method in class:OldFilterWriterTest.MockWriter
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherInputStreamTest.java 62 assertTrue(in.skip(5) > 0);
  /libcore/luni/src/test/java/libcore/sqlite/
OldBlobTest.java 94 is.skip(96);
  /libcore/support/src/test/java/tests/support/
Support_StringReader.java 197 * location. Invocations of <code>read()/skip()</code> will occur from
221 * The number of characters to skip.
228 public long skip(long count) throws IOException { method in class:Support_StringReader
  /packages/apps/Email/src/org/apache/commons/io/input/
NullInputStream.java 261 * Skip a specified number of bytes.
263 * @param numberOfBytes The number of bytes to skip.
271 public long skip(long numberOfBytes) throws IOException { method in class:NullInputStream
273 throw new IOException("Skip after end of file");
NullReader.java 245 * Skip a specified number of characters.
247 * @param numberOfChars The number of characters to skip.
255 public long skip(long numberOfChars) throws IOException { method in class:NullReader
257 throw new IOException("Skip after end of file");
SwappedDataInputStream.java 239 * Invokes the delegate's <code>skip(int)</code> method.
240 * @param count the number of bytes to skip
248 return (int)in.skip( count );
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hashtab.h 135 void * GTY((skip)) alloc_arg;
output.h 101 /* Find the alignment maximum skip associated with a CODE_LABEL.
526 unnamed_section_callback GTY ((skip)) callback;
527 const void *GTY ((skip)) data;
551 noswitch_section_callback GTY ((skip)) callback;
556 struct section_common GTY ((skip)) common;
splay-tree.h 129 void * GTY((skip)) allocate_data;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hashtab.h 135 void * GTY((skip)) alloc_arg;
output.h 101 /* Find the alignment maximum skip associated with a CODE_LABEL.
526 unnamed_section_callback GTY ((skip)) callback;
527 const void *GTY ((skip)) data;
551 noswitch_section_callback GTY ((skip)) callback;
556 struct section_common GTY ((skip)) common;
splay-tree.h 129 void * GTY((skip)) allocate_data;

Completed in 3427 milliseconds

1 2 3 4 5 6 7 891011>>