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

1 2 3 4 5 6 7 891011>>

  /external/guava/src/com/google/common/io/
ByteStreams.java 551 // We skip only Integer.MAX_VALUE due to JDK overflow bugs.
552 long amt = in.skip(Integer.MAX_VALUE);
644 * @param n the number of bytes to skip
652 long amt = in.skip(n);
CharStreams.java 398 * @param n the number of characters to skip
405 long amt = reader.skip(n);
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 138 private static void clearRefs(Object objects[], int skip) {
139 for (int i = 0; i < objects.length; i += skip) {
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
bitmap.h 49 struct obstack GTY ((skip)) obstack;
75 not collected, we can just GTY((skip)) it. */
84 struct bitmap_descriptor GTY((skip)) *desc;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
bitmap.h 49 struct obstack GTY ((skip)) obstack;
75 not collected, we can just GTY((skip)) it. */
84 struct bitmap_descriptor GTY((skip)) *desc;
  /libcore/luni/src/test/java/tests/api/java/util/
ScannerTest.java     [all...]
  /system/core/libacc/
acc.cpp 4598 void skip(intptr_t c) { function in class:acc::Compiler
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
AssetManager_AssetInputStreamTest.java 122 method = "skip",
190 // test skip(int)
193 mAssetInputStream.skip(skipLenth);
  /cts/tools/dex-tools/src/dex/reader/
DexEncodedValueImpl.java 176 buffer.skip(valueArg + 1);
  /dalvik/vm/arch/arm/
CallOldABI.S 124 @ If there are N args, we want to skip 0 and 1, and push (N-1)..2. We
  /external/bluetooth/glib/gio/
glocalfileinputstream.c 100 stream_class->skip = g_local_file_input_stream_skip;
  /external/bluetooth/glib/glib/
gutf8.c 1831 gchar *m, skip = g_utf8_skip[*(guchar*) p]; local
    [all...]
  /external/bluetooth/glib/gobject/
glib-mkenums.in 56 # skip empty lines
110 if (!defined $options{skip}) {
285 next if defined $options{skip};
  /external/libvpx/vp8/common/arm/neon/
bilinearpredict8x8_neon.asm 32 cmp r2, #0 ;skip first_pass filter if xoffset=0
99 cmp r3, #0 ;skip second_pass filter if yoffset=0
  /external/libvpx/vp8/encoder/arm/neon/
vp8_subpixelvariance8x8_neon.asm 35 cmp r2, #0 ;skip first_pass filter if xoffset=0
102 cmp r3, #0 ;skip second_pass filter if yoffset=0
  /external/openssl/crypto/sha/asm/
sha1-s390x.pl 139 .skip 48 #.long 0,0,0,0,0,0,0,0,0,0,0,0
  /external/quake/quake/src/QW/client/
sbar.c 1004 int skip = 10; local
1007 skip = 8;
1088 y += skip;
1142 y += skip;
  /external/skia/src/core/
SkFlattenable.cpp 83 // to skip the flattened data in the buffer
86 this->skip(size);
  /external/skia/src/images/
SkImageDecoder_fpdfemb.cpp 104 if (stream->skip(offset) != offset) {
105 SkDebugf("---- skip failed\n");
  /frameworks/base/core/java/android/os/
MemoryFile.java 393 public long skip(long n) throws IOException { method in class:MemoryFile.MemoryInputStream
  /libcore/luni/src/main/java/java/io/
BufferedReader.java 453 * Invocations of {@code read()} and {@code skip()} will occur from this new
479 * the maximum number of characters to skip.
490 public long skip(long amount) throws IOException { method in class:BufferedReader
514 // Couldn't get all the characters, skip what we read
  /libcore/luni/src/main/java/java/util/jar/
JarFile.java 139 public long skip(long nbytes) throws IOException { method in class:JarFile.JarFileInputStream
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLRecordProtocol.java 367 in.skip(2); // just skip the version number
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerLogger.java 242 public long skip(long n) throws IOException { method in class:RecognizerLogger
  /external/elfutils/tests/
Makefile 603 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
636 skip=`expr $$skip + 1`; \
637 echo "SKIP: $$tst"; \
655 if test "$$skip" -ne 0; then \
656 skipped="($$skip tests were not run)"; \

Completed in 852 milliseconds

1 2 3 4 5 6 7 891011>>