/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_ldsx_insn.c | 17 if (skel->rodata->skip) { in test_map_val_and_probed_memory() 61 if (skel->rodata->skip) { in test_ctx_member_sign_ext() 110 if (skel->rodata->skip) { in test_ctx_member_narrow_sign_ext()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | cpupri.c | 71 int skip = 0; in __cpupri_find() local 74 skip = 1; in __cpupri_find() 96 if (skip) in __cpupri_find()
|
/third_party/libwebsockets/lib/core-net/client/ |
H A D | conmon.c | 56 char skip = 0; in lws_conmon_append_copy_new_dns_results() local 82 skip = 1; in lws_conmon_append_copy_new_dns_results() 89 if (!skip) { in lws_conmon_append_copy_new_dns_results()
|
/third_party/node/test/sequential/ |
H A D | test-tls-securepair-client.js | 27 common.skip('node compiled without OpenSSL CLI.'); 30 common.skip('missing crypto'); 33 common.skip('test does not work on Windows'); // ...but it should!
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | try_catch.js | 60 path.skip(); 73 path.skip(); 80 // Entirely skip try-catch wrapper. 81 path.skip(); 114 'Target skip probability ' + thisMutator.skipProb +
|
/third_party/musl/porting/linux/user/src/passwd/ |
H A D | getspnam_r.c | 75 int skip = 0; in getspnam_r() local 116 if (skip || strncmp(name, buf, l) || buf[l]!=':') { in getspnam_r() 117 skip = buf[k-1] != '\n'; in getspnam_r()
|
/third_party/musl/src/passwd/ |
H A D | getspnam_r.c | 76 int skip = 0; in getspnam_r() local 117 if (skip || strncmp(name, buf, l) || buf[l]!=':') { in getspnam_r() 118 skip = buf[k-1] != '\n'; in getspnam_r()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_opt_dual_tex.c | 44 * Dual texture instructions have skip flags, like normal texture instructions. 45 * Adding a skip flag to an instruction that doesn't have it is illegal, but 46 * removing a skip flag from one that has it is legal. Accordingly, set the 47 * fused TEXC's skip to the logical AND of the unfused TEXS flags. We run the 102 I->skip = I1->skip && I2->skip; in bi_fuse_dual()
|
/third_party/ltp/testcases/kernel/syscalls/setns/ |
H A D | setns01.c | 29 int skip; member 53 t->skip = 1; in setup3() 119 if (t->skip) { in test_setns() 120 tst_res(TCONF, "skip %s", t->msg); in test_setns()
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | groups.rs | 65 #[group(skip)] in skip_group_avoids_duplicate_ids() 74 #[group(skip)] in skip_group_avoids_duplicate_ids() 83 #[group(skip)] in skip_group_avoids_duplicate_ids() 99 \t'Compose' is already in use (note: `Args` implicitly creates `ArgGroup`s; disable with `#[group(skip)]`"]
|
/third_party/skia/src/core/ |
H A D | SkBuffer.h | 67 const void* skip(size_t bytes); 69 return static_cast<const T*>(this->skip(SkSafeMath::Mul(count, sizeof(T)))); in skipCount() 107 void* skip(size_t size); // return start of skipped data
|
/third_party/toybox/toys/posix/ |
H A D | uniq.c | 36 static char *skip(char *str) in skip() function 79 t1 = skip(thisline); in uniq_main() 80 t2 = skip(prevline); in uniq_main()
|
/third_party/node/lib/internal/test_runner/ |
H A D | test.js | 148 skip(message) { 149 this.#test.skip(message); 211 let { fn, name, parent, skip } = options; 292 skip = 'test name does not match pattern'; 296 skip = '\'only\' option not set'; 299 if (skip) { 322 this.skipped = skip !== undefined && skip !== false; 329 this.message = typeof skip === 'string' ? skip [all...] |
/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/ |
H A D | continuous_app_install_recognizer.cpp | 40 ffrt::skip(exitAppInstall_); in OnDispatchResource() 50 ffrt::skip(exitAppInstall_); in OnDispatchResource()
|
/third_party/node/test/parallel/ |
H A D | test-cluster-dgram-ipv6only.js | 5 common.skip('no IPv6 support'); 7 common.skip('dgram clustering is currently not supported on windows.');
|
H A D | test-https-localaddress.js | 26 common.skip('missing crypto'); 29 common.skip('platform-specific test.');
|
H A D | test-tls-ecdh-auto.js | 8 common.skip('missing crypto'); 11 common.skip('missing openssl-cli');
|
H A D | test-tls-ecdh.js | 27 common.skip('missing crypto'); 30 common.skip('missing openssl-cli');
|
/third_party/node/test/async-hooks/ |
H A D | test-crypto-randomBytes.js | 5 common.skip('missing crypto'); 7 common.skip('Worker bootstrapping works differently -> different async IDs');
|
H A D | test-crypto-pbkdf2.js | 5 common.skip('missing crypto'); 7 common.skip('Worker bootstrapping works differently -> different async IDs');
|
H A D | test-fseventwrap.js | 11 common.skip('Worker bootstrapping works differently -> different async IDs'); 14 common.skip('IBMi does not support fs.watch()');
|
/third_party/ffmpeg/libavformat/ |
H A D | ape.c | 47 int skip; member 267 ape->frames[0].skip = 0; in ape_read_header() 274 ape->frames[i].skip = (ape->frames[i].pos - ape->frames[0].pos) & 3; in ape_read_header() 297 if(ape->frames[i].skip){ in ape_read_header() 298 ape->frames[i].pos -= ape->frames[i].skip; in ape_read_header() 299 ape->frames[i].size += ape->frames[i].skip; in ape_read_header() 311 ape->frames[i].skip <<= 3; in ape_read_header() 312 ape->frames[i].skip += bits; in ape_read_header() 404 AV_WL32(pkt->data + 4, ape->frames[ape->currentframe].skip); in ape_read_packet()
|
H A D | swfdec.c | 180 /* skip rectangle size */ in swf_read_header() 240 goto skip; in swf_read_packet() 262 goto skip; in swf_read_packet() 279 goto skip; in swf_read_packet() 310 goto skip; in swf_read_packet() 315 goto skip; in swf_read_packet() 481 goto skip; in swf_read_packet() 486 goto skip; in swf_read_packet() 514 goto skip; in swf_read_packet() 545 skip in swf_read_packet() [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | tc_wrapper.h | 50 goto skip; in tc_act() 133 skip: in tc_act() 161 goto skip; in tc_classify() 200 skip: in tc_classify()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_cs_dsp_ctl.c | 156 int skip = 0; in hda_cs_dsp_control_add() local 160 skip = cs_ctl->subname_len - avail; in hda_cs_dsp_control_add() 163 " %.*s", cs_ctl->subname_len - skip, cs_ctl->subname + skip); in hda_cs_dsp_control_add()
|