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

1 2 3 4 56 7 8 91011>>

  /packages/apps/Email/src/org/apache/commons/io/input/
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 );
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
hashtab.h 135 void * GTY((skip)) alloc_arg;
tree-ssa-operands.h 131 struct def_optype_d * GTY ((skip (""))) free_defs;
132 struct use_optype_d * GTY ((skip (""))) free_uses;
133 struct voptype_d * GTY ((skip (""))) vop_free_buckets[NUM_VOP_FREE_BUCKETS];
134 VEC(tree,heap) * GTY ((skip (""))) mpt_table;
function.h 83 unsigned char * GTY((skip)) regno_pointer_align;
489 htab_t GTY((skip)) value_histograms;
540 VEC(ipa_opt_pass,heap) * GTY((skip)) ipa_transforms_to_apply;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
hashtab.h 135 void * GTY((skip)) alloc_arg;
tree-ssa-operands.h 131 struct def_optype_d * GTY ((skip (""))) free_defs;
132 struct use_optype_d * GTY ((skip (""))) free_uses;
133 struct voptype_d * GTY ((skip (""))) vop_free_buckets[NUM_VOP_FREE_BUCKETS];
134 VEC(tree,heap) * GTY ((skip (""))) mpt_table;
function.h 83 unsigned char * GTY((skip)) regno_pointer_align;
489 htab_t GTY((skip)) value_histograms;
540 VEC(ipa_opt_pass,heap) * GTY((skip)) ipa_transforms_to_apply;
  /external/skia/src/images/
SkJpegUtility.cpp 32 (void)src->fStream->skip(byte_offset - src->current_offset);
35 (void)src->fStream->skip(byte_offset);
68 long bytes = (long)src->fStream->skip(bytesToSkip);
70 // SkDebugf("xxxxxxxxxxxxxx failure to skip request %d returned %d\n", bytesToSkip, bytes);
  /libcore/luni/src/test/java/tests/api/java/io/
ByteArrayInputStreamTest.java 157 is.skip(3000);
218 is.skip(50);
282 * @tests java.io.ByteArrayInputStream#skip(long)
287 method = "skip",
291 // Test for method long java.io.ByteArrayInputStream.skip(long)
294 is.skip(100);
296 assertTrue("Failed to skip to correct position", new String(buf1,
299 fail("Exception during skip test : " + e.getMessage());
  /system/extras/showmap/
showmap.c 37 int skip; local
40 skip = 0;
86 if(skip) {
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_RLEaccel.c 42 * <skip> <run> <data>
44 * where <skip> is the number of transparent pixels to skip,
55 * <skip> and <run> are unsigned 8 bit integers, except for 32 bit depth
59 * The end of the sequence is marked by a zero <skip>,<run> pair at the *
73 * the alpha value occupying the highest 8 bits. The <skip> and <run>
81 * The <skip> and <run> counts are 8 bit for the opaque lines, 16 bit
85 * The end of the sequence is marked by a zero <skip>,<run> pair at the
863 /* skip lines at the top if neccessary */
1056 /* skip padding if necessary */
1520 int run, skip, len; local
1555 int run, skip, len; local
1649 int skip, run; local
1709 int run, skip, len; local
    [all...]
  /external/zlib/
gzwrite.c 181 if (gz_zero(state, state->skip) == -1)
242 if (gz_zero(state, state->skip) == -1)
305 if (gz_zero(state, state->skip) == -1)
380 if (gz_zero(state, state->skip) == -1)
448 if (gz_zero(state, state->skip) == -1)
483 if (gz_zero(state, state->skip) == -1)
518 ret += gz_zero(state, state->skip);
  /external/protobuf/editors/
proto.vim 74 syn region pbComment start="//" skip="\\$" end="$" keepend contains=@pbCommentGrp
75 syn region pbString start=/"/ skip=/\\"/ end=/"/
76 syn region pbString start=/'/ skip=/\\'/ end=/'/
  /external/quake/quake/src/QW/client/
snd_dma.c 460 int skip; local
511 skip = rand () % (int)(0.1*shm->speed);
512 if (skip >= target_chan->end)
513 skip = target_chan->end - 1;
514 target_chan->pos += skip;
515 target_chan->end -= skip;
  /external/quake/quake/src/WinQuake/
snd_dma.cpp 464 int skip; local
515 skip = rand () % (int)(0.1*shm->speed);
516 if (skip >= target_chan->end)
517 skip = target_chan->end - 1;
518 target_chan->pos += skip;
519 target_chan->end -= skip;
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleHeap.java 495 * Skip forward to the strings and read them.
510 * Skip back to a point just past the header and start reading
525 for (int skip = 9; skip < entryHdrLen; skip++)
552 for (int skip = 9; skip < stackFrameLen; skip++)
  /cts/tools/dex-tools/src/dex/reader/
DexBuffer.java 179 public void skip(int nBytes) { method in class:DexBuffer
  /external/chromium/net/tools/flip_server/
balsa_headers.h 375 skip(false) {}
383 skip(false) {}
390 bool skip; member in struct:net::BalsaHeaders::HeaderLineDescription
489 } while (idx_ < header_lines_size && header_lines[idx_].skip == true);
491 // if there are only 'skip == true' elements between the end() iterator
509 header_lines[idx_].skip == true);
511 // if there are only 'skip == true' elements between the rbegin() iterator
759 header_lines_[it.idx_].skip = true;
    [all...]
  /external/stlport/src/
sparc_atomic.s 3 .skip 16
sparc_atomic64.s 3 .skip 16
  /external/zlib/examples/
gzappend.c 199 /* skip over n bytes of in */
200 local void skip(file *in, unsigned n) function
232 /* skip over gzip header */
242 skip(in, 6);
246 skip(in, n);
250 if (flags & 2) skip(in, 2);
275 /* skip gzip header */
  /frameworks/base/media/java/android/drm/mobile1/
DrmRawContent.java 368 * @see java.io.InputStream#skip()
370 public long skip(long n) throws IOException { method in class:DrmRawContent.DrmInputStream
  /libcore/luni/src/main/java/java/io/
FileInputStream.java 301 * the number of bytes to skip.
308 public long skip(long count) throws IOException { method in class:FileInputStream
321 // when lseek(2) fails with ESPIPE and call super.skip(count).
  /libcore/luni/src/main/java/java/util/zip/
DeflaterInputStream.java 168 * skip {@code Integer.MAX_VALUE} bytes.
171 public long skip(long n) throws IOException { method in class:DeflaterInputStream

Completed in 655 milliseconds

1 2 3 4 56 7 8 91011>>