Searched refs:skip (Results 151 - 175 of 659) sorted by relevance

1234567891011>>

/external/skia/src/core/
H A DSkWriter32.cpp20 // skip over the string + '\0' and then pad to a multiple of 4
22 this->skip(alignedSize);
H A DSkRecordDraw.cpp18 bool Draw::skip(const PairedPushCull& r) { function in class:SkRecords::Draw
20 fIndex += r.skip;
26 bool Draw::skip(const BoundedDrawPosTextH& r) { function in class:SkRecords::Draw
/external/chromium_org/third_party/skia/tests/
H A DFrontBufferedStreamTest.cpp104 bufferedStream->skip(bufferSize / 2);
110 // Now skip beyond the buffered piece, but still within the total buffer.
111 bufferedStream->skip(bufferSize / 2);
212 memStream.skip(arbitraryOffset);
/external/chromium_org/tools/telemetry/telemetry/results/
H A Dgtest_progress_reporter_unittest.py14 from telemetry.value import skip namespace
82 results.AddValue(skip.SkipValue(test_page_set.pages[0],
193 results.AddValue(skip.SkipValue(test_page_set.pages[0],
/external/chromium_org/v8/tools/testrunner/local/
H A Dtestsuite.py98 return (mode == "run" and not flaky) or (mode == "skip" and flaky)
102 return (mode == "run" and not slow) or (mode == "skip" and slow)
106 return (mode == "run" and not pass_fail) or (mode == "skip" and pass_fail)
129 skip = False
136 skip = True
141 if (skip or self._FilterFlaky(flaky, flaky_tests)
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DInterceptFieldTransformer.java121 Label skip = e.make_label();
122 e.ifnull(skip);
137 e.mark(skip);
/external/skia/tests/
H A DFrontBufferedStreamTest.cpp104 bufferedStream->skip(bufferSize / 2);
110 // Now skip beyond the buffered piece, but still within the total buffer.
111 bufferedStream->skip(bufferSize / 2);
212 memStream.skip(arbitraryOffset);
/external/llvm/lib/Support/
H A DYAMLParser.cpp387 void skip(uint32_t Distance);
888 void Scanner::skip(uint32_t Distance) { function in class:Scanner
971 skip(1);
977 // This may skip more than one byte, thus Column is only incremented
1071 skip(3);
1081 skip(1);
1100 skip(1);
1113 skip(1);
1125 skip(1);
1140 skip(
1558 void Stream::skip() { function in class:Stream
2028 bool Document::skip() { function in class:Document
[all...]
/external/chromium_org/third_party/opus/src/src/
H A Dopus_demo.c241 opus_int32 skip=0; local
544 opus_encoder_ctl(enc, OPUS_GET_LOOKAHEAD(&skip));
797 if (output_samples>skip) {
799 for(i=0;i<(output_samples-skip)*channels;i++)
802 s=out[i+(skip*channels)];
806 if (fwrite(fbytes, sizeof(short)*channels, output_samples-skip, fout) != (unsigned)(output_samples-skip)){
810 tot_out += output_samples-skip;
812 if (output_samples<skip) skip
[all...]
/external/libopus/src/
H A Dopus_demo.c241 opus_int32 skip=0; local
544 opus_encoder_ctl(enc, OPUS_GET_LOOKAHEAD(&skip));
797 if (output_samples>skip) {
799 for(i=0;i<(output_samples-skip)*channels;i++)
802 s=out[i+(skip*channels)];
806 if (fwrite(fbytes, sizeof(short)*channels, output_samples-skip, fout) != (unsigned)(output_samples-skip)){
810 tot_out += output_samples-skip;
812 if (output_samples<skip) skip
[all...]
/external/chromium_org/third_party/zlib/
H A Dgzwrite.c181 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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzwrite.c202 if (gz_zero(state, state->skip) == -1)
267 if (gz_zero(state, state->skip) == -1)
333 if (gz_zero(state, state->skip) == -1)
417 if (gz_zero(state, state->skip) == -1)
486 if (gz_zero(state, state->skip) == -1)
521 if (gz_zero(state, state->skip) == -1)
556 if (gz_zero(state, state->skip) == -1)
/external/qemu/distrib/zlib-1.2.8/
H A Dgzwrite.c202 if (gz_zero(state, state->skip) == -1)
267 if (gz_zero(state, state->skip) == -1)
333 if (gz_zero(state, state->skip) == -1)
418 if (gz_zero(state, state->skip) == -1)
487 if (gz_zero(state, state->skip) == -1)
522 if (gz_zero(state, state->skip) == -1)
557 if (gz_zero(state, state->skip) == -1)
/external/zlib/src/
H A Dgzwrite.c202 if (gz_zero(state, state->skip) == -1)
267 if (gz_zero(state, state->skip) == -1)
333 if (gz_zero(state, state->skip) == -1)
418 if (gz_zero(state, state->skip) == -1)
487 if (gz_zero(state, state->skip) == -1)
522 if (gz_zero(state, state->skip) == -1)
557 if (gz_zero(state, state->skip) == -1)
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_RLEaccel.c42 * <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
864 /* skip lines at the top if neccessary */
1057 /* skip paddin
1521 int run, skip, len; local
1556 int run, skip, len; local
1707 int run, skip, len; local
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DIterablesTest.java19 import static com.google.common.collect.Iterables.skip;
641 assertEquals(newArrayList("c", "d", "e"), newArrayList(skip(set, 2)));
642 assertEquals("[c, d, e]", skip(set, 2).toString());
647 assertEquals(newArrayList("c", "d", "e"), newArrayList(skip(list, 2)));
648 assertEquals("[c, d, e]", skip(list, 2).toString());
653 assertEquals(emptyList(), newArrayList(skip(set, 20)));
658 assertEquals(emptyList(), newArrayList(skip(list, 20)));
663 assertEquals(newArrayList("a", "b"), newArrayList(skip(set, 0)));
668 assertEquals(newArrayList("a", "b"), newArrayList(skip(list, 0)));
676 return skip(newLinkedHashSe
[all...]
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_decode.c54 int err,skip,plen; local
279 skip=fast_rand()%7;
285 for(j=2+skip;j<1275;j+=4)
299 fprintf(stdout," dec[all] random packets, all modes (64), every 8th size from from %d bytes to maximum OK.\n",2+skip);
302 plen=(fast_rand()%18+3)*8+skip+3;
328 plen=(fast_rand()%18+3)*8+skip+3;
/external/libopus/tests/
H A Dtest_opus_decode.c54 int err,skip,plen; local
279 skip=fast_rand()%7;
285 for(j=2+skip;j<1275;j+=4)
299 fprintf(stdout," dec[all] random packets, all modes (64), every 8th size from from %d bytes to maximum OK.\n",2+skip);
302 plen=(fast_rand()%18+3)*8+skip+3;
328 plen=(fast_rand()%18+3)*8+skip+3;
/external/protobuf/editors/
H A Dproto.vim74 syn region pbComment start="//" skip="\\$" end="$" keepend contains=@pbCommentGrp
75 syn region pbString start=/"/ skip=/\\"/ end=/"/
76 syn region pbString start=/'/ skip=/\\'/ end=/'/
/external/qemu/distrib/libsparse/src/
H A Doutput_file.c64 int (*skip)(struct output_file *, int64_t); member in struct:output_file_ops
178 .skip = file_skip,
262 .skip = gz_file_skip,
312 .skip = callback_file_skip,
487 ret = out->ops->skip(out, rnd_up_len - len);
520 return out->ops->skip(out, len);
/external/valgrind/main/callgrind/
H A Dclo.c52 Int skip; /* Handle CALL to this function as JMP (= Skip)? */ member in struct:_fn_config
108 fnc->skip = CONFIG_DEFAULT;
332 if (fnc->skip != CONFIG_DEFAULT)
333 fn->skip = (fnc->skip == CONFIG_TRUE);
382 CLG_DEBUG(3, " skip '%c' for wildcard '?'\n", *name);
413 if VG_BOOL_CLO(arg, "--skip-plt", CLG_(clo).skip_plt) {}
431 else if VG_STR_CLO(arg, "--fn-skip", tmp_str) {
433 fnc->skip = CONFIG_TRUE;
517 else if VG_BOOL_CLO(arg, "--skip
[all...]
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.cc392 int skip) const {
393 if (offset < 0 || skip < 0)
401 for (int i = 0; i < skip + 1; i++)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Dtty_node.cc214 bool skip = false; local
239 skip = true;
252 if (!skip)
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py92 test.fail_test(condition, function, skip)
97 test.no_result(condition, function, skip)
155 TestCmd.fail_test(condition, function, skip)
160 TestCmd.no_result(condition, function, skip)
321 def _caller(tblist, skip):
329 for file, line, name, text in arr[skip:]:
338 def fail_test(self = None, condition = 1, function = None, skip = 0):
360 at = _caller(traceback.extract_stack(), skip)
365 def no_result(self = None, condition = 1, function = None, skip = 0):
388 at = _caller(traceback.extract_stack(), skip)
[all...]
/external/chromium_org/tools/
H A Dlicenses.py22 # Paths from the root of the tree to directories to skip.
25 # skip this one.
339 # project not used by our current configuration and skip it.
353 # Prune out directories we want to skip.
356 for skip in PRUNE_DIRS:
357 if skip in dirs:
358 dirs.remove(skip)

Completed in 1289 milliseconds

1234567891011>>