/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
FileUtils.java | 110 long amt = in.skip(at);
|
/frameworks/base/core/java/android/content/pm/ |
LimitedLengthInputStream.java | 53 skip(offset);
|
/frameworks/base/core/java/android/content/res/ |
AssetFileDescriptor.java | 206 super.skip(fd.getStartOffset()); 243 public long skip(long count) throws IOException { method in class:AssetFileDescriptor.AutoCloseInputStream 247 long res = super.skip(count); 252 return super.skip(count);
|
/frameworks/base/core/java/com/android/internal/util/ |
BitwiseInputStream.java | 110 public void skip(int bits) throws AccessException { method in class:BitwiseInputStream 112 throw new AccessException("illegal skip " +
|
BitwiseOutputStream.java | 126 public void skip(int bits) { method in class:BitwiseOutputStream
|
/libcore/luni/src/main/java/java/io/ |
ByteArrayInputStream.java | 182 public synchronized long skip(long byteCount) {
|
LineNumberInputStream.java | 219 * the number of bytes to skip. 228 public long skip(long byteCount) throws IOException { method in class:LineNumberInputStream
|
LineNumberReader.java | 252 public long skip(long charCount) throws IOException { method in class:LineNumberReader
|
Reader.java | 174 * Invocations of {@code read()} and {@code skip()} will occur from this new 203 public long skip(long charCount) throws IOException { method in class:Reader
|
StringBufferInputStream.java | 115 public synchronized long skip(long charCount) {
|
StringReader.java | 183 * Invocations of {@code read()} and {@code skip()} will occur from this new 202 * Reader#skip(long) overridden method}, this method may skip negative skip 208 * the maximum number of characters to skip. Positive values skip 209 * forward; negative values skip backward. 221 public long skip(long charCount) throws IOException { method in class:StringReader
|
/libcore/luni/src/main/java/libcore/io/ |
HeapBufferIterator.java | 46 public void skip(int byteCount) { method in class:HeapBufferIterator
|
NioBufferIterator.java | 44 public void skip(int byteCount) { method in class:NioBufferIterator
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
GZIPInputStreamTest.java | 45 /** http://b/3042574 GzipInputStream.skip() causing CRC failures */ 54 count = in.skip(Long.MAX_VALUE);
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
inputstream_wrapper.cpp | 48 int64_t InputStreamWrapper::skip(int64_t count) { function in class:InputStreamWrapper
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ |
CharSequenceReader.java | 127 * Skip the specified number of characters.
129 * @param n The number of characters to skip
132 public long skip(long n) {
method in class:CharSequenceReader 135 "Number of characters to skip is less than zero: " + n);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ipa-ref.h | 75 VEC(ipa_ref_ptr,heap) * GTY((skip)) refering;
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-ref.h | 75 VEC(ipa_ref_ptr,heap) * GTY((skip)) refering;
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ipa-ref.h | 75 VEC(ipa_ref_ptr,heap) * GTY((skip)) refering;
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-ref.h | 75 VEC(ipa_ref_ptr,heap) * GTY((skip)) refering;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FileInputStreamTest.java | 174 is.skip(3000); 187 is.skip(3000); 326 * @tests java.io.FileInputStream#skip(long) 331 is.skip(1000); 334 assertTrue("Failed to skip to correct position", new String(buf1, 0, 383 * @tests java.io.FileInputStream#skip(long) 388 fis.skip(-5); 389 fail("IOException must be thrown if number of bytes to skip <0"); 424 fis.skip(100);
|
/packages/apps/Launcher3/util/com/android/launcher3/ |
DecoderRing.java | 87 int skip = 0; local 106 skip = Integer.valueOf(args[++i]); 171 if (skip > 0) { 172 offset = Math.min(skip, n); 174 skip -= offset;
|
/external/chromium/net/tools/flip_server/ |
balsa_headers.h | 256 skip(false) {} 264 skip(false) {} 271 bool skip; member in struct:net::BalsaHeaders::HeaderLineDescription 367 } while (idx_ < header_lines_size && header_lines[idx_].skip == true); 369 // if there are only 'skip == true' elements between the end() iterator 385 } while (idx_ < header_lines_size && header_lines[idx_].skip == true); 387 // if there are only 'skip == true' elements between the rbegin() iterator 622 header_lines_[it.idx_].skip = true; 794 if (line.skip) { [all...] |
/external/chromium_org/net/tools/balsa/ |
balsa_headers.h | 256 skip(false) {} 264 skip(false) {} 271 bool skip; member in struct:net::BalsaHeaders::HeaderLineDescription 363 } while (idx_ < header_lines_size && header_lines[idx_].skip == true); 365 // if there are only 'skip == true' elements between the end() iterator 381 } while (idx_ < header_lines_size && header_lines[idx_].skip == true); 383 // if there are only 'skip == true' elements between the rbegin() iterator 614 header_lines_[it.idx_].skip = true; 786 if (line.skip) { [all...] |
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlParser.java | 583 skip(); method 586 skip(); method 590 skip(); method 616 skip(); method 623 skip(); method 633 skip(); method 674 skip(); method 725 skip(); method 728 skip(); method 750 skip(); method 797 skip(); method 801 skip(); method 812 skip(); method 818 skip(); method 824 skip(); method 826 skip(); method 842 skip(); method 856 skip(); method 900 skip(); method 904 skip(); method 909 skip(); method 924 skip(); method 927 skip(); method 941 skip(); method 947 skip(); method 953 skip(); method 961 skip(); method 1056 skip(); method 1075 skip(); method 1092 skip(); method 1101 skip(); method 1583 private void skip() throws IOException, XmlPullParserException { method in class:KXmlParser [all...] |