Searched refs:skip (Results 201 - 225 of 659) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h63 /** Whether the decoder should skip writing zeroes to output if possible.
67 /** Set to true if the decoder should skip writing any zeroes when
78 void setSkipWritingZeroes(bool skip) { fSkipWritingZeroes = skip; } argument
/external/chromium_org/third_party/skia/samplecode/
H A DSampleHairline.cpp54 static bool check_zeros(const SkPMColor pixels[], int count, int skip) { argument
59 pixels += skip;
/external/chromium_org/third_party/skia/src/core/
H A DSkReadBuffer.h90 virtual const void* skip(size_t size) { return fReader.skip(size); } function in class:SkReadBuffer
H A DSkAAClip.cpp365 // now skip whole runs of zeros
428 int skip = trim_row_left_right(data, origWidth, trimL, trimR); local
429 SkASSERT(expectedSkip == skip);
431 assert_row_width(data + skip, expectedWidth);
529 int skip = 0; local
535 skip += 1;
538 SkASSERT(skip <= head->fRowCount);
539 if (skip == head->fRowCount) {
542 if (skip > 0) {
544 // as we remove [skip] numbe
[all...]
/external/chromium_org/tools/telemetry/telemetry/results/
H A Dpage_test_results.py13 from telemetry.value import skip namespace
106 return [v for v in values if isinstance(v, skip.SkipValue)]
149 # TODO(eakuefner/chrishenry): Add only one skip per pagerun assert here
/external/dhcpcd/
H A Dif-options.c792 int skip = 0, have_profile = 0; local
848 /* Start of an interface block, skip if not ours */
851 skip = 0;
853 skip = 1;
856 /* Start of an ssid block, skip if not ours */
859 skip = 0;
861 skip = 1;
864 /* Start of a profile block, skip if not ours */
867 skip = 0;
870 skip
[all...]
/external/elfutils/0.153/libdwfl/
H A Doffline.c195 skip:;
236 goto skip;
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DRecyclableBufferedInputStream.java358 * the number of bytes to skip. {@code skip} does nothing and
365 public synchronized long skip(long byteCount) throws IOException { method in class:RecyclableBufferedInputStream
396 // Couldn&#39;t get all the bytes, skip what we read
402 return read + localIn.skip(byteCount - read);
/external/libpcap/msdos/
H A Dpkt_rx1.s101 ja @skip ; no, too big
124 @skip: xor di, di ; return ES:DI = NIL pointer
/external/libunwind/tests/
H A Dia64-test-stack-asm.S88 (p6) br.cond.sptk.few .skip
93 .skip: cmp.ne p6, p7 = 0, r8
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h46 int skip; member in struct:__anon24933
83 /* The [2] dimension is for whether we skip the EOB node (i.e. if previous
152 int skip; member in struct:macroblock
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A DMakefile81 skip-makefile := 1
87 ifeq ($(skip-makefile),)
302 endif # skip-makefile
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dmachine.h153 bool (skip)(struct dso *dso, int parm), int parm);
156 bool (skip)(struct dso *dso, int parm), int parm);
H A Dtrace-event-read.c88 static void skip(int size) function
258 skip(size);
/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/include/core/
H A DSkImageDecoder.h62 /** Whether the decoder should skip writing zeroes to output if possible.
66 /** Set to true if the decoder should skip writing any zeroes when
77 void setSkipWritingZeroes(bool skip) { fSkipWritingZeroes = skip; } argument
H A DSkReadBuffer.h87 virtual const void* skip(size_t size) { return fReader.skip(size); } function in class:SkReadBuffer
/external/skia/samplecode/
H A DSampleHairline.cpp54 static bool check_zeros(const SkPMColor pixels[], int count, int skip) { argument
59 pixels += skip;
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DEmitUtils.java408 Label skip = e.make_label();
411 e.ifnull(skip);
418 e.mark(skip);
425 Label skip = e.make_label();
428 e.ifnull(skip);
434 e.mark(skip);
584 Label skip = e.make_label();
611 e.ifnull(skip);
626 e.ifnull(skip);
634 e.mark(skip);
[all...]
/external/skia/src/core/
H A DSkAAClip.cpp325 // now skip whole runs of zeros
388 int skip = trim_row_left_right(data, origWidth, trimL, trimR); local
389 SkASSERT(expectedSkip == skip);
391 assert_row_width(data + skip, expectedWidth);
489 int skip = 0; local
495 skip += 1;
498 SkASSERT(skip <= head->fRowCount);
499 if (skip == head->fRowCount) {
502 if (skip > 0) {
504 // as we remove [skip] numbe
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_span.c506 * skip the normal lambda function as the result is ignored.
1426 GLint skip, length; local
1431 skip = -x;
1432 length = (GLint) n - skip;
1443 skip = 0;
1452 skip = 0;
1468 src = _swrast_pixel_address(rb, x + skip, y);
1472 (GLubyte (*)[4]) rgba + skip);
1476 (GLfloat (*)[4]) rgba + skip);
1527 GLint skip local
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_span.c506 * skip the normal lambda function as the result is ignored.
1426 GLint skip, length; local
1431 skip = -x;
1432 length = (GLint) n - skip;
1443 skip = 0;
1452 skip = 0;
1468 src = _swrast_pixel_address(rb, x + skip, y);
1472 (GLubyte (*)[4]) rgba + skip);
1476 (GLfloat (*)[4]) rgba + skip);
1527 GLint skip local
[all...]
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers.cc465 start->skip = true;
600 i->skip = true;
611 if (line.skip) {
654 if (line.skip) {
715 if (header_lines_[i].skip) {
726 line.skip = true;
744 if (!line.skip) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodemv.c153 const int skip = vp9_read(r, cm->fc.skip_probs[ctx]); local
155 ++cm->counts.skip[ctx][skip];
156 return skip;
171 mbmi->skip = read_skip(cm, xd, mbmi->segment_id, r);
529 mbmi->skip = read_skip(cm, xd, mbmi->segment_id, r);
532 !mbmi->skip || !inter_block, r);

Completed in 1626 milliseconds

1234567891011>>