Home
last modified time | relevance | path

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

12345678910>>...87

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtest_ldsx_insn.c17 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 Dcpupri.c71 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 Dconmon.c56 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 Dtest-tls-securepair-client.js27 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 Dtry_catch.js60 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 Dgetspnam_r.c75 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 Dgetspnam_r.c76 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 Dbi_opt_dual_tex.c44 * 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 Dsetns01.c29 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 Dgroups.rs65 #[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 DSkBuffer.h67 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 Duniq.c36 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 Dtest.js148 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 Dcontinuous_app_install_recognizer.cpp40 ffrt::skip(exitAppInstall_); in OnDispatchResource()
50 ffrt::skip(exitAppInstall_); in OnDispatchResource()
/third_party/node/test/parallel/
H A Dtest-cluster-dgram-ipv6only.js5 common.skip('no IPv6 support');
7 common.skip('dgram clustering is currently not supported on windows.');
H A Dtest-https-localaddress.js26 common.skip('missing crypto');
29 common.skip('platform-specific test.');
H A Dtest-tls-ecdh-auto.js8 common.skip('missing crypto');
11 common.skip('missing openssl-cli');
H A Dtest-tls-ecdh.js27 common.skip('missing crypto');
30 common.skip('missing openssl-cli');
/third_party/node/test/async-hooks/
H A Dtest-crypto-randomBytes.js5 common.skip('missing crypto');
7 common.skip('Worker bootstrapping works differently -> different async IDs');
H A Dtest-crypto-pbkdf2.js5 common.skip('missing crypto');
7 common.skip('Worker bootstrapping works differently -> different async IDs');
H A Dtest-fseventwrap.js11 common.skip('Worker bootstrapping works differently -> different async IDs');
14 common.skip('IBMi does not support fs.watch()');
/third_party/ffmpeg/libavformat/
H A Dape.c47 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 Dswfdec.c180 /* 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 Dtc_wrapper.h50 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 Dhda_cs_dsp_ctl.c156 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()

Completed in 8 milliseconds

12345678910>>...87