Home
last modified time | relevance | path

Searched refs:pass (Results 26 - 50 of 367) sorted by relevance

12345678910>>...15

/test/testfwk/arkxtest/jsunit/src/module/assert/
H A DassertPromiseIsResolved.js22 return {pass: false, message: 'Expected not be called on a promise.'};
28 return {pass: true, message: 'actualValue is isResolved'};
32 pass: false,
H A DassertInstanceOf.js19 pass: true
23 pass: false,
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dselftest_context.c198 int pass; in __live_active_context() local
227 for (pass = 0; pass <= 2; pass++) { in __live_active_context()
244 pr_err("context is not active; expected idle-barrier (%s pass %d)\n", in __live_active_context()
245 engine->name, pass); in __live_active_context()
351 int pass; in __live_remote_context() local
382 for (pass = 0; pass <= 2; pass in __live_remote_context()
[all...]
H A Dselftest_ring_submission.c106 int pass; in mixed_contexts_sync() local
109 for (pass = 0; pass < 2; pass++) { in mixed_contexts_sync()
114 pr_err("pass[%d] wa_bb emitted for the kernel context\n", in mixed_contexts_sync()
115 pass); in mixed_contexts_sync()
125 pr_err("pass[%d] wa_bb *NOT* emitted after the kernel context\n", in mixed_contexts_sync()
126 pass); in mixed_contexts_sync()
136 pr_err("pass[%d] wa_bb *NOT* emitted for the user context switch\n", in mixed_contexts_sync()
137 pass); in mixed_contexts_sync()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dselftest_context.c199 int pass; in __live_active_context() local
234 for (pass = 0; pass <= 2; pass++) { in __live_active_context()
251 pr_err("context is not active; expected idle-barrier (%s pass %d)\n", in __live_active_context()
252 engine->name, pass); in __live_active_context()
358 int pass; in __live_remote_context() local
393 for (pass = 0; pass <= 2; pass in __live_remote_context()
[all...]
H A Dselftest_ring_submission.c106 int pass; in mixed_contexts_sync() local
109 for (pass = 0; pass < 2; pass++) { in mixed_contexts_sync()
114 pr_err("pass[%d] wa_bb emitted for the kernel context\n", in mixed_contexts_sync()
115 pass); in mixed_contexts_sync()
125 pr_err("pass[%d] wa_bb *NOT* emitted after the kernel context\n", in mixed_contexts_sync()
126 pass); in mixed_contexts_sync()
136 pr_err("pass[%d] wa_bb *NOT* emitted for the user context switch\n", in mixed_contexts_sync()
137 pass); in mixed_contexts_sync()
[all...]
/test/testfwk/arkxtest/jsunit/src/
H A Dservice.js23 pass: (actualValue) === true,
37 pass: (actualValue) === args[0],
46 pass: false
62 result.pass = true;
361 } else if (itItem.pass === true) {
362 obj.pass++;
411 let obj = { total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0, itItemList: []};
415 obj.ignore = obj.total - obj.pass - obj.failure - obj.error;
947 this.pass = false;
949 this.pass
[all...]
/kernel/linux/linux-5.10/fs/ntfs/
H A Dlcnalloc.c147 u8 pass, done_zones, search_zone, need_writeback = 0, bit; in ntfs_cluster_alloc() local
172 * and pass depending on whether we are starting inside a zone (1) or in ntfs_cluster_alloc()
179 pass = 1; in ntfs_cluster_alloc()
195 * single pass is sufficient. in ntfs_cluster_alloc()
197 pass = 2; in ntfs_cluster_alloc()
204 * pass in this zone is sufficient. in ntfs_cluster_alloc()
206 pass = 2; in ntfs_cluster_alloc()
213 * Starting at beginning of volume which means a single pass in ntfs_cluster_alloc()
216 pass = 2; in ntfs_cluster_alloc()
245 "search_zone %i, pass in ntfs_cluster_alloc()
[all...]
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlcnalloc.c147 u8 pass, done_zones, search_zone, need_writeback = 0, bit; in ntfs_cluster_alloc() local
172 * and pass depending on whether we are starting inside a zone (1) or in ntfs_cluster_alloc()
179 pass = 1; in ntfs_cluster_alloc()
195 * single pass is sufficient. in ntfs_cluster_alloc()
197 pass = 2; in ntfs_cluster_alloc()
204 * pass in this zone is sufficient. in ntfs_cluster_alloc()
206 pass = 2; in ntfs_cluster_alloc()
213 * Starting at beginning of volume which means a single pass in ntfs_cluster_alloc()
216 pass = 2; in ntfs_cluster_alloc()
245 "search_zone %i, pass in ntfs_cluster_alloc()
[all...]
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Diommu-common.c107 int pass = 0; in iommu_tbl_range_alloc() local
136 if (pass == 0 && handle && *handle && in iommu_tbl_range_alloc()
157 * but on second pass, start at 0 in pool 0. in iommu_tbl_range_alloc()
159 if ((start & mask) >= limit || pass > 0) { in iommu_tbl_range_alloc()
184 if (likely(pass == 0)) { in iommu_tbl_range_alloc()
188 pass++; in iommu_tbl_range_alloc()
190 } else if (!largealloc && pass <= iommu->nr_pools) { in iommu_tbl_range_alloc()
197 pass++; in iommu_tbl_range_alloc()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Diommu-common.c107 int pass = 0; in iommu_tbl_range_alloc() local
136 if (pass == 0 && handle && *handle && in iommu_tbl_range_alloc()
157 * but on second pass, start at 0 in pool 0. in iommu_tbl_range_alloc()
159 if ((start & mask) >= limit || pass > 0) { in iommu_tbl_range_alloc()
184 if (likely(pass == 0)) { in iommu_tbl_range_alloc()
188 pass++; in iommu_tbl_range_alloc()
190 } else if (!largealloc && pass <= iommu->nr_pools) { in iommu_tbl_range_alloc()
197 pass++; in iommu_tbl_range_alloc()
/kernel/linux/linux-6.6/drivers/nvmem/
H A Dlan9662-otpc.c84 u32 pass; in lan9662_otp_read_byte() local
92 pass = readl(OTP_OTP_PASS_FAIL(otp->base)); in lan9662_otp_read_byte()
93 if (pass & OTP_OTP_PASS_FAIL_OTP_READ_PROHIBITED) in lan9662_otp_read_byte()
102 u32 pass; in lan9662_otp_write_byte() local
113 pass = readl(OTP_OTP_PASS_FAIL(otp->base)); in lan9662_otp_write_byte()
114 if (pass & OTP_OTP_PASS_FAIL_OTP_WRITE_PROHIBITED) in lan9662_otp_write_byte()
116 if (pass & OTP_OTP_PASS_FAIL_OTP_FAIL) in lan9662_otp_write_byte()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c418 struct test_sockmap_pass_prog *pass; in test_sockmap_skb_verdict_fionread() local
423 pass = test_sockmap_pass_prog__open_and_load(); in test_sockmap_skb_verdict_fionread()
424 if (!ASSERT_OK_PTR(pass, "open_and_load")) in test_sockmap_skb_verdict_fionread()
426 verdict = bpf_program__fd(pass->progs.prog_skb_verdict); in test_sockmap_skb_verdict_fionread()
427 map = bpf_map__fd(pass->maps.sock_map_rx); in test_sockmap_skb_verdict_fionread()
473 test_sockmap_pass_prog__destroy(pass); in test_sockmap_skb_verdict_fionread()
481 struct test_sockmap_pass_prog *pass; in test_sockmap_skb_verdict_peek() local
485 pass = test_sockmap_pass_prog__open_and_load(); in test_sockmap_skb_verdict_peek()
486 if (!ASSERT_OK_PTR(pass, "open_and_load")) in test_sockmap_skb_verdict_peek()
488 verdict = bpf_program__fd(pass in test_sockmap_skb_verdict_peek()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A Dvalid-adjtimex.c117 int ret, pass = 0; in validate_freq() local
136 pass = -1; in validate_freq()
155 pass = -1; in validate_freq()
164 pass = -1; in validate_freq()
179 pass = -1; in validate_freq()
192 return pass; in validate_freq()
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H A Dvalid-adjtimex.c117 int ret, pass = 0; in validate_freq() local
136 pass = -1; in validate_freq()
155 pass = -1; in validate_freq()
164 pass = -1; in validate_freq()
179 pass = -1; in validate_freq()
192 return pass; in validate_freq()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagepngplugin_fuzzer/src/
H A Dimage_png_plugin_fuzz.cpp56 int pass = 0; in DoPrivateFun() local
57 pngDecoder->GetAllRows(pngPtr, row, rowNum, pass); in DoPrivateFun()
58 pngDecoder->GetInterlacedRows(pngPtr, row, rowNum, pass); in DoPrivateFun()
64 pngDecoder->SaveInterlacedRows(const_cast<png_bytep>(new uint8_t), rowNum, pass); in DoPrivateFun() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dmock_wifi_hdi_wpa_ap_impl.cpp46 int __real_HdiSetApPasswd(const char *pass, int id);
47 int __wrap_HdiSetApPasswd(const char *pass, int id) in __wrap_HdiSetApPasswd() argument
50 return MockWifiHdiWpaApImpl::GetInstance().HdiSetApPasswd(pass, id); in __wrap_HdiSetApPasswd()
52 return __real_HdiSetApPasswd(pass, id); in __wrap_HdiSetApPasswd()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H A Dport_range_occ.sh75 action pass
81 action pass
84 action pass
87 action pass
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_object_blt.c35 int pass; in __perf_fill_blt() local
45 for (pass = 0; pass < ARRAY_SIZE(t); pass++) { in __perf_fill_blt()
62 t[pass] = ktime_sub(t1, t0); in __perf_fill_blt()
115 int pass; in __perf_copy_blt() local
125 for (pass = 0; pass < ARRAY_SIZE(t); pass++) { in __perf_copy_blt()
142 t[pass] in __perf_copy_blt()
[all...]
/kernel/linux/linux-5.10/arch/x86/pci/
H A Di386.c249 static void pcibios_allocate_dev_resources(struct pci_dev *dev, int pass) in pcibios_allocate_dev_resources() argument
274 if (pass == disabled) { in pcibios_allocate_dev_resources()
277 idx, r, disabled, pass); in pcibios_allocate_dev_resources()
292 if (!pass) { in pcibios_allocate_dev_resources()
307 static void pcibios_allocate_resources(struct pci_bus *bus, int pass) in pcibios_allocate_resources() argument
313 pcibios_allocate_dev_resources(dev, pass); in pcibios_allocate_resources()
317 pcibios_allocate_resources(child, pass); in pcibios_allocate_resources()
/kernel/linux/linux-6.6/arch/x86/pci/
H A Di386.c249 static void pcibios_allocate_dev_resources(struct pci_dev *dev, int pass) in pcibios_allocate_dev_resources() argument
274 if (pass == disabled) { in pcibios_allocate_dev_resources()
277 idx, r, disabled, pass); in pcibios_allocate_dev_resources()
292 if (!pass) { in pcibios_allocate_dev_resources()
307 static void pcibios_allocate_resources(struct pci_bus *bus, int pass) in pcibios_allocate_resources() argument
313 pcibios_allocate_dev_resources(dev, pass); in pcibios_allocate_resources()
317 pcibios_allocate_resources(child, pass); in pcibios_allocate_resources()
/kernel/linux/linux-5.10/tools/build/feature/
H A Dtest-llvm-version.cpp6 #define pass int main() {printf("%x\n", NUM_VERSION); return 0;} macro
9 pass
/kernel/linux/linux-5.10/fs/gfs2/
H A Dlops.c746 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan()
748 if (pass != 0) in buf_lo_before_scan()
757 int pass) in buf_lo_scan_elements()
767 if (pass != 1 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_METADATA) in buf_lo_scan_elements()
822 static void buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) in buf_lo_after_scan() argument
831 if (pass != 1) in buf_lo_after_scan()
896 struct gfs2_log_header_host *head, int pass) in revoke_lo_before_scan()
898 if (pass != 0) in revoke_lo_before_scan()
907 int pass) in revoke_lo_scan_elements()
918 if (pass ! in revoke_lo_scan_elements()
745 buf_lo_before_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, int pass) buf_lo_before_scan() argument
755 buf_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) buf_lo_scan_elements() argument
895 revoke_lo_before_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, int pass) revoke_lo_before_scan() argument
905 revoke_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) revoke_lo_scan_elements() argument
955 revoke_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) revoke_lo_after_scan() argument
987 databuf_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) databuf_lo_scan_elements() argument
1037 databuf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) databuf_lo_after_scan() argument
[all...]
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_rr.c58 int pass = 0; in ip_vs_rr_schedule() local
77 pass++; in ip_vs_rr_schedule()
79 * If we stay at head there is no need for 2nd pass. in ip_vs_rr_schedule()
81 } while (pass < 2 && p != &svc->destinations); in ip_vs_rr_schedule()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_rr.c58 int pass = 0; in ip_vs_rr_schedule() local
77 pass++; in ip_vs_rr_schedule()
79 * If we stay at head there is no need for 2nd pass. in ip_vs_rr_schedule()
81 } while (pass < 2 && p != &svc->destinations); in ip_vs_rr_schedule()

Completed in 12 milliseconds

12345678910>>...15