/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/ |
H A D | task_ext.h | 40 static inline int skip(task_handle &handle) in skip() function
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
H A D | stacktrace.c | 22 trace->skip += 2; in save_stack_trace()
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | stacktrace.c | 22 trace->skip += 2; in save_stack_trace()
|
H A D | head.S | 113 beqid r5, skip /* Skip if NULL pointer */ 121 beqid r2, skip /* Skip if no data */ 128 skip: label
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | stacktrace.h | 10 int skip; member
|
/third_party/node/test/parallel/ |
H A D | test-cluster-disconnect-unshared-udp.js | 27 common.skip('on windows, because clustered dgram is ENOTSUP');
|
H A D | test-crypto-classes.js | 6 common.skip('missing crypto');
|
H A D | test-crypto-dh-odd-key.js | 25 common.skip('missing crypto');
|
H A D | test-https-server-request-timeout.js | 5 common.skip('missing crypto');
|
H A D | test-https-server-headers-timeout.js | 5 common.skip('missing crypto');
|
H A D | test-tls-client-default-ciphers.js | 25 common.skip('missing crypto');
|
H A D | test-tls-clientcertengine-unsupported.js | 6 common.skip('missing crypto');
|
H A D | test-tls-keyengine-unsupported.js | 6 common.skip('missing crypto');
|
H A D | test-tls-reduced-SECLEVEL-in-cipher.js | 5 common.skip('missing crypto');
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | valhall.c.py | 116 % if op.name not in skip: 176 print(Template(template).render(immediates = immediates, instructions = instructions, skip = SKIP, exact = exact_op, typesize = typesize))
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | main.rs | 31 mod skip; modules
|
/third_party/python/Lib/test/ |
H A D | test_check_c_globals.py | 19 @unittest.skip('activate this once all the globals have been resolved')
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_paint_op.cpp | 390 auto skip = op->skip; in Map() local 394 ptr += skip; in Map()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/ |
H A D | ptrace.c | 274 * Returning -1 will skip the syscall execution. We want in do_syscall_trace_enter() 276 * the skip label below. in do_syscall_trace_enter() 288 goto skip; in do_syscall_trace_enter() 298 goto skip; in do_syscall_trace_enter() 316 skip: in do_syscall_trace_enter()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | dsos.c | 295 bool (skip)(struct dso *dso, int parm), int parm) in __dsos__fprintf_buildid() 303 if (skip && skip(pos, parm)) in __dsos__fprintf_buildid()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | uuid-tree.c | 332 goto skip; in btrfs_uuid_tree_iterate() 340 goto skip; in btrfs_uuid_tree_iterate() 379 skip: in btrfs_uuid_tree_iterate()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/ |
H A D | visl-trace-vp9.h | 137 "skip %s\n" 165 __print_array(__entry->h.skip, 166 ARRAY_SIZE(__entry->h.skip), 167 sizeof(__entry->h.skip[0])),
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | uuid-tree.c | 334 goto skip; in btrfs_uuid_tree_iterate() 342 goto skip; in btrfs_uuid_tree_iterate() 381 skip: in btrfs_uuid_tree_iterate()
|
/kernel/linux/linux-6.6/drivers/staging/media/imx/ |
H A D | imx-media-fim.c | 35 #define FIM_CL_NUM_SKIP_DEF 2 /* skip 2 frames after restart */ 97 struct v4l2_ctrl *skip = fim->ctrl[FIM_CL_NUM_SKIP]; in reset_fim() local 106 fim->num_skip = skip->cur.val; in reset_fim() 114 fim->num_skip = skip->val; in reset_fim() 295 .min = 0, /* skip no frames */ 296 .max = 256, /* skip 256 frames */
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | alternative.h | 165 ".skip -(((" alt_rlen(num) ")-(" alt_slen ")) > 0) * " \ 185 ".skip -((" alt_max_short(alt_rlen(num1), alt_rlen(num2)) " - (" alt_slen ")) > 0) * " \ 193 ".skip -((" alt_max_short(alt_max_short(alt_rlen(n1), alt_rlen(n2)), alt_rlen(n3)) \ 376 * @newinstr. ".skip" directive takes care of proper instruction padding 383 .skip -(((144f-143f)-(141b-140b)) > 0) * ((144f-143f)-(141b-140b)),0x90 421 .skip -((alt_max_2(new_len1, new_len2) - (old_len)) > 0) * \ 443 .skip -((alt_max_3(new_len1, new_len2, new_len3) - (old_len)) > 0) * \
|