Home
last modified time | relevance | path

Searched refs:skip (Results 901 - 925 of 1202) sorted by relevance

1...<<31323334353637383940>>...49

/third_party/node/deps/v8/src/parsing/
H A Dscanner-character-streams.cc574 // Within the current chunk, skip forward from current_ towards position.
592 DCHECK_LE(current_.pos.chars, position); // We can only skip forward. in SkipToPosition()
790 size_t skip = position - GetChunk(chunk_no).start.chars; in SearchPosition() local
792 {GetChunk(chunk_no).start.bytes + skip, in SearchPosition()
793 GetChunk(chunk_no).start.chars + skip, 0, in SearchPosition()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dscheduler.c1438 bool skip = true; in sched_move() local
1447 skip = false; in sched_move()
1452 if (skip) in sched_move()
/third_party/python/Lib/test/
H A Dtest_imaplib.py983 @unittest.skip('cyrus.andrew.cmu.edu blocks connections')
1019 @unittest.skip('cyrus.andrew.cmu.edu blocks connections')
1035 @unittest.skip('cyrus.andrew.cmu.edu blocks connections')
H A Dtest_pydoc.py977 @unittest.skip('causes undesirable side-effects (#20128)')
993 @unittest.skip('causes undesirable side-effects (#20128)')
1006 @unittest.skip('some buildbots are not cooperating (#20128)')
H A Dtest_memoryview.py222 # If tp is a factory rather than a plain type, skip
418 @unittest.skip('XXX test should be adapted for non-byte buffers')
422 @unittest.skip('XXX NotImplementedError: tolist() only supports byte views')
/third_party/python/Lib/unittest/
H A Dcase.py27 Raise this exception in a test to skip it.
147 def skip(reason): function
149 Unconditionally skip a test.
172 return skip(reason)
180 return skip(reason)
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationIterator.java139 void skip(int c) { in skip() method in CollationIterator.SkippedState
170 // so that we can skip it and try the next one.
849 // No match for "S + C", skip C. in nextCE32FromDiscontiguousContraction()
850 skipped.skip(c); in nextCE32FromDiscontiguousContraction()
907 // skip backward to the safe character rather than switching out in previousCEUnsafe()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationIterator.java141 void skip(int c) { in skip() method in CollationIterator.SkippedState
172 // so that we can skip it and try the next one.
851 // No match for "S + C", skip C. in nextCE32FromDiscontiguousContraction()
852 skipped.skip(c); in nextCE32FromDiscontiguousContraction()
909 // skip backward to the safe character rather than switching out in previousCEUnsafe()
/third_party/icu/icu4c/source/i18n/
H A Dcollationiterator.cpp113 void skip(UChar32 c) { in skip() function in SkippedState
143 // so that we can skip it and try the next one.
641 // No match for "S + C", skip C. in nextCE32FromDiscontiguousContraction()
642 skipped->skip(c); in nextCE32FromDiscontiguousContraction()
894 // skip backward to the safe character rather than switching out in previousCEUnsafe()
/third_party/node/test/parallel/
H A Dtest-crypto-sign-verify.js4 common.skip('missing crypto');
604 common.skip('node compiled without OpenSSL CLI.');
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationiterator.cpp113 void skip(UChar32 c) { in skip() function in SkippedState
143 // so that we can skip it and try the next one.
641 // No match for "S + C", skip C. in nextCE32FromDiscontiguousContraction()
642 skipped->skip(c); in nextCE32FromDiscontiguousContraction()
894 // skip backward to the safe character rather than switching out in previousCEUnsafe()
/third_party/node/deps/brotli/c/enc/
H A Dcompress_fragment.c517 The "skip" variable keeps track of how many bytes there are since the in BrotliCompressFragmentFastImpl()
520 uint32_t skip = 32; in BrotliCompressFragmentFastImpl() local
528 uint32_t bytes_between_hash_lookups = skip++ >> 5; in BrotliCompressFragmentFastImpl()
H A Dcompress_fragment_two_pass.c278 The "skip" variable keeps track of how many bytes there are since the in CreateCommands()
281 uint32_t skip = 32; in CreateCommands() local
290 uint32_t bytes_between_hash_lookups = skip++ >> 5; in CreateCommands()
/third_party/lz4/programs/
H A Dbench.c144 void BMK_skipChecksums(int skip) { g_skipChecksums = (skip!=0); } in BMK_skipChecksums() argument
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-armv4.pl287 .skip 32-4
289 .skip 32
/third_party/skia/src/core/
H A DSkStream.cpp826 // If possible, skip forward.
829 return this->skip(skipAmount) == skipAmount;
839 return this->rewind() && this->skip(position) == position;
/third_party/openssl/crypto/sha/asm/
H A Dsha512-armv4.pl287 .skip 32-4
289 .skip 32
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationiterator.cpp113 void skip(UChar32 c) { in skip() function in SkippedState
143 // so that we can skip it and try the next one.
641 // No match for "S + C", skip C. in nextCE32FromDiscontiguousContraction()
642 skipped->skip(c); in nextCE32FromDiscontiguousContraction()
894 // skip backward to the safe character rather than switching out in previousCEUnsafe()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dcompress_fragment.c517 The "skip" variable keeps track of how many bytes there are since the in BrotliCompressFragmentFastImpl()
520 uint32_t skip = 32; in BrotliCompressFragmentFastImpl() local
528 uint32_t bytes_between_hash_lookups = skip++ >> 5; in BrotliCompressFragmentFastImpl()
H A Dcompress_fragment_two_pass.c278 The "skip" variable keeps track of how many bytes there are since the in CreateCommands()
281 uint32_t skip = 32; in CreateCommands() local
290 uint32_t bytes_between_hash_lookups = skip++ >> 5; in CreateCommands()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.c2503 int skip; in overlapshow() local
2522 skip = (size - space - 1)/nextspace; in overlapshow()
2525 for (i=1; (i<=skip) && likely; i++) { in overlapshow()
2542 midbuf = read_buffer(ctx, blk + skip + 1); in overlapshow()
2567 /* next and skip are only for displaying */ in overlapshow()
2573 skip++; in overlapshow()
2577 (long)(blk + skip + 1),next); in overlapshow()
2579 if (firstrecord(skip,buf,buf) != next) in overlapshow()
/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c854 int skip = 0; in ff_hevc_hls_filter() local
863 skip = 1; in ff_hevc_hls_filter()
865 if (!skip) in ff_hevc_hls_filter()
867 if (s->ps.sps->sao_enabled && !skip) { in ff_hevc_hls_filter()
H A Dh264_cabac.c1933 int skip; in ff_h264_decode_mb_cabac() local
1936 skip = sl->next_mb_skipped; in ff_h264_decode_mb_cabac()
1938 skip = decode_cabac_mb_skip(h, sl, sl->mb_x, sl->mb_y ); in ff_h264_decode_mb_cabac()
1939 /* read skip flags */ in ff_h264_decode_mb_cabac()
1940 if( skip ) { in ff_h264_decode_mb_cabac()
H A Dwmaprodec.c197 uint16_t trim_start; ///< number of samples to skip at start
198 uint16_t trim_end; ///< number of samples to skip at end
227 int8_t skip_frame; ///< skip output step
229 uint8_t skip_packets; ///< packets to skip to find next packet in a stream (XMA1/2)
425 s->skip_frame = 1; /* skip first frame */ in decode_init()
1066 int skip; in decode_scale_factors() local
1076 skip = (code & 0x3f) >> 1; in decode_scale_factors()
1080 skip = scale_rl_run[idx]; in decode_scale_factors()
1085 i += skip; in decode_scale_factors()
1272 /** skip extende in decode_subframe()
[all...]
/third_party/ffmpeg/tests/fate/
H A Dh264.mak232 FATE_H264-$(call FRAMECRC, MPEGTS, H264, H264_PARSER MP3_DECODER SCALE_FILTER ARESAMPLE_FILTER) += fate-h264-skip-nokey fate-h264-skip-nointra
438 fate-h264-skip-nokey: CMD = framecrc -skip_frame nokey -i $(TARGET_SAMPLES)/h264/h264_intra_first-small.ts -vf scale -af aresample
439 fate-h264-skip-nointra: CMD = framecrc -skip_frame nointra -i $(TARGET_SAMPLES)/h264/h264_intra_first-small.ts -vf scale -af aresample

Completed in 45 milliseconds

1...<<31323334353637383940>>...49