/third_party/node/test/parallel/ |
H A D | test-worker-memory.js | 4 common.skip('On IBMi, the rss memory always returns zero');
|
/third_party/node/test/pummel/ |
H A D | test-https-large-response.js | 25 common.skip('missing crypto');
|
H A D | test-tls-throttle.js | 28 common.skip('missing crypto');
|
/third_party/node/test/sequential/ |
H A D | test-child-process-pass-fd.js | 13 common.skip('Too slow for Raspberry Pi devices');
|
/third_party/node/test/tick-processor/ |
H A D | test-tick-processor-polyfill-brokenfile.js | 8 common.skip('C++ symbols are not mapped for this OS.');
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | crossover_mutator.js | 76 path.skip();
|
H A D | mutator.js | 24 // Transparently skip nodes that are marked. 27 path.skip(); 58 // Mark a node to skip further mutations of the same kind.
|
/third_party/node/test/async-hooks/ |
H A D | test-fsreqcallback-readFile.js | 11 common.skip('Worker bootstrapping works differently -> different async IDs');
|
H A D | test-promise.js | 10 common.skip('Worker bootstrapping works differently -> different async IDs');
|
H A D | test-ttywrap.readstream.js | 15 return common.skip('no valid readable TTY available');
|
/third_party/rust/crates/libc/ci/ |
H A D | runtest-android.rs | 7 .skip(1) in main()
|
/third_party/skia/experimental/skrive/src/reader/ |
H A D | StreamReader.cpp | 26 reader->skip(kBinaryPrefixSize); in Make()
|
/third_party/ffmpeg/libavcodec/ |
H A D | motion_est.c | 408 if(c->skip){ in sad_hpel_motion_search() 912 c->skip=0; in ff_estimate_p_frame_motion() 990 && !c->skip && varc>50<<8 && vard>10<<8){ in ff_estimate_p_frame_motion() 998 && !c->skip){ //FIXME varc/d checks in ff_estimate_p_frame_motion() 1007 if(c->avctx->me_sub_cmp != c->avctx->mb_cmp && !c->skip) in ff_estimate_p_frame_motion() 1011 && !c->skip && varc>50<<8 && vard>10<<8){ in ff_estimate_p_frame_motion() 1019 && !c->skip){ //FIXME varc/d checks in ff_estimate_p_frame_motion() 1079 c->skip=0; in ff_pre_estimate_p_frame_motion() 1168 if(c->avctx->me_sub_cmp != c->avctx->mb_cmp && !c->skip) in estimate_motion_b() 1479 if(c->avctx->me_sub_cmp != c->avctx->mb_cmp && !c->skip) in direct_search() [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/ |
H A D | solo6x10-v4l2-enc.c | 308 static int solo_send_desc(struct solo_enc_dev *solo_enc, int skip, in solo_send_desc() argument 333 BUG_ON(skip >= len); in solo_send_desc() 334 if (skip) { in solo_send_desc() 335 len -= skip; in solo_send_desc() 336 dma += skip; in solo_send_desc() 337 size -= skip; in solo_send_desc() 338 skip = 0; in solo_send_desc() 478 int skip = 0; in solo_fill_mpeg() local 487 skip = solo_enc->vop_len; in solo_fill_mpeg() 499 frame_size = ALIGN(vop_mpeg_size(vh) + skip, DMA_ALIG in solo_fill_mpeg() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ar5523/ |
H A D | ar5523.c | 103 goto skip; in ar5523_cmd_rx_cb() 108 goto skip; in ar5523_cmd_rx_cb() 123 goto skip; in ar5523_cmd_rx_cb() 171 skip: in ar5523_cmd_rx_cb() 552 goto skip; in ar5523_data_rx_cb() 557 goto skip; in ar5523_data_rx_cb() 567 goto skip; in ar5523_data_rx_cb() 578 goto skip; in ar5523_data_rx_cb() 583 goto skip; in ar5523_data_rx_cb() 589 goto skip; in ar5523_data_rx_cb() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ar5523/ |
H A D | ar5523.c | 103 goto skip; in ar5523_cmd_rx_cb() 108 goto skip; in ar5523_cmd_rx_cb() 123 goto skip; in ar5523_cmd_rx_cb() 171 skip: in ar5523_cmd_rx_cb() 552 goto skip; in ar5523_data_rx_cb() 557 goto skip; in ar5523_data_rx_cb() 567 goto skip; in ar5523_data_rx_cb() 578 goto skip; in ar5523_data_rx_cb() 583 goto skip; in ar5523_data_rx_cb() 589 goto skip; in ar5523_data_rx_cb() [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/solo6x10/ |
H A D | solo6x10-v4l2-enc.c | 308 static int solo_send_desc(struct solo_enc_dev *solo_enc, int skip, in solo_send_desc() argument 333 BUG_ON(skip >= len); in solo_send_desc() 334 if (skip) { in solo_send_desc() 335 len -= skip; in solo_send_desc() 336 dma += skip; in solo_send_desc() 337 size -= skip; in solo_send_desc() 338 skip = 0; in solo_send_desc() 478 int skip = 0; in solo_fill_mpeg() local 487 skip = solo_enc->vop_len; in solo_fill_mpeg() 499 frame_size = ALIGN(vop_mpeg_size(vh) + skip, DMA_ALIG in solo_fill_mpeg() [all...] |
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 87 # but skip the test instead: see transient_internet(). 326 skip = False 328 skip = version < min_version 330 skip = False 333 skip, 428 skip = check_sanitizer(address=address, memory=memory, ub=ub) 429 return unittest.skipIf(skip, reason) 537 Can be used as a function/class decorator or to skip an entire module. 559 # Set by libregrtest/main.py so we can skip tests that are not 1004 return unittest.skip(_is_gui_availabl [all...] |
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 932 Label skip; in CallRecordWriteStub() local 933 bnvc(rs, rt, &skip); in CallRecordWriteStub() 935 bind(&skip); in CallRecordWriteStub() 943 Label skip; in CallRecordWriteStub() local 944 bovc(rs, rt, &skip); in CallRecordWriteStub() 946 bind(&skip); in CallRecordWriteStub() 2209 Label skip; in CallRecordWriteStub() local 2210 BranchFalseShortF(&skip); in CallRecordWriteStub() 2212 bind(&skip); in CallRecordWriteStub() 2222 Label skip; in CallRecordWriteStub() local 2241 Label skip; CallRecordWriteStub() local 2758 Label skip; CallRecordWriteStub() local 2770 Label skip; CallRecordWriteStub() local 3273 Label skip; CallRecordWriteStub() local 3281 Label skip; CallRecordWriteStub() local 3703 Label skip; CallRecordWriteStub() local 3743 Label skip; CallRecordWriteStub() local 3884 Label skip; CallRecordWriteStub() local 4101 Label skip; CallRecordWriteStub() local 4120 Label skip; CallRecordWriteStub() local [all...] |
/kernel/linux/linux-6.6/net/unix/ |
H A D | af_unix.c | 2345 int skip; in __unix_dgram_recvmsg() local 2357 skip = sk_peek_offset(sk, flags); in __unix_dgram_recvmsg() 2359 &skip, &err, &last); in __unix_dgram_recvmsg() 2392 if (size > skb->len - skip) in __unix_dgram_recvmsg() 2393 size = skb->len - skip; in __unix_dgram_recvmsg() 2394 else if (size < skb->len - skip) in __unix_dgram_recvmsg() 2397 err = skb_copy_datagram_msg(skb, skip, msg, size); in __unix_dgram_recvmsg() 2433 err = (flags & MSG_TRUNC) ? skb->len - skip : size; in __unix_dgram_recvmsg() 2623 int skip; in unix_stream_read_generic() local 2650 skip in unix_stream_read_generic() 2824 unix_stream_read_actor(struct sk_buff *skb, int skip, int chunk, struct unix_stream_read_state *state) unix_stream_read_actor() argument 2870 unix_stream_splice_actor(struct sk_buff *skb, int skip, int chunk, struct unix_stream_read_state *state) unix_stream_splice_actor() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 259 if 'skip' in tidx: 260 if tidx['skip'] == 'yes': 262 res.set_result(ResultState.skip) 365 res.set_result(ResultState.skip) 379 res.set_result(ResultState.skip) 406 res.set_result(ResultState.skip)
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | resource.c | 385 int skip = 0; in c4iw_rqtpool_create() local 396 skip = T4_RQT_ENTRY_SIZE; in c4iw_rqtpool_create() 398 rqt_start = rdev->lldi.vr->rq.start + skip; in c4iw_rqtpool_create() 399 rqt_chunk = rdev->lldi.vr->rq.size - skip; in c4iw_rqtpool_create()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm.c | 657 int skip; in check_patch() local 661 for (skip = cur_patch->skip_patch; in check_patch() 662 skip > 0 && cur_patch != NULL; in check_patch() 663 skip--) in check_patch()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | network.c | 513 goto skip; in tomoyo_check_inet_address() 521 goto skip; in tomoyo_check_inet_address() 528 goto skip; in tomoyo_check_inet_address() 533 skip: in tomoyo_check_inet_address()
|
/kernel/linux/linux-5.10/sound/core/seq/oss/ |
H A D | seq_oss_synth.c | 32 int skip; member 519 sysex->skip = 1; in snd_seq_oss_synth_sysex() 525 if (sysex->skip) { in snd_seq_oss_synth_sysex() 526 sysex->skip = 0; in snd_seq_oss_synth_sysex() 528 return -EINVAL; /* skip */ in snd_seq_oss_synth_sysex() 540 return -EINVAL; /* skip */ in snd_seq_oss_synth_sysex()
|