Home
last modified time | relevance | path

Searched defs:paramList (Results 1 - 22 of 22) sorted by relevance

/test/testfwk/arkxtest/uitest/cj/
H A Duitest_ffi.h25 char *paramList; member
H A Dui_event_observer_impl.cpp40 auto &paramList = call.paramList_; in PreprocessCallOnce() local
H A Duitest_ffi.cpp81 auto &paramList = callInfo.paramList_; in PreprocessTransaction() local
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_svc_dg_create/
H A Dtirpc_svc_dg_create_limits.c61 params paramList[NBCASE]; in main() local
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_svc_tli_create/
H A Dtirpc_svc_tli_create_limits.c58 params paramList[NBCASE]; in main() local
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create_timed/
H A Dtirpc_clnt_tp_create_timed_limits.c59 params paramList[NBCASE]; in main() local
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create_timed/
H A Dtirpc_clnt_create_timed_limits.c59 params paramList[NBCASE]; in main() local
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcfd_create/
H A Drpc_svcfd_create_limits.c58 params paramList[NBCASE]; in main() local
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_bufcreate/
H A Drpc_svcudp_bufcreate_limits.c59 params paramList[NBCASE]; in main() local
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create/
H A Drpc_svctcp_create_limits.c58 params paramList[NBCASE]; in main() local
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_svc_vc_create/
H A Dtirpc_svc_vc_create_limits.c61 params paramList[NBCASE]; in main() local
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_vc_create/
H A Dtirpc_clnt_vc_create_limits.c62 params paramList[NBCASE]; in main() local
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_dg_create/
H A Dtirpc_clnt_dg_create_limits.c62 params paramList[NBCASE]; in main() local
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_tli_create/
H A Dtirpc_clnt_tli_create_limits.c62 params paramList[NBCASE]; in main() local
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
H A Dtirpc_rpc_broadcast_exp_limits.c68 params paramList[NBCASE]; in main() local
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/
H A Drpc_clntudp_bufcreate_limits.c64 params paramList[NBCASE]; in main() local
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/
H A Drpc_clnttcp_create_limits.c64 params paramList[NBCASE]; in main() local
[all...]
/test/testfwk/arkxtest/uitest/napi/
H A Dui_event_observer_napi.cpp43 auto &paramList = call.paramList_; in PreprocessCallOnce() local
H A Duitest_napi.cpp346 auto &paramList = ctx.callInfo_.paramList_; in PreprocessTransaction() local
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dprog_parameter.c175 _mesa_free_parameter_list(struct gl_program_parameter_list *paramList) in _mesa_free_parameter_list() argument
196 _mesa_reserve_parameter_storage(struct gl_program_parameter_list *paramList, in _mesa_reserve_parameter_storage() argument
249 _mesa_disallow_parameter_storage_realloc(struct gl_program_parameter_list *paramList) _mesa_disallow_parameter_storage_realloc() argument
271 _mesa_add_parameter(struct gl_program_parameter_list *paramList, gl_register_file type, const char *name, GLuint size, GLenum datatype, const gl_constant_value *values, const gl_state_index16 state[STATE_LENGTH], bool pad_and_align) _mesa_add_parameter() argument
379 _mesa_add_typed_unnamed_constant(struct gl_program_parameter_list *paramList, const gl_constant_value *values, GLuint size, GLenum datatype, GLuint *swizzleOut) _mesa_add_typed_unnamed_constant() argument
425 _mesa_add_sized_state_reference(struct gl_program_parameter_list *paramList, const gl_state_index16 stateTokens[STATE_LENGTH], const unsigned size, bool pad_and_align) _mesa_add_sized_state_reference() argument
464 _mesa_add_state_reference(struct gl_program_parameter_list *paramList, const gl_state_index16 stateTokens[STATE_LENGTH]) _mesa_add_state_reference() argument
[all...]
H A Dprog_parameter.h185 _mesa_add_unnamed_constant(struct gl_program_parameter_list *paramList, in _mesa_add_unnamed_constant() argument
204 _mesa_lookup_parameter_index(const struct gl_program_parameter_list *paramList, in _mesa_lookup_parameter_index() argument
[all...]
H A Dprog_statevars.c1379 _mesa_load_state_parameters(struct gl_context *ctx, struct gl_program_parameter_list *paramList) _mesa_load_state_parameters() argument
1395 _mesa_upload_state_parameters(struct gl_context *ctx, struct gl_program_parameter_list *paramList, uint32_t *dst) _mesa_upload_state_parameters() argument
[all...]

Completed in 11 milliseconds