Home
last modified time | relevance | path

Searched refs:res (Results 1 - 25 of 13902) sorted by relevance

12345678910>>...557

/third_party/jerryscript/tests/jerry/
H A Dstring-prototype-split.js15 var res = "".split(); variable
16 assert (res[0] === "");
18 res = "foo".split();
19 assert (res[0] === "foo");
22 res = str.split("");
24 assert (res.length === 17);
25 for (var i = 0; i < res.length; i++)
27 assert (res[i] === str[i]);
30 res = str.split("", "foo");
31 assert (res
[all...]
H A Dstring-prototype-slice.js16 var res; variable
18 res = str.slice();
19 assert (res === "universe");
21 res = str.slice(1, 6);
22 assert (res === "niver");
24 res = str.slice("a", "-4");
25 assert (res === "univ");
27 res = str.slice(-5);
28 assert (res === "verse");
30 res
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Drx_res.c37 static int mlx5e_rx_res_rss_init_def(struct mlx5e_rx_res *res, in mlx5e_rx_res_rss_init_def() argument
40 bool inner_ft_support = res->features & MLX5E_RX_RES_FEATURE_INNER_FT; in mlx5e_rx_res_rss_init_def()
44 if (WARN_ON(res->rss[0])) in mlx5e_rx_res_rss_init_def()
51 err = mlx5e_rss_init(rss, res->mdev, inner_ft_support, res->drop_rqn, in mlx5e_rx_res_rss_init_def()
52 &res->pkt_merge_param); in mlx5e_rx_res_rss_init_def()
58 res->rss[0] = rss; in mlx5e_rx_res_rss_init_def()
67 int mlx5e_rx_res_rss_init(struct mlx5e_rx_res *res, u32 *rss_idx, unsigned int init_nch) in mlx5e_rx_res_rss_init() argument
69 bool inner_ft_support = res->features & MLX5E_RX_RES_FEATURE_INNER_FT; in mlx5e_rx_res_rss_init()
74 if (!res in mlx5e_rx_res_rss_init()
102 __mlx5e_rx_res_rss_destroy(struct mlx5e_rx_res *res, u32 rss_idx) __mlx5e_rx_res_rss_destroy() argument
117 mlx5e_rx_res_rss_destroy(struct mlx5e_rx_res *res, u32 rss_idx) mlx5e_rx_res_rss_destroy() argument
131 mlx5e_rx_res_rss_destroy_all(struct mlx5e_rx_res *res) mlx5e_rx_res_rss_destroy_all() argument
154 mlx5e_rx_res_rss_enable(struct mlx5e_rx_res *res) mlx5e_rx_res_rss_enable() argument
169 mlx5e_rx_res_rss_disable(struct mlx5e_rx_res *res) mlx5e_rx_res_rss_disable() argument
185 mlx5e_rx_res_rss_set_indir_uniform(struct mlx5e_rx_res *res, unsigned int nch) mlx5e_rx_res_rss_set_indir_uniform() argument
191 mlx5e_rx_res_rss_get_rxfh(struct mlx5e_rx_res *res, u32 rss_idx, u32 *indir, u8 *key, u8 *hfunc) mlx5e_rx_res_rss_get_rxfh() argument
206 mlx5e_rx_res_rss_set_rxfh(struct mlx5e_rx_res *res, u32 rss_idx, const u32 *indir, const u8 *key, const u8 *hfunc) mlx5e_rx_res_rss_set_rxfh() argument
221 mlx5e_rx_res_rss_get_hash_fields(struct mlx5e_rx_res *res, u32 rss_idx, enum mlx5_traffic_types tt) mlx5e_rx_res_rss_get_hash_fields() argument
236 mlx5e_rx_res_rss_set_hash_fields(struct mlx5e_rx_res *res, u32 rss_idx, enum mlx5_traffic_types tt, u8 rx_hash_fields) mlx5e_rx_res_rss_set_hash_fields() argument
251 mlx5e_rx_res_rss_cnt(struct mlx5e_rx_res *res) mlx5e_rx_res_rss_cnt() argument
263 mlx5e_rx_res_rss_index(struct mlx5e_rx_res *res, struct mlx5e_rss *rss) mlx5e_rx_res_rss_index() argument
277 mlx5e_rx_res_rss_get(struct mlx5e_rx_res *res, u32 rss_idx) mlx5e_rx_res_rss_get() argument
292 mlx5e_rx_res_channels_init(struct mlx5e_rx_res *res) mlx5e_rx_res_channels_init() argument
355 mlx5e_rx_res_ptp_init(struct mlx5e_rx_res *res) mlx5e_rx_res_ptp_init() argument
389 mlx5e_rx_res_channels_destroy(struct mlx5e_rx_res *res) mlx5e_rx_res_channels_destroy() argument
401 mlx5e_rx_res_ptp_destroy(struct mlx5e_rx_res *res) mlx5e_rx_res_ptp_destroy() argument
407 mlx5e_rx_res_init(struct mlx5e_rx_res *res, struct mlx5_core_dev *mdev, enum mlx5e_rx_res_features features, unsigned int max_nch, u32 drop_rqn, const struct mlx5e_packet_merge_param *init_pkt_merge_param, unsigned int init_nch) mlx5e_rx_res_init() argument
444 mlx5e_rx_res_destroy(struct mlx5e_rx_res *res) mlx5e_rx_res_destroy() argument
451 mlx5e_rx_res_free(struct mlx5e_rx_res *res) mlx5e_rx_res_free() argument
456 mlx5e_rx_res_get_tirn_direct(struct mlx5e_rx_res *res, unsigned int ix) mlx5e_rx_res_get_tirn_direct() argument
461 mlx5e_rx_res_get_tirn_rss(struct mlx5e_rx_res *res, enum mlx5_traffic_types tt) mlx5e_rx_res_get_tirn_rss() argument
468 mlx5e_rx_res_get_tirn_rss_inner(struct mlx5e_rx_res *res, enum mlx5_traffic_types tt) mlx5e_rx_res_get_tirn_rss_inner() argument
475 mlx5e_rx_res_get_tirn_ptp(struct mlx5e_rx_res *res) mlx5e_rx_res_get_tirn_ptp() argument
481 mlx5e_rx_res_get_rqtn_direct(struct mlx5e_rx_res *res, unsigned int ix) mlx5e_rx_res_get_rqtn_direct() argument
486 mlx5e_rx_res_channel_activate_direct(struct mlx5e_rx_res *res, struct mlx5e_channels *chs, unsigned int ix) mlx5e_rx_res_channel_activate_direct() argument
500 mlx5e_rx_res_channel_deactivate_direct(struct mlx5e_rx_res *res, unsigned int ix) mlx5e_rx_res_channel_deactivate_direct() argument
512 mlx5e_rx_res_channels_activate(struct mlx5e_rx_res *res, struct mlx5e_channels *chs) mlx5e_rx_res_channels_activate() argument
548 mlx5e_rx_res_channels_deactivate(struct mlx5e_rx_res *res) mlx5e_rx_res_channels_deactivate() argument
567 mlx5e_rx_res_xsk_update(struct mlx5e_rx_res *res, struct mlx5e_channels *chs, unsigned int ix, bool xsk) mlx5e_rx_res_xsk_update() argument
580 mlx5e_rx_res_packet_merge_set_param(struct mlx5e_rx_res *res, struct mlx5e_packet_merge_param *pkt_merge_param) mlx5e_rx_res_packet_merge_set_param() argument
624 mlx5e_rx_res_get_current_hash(struct mlx5e_rx_res *res) mlx5e_rx_res_get_current_hash() argument
629 mlx5e_rx_res_tls_tir_create(struct mlx5e_rx_res *res, unsigned int rxq, struct mlx5e_tir *tir) mlx5e_rx_res_tls_tir_create() argument
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Dfixed_debug.h52 int res; in NEG16() local
57 res = -x; in NEG16()
58 if (!VERIFY_SHORT(res)) in NEG16()
59 fprintf (stderr, "NEG16: output is not short: %d\n", (int)res); in NEG16()
61 return res; in NEG16()
65 long long res; in NEG32() local
70 res = -x; in NEG32()
71 if (!VERIFY_INT(res)) in NEG32()
72 fprintf (stderr, "NEG16: output is not int: %d\n", (int)res); in NEG32()
74 return res; in NEG32()
80 int res; _EXTRACT16() local
93 int res; _EXTEND32() local
106 int res; _SHR16() local
120 int res; _SHL16() local
134 long long res; SHR32() local
149 long long res; SHL32() local
176 int res; _ADD16() local
193 int res; _SUB16() local
208 long long res; _ADD32() local
224 long long res; SUB32() local
241 int res; MULT16_16_16() local
256 long long res; _MULT16_16() local
277 long long res; _MULT16_32_QX() local
293 long long res; MULT16_32_PX() local
328 long long res; MULT16_16_Q11_32() local
342 long long res; MULT16_16_Q13() local
356 long long res; MULT16_16_Q14() local
370 long long res; MULT16_16_Q15() local
387 long long res; MULT16_16_P13() local
404 long long res; MULT16_16_P14() local
421 long long res; MULT16_16_P15() local
441 long long res; _DIV32_16() local
467 long long res; _DIV32() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c39 * @res: The resource
41 void vmw_resource_mob_attach(struct vmw_resource *res) in vmw_resource_mob_attach() argument
43 struct vmw_bo *gbo = res->guest_memory_bo; in vmw_resource_mob_attach()
47 res->used_prio = (res->res_dirty) ? res->func->dirty_prio : in vmw_resource_mob_attach()
48 res->func->prio; in vmw_resource_mob_attach()
55 new = (res->guest_memory_offset < this->guest_memory_offset) ? in vmw_resource_mob_attach()
59 rb_link_node(&res->mob_node, parent, new); in vmw_resource_mob_attach()
60 rb_insert_color(&res in vmw_resource_mob_attach()
69 vmw_resource_mob_detach(struct vmw_resource *res) vmw_resource_mob_detach() argument
81 vmw_resource_reference(struct vmw_resource *res) vmw_resource_reference() argument
88 vmw_resource_reference_unless_doomed(struct vmw_resource *res) vmw_resource_reference_unless_doomed() argument
100 vmw_resource_release_id(struct vmw_resource *res) vmw_resource_release_id() argument
114 struct vmw_resource *res = vmw_resource_release() local
168 struct vmw_resource *res = *p_res; vmw_resource_unreference() local
183 vmw_resource_alloc_id(struct vmw_resource *res) vmw_resource_alloc_id() argument
213 vmw_resource_init(struct vmw_private *dev_priv, struct vmw_resource *res, bool delay_id, void (*res_free) (struct vmw_resource *res), const struct vmw_res_func *func) vmw_resource_init() argument
263 struct vmw_resource *res; vmw_user_resource_lookup_handle() local
297 struct vmw_resource *res; vmw_user_lookup_handle() local
322 vmw_resource_buf_alloc(struct vmw_resource *res, bool interruptible) vmw_resource_buf_alloc() argument
363 vmw_resource_do_validate(struct vmw_resource *res, struct ttm_validate_buffer *val_buf, bool dirtying) vmw_resource_do_validate() argument
443 vmw_resource_unreserve(struct vmw_resource *res, bool dirty_set, bool dirty, bool switch_guest_memory, struct vmw_bo *new_guest_memory_bo, unsigned long new_guest_memory_offset) vmw_resource_unreserve() argument
508 vmw_resource_check_buffer(struct ww_acquire_ctx *ticket, struct vmw_resource *res, bool interruptible, struct ttm_validate_buffer *val_buf) vmw_resource_check_buffer() argument
570 vmw_resource_reserve(struct vmw_resource *res, bool interruptible, bool no_guest_memory) vmw_resource_reserve() argument
625 vmw_resource_do_evict(struct ww_acquire_ctx *ticket, struct vmw_resource *res, bool interruptible) vmw_resource_do_evict() argument
672 vmw_resource_validate(struct vmw_resource *res, bool intr, bool dirtying) vmw_resource_validate() argument
761 struct vmw_resource *res = vmw_resource_unbind_list() local
871 vmw_resource_needs_backup(const struct vmw_resource *res) vmw_resource_needs_backup() argument
957 vmw_resource_pin(struct vmw_resource *res, bool interruptible) vmw_resource_pin() argument
1018 vmw_resource_unpin(struct vmw_resource *res) vmw_resource_unpin() argument
1047 vmw_res_type(const struct vmw_resource *res) vmw_res_type() argument
1059 vmw_resource_dirty_update(struct vmw_resource *res, pgoff_t start, pgoff_t end) vmw_resource_dirty_update() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c38 * @res: The resource
40 void vmw_resource_mob_attach(struct vmw_resource *res) in vmw_resource_mob_attach() argument
42 struct vmw_buffer_object *backup = res->backup; in vmw_resource_mob_attach()
45 dma_resv_assert_held(res->backup->base.base.resv); in vmw_resource_mob_attach()
46 res->used_prio = (res->res_dirty) ? res->func->dirty_prio : in vmw_resource_mob_attach()
47 res->func->prio; in vmw_resource_mob_attach()
54 new = (res->backup_offset < this->backup_offset) ? in vmw_resource_mob_attach()
58 rb_link_node(&res in vmw_resource_mob_attach()
68 vmw_resource_mob_detach(struct vmw_resource *res) vmw_resource_mob_detach() argument
80 vmw_resource_reference(struct vmw_resource *res) vmw_resource_reference() argument
87 vmw_resource_reference_unless_doomed(struct vmw_resource *res) vmw_resource_reference_unless_doomed() argument
99 vmw_resource_release_id(struct vmw_resource *res) vmw_resource_release_id() argument
113 struct vmw_resource *res = vmw_resource_release() local
165 struct vmw_resource *res = *p_res; vmw_resource_unreference() local
180 vmw_resource_alloc_id(struct vmw_resource *res) vmw_resource_alloc_id() argument
211 vmw_resource_init(struct vmw_private *dev_priv, struct vmw_resource *res, bool delay_id, void (*res_free) (struct vmw_resource *res), const struct vmw_res_func *func) vmw_resource_init() argument
261 struct vmw_resource *res; vmw_user_resource_lookup_handle() local
329 struct vmw_resource *res; vmw_user_lookup_handle() local
354 vmw_resource_buf_alloc(struct vmw_resource *res, bool interruptible) vmw_resource_buf_alloc() argument
395 vmw_resource_do_validate(struct vmw_resource *res, struct ttm_validate_buffer *val_buf, bool dirtying) vmw_resource_do_validate() argument
475 vmw_resource_unreserve(struct vmw_resource *res, bool dirty_set, bool dirty, bool switch_backup, struct vmw_buffer_object *new_backup, unsigned long new_backup_offset) vmw_resource_unreserve() argument
540 vmw_resource_check_buffer(struct ww_acquire_ctx *ticket, struct vmw_resource *res, bool interruptible, struct ttm_validate_buffer *val_buf) vmw_resource_check_buffer() argument
599 vmw_resource_reserve(struct vmw_resource *res, bool interruptible, bool no_backup) vmw_resource_reserve() argument
654 vmw_resource_do_evict(struct ww_acquire_ctx *ticket, struct vmw_resource *res, bool interruptible) vmw_resource_do_evict() argument
701 vmw_resource_validate(struct vmw_resource *res, bool intr, bool dirtying) vmw_resource_validate() argument
790 struct vmw_resource *res = vmw_resource_unbind_list() local
900 vmw_resource_needs_backup(const struct vmw_resource *res) vmw_resource_needs_backup() argument
986 vmw_resource_pin(struct vmw_resource *res, bool interruptible) vmw_resource_pin() argument
1044 vmw_resource_unpin(struct vmw_resource *res) vmw_resource_unpin() argument
1075 vmw_res_type(const struct vmw_resource *res) vmw_res_type() argument
1087 vmw_resource_dirty_update(struct vmw_resource *res, pgoff_t start, pgoff_t end) vmw_resource_dirty_update() argument
[all...]
/kernel/linux/linux-5.10/tools/lib/
H A Dhweight.c20 unsigned int res = w - ((w >> 1) & 0x55555555); in __sw_hweight32()
21 res = (res & 0x33333333) + ((res >> 2) & 0x33333333); in __sw_hweight32()
22 res = (res + (res >> 4)) & 0x0F0F0F0F; in __sw_hweight32()
23 res = res + (res >> in __sw_hweight32()
30 unsigned int res = w - ((w >> 1) & 0x5555); __sw_hweight16() local
38 unsigned int res = w - ((w >> 1) & 0x55); __sw_hweight8() local
[all...]
/kernel/linux/linux-5.10/lib/
H A Dhweight.c21 unsigned int res = w - ((w >> 1) & 0x55555555); in __sw_hweight32()
22 res = (res & 0x33333333) + ((res >> 2) & 0x33333333); in __sw_hweight32()
23 res = (res + (res >> 4)) & 0x0F0F0F0F; in __sw_hweight32()
24 res = res + (res >> in __sw_hweight32()
32 unsigned int res = w - ((w >> 1) & 0x5555); __sw_hweight16() local
41 unsigned int res = w - ((w >> 1) & 0x55); __sw_hweight8() local
[all...]
/kernel/linux/linux-6.6/lib/
H A Dhweight.c21 unsigned int res = w - ((w >> 1) & 0x55555555); in __sw_hweight32()
22 res = (res & 0x33333333) + ((res >> 2) & 0x33333333); in __sw_hweight32()
23 res = (res + (res >> 4)) & 0x0F0F0F0F; in __sw_hweight32()
24 res = res + (res >> in __sw_hweight32()
32 unsigned int res = w - ((w >> 1) & 0x5555); __sw_hweight16() local
41 unsigned int res = w - ((w >> 1) & 0x55); __sw_hweight8() local
[all...]
/kernel/linux/linux-6.6/tools/lib/
H A Dhweight.c20 unsigned int res = w - ((w >> 1) & 0x55555555); in __sw_hweight32()
21 res = (res & 0x33333333) + ((res >> 2) & 0x33333333); in __sw_hweight32()
22 res = (res + (res >> 4)) & 0x0F0F0F0F; in __sw_hweight32()
23 res = res + (res >> in __sw_hweight32()
30 unsigned int res = w - ((w >> 1) & 0x5555); __sw_hweight16() local
38 unsigned int res = w - ((w >> 1) & 0x55); __sw_hweight8() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Drestrack.c28 dev->res = kcalloc(RDMA_RESTRACK_MAX, sizeof(*rt), GFP_KERNEL); in rdma_restrack_init()
29 if (!dev->res) in rdma_restrack_init()
32 rt = dev->res; in rdma_restrack_init()
62 struct rdma_restrack_root *rt = dev->res; in rdma_restrack_clean()
70 struct xarray *xa = &dev->res[i].xa; in rdma_restrack_clean()
114 struct rdma_restrack_root *rt = &dev->res[type]; in rdma_restrack_count()
127 static struct ib_device *res_to_dev(struct rdma_restrack_entry *res) in res_to_dev() argument
129 switch (res->type) { in res_to_dev()
131 return container_of(res, struct ib_pd, res) in res_to_dev()
159 rdma_restrack_attach_task(struct rdma_restrack_entry *res, struct task_struct *task) rdma_restrack_attach_task() argument
177 rdma_restrack_set_name(struct rdma_restrack_entry *res, const char *caller) rdma_restrack_set_name() argument
210 rdma_restrack_new(struct rdma_restrack_entry *res, enum rdma_restrack_type type) rdma_restrack_new() argument
223 rdma_restrack_add(struct rdma_restrack_entry *res) rdma_restrack_add() argument
269 rdma_restrack_get(struct rdma_restrack_entry *res) rdma_restrack_get() argument
288 struct rdma_restrack_entry *res; rdma_restrack_get_byid() local
302 struct rdma_restrack_entry *res; restrack_release() local
312 rdma_restrack_put(struct rdma_restrack_entry *res) rdma_restrack_put() argument
322 rdma_restrack_del(struct rdma_restrack_entry *res) rdma_restrack_del() argument
[all...]
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_hap_so_test.cpp422 auto res = InstallBundle(HAP_INCLUDE_SO_PATH1 + HAP_INCLUDE_SO1); in HWTEST_F() local
423 EXPECT_EQ(res, OPERATION_SUCCESS); in HWTEST_F()
430 res = UninstallBundle(BUNDLE_NAME1); in HWTEST_F()
431 EXPECT_EQ(res, OPERATION_SUCCESS); in HWTEST_F()
446 auto res = InstallBundle(HAP_INCLUDE_SO_PATH2 + HAP_INCLUDE_SO2); in HWTEST_F() local
447 EXPECT_EQ(res, OPERATION_SUCCESS); in HWTEST_F()
454 res = UninstallBundle(BUNDLE_NAME2); in HWTEST_F()
455 EXPECT_EQ(res, OPERATION_SUCCESS); in HWTEST_F()
470 auto res = InstallBundle(HAP_INCLUDE_SO_PATH3 + HAP_INCLUDE_SO3); in HWTEST_F() local
471 EXPECT_EQ(res, OPERATION_SUCCES in HWTEST_F()
494 auto res = InstallBundle(HAP_INCLUDE_SO_PATH4 + HAP_INCLUDE_SO4); HWTEST_F() local
518 auto res = InstallBundle(HAP_NOT_INCLUDE_SO_PATH1 + HAP_NOT_INCLUDE_SO1); HWTEST_F() local
542 auto res = InstallBundle(HAP_NOT_INCLUDE_SO_PATH2 + HAP_NOT_INCLUDE_SO2); HWTEST_F() local
566 auto res = InstallBundle(HAP_NOT_INCLUDE_SO_PATH3 + HAP_NOT_INCLUDE_SO3); HWTEST_F() local
590 auto res = InstallBundle(HAP_NOT_INCLUDE_SO_PATH4 + HAP_NOT_INCLUDE_SO4); HWTEST_F() local
618 auto res = InstallBundles(hapPaths); HWTEST_F() local
646 auto res = InstallBundles(hapPaths); HWTEST_F() local
676 auto res = InstallBundles(hapPaths); HWTEST_F() local
706 auto res = InstallBundles(hapPaths); HWTEST_F() local
736 auto res = InstallBundles(hapPaths); HWTEST_F() local
766 auto res = InstallBundles(hapPaths); HWTEST_F() local
796 auto res = InstallBundles(hapPaths); HWTEST_F() local
826 auto res = InstallBundles(hapPaths); HWTEST_F() local
856 auto res = InstallBundles(hapPaths); HWTEST_F() local
886 auto res = InstallBundles(hapPaths); HWTEST_F() local
916 auto res = InstallBundles(hapPaths); HWTEST_F() local
946 auto res = InstallBundles(hapPaths); HWTEST_F() local
976 auto res = InstallBundles(hapPaths); HWTEST_F() local
1006 auto res = InstallBundles(hapPaths); HWTEST_F() local
1036 auto res = InstallBundles(hapPaths); HWTEST_F() local
1066 auto res = InstallBundles(hapPaths); HWTEST_F() local
1096 auto res = InstallBundles(hapPaths); HWTEST_F() local
1126 auto res = InstallBundles(hapPaths); HWTEST_F() local
1152 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + "hapIncludeso1"); HWTEST_F() local
1176 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + "hapIncludeso2"); HWTEST_F() local
1200 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + "hapIncludeso3"); HWTEST_F() local
1224 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + "hapIncludeso4"); HWTEST_F() local
1248 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + "hapNotIncludeso1"); HWTEST_F() local
1272 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + "hapNotIncludeso2"); HWTEST_F() local
1296 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + "hapNotIncludeso3"); HWTEST_F() local
1320 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + "hapNotIncludeso4"); HWTEST_F() local
1345 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
1374 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_INCLUDE_SO_PATH6 + HAP_INCLUDE_SO6); HWTEST_F() local
1403 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
1432 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_INCLUDE_SO_PATH6 + HAP_INCLUDE_SO6); HWTEST_F() local
1461 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
1490 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_INCLUDE_SO_PATH6 + HAP_INCLUDE_SO6); HWTEST_F() local
1519 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_INCLUDE_SO_PATH7 + HAP_INCLUDE_SO7); HWTEST_F() local
1548 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_INCLUDE_SO_PATH8 + HAP_INCLUDE_SO8); HWTEST_F() local
1577 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_INCLUDE_SO_PATH8 + HAP_INCLUDE_SO8); HWTEST_F() local
1606 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_INCLUDE_SO_PATH8 + HAP_INCLUDE_SO8); HWTEST_F() local
1636 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + "hapNotIncludeso5"); HWTEST_F() local
1665 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + "hapNotIncludeso6"); HWTEST_F() local
1694 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + "hapNotIncludesoFeature2"); HWTEST_F() local
1723 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + "hapNotIncludesoFeature5"); HWTEST_F() local
1752 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + "hapSectionContainso1"); HWTEST_F() local
1781 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + "hapSectionContainso2"); HWTEST_F() local
1810 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + "hapSectionContainsoFeature2"); HWTEST_F() local
1839 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + "hapSectionContainsoFeature5"); HWTEST_F() local
1869 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH1 + HAP_SECTION_INCLUDE_SO1); HWTEST_F() local
1897 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH1 + HAP_SECTION_INCLUDE_SO1); HWTEST_F() local
1925 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH2 + HAP_SECTION_INCLUDE_SO2); HWTEST_F() local
1953 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH2 + HAP_SECTION_INCLUDE_SO2); HWTEST_F() local
1981 auto res = InstallBundle(HAP_INCLUDE_SO_PATH1 + HAP_INCLUDE_SO1); HWTEST_F() local
2007 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH1 + HAP_SECTION_INCLUDE_SO1); HWTEST_F() local
2033 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH1 + HAP_SECTION_INCLUDE_SO1); HWTEST_F() local
2061 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH2 + HAP_SECTION_INCLUDE_SO2); HWTEST_F() local
2087 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH2 + HAP_SECTION_INCLUDE_SO2); HWTEST_F() local
2116 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH1 + HAP_WITHOUT_SO1); HWTEST_F() local
2147 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH2 + HAP_WITHOUT_SO2); HWTEST_F() local
2178 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH1 + HAP_WITHOUT_SO1); HWTEST_F() local
2209 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH2 + HAP_WITHOUT_SO2); HWTEST_F() local
2240 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH1 + HAP_WITHOUT_SO1); HWTEST_F() local
2271 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH2 + HAP_WITHOUT_SO2); HWTEST_F() local
2302 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH3 + HAP_WITHOUT_SO3); HWTEST_F() local
2333 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH4 + HAP_WITHOUT_SO4); HWTEST_F() local
2364 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH4 + HAP_WITHOUT_SO4); HWTEST_F() local
2395 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH4 + HAP_WITHOUT_SO4); HWTEST_F() local
2426 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH1 + HAP_SECTION_INCLUDE_SO1); HWTEST_F() local
2458 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH2 + HAP_SECTION_INCLUDE_SO2); HWTEST_F() local
2490 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH1 + HAP_SECTION_INCLUDE_SO1); HWTEST_F() local
2522 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH2 + HAP_SECTION_INCLUDE_SO2); HWTEST_F() local
2553 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH1); HWTEST_F() local
2581 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH1); HWTEST_F() local
2609 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH2); HWTEST_F() local
2637 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH2); HWTEST_F() local
2665 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH1); HWTEST_F() local
2691 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH1); HWTEST_F() local
2719 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH2); HWTEST_F() local
2745 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH2); HWTEST_F() local
2772 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH1 + HAP_WITHOUT_SO1); HWTEST_F() local
2801 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH2 + HAP_WITHOUT_SO2); HWTEST_F() local
2832 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH1 + HAP_WITHOUT_SO1); HWTEST_F() local
2863 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH2 + HAP_WITHOUT_SO2); HWTEST_F() local
2894 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH1 + HAP_WITHOUT_SO1); HWTEST_F() local
2925 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH2 + HAP_WITHOUT_SO2); HWTEST_F() local
2956 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH3 + HAP_WITHOUT_SO3); HWTEST_F() local
2987 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH4 + HAP_WITHOUT_SO4); HWTEST_F() local
3018 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH4 + HAP_WITHOUT_SO4); HWTEST_F() local
3049 auto res = InstallPathBundle(THIRD_BUNDLE_PATH + HAP_WITHOUT_SO_PATH4 + HAP_WITHOUT_SO4); HWTEST_F() local
3080 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH1); HWTEST_F() local
3111 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH2); HWTEST_F() local
3142 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH1); HWTEST_F() local
3173 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH2); HWTEST_F() local
3204 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6 + HAP_INCLUDE_SO6); HWTEST_F() local
3232 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6 + HAP_INCLUDE_SO6); HWTEST_F() local
3258 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6 + HAP_INCLUDE_SO6); HWTEST_F() local
3284 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6 + HAP_INCLUDE_SO6); HWTEST_F() local
3312 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5_FEATURE3 + HAP_INCLUDE_SO5_FEATURE3); HWTEST_F() local
3341 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6 + HAP_INCLUDE_SO6); HWTEST_F() local
3373 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5_FEATURE3 + HAP_INCLUDE_SO5_FEATURE3); HWTEST_F() local
3405 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6 + HAP_INCLUDE_SO6); HWTEST_F() local
3437 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5_FEATURE3 + HAP_INCLUDE_SO5_FEATURE3); HWTEST_F() local
3469 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6 + HAP_INCLUDE_SO6); HWTEST_F() local
3501 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE1 + HAP_INCLUDE_SO8_FEATURE1); HWTEST_F() local
3533 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE1 + HAP_INCLUDE_SO8_FEATURE1); HWTEST_F() local
3565 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE1 + HAP_INCLUDE_SO8_FEATURE1); HWTEST_F() local
3596 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE3 + HAP_SECTION_INCLUDE_SO_FEATURE3); HWTEST_F() local
3622 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE3 + HAP_SECTION_INCLUDE_SO_FEATURE3); HWTEST_F() local
3650 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE3 + HAP_SECTION_INCLUDE_SO_FEATURE3); HWTEST_F() local
3676 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE4 + HAP_SECTION_INCLUDE_SO_FEATURE4); HWTEST_F() local
3705 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE3 + HAP_SECTION_INCLUDE_SO_FEATURE3); HWTEST_F() local
3737 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE4 + HAP_SECTION_INCLUDE_SO_FEATURE4); HWTEST_F() local
3769 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE3 + HAP_SECTION_INCLUDE_SO_FEATURE3); HWTEST_F() local
3801 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE4 + HAP_SECTION_INCLUDE_SO_FEATURE4); HWTEST_F() local
3833 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE3 + HAP_SECTION_INCLUDE_SO_FEATURE3); HWTEST_F() local
3865 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE4 + HAP_SECTION_INCLUDE_SO_FEATURE4); HWTEST_F() local
3896 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6); HWTEST_F() local
3924 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6); HWTEST_F() local
3950 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6); HWTEST_F() local
3976 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6); HWTEST_F() local
4003 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5_FEATURE3); HWTEST_F() local
4032 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6); HWTEST_F() local
4063 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5_FEATURE3); HWTEST_F() local
4094 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6); HWTEST_F() local
4125 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5_FEATURE3); HWTEST_F() local
4156 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6); HWTEST_F() local
4187 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE1); HWTEST_F() local
4218 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE1); HWTEST_F() local
4249 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE1); HWTEST_F() local
4279 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE3); HWTEST_F() local
4305 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE3); HWTEST_F() local
4333 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE3); HWTEST_F() local
4359 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE4); HWTEST_F() local
4388 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE3); HWTEST_F() local
4419 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE4); HWTEST_F() local
4450 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE3); HWTEST_F() local
4480 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE4); HWTEST_F() local
4511 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE3); HWTEST_F() local
4542 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE4); HWTEST_F() local
4572 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
4600 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
4628 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
4656 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
4684 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
4712 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
4740 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
4768 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
4797 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
4829 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
4861 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6_FEATURE1 + HAP_INCLUDE_SO6_FEATURE1); HWTEST_F() local
4893 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6_FEATURE1 + HAP_INCLUDE_SO6_FEATURE1); HWTEST_F() local
4927 auto res = InstallBundle(HAP_INCLUDE_SO_PATH7 + HAP_INCLUDE_SO7); HWTEST_F() local
4959 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6_FEATURE1 + HAP_INCLUDE_SO6_FEATURE1); HWTEST_F() local
4993 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5_FEATURE2 + HAP_INCLUDE_SO5_FEATURE2); HWTEST_F() local
5027 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE2 + HAP_INCLUDE_SO8_FEATURE2); HWTEST_F() local
5061 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE2 + HAP_INCLUDE_SO8_FEATURE2); HWTEST_F() local
5093 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE2 + HAP_INCLUDE_SO8_FEATURE2); HWTEST_F() local
5128 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
5162 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
5196 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
5230 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
5264 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
5298 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
5332 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
5366 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
5399 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
5427 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
5455 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
5483 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
5511 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
5539 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
5567 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
5595 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
5624 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
5655 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
5686 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6_FEATURE1); HWTEST_F() local
5717 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6_FEATURE1); HWTEST_F() local
5750 auto res = InstallBundle(HAP_INCLUDE_SO_PATH7); HWTEST_F() local
5781 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6_FEATURE1); HWTEST_F() local
5814 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5_FEATURE2); HWTEST_F() local
5847 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE2); HWTEST_F() local
5880 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE2); HWTEST_F() local
5911 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE2); HWTEST_F() local
5945 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
5979 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
6012 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
6045 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
6078 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
6111 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
6144 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
6177 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
6210 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
6243 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
6278 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6 + HAP_INCLUDE_SO6); HWTEST_F() local
6311 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6 + HAP_INCLUDE_SO6); HWTEST_F() local
6344 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6 + HAP_INCLUDE_SO6); HWTEST_F() local
6377 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE2 + HAP_INCLUDE_SO8_FEATURE2); HWTEST_F() local
6410 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE1 + HAP_SECTION_INCLUDE_SO_FEATURE1); HWTEST_F() local
6445 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE1 + HAP_SECTION_INCLUDE_SO_FEATURE1); HWTEST_F() local
6480 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5 + HAP_INCLUDE_SO5); HWTEST_F() local
6520 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6_FEATURE1 + HAP_INCLUDE_SO6_FEATURE1); HWTEST_F() local
6560 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5_FEATURE3 + HAP_INCLUDE_SO5_FEATURE3); HWTEST_F() local
6598 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6_FEATURE1 + HAP_INCLUDE_SO6_FEATURE1); HWTEST_F() local
6636 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5_FEATURE3 + HAP_INCLUDE_SO5_FEATURE3); HWTEST_F() local
6674 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6_FEATURE1 + HAP_INCLUDE_SO6_FEATURE1); HWTEST_F() local
6713 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE2 + HAP_INCLUDE_SO8_FEATURE2); HWTEST_F() local
6751 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE2 + HAP_INCLUDE_SO8_FEATURE2); HWTEST_F() local
6788 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE2 + HAP_INCLUDE_SO8_FEATURE2); HWTEST_F() local
6825 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE1 + HAP_SECTION_INCLUDE_SO_FEATURE1); HWTEST_F() local
6865 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE4 + HAP_SECTION_INCLUDE_SO_FEATURE4); HWTEST_F() local
6904 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE1 + HAP_SECTION_INCLUDE_SO_FEATURE1); HWTEST_F() local
6942 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6_FEATURE1); HWTEST_F() local
6976 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6_FEATURE1); HWTEST_F() local
7010 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6); HWTEST_F() local
7044 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6); HWTEST_F() local
7078 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE1); HWTEST_F() local
7112 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE1); HWTEST_F() local
7146 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
7185 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6_FEATURE1); HWTEST_F() local
7222 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
7259 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6_FEATURE1); HWTEST_F() local
7296 auto res = InstallBundle(HAP_INCLUDE_SO_PATH5); HWTEST_F() local
7335 auto res = InstallBundle(HAP_INCLUDE_SO_PATH6_FEATURE1); HWTEST_F() local
7374 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE2); HWTEST_F() local
7411 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8); HWTEST_F() local
7448 auto res = InstallBundle(HAP_INCLUDE_SO_PATH8_FEATURE2); HWTEST_F() local
7485 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE1); HWTEST_F() local
7524 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE4); HWTEST_F() local
7561 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE1 + HAP_SECTION_INCLUDE_SO_FEATURE1); HWTEST_F() local
7601 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE4 + HAP_SECTION_INCLUDE_SO_FEATURE4); HWTEST_F() local
7641 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE1 + HAP_SECTION_INCLUDE_SO_FEATURE1); HWTEST_F() local
7679 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE4 + HAP_SECTION_INCLUDE_SO_FEATURE4); HWTEST_F() local
7719 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE1); HWTEST_F() local
7758 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE4); HWTEST_F() local
7797 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE1); HWTEST_F() local
7834 auto res = InstallBundle(HAP_SECTION_INCLUDE_SO_PATH_FEATURE4); HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Drestrack.c28 dev->res = kcalloc(RDMA_RESTRACK_MAX, sizeof(*rt), GFP_KERNEL); in rdma_restrack_init()
29 if (!dev->res) in rdma_restrack_init()
32 rt = dev->res; in rdma_restrack_init()
61 struct rdma_restrack_root *rt = dev->res; in rdma_restrack_clean()
69 struct xarray *xa = &dev->res[i].xa; in rdma_restrack_clean()
113 struct rdma_restrack_root *rt = &dev->res[type]; in rdma_restrack_count()
126 static struct ib_device *res_to_dev(struct rdma_restrack_entry *res) in res_to_dev() argument
128 switch (res->type) { in res_to_dev()
130 return container_of(res, struct ib_pd, res) in res_to_dev()
156 rdma_restrack_attach_task(struct rdma_restrack_entry *res, struct task_struct *task) rdma_restrack_attach_task() argument
174 rdma_restrack_set_name(struct rdma_restrack_entry *res, const char *caller) rdma_restrack_set_name() argument
207 rdma_restrack_new(struct rdma_restrack_entry *res, enum rdma_restrack_type type) rdma_restrack_new() argument
220 rdma_restrack_add(struct rdma_restrack_entry *res) rdma_restrack_add() argument
255 rdma_restrack_get(struct rdma_restrack_entry *res) rdma_restrack_get() argument
274 struct rdma_restrack_entry *res; rdma_restrack_get_byid() local
288 struct rdma_restrack_entry *res; restrack_release() local
298 rdma_restrack_put(struct rdma_restrack_entry *res) rdma_restrack_put() argument
308 rdma_restrack_del(struct rdma_restrack_entry *res) rdma_restrack_del() argument
[all...]
/third_party/libfuse/test/
H A Dtest_syscalls.c141 int res = stat(path, &stbuf); in check_size() local
142 if (res == -1) { in check_size()
167 int res = lstat(path, &stbuf); in check_type() local
168 if (res == -1) { in check_type()
188 int res = lstat(path, &stbuf); in check_mode() local
189 if (res == -1) { in check_mode()
207 int res = lstat(path, &stbuf); in check_times() local
208 if (res == -1) { in check_times()
231 int res = fstat(fd, &stbuf);
232 if (res
264 int res = lstat(path, &stbuf); check_nlink() local
275 int res = fstat(fd, &stbuf); fcheck_stat() local
300 int res = lstat(path, &stbuf); check_nonexist() local
325 int res; check_data() local
368 int res; fcheck_data() local
396 int res; check_dir_contents() local
465 int res; create_file() local
517 int res; create_path_fd() local
535 int res, fd; create_testfile() local
569 int res, err = 0; check_unlinked_testfiles() local
604 int res; cleanup_dir() local
621 int res; create_dir() local
659 int res; test_truncate() local
707 int res; test_ftruncate() local
774 int res; test_seekdir() local
834 int res; test_copy_file_range() local
929 int res; test_utime() local
965 int res; test_create() local
1018 int res; test_create_unlink() local
1072 int res; test_mknod() local
1112 int res; do_test_open() local
1268 int res; do_test_open_acc() local
1326 int res; test_symlink() local
1388 int res; test_link() local
1438 int res; test_link2() local
1497 int res; test_rename_file() local
1538 int res; test_rename_dir() local
1587 int res; test_rename_dir_loop() local
1798 int res; test_mkfifo() local
1831 int res; test_mkdir() local
1869 int res; test_socket() local
1922 int res; do_test_create_ro_dir() local
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/dlm/
H A Ddlmthread.c42 /* will exit holding res->spinlock, but may drop in function */
43 /* waits until flags are cleared on res->state */
44 void __dlm_wait_on_lockres_flags(struct dlm_lock_resource *res, int flags) in __dlm_wait_on_lockres_flags() argument
48 assert_spin_locked(&res->spinlock); in __dlm_wait_on_lockres_flags()
50 add_wait_queue(&res->wq, &wait); in __dlm_wait_on_lockres_flags()
53 if (res->state & flags) { in __dlm_wait_on_lockres_flags()
54 spin_unlock(&res->spinlock); in __dlm_wait_on_lockres_flags()
56 spin_lock(&res->spinlock); in __dlm_wait_on_lockres_flags()
59 remove_wait_queue(&res->wq, &wait); in __dlm_wait_on_lockres_flags()
63 int __dlm_lockres_has_locks(struct dlm_lock_resource *res) in __dlm_lockres_has_locks() argument
76 __dlm_lockres_unused(struct dlm_lock_resource *res) __dlm_lockres_unused() argument
108 __dlm_lockres_calc_usage(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) __dlm_lockres_calc_usage() argument
134 dlm_lockres_calc_usage(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) dlm_lockres_calc_usage() argument
152 __dlm_do_purge_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) __dlm_do_purge_lockres() argument
192 dlm_purge_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) dlm_purge_lockres() argument
342 dlm_shuffle_lists(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) dlm_shuffle_lists() argument
499 dlm_kick_thread(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) dlm_kick_thread() argument
511 __dlm_dirty_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) __dlm_dirty_lockres() argument
575 struct dlm_lock_resource *res; dlm_flush_asts() local
684 struct dlm_lock_resource *res; dlm_thread() local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/dlm/
H A Ddlmthread.c40 /* will exit holding res->spinlock, but may drop in function */
41 /* waits until flags are cleared on res->state */
42 void __dlm_wait_on_lockres_flags(struct dlm_lock_resource *res, int flags) in __dlm_wait_on_lockres_flags() argument
46 assert_spin_locked(&res->spinlock); in __dlm_wait_on_lockres_flags()
48 add_wait_queue(&res->wq, &wait); in __dlm_wait_on_lockres_flags()
51 if (res->state & flags) { in __dlm_wait_on_lockres_flags()
52 spin_unlock(&res->spinlock); in __dlm_wait_on_lockres_flags()
54 spin_lock(&res->spinlock); in __dlm_wait_on_lockres_flags()
57 remove_wait_queue(&res->wq, &wait); in __dlm_wait_on_lockres_flags()
61 int __dlm_lockres_has_locks(struct dlm_lock_resource *res) in __dlm_lockres_has_locks() argument
74 __dlm_lockres_unused(struct dlm_lock_resource *res) __dlm_lockres_unused() argument
106 __dlm_lockres_calc_usage(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) __dlm_lockres_calc_usage() argument
132 dlm_lockres_calc_usage(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) dlm_lockres_calc_usage() argument
150 __dlm_do_purge_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) __dlm_do_purge_lockres() argument
190 dlm_purge_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) dlm_purge_lockres() argument
340 dlm_shuffle_lists(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) dlm_shuffle_lists() argument
497 dlm_kick_thread(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) dlm_kick_thread() argument
509 __dlm_dirty_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) __dlm_dirty_lockres() argument
573 struct dlm_lock_resource *res; dlm_flush_asts() local
682 struct dlm_lock_resource *res; dlm_thread() local
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stub_test.cpp83 auto res = session_->OnRemoteRequest(code, data, reply, option); in HWTEST_F() local
84 ASSERT_EQ(ERR_NONE, res); in HWTEST_F()
86 res = session_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
87 ASSERT_EQ(ERR_NONE, res); in HWTEST_F()
102 auto res = session_->ProcessRemoteRequest( in HWTEST_F() local
104 ASSERT_EQ(ERR_NONE, res); in HWTEST_F()
109 res = session_->ProcessRemoteRequest( in HWTEST_F()
111 ASSERT_EQ(ERR_NONE, res); in HWTEST_F()
115 res = session_->ProcessRemoteRequest( in HWTEST_F()
117 ASSERT_EQ(ERR_NONE, res); in HWTEST_F()
160 auto res = session_->ProcessRemoteRequest( HWTEST_F() local
220 auto res = session_->ProcessRemoteRequest( HWTEST_F() local
267 auto res = session_->ProcessRemoteRequest( HWTEST_F() local
315 auto res = session_->ProcessRemoteRequest( HWTEST_F() local
364 auto res = session_->ProcessRemoteRequest( HWTEST_F() local
400 auto res = session_->HandleRaiseAboveTarget(data, reply); HWTEST_F() local
443 auto res = session_->HandleSetGlobalMaximizeMode(data, reply); HWTEST_F() local
461 auto res = session_->HandleTriggerBindModalUIExtension(data, reply); HWTEST_F() local
477 auto res = session_->HandleTransferAccessibilityEvent(data, reply); HWTEST_F() local
493 auto res = session_->HandleNotifyPiPWindowPrepareClose(data, reply); HWTEST_F() local
565 auto res = session_->HandleUpdatePiPControlStatus(data, reply); HWTEST_F() local
615 auto res = session_->HandleProcessPointDownSession(data, reply); HWTEST_F() local
631 auto res = session_->HandleSendPointerEvenForMoveDrag(data, reply); HWTEST_F() local
647 auto res = session_->HandleUpdateRectChangeListenerRegistered(data, reply); HWTEST_F() local
662 auto res = session_->HandleNotifySyncOn(data, reply); HWTEST_F() local
677 auto res = session_->HandleNotifyAsyncOn(data, reply); HWTEST_F() local
692 auto res = session_->HandleNotifyExtensionTimeout(data, reply); HWTEST_F() local
707 auto res = session_->HandleGetAppForceLandscapeConfig(data, reply); HWTEST_F() local
728 auto res = session_->HandleUpdateSessionRect(data, reply); HWTEST_F() local
743 auto res = session_->HandleSetDialogSessionBackGestureEnabled(data, reply); HWTEST_F() local
759 auto res = session_->HandleUpdatePropertyByAction(data, reply); HWTEST_F() local
775 auto res = session_->HandleUpdatePropertyByAction(data, reply); HWTEST_F() local
791 auto res = session_->HandleRequestFocus(data, reply); HWTEST_F() local
805 auto res = session_->HandleUpdateClientRect(data, reply); HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Dispresizer.c110 * @res : pointer to resizer private structure
117 __resizer_get_format(struct isp_res_device *res, struct v4l2_subdev_pad_config *cfg, in __resizer_get_format() argument
121 return v4l2_subdev_get_try_format(&res->subdev, cfg, pad); in __resizer_get_format()
123 return &res->formats[pad]; in __resizer_get_format()
128 * @res : pointer to resizer private structure
133 __resizer_get_crop(struct isp_res_device *res, struct v4l2_subdev_pad_config *cfg, in __resizer_get_crop() argument
137 return v4l2_subdev_get_try_crop(&res->subdev, cfg, RESZ_PAD_SINK); in __resizer_get_crop()
139 return &res->crop.request; in __resizer_get_crop()
144 * @res: Device context.
149 static void resizer_set_filters(struct isp_res_device *res, cons argument
180 resizer_set_bilinear(struct isp_res_device *res, enum resizer_chroma_algo type) resizer_set_bilinear() argument
198 resizer_set_ycpos(struct isp_res_device *res, u32 pixelcode) resizer_set_ycpos() argument
224 resizer_set_phase(struct isp_res_device *res, u32 h_phase, u32 v_phase) resizer_set_phase() argument
260 resizer_set_luma(struct isp_res_device *res, struct resizer_luma_yenh *luma) resizer_set_luma() argument
286 resizer_set_source(struct isp_res_device *res, enum resizer_input_entity source) resizer_set_source() argument
306 resizer_set_ratio(struct isp_res_device *res, const struct resizer_ratio *ratio) resizer_set_ratio() argument
350 resizer_set_output_size(struct isp_res_device *res, u32 width, u32 height) resizer_set_output_size() argument
372 resizer_set_output_offset(struct isp_res_device *res, u32 offset) resizer_set_output_offset() argument
394 resizer_set_start(struct isp_res_device *res, u32 left, u32 top) resizer_set_start() argument
413 resizer_set_input_size(struct isp_res_device *res, u32 width, u32 height) resizer_set_input_size() argument
436 resizer_set_input_offset(struct isp_res_device *res, u32 offset) resizer_set_input_offset() argument
448 resizer_set_intype(struct isp_res_device *res, enum resizer_colors_type type) resizer_set_intype() argument
467 __resizer_set_inaddr(struct isp_res_device *res, u32 addr) __resizer_set_inaddr() argument
497 omap3isp_resizer_max_rate(struct isp_res_device *res, unsigned int *max_rate) omap3isp_resizer_max_rate() argument
539 resizer_adjust_bandwidth(struct isp_res_device *res) resizer_adjust_bandwidth() argument
607 omap3isp_resizer_busy(struct isp_res_device *res) omap3isp_resizer_busy() argument
619 resizer_set_inaddr(struct isp_res_device *res, u32 addr) resizer_set_inaddr() argument
636 resizer_set_outaddr(struct isp_res_device *res, u32 addr) resizer_set_outaddr() argument
655 resizer_print_status(struct isp_res_device *res) resizer_print_status() argument
777 resizer_calc_ratios(struct isp_res_device *res, struct v4l2_rect *input, struct v4l2_mbus_framefmt *output, struct resizer_ratio *ratio) resizer_calc_ratios() argument
908 resizer_set_crop_params(struct isp_res_device *res, const struct v4l2_mbus_framefmt *input, const struct v4l2_mbus_framefmt *output) resizer_set_crop_params() argument
956 resizer_configure(struct isp_res_device *res) resizer_configure() argument
989 resizer_enable_oneshot(struct isp_res_device *res) resizer_enable_oneshot() argument
997 omap3isp_resizer_isr_frame_sync(struct isp_res_device *res) omap3isp_resizer_isr_frame_sync() argument
1012 resizer_isr_buffer(struct isp_res_device *res) resizer_isr_buffer() argument
1058 omap3isp_resizer_isr(struct isp_res_device *res) omap3isp_resizer_isr() argument
1089 struct isp_res_device *res = &video->isp->isp_res; resizer_video_queue() local
1132 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_set_stream() local
1226 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_get_selection() local
1279 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_set_selection() local
1351 resizer_max_in_width(struct isp_res_device *res) resizer_max_in_width() argument
1373 resizer_try_format(struct isp_res_device *res, struct v4l2_subdev_pad_config *cfg, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) resizer_try_format() argument
1418 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_enum_mbus_code() local
1442 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_enum_frame_size() local
1478 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_get_format() local
1499 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_set_format() local
1544 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_link_validate() local
1622 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_link_setup() local
1671 omap3isp_resizer_unregister_entities(struct isp_res_device *res) omap3isp_resizer_unregister_entities() argument
1678 omap3isp_resizer_register_entities(struct isp_res_device *res, struct v4l2_device *vdev) omap3isp_resizer_register_entities() argument
1713 resizer_init_entities(struct isp_res_device *res) resizer_init_entities() argument
1777 struct isp_res_device *res = &isp->isp_res; omap3isp_resizer_init() local
1788 struct isp_res_device *res = &isp->isp_res; omap3isp_resizer_cleanup() local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Dispresizer.c110 * @res : pointer to resizer private structure
117 __resizer_get_format(struct isp_res_device *res, in __resizer_get_format() argument
122 return v4l2_subdev_get_try_format(&res->subdev, sd_state, pad); in __resizer_get_format()
124 return &res->formats[pad]; in __resizer_get_format()
129 * @res : pointer to resizer private structure
134 __resizer_get_crop(struct isp_res_device *res, in __resizer_get_crop() argument
139 return v4l2_subdev_get_try_crop(&res->subdev, sd_state, in __resizer_get_crop()
142 return &res->crop.request; in __resizer_get_crop()
147 * @res: Device context.
152 static void resizer_set_filters(struct isp_res_device *res, cons argument
183 resizer_set_bilinear(struct isp_res_device *res, enum resizer_chroma_algo type) resizer_set_bilinear() argument
201 resizer_set_ycpos(struct isp_res_device *res, u32 pixelcode) resizer_set_ycpos() argument
227 resizer_set_phase(struct isp_res_device *res, u32 h_phase, u32 v_phase) resizer_set_phase() argument
263 resizer_set_luma(struct isp_res_device *res, struct resizer_luma_yenh *luma) resizer_set_luma() argument
289 resizer_set_source(struct isp_res_device *res, enum resizer_input_entity source) resizer_set_source() argument
309 resizer_set_ratio(struct isp_res_device *res, const struct resizer_ratio *ratio) resizer_set_ratio() argument
353 resizer_set_output_size(struct isp_res_device *res, u32 width, u32 height) resizer_set_output_size() argument
375 resizer_set_output_offset(struct isp_res_device *res, u32 offset) resizer_set_output_offset() argument
397 resizer_set_start(struct isp_res_device *res, u32 left, u32 top) resizer_set_start() argument
416 resizer_set_input_size(struct isp_res_device *res, u32 width, u32 height) resizer_set_input_size() argument
439 resizer_set_input_offset(struct isp_res_device *res, u32 offset) resizer_set_input_offset() argument
451 resizer_set_intype(struct isp_res_device *res, enum resizer_colors_type type) resizer_set_intype() argument
470 __resizer_set_inaddr(struct isp_res_device *res, u32 addr) __resizer_set_inaddr() argument
500 omap3isp_resizer_max_rate(struct isp_res_device *res, unsigned int *max_rate) omap3isp_resizer_max_rate() argument
542 resizer_adjust_bandwidth(struct isp_res_device *res) resizer_adjust_bandwidth() argument
610 omap3isp_resizer_busy(struct isp_res_device *res) omap3isp_resizer_busy() argument
622 resizer_set_inaddr(struct isp_res_device *res, u32 addr) resizer_set_inaddr() argument
639 resizer_set_outaddr(struct isp_res_device *res, u32 addr) resizer_set_outaddr() argument
658 resizer_print_status(struct isp_res_device *res) resizer_print_status() argument
780 resizer_calc_ratios(struct isp_res_device *res, struct v4l2_rect *input, struct v4l2_mbus_framefmt *output, struct resizer_ratio *ratio) resizer_calc_ratios() argument
911 resizer_set_crop_params(struct isp_res_device *res, const struct v4l2_mbus_framefmt *input, const struct v4l2_mbus_framefmt *output) resizer_set_crop_params() argument
959 resizer_configure(struct isp_res_device *res) resizer_configure() argument
992 resizer_enable_oneshot(struct isp_res_device *res) resizer_enable_oneshot() argument
1000 omap3isp_resizer_isr_frame_sync(struct isp_res_device *res) omap3isp_resizer_isr_frame_sync() argument
1015 resizer_isr_buffer(struct isp_res_device *res) resizer_isr_buffer() argument
1061 omap3isp_resizer_isr(struct isp_res_device *res) omap3isp_resizer_isr() argument
1092 struct isp_res_device *res = &video->isp->isp_res; resizer_video_queue() local
1135 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_set_stream() local
1229 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_get_selection() local
1282 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_set_selection() local
1355 resizer_max_in_width(struct isp_res_device *res) resizer_max_in_width() argument
1377 resizer_try_format(struct isp_res_device *res, struct v4l2_subdev_state *sd_state, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) resizer_try_format() argument
1424 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_enum_mbus_code() local
1448 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_enum_frame_size() local
1485 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_get_format() local
1507 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_set_format() local
1552 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_link_validate() local
1630 struct isp_res_device *res = v4l2_get_subdevdata(sd); resizer_link_setup() local
1679 omap3isp_resizer_unregister_entities(struct isp_res_device *res) omap3isp_resizer_unregister_entities() argument
1686 omap3isp_resizer_register_entities(struct isp_res_device *res, struct v4l2_device *vdev) omap3isp_resizer_register_entities() argument
1721 resizer_init_entities(struct isp_res_device *res) resizer_init_entities() argument
1785 struct isp_res_device *res = &isp->isp_res; omap3isp_resizer_init() local
1796 struct isp_res_device *res = &isp->isp_res; omap3isp_resizer_cleanup() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dkstrtox.h9 int __must_check _kstrtoul(const char *s, unsigned int base, unsigned long *res);
10 int __must_check _kstrtol(const char *s, unsigned int base, long *res);
12 int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res);
13 int __must_check kstrtoll(const char *s, unsigned int base, long long *res);
25 * @res: Where to write the result of the conversion on success.
30 static inline int __must_check kstrtoul(const char *s, unsigned int base, unsigned long *res) in kstrtoul() argument
38 return kstrtoull(s, base, (unsigned long long *)res); in kstrtoul()
40 return _kstrtoul(s, base, res); in kstrtoul()
53 * @res: Where to write the result of the conversion on success.
58 static inline int __must_check kstrtol(const char *s, unsigned int base, long *res) in kstrtol() argument
74 kstrtou64(const char *s, unsigned int base, u64 *res) kstrtou64() argument
79 kstrtos64(const char *s, unsigned int base, s64 *res) kstrtos64() argument
84 kstrtou32(const char *s, unsigned int base, u32 *res) kstrtou32() argument
89 kstrtos32(const char *s, unsigned int base, s32 *res) kstrtos32() argument
112 kstrtou64_from_user(const char __user *s, size_t count, unsigned int base, u64 *res) kstrtou64_from_user() argument
117 kstrtos64_from_user(const char __user *s, size_t count, unsigned int base, s64 *res) kstrtos64_from_user() argument
122 kstrtou32_from_user(const char __user *s, size_t count, unsigned int base, u32 *res) kstrtou32_from_user() argument
127 kstrtos32_from_user(const char __user *s, size_t count, unsigned int base, s32 *res) kstrtos32_from_user() argument
150 strtobool(const char *s, bool *res) strtobool() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dkstrtox.h9 int __must_check _kstrtoul(const char *s, unsigned int base, unsigned long *res);
10 int __must_check _kstrtol(const char *s, unsigned int base, long *res);
12 int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res);
13 int __must_check kstrtoll(const char *s, unsigned int base, long long *res);
25 * @res: Where to write the result of the conversion on success.
30 static inline int __must_check kstrtoul(const char *s, unsigned int base, unsigned long *res) in kstrtoul() argument
38 return kstrtoull(s, base, (unsigned long long *)res); in kstrtoul()
40 return _kstrtoul(s, base, res); in kstrtoul()
53 * @res: Where to write the result of the conversion on success.
58 static inline int __must_check kstrtol(const char *s, unsigned int base, long *res) in kstrtol() argument
74 kstrtou64(const char *s, unsigned int base, u64 *res) kstrtou64() argument
79 kstrtos64(const char *s, unsigned int base, s64 *res) kstrtos64() argument
84 kstrtou32(const char *s, unsigned int base, u32 *res) kstrtou32() argument
89 kstrtos32(const char *s, unsigned int base, s32 *res) kstrtos32() argument
112 kstrtou64_from_user(const char __user *s, size_t count, unsigned int base, u64 *res) kstrtou64_from_user() argument
117 kstrtos64_from_user(const char __user *s, size_t count, unsigned int base, s64 *res) kstrtos64_from_user() argument
122 kstrtou32_from_user(const char __user *s, size_t count, unsigned int base, u32 *res) kstrtou32_from_user() argument
127 kstrtos32_from_user(const char __user *s, size_t count, unsigned int base, s32 *res) kstrtos32_from_user() argument
150 strtobool(const char *s, bool *res) strtobool() argument
[all...]
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H A Dpcie-qcom.c188 union qcom_pcie_resources res; member
236 struct qcom_pcie_resources_2_1_0 *res = &pcie->res.v2_1_0; in qcom_pcie_get_resources_2_1_0() local
241 res->supplies[0].supply = "vdda"; in qcom_pcie_get_resources_2_1_0()
242 res->supplies[1].supply = "vdda_phy"; in qcom_pcie_get_resources_2_1_0()
243 res->supplies[2].supply = "vdda_refclk"; in qcom_pcie_get_resources_2_1_0()
244 ret = devm_regulator_bulk_get(dev, ARRAY_SIZE(res->supplies), in qcom_pcie_get_resources_2_1_0()
245 res->supplies); in qcom_pcie_get_resources_2_1_0()
249 res->clks[0].id = "iface"; in qcom_pcie_get_resources_2_1_0()
250 res in qcom_pcie_get_resources_2_1_0()
291 struct qcom_pcie_resources_2_1_0 *res = &pcie->res.v2_1_0; qcom_pcie_deinit_2_1_0() local
308 struct qcom_pcie_resources_2_1_0 *res = &pcie->res.v2_1_0; qcom_pcie_init_2_1_0() local
433 struct qcom_pcie_resources_1_0_0 *res = &pcie->res.v1_0_0; qcom_pcie_get_resources_1_0_0() local
463 struct qcom_pcie_resources_1_0_0 *res = &pcie->res.v1_0_0; qcom_pcie_deinit_1_0_0() local
475 struct qcom_pcie_resources_1_0_0 *res = &pcie->res.v1_0_0; qcom_pcie_init_1_0_0() local
553 struct qcom_pcie_resources_2_3_2 *res = &pcie->res.v2_3_2; qcom_pcie_get_resources_2_3_2() local
587 struct qcom_pcie_resources_2_3_2 *res = &pcie->res.v2_3_2; qcom_pcie_deinit_2_3_2() local
599 struct qcom_pcie_resources_2_3_2 *res = &pcie->res.v2_3_2; qcom_pcie_post_deinit_2_3_2() local
606 struct qcom_pcie_resources_2_3_2 *res = &pcie->res.v2_3_2; qcom_pcie_init_2_3_2() local
680 struct qcom_pcie_resources_2_3_2 *res = &pcie->res.v2_3_2; qcom_pcie_post_init_2_3_2() local
696 struct qcom_pcie_resources_2_4_0 *res = &pcie->res.v2_4_0; qcom_pcie_get_resources_2_4_0() local
779 struct qcom_pcie_resources_2_4_0 *res = &pcie->res.v2_4_0; qcom_pcie_deinit_2_4_0() local
795 struct qcom_pcie_resources_2_4_0 *res = &pcie->res.v2_4_0; qcom_pcie_init_2_4_0() local
969 struct qcom_pcie_resources_2_3_3 *res = &pcie->res.v2_3_3; qcom_pcie_get_resources_2_3_3() local
1008 struct qcom_pcie_resources_2_3_3 *res = &pcie->res.v2_3_3; qcom_pcie_deinit_2_3_3() local
1019 struct qcom_pcie_resources_2_3_3 *res = &pcie->res.v2_3_3; qcom_pcie_init_2_3_3() local
1130 struct qcom_pcie_resources_2_7_0 *res = &pcie->res.v2_7_0; qcom_pcie_get_resources_2_7_0() local
1163 struct qcom_pcie_resources_2_7_0 *res = &pcie->res.v2_7_0; qcom_pcie_init_2_7_0() local
1228 struct qcom_pcie_resources_2_7_0 *res = &pcie->res.v2_7_0; qcom_pcie_deinit_2_7_0() local
1236 struct qcom_pcie_resources_2_7_0 *res = &pcie->res.v2_7_0; qcom_pcie_post_init_2_7_0() local
1243 struct qcom_pcie_resources_2_7_0 *res = &pcie->res.v2_7_0; qcom_pcie_post_deinit_2_7_0() local
1363 struct resource *res; qcom_pcie_probe() local
[all...]
/third_party/libfuse/example/
H A Dpassthrough_fh.c74 int res; in xmp_getattr() local
79 res = fstat(fi->fh, stbuf); in xmp_getattr()
81 res = lstat(path, stbuf); in xmp_getattr()
82 if (res == -1) in xmp_getattr()
90 int res; in xmp_access() local
92 res = access(path, mask); in xmp_access()
93 if (res == -1) in xmp_access()
101 int res; in xmp_readlink() local
103 res = readlink(path, buf, size - 1); in xmp_readlink()
104 if (res in xmp_readlink()
119 int res; xmp_opendir() local
172 int res; xmp_readdir() local
214 int res; xmp_mknod() local
228 int res; xmp_mkdir() local
239 int res; xmp_unlink() local
250 int res; xmp_rmdir() local
261 int res; xmp_symlink() local
272 int res; xmp_rename() local
287 int res; xmp_link() local
299 int res; xmp_chmod() local
314 int res; xmp_chown() local
329 int res; xmp_truncate() local
346 int res; xmp_utimens() local
387 int res; xmp_read() local
422 int res; xmp_write() local
448 int res; xmp_statfs() local
459 int res; xmp_flush() local
485 int res; xmp_fsync() local
520 int res = lsetxattr(path, name, value, size, flags); xmp_setxattr() local
529 int res = lgetxattr(path, name, value, size); xmp_getxattr() local
537 int res = llistxattr(path, list, size); xmp_listxattr() local
545 int res = lremovexattr(path, name); xmp_removexattr() local
565 int res; xmp_flock() local
582 ssize_t res; xmp_copy_file_range() local
597 off_t res; xmp_lseek() local
[all...]
/third_party/curl/tests/libtest/
H A Dlib643.c62 CURLcode res = CURLE_OK; in once() local
102 res = curl_mime_name(part, "sendfile"); in once()
103 if(!res) in once()
104 res = curl_mime_data_cb(part, datasize, read_callback, in once()
106 if(!res) in once()
107 res = curl_mime_filename(part, "postit2.c"); in once()
111 res = curl_mime_name(part, "sendfile alternative"); in once()
112 if(!res) in once()
113 res = curl_mime_data_cb(part, datasize, read_callback, in once()
115 if(!res) in once()
252 int res; test() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/
H A Dbms_bundle_mgr_proxy_test.cpp124 auto res = bundleMgrProxy.GetApplicationInfo(appName, flag, userId, appInfo); in HWTEST_F() local
125 EXPECT_FALSE(res); in HWTEST_F()
127 res = bundleMgrProxy.GetApplicationInfo(appName, flag, userId, appInfo); in HWTEST_F()
128 EXPECT_FALSE(res); in HWTEST_F()
146 auto res = bundleMgrProxy.GetApplicationInfo(appName, flags, userId, appInfo); in HWTEST_F() local
147 EXPECT_FALSE(res); in HWTEST_F()
149 res = bundleMgrProxy.GetApplicationInfo(appName, flags, userId, appInfo); in HWTEST_F()
150 EXPECT_FALSE(res); in HWTEST_F()
168 auto res = bundleMgrProxy.GetApplicationInfoV9(appName, flags, userId, appInfo); in HWTEST_F() local
169 EXPECT_EQ(res, ERR_BUNDLE_MANAGER_BUNDLE_NOT_EXIS in HWTEST_F()
188 auto res = bundleMgrProxy.GetApplicationInfos(flag, userId, appInfos); HWTEST_F() local
205 auto res = bundleMgrProxy.GetApplicationInfos(flags, userId, appInfos); HWTEST_F() local
222 auto res = bundleMgrProxy.GetApplicationInfosV9(flags, userId, appInfos); HWTEST_F() local
241 auto res = bundleMgrProxy.BatchGetBundleInfo(wants, flags, bundleInfos, userId); HWTEST_F() local
266 auto res = bundleMgrProxy.BatchGetBundleInfo(bundleNames, flags, bundleInfos, userId); HWTEST_F() local
288 auto res = bundleMgrProxy.GetBundlePackInfo(bundleName, flag, bundlePackInfo, userId); HWTEST_F() local
310 auto res = bundleMgrProxy.GetBundlePackInfo(bundleName, flags, bundlePackInfo, userId); HWTEST_F() local
330 auto res = bundleMgrProxy.GetBundleInfos(flag, bundleInfos, userId); HWTEST_F() local
347 auto res = bundleMgrProxy.GetBundleInfos(flag, bundleInfos, userId); HWTEST_F() local
364 auto res = bundleMgrProxy.GetBundleInfosV9(flag, bundleInfos, userId); HWTEST_F() local
380 auto res = bundleMgrProxy.GetUidByBundleName(bundleName, userId); HWTEST_F() local
400 auto res = bundleMgrProxy.GetUidByBundleName(bundleName, userId, appIndex); HWTEST_F() local
419 auto res = bundleMgrProxy.GetUidByDebugBundleName(bundleName, userId); HWTEST_F() local
438 auto res = bundleMgrProxy.GetAppIdByBundleName(bundleName, userId); HWTEST_F() local
457 auto res = bundleMgrProxy.GetBundleNameForUid(uid, bundleName); HWTEST_F() local
473 auto res = bundleMgrProxy.GetBundleNameForUid(uid, bundleName); HWTEST_F() local
489 auto res = bundleMgrProxy.GetNameForUid(uid, name); HWTEST_F() local
506 auto res = bundleMgrProxy.GetNameAndIndexForUid(uid, bundleName, appIndex); HWTEST_F() local
522 auto res = bundleMgrProxy.GetBundleGids(bundleName, gids); HWTEST_F() local
539 auto res = bundleMgrProxy.GetBundleGidsByUid(bundleName, uid, gids); HWTEST_F() local
554 auto res = bundleMgrProxy.GetAppType(bundleName); HWTEST_F() local
572 auto res = bundleMgrProxy.CheckIsSystemAppByUid(uid); HWTEST_F() local
589 auto res = bundleMgrProxy.GetBundleInfosByMetaData(metaData, bundleInfos); HWTEST_F() local
608 auto res = bundleMgrProxy.QueryAbilityInfo(want, abilityInfo); HWTEST_F() local
627 auto res = bundleMgrProxy.QueryAbilityInfo(want, flag, userId, abilityInfo, callBack); HWTEST_F() local
650 auto res = bundleMgrProxy.SilentInstall(want, userId, callBack); HWTEST_F() local
674 auto res = bundleMgrProxy.QueryAbilityInfo(want, flags, userId, abilityInfo); HWTEST_F() local
690 auto res = bundleMgrProxy.QueryAbilityInfos(want, abilityInfos); HWTEST_F() local
708 auto res = bundleMgrProxy.QueryAbilityInfos(want, flags, userId, abilityInfos); HWTEST_F() local
726 auto res = bundleMgrProxy.QueryAbilityInfosV9(want, flags, userId, abilityInfos); HWTEST_F() local
744 auto res = bundleMgrProxy.BatchQueryAbilityInfos(wants, flags, userId, abilityInfos); HWTEST_F() local
761 auto res = bundleMgrProxy.QueryLauncherAbilityInfos(want, userId, abilityInfos); HWTEST_F() local
778 auto res = bundleMgrProxy.QueryAllAbilityInfos(want, userId, abilityInfos); HWTEST_F() local
794 auto res = bundleMgrProxy.QueryAbilityInfoByUri(abilityUri, abilityInfos); HWTEST_F() local
810 auto res = bundleMgrProxy.QueryAbilityInfosByUri(abilityUri, abilityInfos); HWTEST_F() local
827 auto res = bundleMgrProxy.QueryAbilityInfoByUri(abilityUri, userId, abilityInfos); HWTEST_F() local
842 auto res = bundleMgrProxy.QueryKeepAliveBundleInfos(bundleInfos); HWTEST_F() local
858 auto res = bundleMgrProxy.GetAbilityLabel(bundleName, abilityName); HWTEST_F() local
879 auto res = bundleMgrProxy.GetAbilityLabel(bundleName, moduleName, abilityName, label); HWTEST_F() local
899 auto res = bundleMgrProxy.GetLaunchWantForBundle(bundleName, want, userId); HWTEST_F() local
918 auto res = bundleMgrProxy.GetPermissionDef(permissionName, permissionDef); HWTEST_F() local
933 auto res = bundleMgrProxy.CleanBundleCacheFilesAutomatic(cacheSize); HWTEST_F() local
954 auto res = bundleMgrProxy.CleanBundleCacheFiles(bundleName, cleanCacheCallback, userId, appIndex); HWTEST_F() local
977 auto res = bundleMgrProxy.CleanBundleDataFiles(bundleName, userId, appIndex); HWTEST_F() local
995 auto res = bundleMgrProxy.RegisterBundleStatusCallback(bundleStatusCallback); HWTEST_F() local
1015 auto res = bundleMgrProxy.RegisterBundleEventCallback(bundleEventCallback); HWTEST_F() local
1033 ErrCode res = bundleMgrProxy.IsBundleInstalled("", 100, 0, isBundleInstalled); HWTEST_F() local
[all...]

Completed in 21 milliseconds

12345678910>>...557