Home
last modified time | relevance | path

Searched refs:pass (Results 1 - 25 of 367) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
H A Dresolve_test.c114 bool pass; member
140 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
143 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
146 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
149 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
152 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
155 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
158 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
161 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
164 .out.err = -EXDEV, .pass in test_openat2_opath_tests()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/
H A Dresolve_test.c114 bool pass; member
140 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
143 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
146 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
149 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
152 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
155 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
158 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
161 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
164 .out.err = -EXDEV, .pass in test_openat2_opath_tests()
[all...]
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dtime-utils-test.c79 bool pass = false; in test__perf_time__parse_for_ranges() local
128 pass = true; in test__perf_time__parse_for_ranges()
131 return pass; in test__perf_time__parse_for_ranges()
136 bool pass = true; in test__time_utils() local
138 pass &= test__parse_nsec_time("0", 0); in test__time_utils()
139 pass &= test__parse_nsec_time("1", 1000000000ULL); in test__time_utils()
140 pass &= test__parse_nsec_time("0.000000001", 1); in test__time_utils()
141 pass &= test__parse_nsec_time("1.000000001", 1000000001ULL); in test__time_utils()
142 pass &= test__parse_nsec_time("123456.123456", 123456123456000ULL); in test__time_utils()
143 pass in test__time_utils()
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dtime-utils-test.c79 bool pass = false; in test__perf_time__parse_for_ranges() local
128 pass = true; in test__perf_time__parse_for_ranges()
131 return pass; in test__perf_time__parse_for_ranges()
136 bool pass = true; in test__time_utils() local
138 pass &= test__parse_nsec_time("0", 0); in test__time_utils()
139 pass &= test__parse_nsec_time("1", 1000000000ULL); in test__time_utils()
140 pass &= test__parse_nsec_time("0.000000001", 1); in test__time_utils()
141 pass &= test__parse_nsec_time("1.000000001", 1000000001ULL); in test__time_utils()
142 pass &= test__parse_nsec_time("123456.123456", 123456123456000ULL); in test__time_utils()
143 pass in test__time_utils()
[all...]
/test/testfwk/arkxtest/jsunit/src/module/assert/
H A DassertPromiseIsRejectedWithError.js22 return {pass: false, message: 'Expected not be called on a promise.'};
28 pass: false,
42 return {pass: true, message: 'actual error type is ' + actualValue.name + '.'};
44 return {pass: false, message: `except error type is ${expectedValue[0].name},but actual is ${actualValue.name}.`};
49 return {pass: true, message: `actual error message is ${actualValue.message}.`};
51 return {pass: false, message: `except error message ${expectedValue[0]},but actual is ${actualValue.message}.`};
55 return {pass: false, message: 'When only one parameter, it should be error type or error message.'};
60 return {pass: true, message: 'actual error message is ' + actualValue.message + '.'};
62 return {pass: false, message: `except error message is ${expectedValue[1]},but actual is ${actualValue.message}.`};
67 return {pass
[all...]
H A DassertPromiseIsPending.js22 return {pass: false, message: 'Expected not be called on a promise.'};
28 return helper === got ? {pass: true, message: 'actualValue is isPending'}
30 pass: false,
36 pass: false
H A DassertPromiseIsRejectedWith.js23 return {pass: false, message: 'Expected not be called on a promise.'};
35 pass: false,
42 pass: true,
47 pass: false,
H A DassertPromiseIsResolvedWith.js22 return {pass: false, message: 'Expected not be called on a promise.'};
36 pass: true,
41 pass: false,
48 pass: false,
H A DassertPromiseIsRejected.js22 return {pass: false, message: 'Expected not be called on a promise.'};
28 pass: false,
33 return {pass: true, message: 'actualValue is isRejected'};
/kernel/linux/linux-5.10/arch/mips/include/asm/sibyte/
H A Dsb1250_defs.h45 * #if SIBYTE_HDR_FEATURE(chip,pass)
54 * Note also that 'chip' and 'pass' must textually exactly
59 * #if SIBYTE_HDR_FEATURE_UP_TO(chip,pass)
64 * #if SIBYTE_HDR_FEATURE_EXACT(chip,pass)
98 #define SIBYTE_HDR_FMASK(chip, pass) \
99 (SIBYTE_HDR_FMASK_ ## chip ## _ ## pass)
121 #define SIBYTE_HDR_FMASK_BEFORE(chip, pass) \
122 ((SIBYTE_HDR_FMASK(chip, pass) - 1) & SIBYTE_HDR_FMASK_ALLREVS(chip))
125 #define SIBYTE_HDR_FMASK_AFTER(chip, pass) \
126 (~(SIBYTE_HDR_FMASK(chip, pass) \
[all...]
/kernel/linux/linux-6.6/arch/mips/include/asm/sibyte/
H A Dsb1250_defs.h45 * #if SIBYTE_HDR_FEATURE(chip,pass)
54 * Note also that 'chip' and 'pass' must textually exactly
59 * #if SIBYTE_HDR_FEATURE_UP_TO(chip,pass)
64 * #if SIBYTE_HDR_FEATURE_EXACT(chip,pass)
98 #define SIBYTE_HDR_FMASK(chip, pass) \
99 (SIBYTE_HDR_FMASK_ ## chip ## _ ## pass)
121 #define SIBYTE_HDR_FMASK_BEFORE(chip, pass) \
122 ((SIBYTE_HDR_FMASK(chip, pass) - 1) & SIBYTE_HDR_FMASK_ALLREVS(chip))
125 #define SIBYTE_HDR_FMASK_AFTER(chip, pass) \
126 (~(SIBYTE_HDR_FMASK(chip, pass) \
[all...]
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
H A Docteon-model.c63 char pass[4]; in octeon_model_get_string_buffer() local
112 * Assume pass number is encoded using <5:3><2:0>. Exceptions in octeon_model_get_string_buffer()
115 sprintf(pass, "%d.%d", (int)((chip_id >> 3) & 7) + 1, (int)chip_id & 7); in octeon_model_get_string_buffer()
207 * pass numbering. in octeon_model_get_string_buffer()
211 strcpy(pass, "1.X"); in octeon_model_get_string_buffer()
214 strcpy(pass, "2.X"); in octeon_model_get_string_buffer()
217 strcpy(pass, "3.X"); in octeon_model_get_string_buffer()
220 strcpy(pass, "X.X"); in octeon_model_get_string_buffer()
231 * pass numbering. in octeon_model_get_string_buffer()
235 strcpy(pass, "1. in octeon_model_get_string_buffer()
[all...]
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/
H A Docteon-model.c63 char pass[4]; in octeon_model_get_string_buffer() local
112 * Assume pass number is encoded using <5:3><2:0>. Exceptions in octeon_model_get_string_buffer()
115 sprintf(pass, "%d.%d", (int)((chip_id >> 3) & 7) + 1, (int)chip_id & 7); in octeon_model_get_string_buffer()
207 * pass numbering. in octeon_model_get_string_buffer()
211 strcpy(pass, "1.X"); in octeon_model_get_string_buffer()
214 strcpy(pass, "2.X"); in octeon_model_get_string_buffer()
217 strcpy(pass, "3.X"); in octeon_model_get_string_buffer()
220 strcpy(pass, "X.X"); in octeon_model_get_string_buffer()
231 * pass numbering. in octeon_model_get_string_buffer()
235 strcpy(pass, "1. in octeon_model_get_string_buffer()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_migrate_reuseport.c53 goto pass; in drop_ack()
60 goto pass; in drop_ack()
63 goto pass; in drop_ack()
72 goto pass; in drop_ack()
75 goto pass; in drop_ack()
81 goto pass; in drop_ack()
85 goto pass; in drop_ack()
88 goto pass; in drop_ack()
93 pass: in drop_ack()
/kernel/linux/linux-6.6/drivers/gpu/drm/ast/
H A Dast_i2c.c65 uint32_t val, val2, count, pass; in ast_i2c_getsda() local
68 pass = 0; in ast_i2c_getsda()
73 pass++; in ast_i2c_getsda()
75 pass = 0; in ast_i2c_getsda()
78 } while ((pass < 5) && (count++ < 0x10000)); in ast_i2c_getsda()
87 uint32_t val, val2, count, pass; in ast_i2c_getscl() local
90 pass = 0; in ast_i2c_getscl()
95 pass++; in ast_i2c_getscl()
97 pass = 0; in ast_i2c_getscl()
100 } while ((pass < in ast_i2c_getscl()
[all...]
/kernel/linux/linux-6.6/fs/gfs2/
H A Dlops.h54 unsigned int pass) in lops_before_scan()
59 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan()
65 unsigned int pass) in lops_scan_elements()
71 ld, ptr, pass); in lops_scan_elements()
80 unsigned int pass) in lops_after_scan()
85 gfs2_log_ops[x]->lo_after_scan(jd, error, pass); in lops_after_scan()
52 lops_before_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, unsigned int pass) lops_before_scan() argument
62 lops_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, unsigned int pass) lops_scan_elements() argument
79 lops_after_scan(struct gfs2_jdesc *jd, int error, unsigned int pass) lops_after_scan() argument
/kernel/linux/linux-5.10/drivers/w1/masters/
H A Dds1wm.c380 unsigned int pass = 0; in ds1wm_search() local
384 ++pass; in ds1wm_search()
385 if (pass > 100) { in ds1wm_search()
395 "pass: %d reset error (or no slaves)\n", pass); in ds1wm_search()
400 "pass: %d r : %0#18llx writing SEARCH_ROM\n", pass, r); in ds1wm_search()
403 "pass: %d entering ASM\n", pass); in ds1wm_search()
406 "pass in ds1wm_search()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/net/
H A Dbpf_jit_comp.c64 int pass; in bpf_int_jit_compile() local
104 /* During extra pass, ensure index is reset before repopulating extable entries */ in bpf_int_jit_compile()
121 /* Scouting faux-generate pass 0 */ in bpf_int_jit_compile()
129 * If we have seen a tail call, we need a second pass. in bpf_int_jit_compile()
132 * We also need a second pass if we ended up with too large in bpf_int_jit_compile()
172 for (pass = 1; pass < 3; pass++) { in bpf_int_jit_compile()
177 if (bpf_jit_build_body(fp, code_base, &cgctx, addrs, pass, extra_pass)) { in bpf_int_jit_compile()
185 pr_info("Pass %d: shrink = %d, seen = 0x%x\n", pass, in bpf_int_jit_compile()
233 bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, int pass, struct codegen_context *ctx, int insn_idx, int jmp_off, int dst_reg) bpf_add_extable_entry() argument
[all...]
/kernel/linux/linux-5.10/drivers/pcmcia/
H A Dcardbus.c70 unsigned int max, pass; in cb_alloc() local
78 for (pass = 0; pass < 2; pass++) in cb_alloc()
80 max = pci_scan_bridge(bus, dev, max, pass); in cb_alloc()
/kernel/linux/linux-6.6/drivers/pcmcia/
H A Dcardbus.c70 unsigned int max, pass; in cb_alloc() local
78 for (pass = 0; pass < 2; pass++) in cb_alloc()
80 max = pci_scan_bridge(bus, dev, max, pass); in cb_alloc()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dsyscall_numbering.c127 * We pass in an extra copy of the extended system call number in probe_syscall()
251 enum ptrace_pass pass = sh->ptrace_pass; in test_syscalls_common() local
263 if (pass >= PTP_FUZZRET) in test_syscalls_common()
337 enum ptrace_pass pass; in syscall_numbering_tracee() local
345 for (sh->ptrace_pass = pass = PTP_NOTHING; pass < PTP_DONE; in syscall_numbering_tracee()
346 sh->ptrace_pass = ++pass) { in syscall_numbering_tracee()
347 run("Running tests under ptrace: %s\n", ptrace_pass_name[pass]); in syscall_numbering_tracee()
352 static void mess_with_syscall(pid_t testpid, enum ptrace_pass pass) in mess_with_syscall() argument
359 if (pass in mess_with_syscall()
[all...]
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_proxy_userinfo.cpp35 static const std::string NETCONNPROXY_PASS_COL = "pass";
72 NETMGR_LOG_I("net_conn database save user and pass info"); in SaveHttpProxyHostPass()
107 NETMGR_LOG_D("net_conn database save user and pass info end"); in SaveHttpProxyHostPass()
128 std::string pass; in GetHttpProxyHostPass() local
132 resultSet->GetString(columnIndex, pass); in GetHttpProxyHostPass()
138 passData.append(pass.c_str(), pass.size()); in GetHttpProxyHostPass()
145 errno_t passErrCode = memset_s(pass.data(), pass.size(), 0, pass in GetHttpProxyHostPass()
[all...]
/kernel/linux/linux-5.10/fs/gfs2/
H A Dlops.h66 unsigned int pass) in lops_before_scan()
71 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan()
77 unsigned int pass) in lops_scan_elements()
83 ld, ptr, pass); in lops_scan_elements()
92 unsigned int pass) in lops_after_scan()
97 gfs2_log_ops[x]->lo_after_scan(jd, error, pass); in lops_after_scan()
64 lops_before_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, unsigned int pass) lops_before_scan() argument
74 lops_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, unsigned int pass) lops_scan_elements() argument
91 lops_after_scan(struct gfs2_jdesc *jd, int error, unsigned int pass) lops_after_scan() argument
/kernel/linux/linux-5.10/fs/jbd2/
H A Drecovery.c39 struct recovery_info *info, enum passtype pass);
236 struct recovery_info *info, enum passtype pass) in fc_do_one_pass()
256 err = journal->j_fc_replay_callback(journal, bh, pass, in fc_do_one_pass()
279 * Recovery is done in three passes. In the first pass, we look for the
281 * blocks. In the third and final pass, we replay any un-revoked blocks
353 * We perform one pass over the journal to allow us to tell the user how
465 struct recovery_info *info, enum passtype pass) in do_one_pass()
493 if (pass == PASS_SCAN) in do_one_pass()
496 jbd_debug(1, "Starting recovery pass %d\n", pass); in do_one_pass()
235 fc_do_one_pass(journal_t *journal, struct recovery_info *info, enum passtype pass) fc_do_one_pass() argument
464 do_one_pass(journal_t *journal, struct recovery_info *info, enum passtype pass) do_one_pass() argument
[all...]
/kernel/linux/linux-6.6/fs/jbd2/
H A Drecovery.c40 struct recovery_info *info, enum passtype pass);
238 struct recovery_info *info, enum passtype pass) in fc_do_one_pass()
258 err = journal->j_fc_replay_callback(journal, bh, pass, in fc_do_one_pass()
281 * Recovery is done in three passes. In the first pass, we look for the
283 * blocks. In the third and final pass, we replay any un-revoked blocks
358 * We perform one pass over the journal to allow us to tell the user how
472 struct recovery_info *info, enum passtype pass) in do_one_pass()
501 if (pass == PASS_SCAN) in do_one_pass()
504 jbd2_debug(1, "Starting recovery pass %d\n", pass); in do_one_pass()
237 fc_do_one_pass(journal_t *journal, struct recovery_info *info, enum passtype pass) fc_do_one_pass() argument
471 do_one_pass(journal_t *journal, struct recovery_info *info, enum passtype pass) do_one_pass() argument
[all...]

Completed in 9 milliseconds

12345678910>>...15