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

<<11121314151617181920>>

  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorTest.java 137 assertEquals(1, is.skip(1));
140 assertEquals(2, is.skip(2));
  /dalvik/dexlist/
DexList.cpp 63 str++; /* Skip the 'L'. */
139 goto skip;
147 skip:
  /dalvik/vm/mterp/x86/
OP_IPUT_OBJECT.S 54 je 1f # skip card mark if null store
OP_SPUT_OBJECT.S 27 je 1f # skip card mark if null
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 35 'mvn -Dmaven.test.skip=true package assembly:assembly'. If using a
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Token.js 32 /** All tokens go to the parser (unless skip() is called in that rule)
  /external/dhcpcd/
if-options.c 792 int skip = 0, have_profile = 0; local
842 /* Start of an interface block, skip if not ours */
845 skip = 0;
847 skip = 1;
850 /* Start of an ssid block, skip if not ours */
853 skip = 0;
855 skip = 1;
858 /* Start of a profile block, skip if not ours */
861 skip = 0;
864 skip = 1
    [all...]
  /external/elfutils/libdwfl/
offline.c 195 skip:;
196 /* Skip this and go to the next. */
236 goto skip;
  /external/llvm/utils/vim/
tablegen.vim 24 syn region tgString start=/"/ skip=/\\"/ end=/"/ oneline
  /external/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessageLite.java 263 public long skip(final long n) throws IOException { method in class:AbstractMessageLite.Builder.LimitedInputStream
264 final long result = super.skip(Math.min(n, limit));
  /frameworks/base/test-runner/src/android/test/
AndroidTestRunner.java 159 void setSkipExecution(boolean skip) {
160 mSkipExecution = skip;
  /libcore/luni/src/main/java/java/io/
BufferedInputStream.java 361 * the number of bytes to skip. {@code skip} does nothing and
368 public synchronized long skip(long byteCount) throws IOException { method in class:BufferedInputStream
399 // Couldn't get all the bytes, skip what we read
405 return read + localIn.skip(byteCount - read);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 71 struct def_optype_d * GTY ((skip (""))) free_defs;
72 struct use_optype_d * GTY ((skip (""))) free_uses;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 71 struct def_optype_d * GTY ((skip (""))) free_defs;
72 struct use_optype_d * GTY ((skip (""))) free_uses;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 71 struct def_optype_d * GTY ((skip (""))) free_defs;
72 struct use_optype_d * GTY ((skip (""))) free_uses;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 71 struct def_optype_d * GTY ((skip (""))) free_defs;
72 struct use_optype_d * GTY ((skip (""))) free_uses;
  /external/skia/legacy/src/core/
SkAAClip.cpp 314 // now skip whole runs of zeros
377 int skip = trim_row_left_right(data, origWidth, trimL, trimR); local
378 SkASSERT(expectedSkip == skip);
380 assert_row_width(data + skip, expectedWidth);
473 int skip = 0; local
479 skip += 1;
482 SkASSERT(skip <= head->fRowCount);
483 if (skip == head->fRowCount) {
486 if (skip > 0) {
488 // as we remove [skip] number of YOffset entrie
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 323 // now skip whole runs of zeros
386 int skip = trim_row_left_right(data, origWidth, trimL, trimR); local
387 SkASSERT(expectedSkip == skip);
389 assert_row_width(data + skip, expectedWidth);
487 int skip = 0; local
493 skip += 1;
496 SkASSERT(skip <= head->fRowCount);
497 if (skip == head->fRowCount) {
500 if (skip > 0) {
502 // as we remove [skip] number of YOffset entrie
    [all...]
SkPicturePlayback.cpp 22 /* Define this to spew out a debug statement whenever we skip the remainder of
803 canvas.drawData(reader.skip(length), length);
804 // skip handles padding the read out to a multiple of 4
824 const SkPoint* pts = (const SkPoint*)reader.skip(sizeof(SkPoint) * count);
831 const SkPoint* pos = (const SkPoint*)reader.skip(points * sizeof(SkPoint));
838 const SkPoint* pos = (const SkPoint*)reader.skip(points * sizeof(SkPoint));
850 const SkScalar* xpos = (const SkScalar*)reader.skip(xCount * sizeof(SkScalar));
858 const SkScalar* xpos = (const SkScalar*)reader.skip((3 + xCount) * sizeof(SkScalar));
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers.cc 422 start->skip = true;
557 i->skip = true;
568 if (line.skip) {
611 if (line.skip) {
672 if (header_lines_[i].skip) {
683 line.skip = true;
701 if (!line.skip) {
    [all...]
  /external/tremolo/Tremolo/
bitwiseARM.s 133 @ We had overrun when we started, so we need to skip -r10 bits.
151 ADDS r14,r14,r10 @ r14= length in bits-bits to skip
154 RSB r10,r10,#0 @ r10= bits to skip
196 ADDS r10,r10,r2 @ r10= bits left in word after skip
373 @ We had overrun when we started, so we need to skip -r10 bits.
391 ADDS r14,r14,r10 @ r14= length in bits-bits to skip
394 RSB r10,r10,#0 @ r10= bits to skip
  /external/valgrind/main/callgrind/
bbcc.c 528 CLG_(current_state).nonskipped = 0; /* we didn't skip this function */
554 Bool call_emulation = False, delayed_push = False, skip = False; local
705 skip = CLG_(get_fn_node)(bb)->skip;
759 if ((delayed_push && !skip) || (CLG_(current_state).cxt == 0)) {
809 if (delayed_push && !skip) {
838 if (!skip && CLG_(current_state).nonskipped) {
845 bbcc, sp, skip);
callstack.c 183 * If <skip> is true, this is a call to a function to be skipped;
186 void CLG_(push_call_stack)(BBCC* from, UInt jmp, BBCC* to, Addr sp, Bool skip)
200 if (skip) {
260 if (!skip)
  /external/zlib/src/contrib/minizip/
miniunz.c 363 int skip=0; local
403 skip = 1;
409 if ((skip==0) && (err==UNZ_OK))
  /external/zlib/src/
gzlib.c 380 offset += state->skip;
399 /* calculate skip amount, rewinding if needed for back seek when reading */
406 if (gzrewind(file) == -1) /* rewind, then skip to offset */
410 /* if reading, skip what's in output buffer (one less gzgetc() check) */
420 /* request skip (if not zero) */
423 state->skip = offset;
454 return state->x.pos + (state->seek ? state->skip : 0);

Completed in 415 milliseconds

<<11121314151617181920>>