Searched refs:skip (Results 101 - 125 of 366) sorted by relevance

1234567891011>>

/external/javasqlite/src/main/java/SQLite/
H A DBlob.java80 public long skip(long n) throws IOException { method in class:BlobR
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DLittleEndien.java140 return (int) in.skip(n);
/external/libvpx/vp8/common/arm/neon/
H A Dbilinearpredict4x4_neon.asm32 cmp r2, #0 ;skip first_pass filter if xoffset=0
71 cmp r3, #0 ;skip second_pass filter if yoffset=0
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestalpha.c69 Uint16 skip; local
95 skip = light->pitch-(light->w*light->format->BytesPerPixel);
107 buf += skip; /* Almost always 0, but just in case... */
141 buf += skip; /* Almost always 0, but just in case... */
/external/stlport/src/
H A Dsparc_atomic.s3 .skip 16
H A Dsparc_atomic64.s3 .skip 16
/external/zlib/src/examples/
H A Dgzappend.c199 /* 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 */
/external/zlib/src/
H A Dgzguts.h169 z_off64_t skip; /* amount to skip (already rewound if backwards) */ member in struct:__anon16111
H A Dgzlib.c380 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);
H A Dgzread.c261 /* skip over len bytes or reach end-of-file, whichever comes first */
263 /* skip over whatever is in output buffer */
277 /* need more data to skip -- load up output buffer */
318 /* process a skip request */
321 if (gz_skip(state, state->skip) == -1)
399 /* try output buffer (no need to check for skip request) */
434 /* process a skip request */
437 if (gz_skip(state, state->skip) == -1)
498 /* process a skip request */
501 if (gz_skip(state, state->skip)
[all...]
/external/chromium/net/tools/flip_server/
H A Dbalsa_headers.h256 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) {
1067 if (header_lines_[i].skip
[all...]
H A Dbalsa_headers.cc422 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) {
/external/antlr/antlr-3.4/runtime/JavaScript/build/
H A DREADME35 'mvn -Dmaven.test.skip=true package assembly:assembly'. If using a
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dexif_reader.js322 this.skip(this.readMarkLength());
329 skip: function(count) {
/external/dhcpcd/
H A Dif-options.c792 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
[all...]
/external/elfutils/libdwfl/
H A Doffline.c195 skip:;
236 goto skip;
/external/llvm/utils/vim/
H A Dtablegen.vim24 syn region tgString start=/"/ skip=/\\"/ end=/"/ oneline
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DAbstractMessageLite.java263 public long skip(final long n) throws IOException { method in class:AbstractMessageLite.Builder.LimitedInputStream
264 final long result = super.skip(Math.min(n, limit));
/external/skia/src/core/
H A DSkAAClip.cpp314 // 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] numbe
[all...]
/external/tremolo/Tremolo/
H A DbitwiseARM.s133 @ 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/
H A Dbbcc.c528 CLG_(current_state).nonskipped = 0; /* we didn't skip this function */
554 Bool call_emulation = False, delayed_push = False, skip = False; local
710 skip = CLG_(get_fn_node)(bb)->skip;
762 if ((delayed_push && !skip) || (CLG_(current_state).cxt == 0)) {
812 if (delayed_push && !skip) {
841 if (!skip && CLG_(current_state).nonskipped) {
848 bbcc, sp, skip);
H A Dcallstack.c183 * 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) argument
200 if (skip) {
254 if (!skip)
/external/valgrind/main/helgrind/tests/
H A Dtc19_shadowmem.stderr.exp7 ---------- char gran, 0 .. 99, skip 0 ----------
44 ---------- char gran, 0 .. 99, skip 1 ----------
81 ---------- char gran, 0 .. 99, skip 2 ----------
118 ---------- char gran, 0 .. 99, skip 3 ----------
155 ---------- char gran, 0 .. 99, skip 4 ----------
192 ---------- char gran, 0 .. 99, skip 5 ----------
229 ---------- char gran, 0 .. 99, skip 6 ----------
266 ---------- char gran, 0 .. 99, skip 7 ----------
303 ---------- char gran, 0 .. 99, skip 8 ----------
340 ---------- char gran, 0 .. 99, skip
[all...]
/external/skia/bench/
H A Dbench_graph_svg.py135 skip = False
138 skip = True
140 if skip:
/external/zlib/src/contrib/minizip/
H A Dminiunz.c363 int skip=0; local
403 skip = 1;
409 if ((skip==0) && (err==UNZ_OK))

Completed in 2616 milliseconds

1234567891011>>