| /third_party/spirv-tools/test/link/ |
| H A D | matching_imports_to_exports_test.cpp | 488 OpName %3 "param" in TEST_F() 511 OpName %2 "param" in TEST_F() 533 OpName %2 "param" in TEST_F()
|
| /third_party/node/test/fixtures/snapshot/ |
| H A D | typescript.js | 674 * @param array The array to flatten. 695 * @param array The array to map. 696 * @param mapfn The callback used to map the result into one or more values. 1010 * @param equalityComparer An `EqualityComparer` used to determine if two values are duplicates. 1011 * @param comparer An optional `Comparer` used to sort entries before comparison, though the 1357 * @param array A sorted array whose first element must be no larger than number 1358 * @param value The value to be searched for in the array. 1359 * @param keySelector A callback used to select the search key from `value` and each element of 1361 * @param keyComparer A callback used to compare two keys in a sorted array. 1362 * @param offse [all...] |
| /third_party/backends/backend/ |
| H A D | plustek.c | 261 * @param cnf - pointer to the configuration structure whose content should be 308 * @param dev - pointer to the device specific structure 629 * @param s - pointer to the scanner specific structure 674 * @param s - pointer to the scanner specific structure 1114 * @param src - string, that should be investigated 1115 * @param dest - pointer to a string to receive the USB ID 1167 * @param src - pointer to the source string to check 1168 * @param opt - string that keeps the option name to check src for 1169 * @param what - _FLOAT or _INT 1170 * @param resul [all...] |
| /third_party/googletest/googlemock/include/gmock/ |
| H A D | gmock-actions.h | 2169 #define GMOCK_INTERNAL_TYPENAME_PARAM(i, data, param) , typename param##_type 2173 #define GMOCK_INTERNAL_TYPE_PARAM(i, data, param) , param##_type 2177 #define GMOCK_INTERNAL_TYPE_GVALUE_PARAM(i, data, param) \ 2178 , param##_type gmock_p##i 2182 #define GMOCK_INTERNAL_GVALUE_PARAM(i, data, param) \ 2183 , std::forward<param##_type>(gmock_p##i) 2187 #define GMOCK_INTERNAL_INIT_PARAM(i, data, param) \ 2188 , param( [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_texture.c | 407 * \param sctx the current context if you have one, or sscreen->aux_context 574 enum pipe_resource_param param, unsigned handle_usage, in si_resource_get_param() 586 switch (param) { in si_resource_get_param() 623 if (param == PIPE_RESOURCE_PARAM_HANDLE_TYPE_SHARED) in si_resource_get_param() 625 else if (param == PIPE_RESOURCE_PARAM_HANDLE_TYPE_KMS) in si_resource_get_param() 627 else if (param == PIPE_RESOURCE_PARAM_HANDLE_TYPE_FD) in si_resource_get_param() 904 * \param screen screen 905 * \param base resource template 906 * \param surface radeon_surf 907 * \param plane 571 si_resource_get_param(struct pipe_screen *screen, struct pipe_context *context, struct pipe_resource *resource, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned handle_usage, uint64_t *value) si_resource_get_param() argument [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | get.c | 709 * \param ctx the current context 710 * \param d the struct value_desc that describes the enum 711 * \param v pointer to the tmp declared in the calling glGet*v() function 1283 * "param[0] - total memory free in the pool in find_custom_value() 1284 * param[1] - largest available free block in the pool in find_custom_value() 1285 * param[2] - total auxiliary memory free in find_custom_value() 1286 * param[3] - largest auxiliary free block" in find_custom_value() 1382 * \param ctx current context 1383 * \param func name of calling glGet*v() function for error reporting 1384 * \param [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cLayoutBindingTests.cpp | 548 void setTemplateParam(eStageType stage, const char* param, const String& value) in setTemplateParam() argument 550 m_templateParams[stage][param] = value.c_str(); in setTemplateParam() 553 void setTemplateParam(const char* param, const String& value) in setTemplateParam() argument 555 setTemplateParam(m_stage.type, param, value); in setTemplateParam() 2222 glw::GLenum param = GL_ATOMIC_COUNTER_BUFFER_INDEX; in getBindingPoints() local 2224 gl().getProgramResourceiv(getProgram(), GL_UNIFORM, idx, 1, ¶m, 1, NULL, in getBindingPoints() local 2230 param = GL_BUFFER_BINDING; in getBindingPoints() 2233 ¶m, 1, NULL, &value); in getBindingPoints() local 2254 glw::GLenum param = GL_OFFSET; in getOffsets() local 2256 gl().getProgramResourceiv(getProgram(), GL_UNIFORM, idx, 1, ¶m, in getOffsets() local 2965 glw::GLenum param = GL_BUFFER_BINDING; getBindingPoints() local 2967 gl().getProgramResourceiv(getProgram(), GL_UNIFORM_BLOCK, idx, 1, ¶m, 1, NULL, &value); getBindingPoints() local 3157 glw::GLenum param = GL_BUFFER_BINDING; getBindingPoints() local 3159 gl().getProgramResourceiv(getProgram(), GL_SHADER_STORAGE_BLOCK, idx, 1, ¶m, 1, NULL, &value); getBindingPoints() local [all...] |
| H A D | es31cTextureStorageMultisampleFunctionalTests.cpp | 48 * @param context CTS context handle. 257 * @param context CTS context handle. 696 * @param context CTS context handle. 1100 * @param context CTS context handle. 1252 * @param context Rendering context handle. 1760 * @param id Program id 1782 * @param id Generated shader id 1783 * @param source NULL-terminated shader source code string 1816 * @param context Rendering context handle. 2344 * @param i [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | parserharness.js | 1103 * @param verifyNoDeclFile pass true when the given code should generate no decl file, false otherwise 1104 * @param unitName add the given code under thie name, else use '0.ts' 1105 * @param compilationContext a set of functions to be run before and after compiling this code for doing things like adding dependencies first 1106 * @param references the set of referenced files used by the given code 1176 /** @param fileResults an array of strings for the filename and an ITextWriter with its code */ 1730 * @param line 1 based index 1731 * @param col 1 based index 1744 * @param line 0 based index 1745 * @param col 0 based index 3032 * @param verifyNoDeclFil [all...] |
| H A D | parserRealSource11.types | 10443 constructor (public param: VarDecl, public body: AST) {
10444 >param : VarDecl
10454 if (this.param) {
10455 >this.param : VarDecl
10457 >param : VarDecl
10459 this.param.varFlags |= VarFlags.AutoInit;
10460 >this.param.varFlags |= VarFlags.AutoInit : number
10461 >this.param.varFlags : any
10462 >this.param : VarDecl
10464 >param [all...] |
| /third_party/glslang/Test/baseResults/ |
| H A D | hlsl.rw.scalar.bracket.frag.out | 1780 Name 357 "param" 1781 Name 364 "param" 1782 Name 371 "param" 1784 Name 374 "param" 1786 Name 382 "param" 1788 Name 390 "param" 2066 357(param): 19(ptr) Variable Function 2067 364(param): 7(ptr) Variable Function 2068 371(param): 13(ptr) Variable Function 2070 374(param) [all...] |
| /device/soc/rockchip/rk3568/hardware/isp-linux-6.6/lib/ |
| H A D | librkaiq.so | _fini _init __cxa_finalize __deregister_frame_info __register_frame_info _Z13interpolationPKfPKtifPt _Z13interpolationPKfS0_ifPf _Z13interpolationPhPbihS0_ __errno_location __stat_time64 calloc close free ioctl malloc media_debug_set_handler media_device_add_entity media_device_enumerate media_device_new ... |
| /applications/standard/photos/common/src/main/ets/default/model/browser/ |
| H A D | SelectManager.ts | 98 * @param isInverseMode The total inverse selection status of the timeline. If it is true, 413 * @param targetIdList 预选择图库资源Id 432 * @param targetId 图库资源Id 433 * @param isSelected 图库资源是否被选中 434 * @param mediaItem mediaItem
|
| /base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
| H A D | dump_implement.cpp | 418 DUMPER_HILOGE(MODULE_COMMON, "ipc stat param invalid"); in ParseLongCmdOption() 429 bool DumpImplement::SetIpcStatParam(DumperOpts &opts_, const std::string& param) in SetIpcStatParam() argument 431 if (StringUtils::GetInstance().IsSameStr(param, "start-stat")) { in SetIpcStatParam() 433 } else if (StringUtils::GetInstance().IsSameStr(param, "stop-stat")) { in SetIpcStatParam() 435 } else if (StringUtils::GetInstance().IsSameStr(param, "stat")) { in SetIpcStatParam()
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/ |
| H A D | net_adpater.c | 1232 mac_cfg_staion_id_param_stru *param = HI_NULL; in wal_netdev_set_mac_addr() local 1279 param = (mac_cfg_staion_id_param_stru *)(write_msg.auc_value); in wal_netdev_set_mac_addr() 1282 if (memcpy_s((param->auc_station_id), WLAN_MAC_ADDR_LEN, (mac_addr->sa_data), WLAN_MAC_ADDR_LEN) != EOK) { in wal_netdev_set_mac_addr() 1290 param->p2p_mode = wal_wireless_iftype_to_mac_p2p_mode(wdev->iftype); in wal_netdev_set_mac_addr() 1291 if (param->p2p_mode == WLAN_P2P_BUTT) { in wal_netdev_set_mac_addr()
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiirq/kernel/ |
| H A D | hiirq.c | 47 #define osal_wait_event_interruptible(wait, func, param) \ 52 if (func(param) != 0) { \ 56 __ret = osal_wait_timeout_interruptible(wait, (func), param, 100); \ 594 static int hiirq_wait_condition_callback(const void *param) in hiirq_wait_condition_callback() argument 596 hiirq_irq_list *irq = (hiirq_irq_list *)param; in hiirq_wait_condition_callback()
|
| /foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/cpp_target/codec/v1_0/ |
| H A D | codec_component_proxy.cpp.txt | 82 uint32_t param, const std::vector<int8_t>& cmdData) 84 return OHOS::HDI::Codec::V1_0::CodecComponentProxy::SendCommand_(cmd, param, cmdData, Remote()); 213 uint32_t param, const std::vector<int8_t>& cmdData, const sptr<IRemoteObject> remote) 229 if (!codecComponentData.WriteUint32(param)) { 230 HDF_LOGE("%{public}s: write param failed!", __func__);
|
| /foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/ |
| H A D | codec_component_proxy.cpp.txt | 82 uint32_t param, const std::vector<int8_t>& cmdData) 84 return OHOS::HDI::Codec::V2_0::CodecComponentProxy::SendCommand_(cmd, param, cmdData, Remote()); 213 uint32_t param, const std::vector<int8_t>& cmdData, const sptr<IRemoteObject> remote) 229 if (!codecComponentData.WriteUint32(param)) { 230 HDF_LOGE("%{public}s: write param failed!", __func__);
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| H A D | bundle_util.cpp | 594 bool BundleUtil::IsUtd(const std::string ¶m) in IsUtd() argument 598 auto ret = UDMF::UtdClient::GetInstance().IsUtd(param, isUtd); in IsUtd() 605 bool BundleUtil::IsSpecificUtd(const std::string ¶m) in IsSpecificUtd() argument 607 if (!IsUtd(param)) { in IsSpecificUtd() 612 auto ret = UDMF::UtdClient::GetInstance().GetTypeDescriptor(param, typeDescriptor); in IsSpecificUtd()
|
| /foundation/arkui/ace_engine/test/unittest/interfaces/ |
| H A D | form_render_test.cpp | 35 constexpr char FORM_RENDERER_COMP_ID[] = "ohos.extra.param.key.form_comp_id"; 36 constexpr char FORM_WIDTH_KEY[] = "ohos.extra.param.key.form_width"; 37 constexpr char FORM_HEIGHT_KEY[] = "ohos.extra.param.key.form_height"; 38 constexpr char FORM_RENDERER_PROCESS_ON_ADD_SURFACE[] = "ohos.extra.param.key.process_on_add_surface"; 39 constexpr char FORM_RENDER_STATE[] = "ohos.extra.param.key.form_render_state";
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
| H A D | js_fwk_common.cpp | 785 * @param url the given url 877 * @param container the target JS object to check 878 * @param property the property string value 895 * @param container the target JS object to check 896 * @param property the property string value
|
| /foundation/multimedia/player_framework/services/services/player/ipc/ |
| H A D | player_service_stub.cpp | 534 int32_t PlayerServiceStub::SetParameter(const Format ¶m) in SetParameter() argument 538 return playerServer_->SetParameter(param); in SetParameter() 996 Format param; in SetParameter() local 997 (void)MediaParcel::Unmarshalling(data, param); in SetParameter() 999 reply.WriteInt32(SetParameter(param)); in SetParameter()
|
| /foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/ |
| H A D | hb_medium_mgr_test.cpp | 590 * @tc.desc: heartbeat medium manger set param 599 LnnHeartbeatMediumParam param = { in HWTEST_F() local 602 ret = LnnHbMediumMgrSetParam(¶m); in HWTEST_F() 604 param.type = HEARTBEAT_TYPE_BLE_V1; in HWTEST_F() 606 ret = LnnHbMediumMgrSetParam(¶m); in HWTEST_F()
|
| /foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
| H A D | trans_tcp_direct_p2p_mock_test.cpp | 170 * @tc.desc: Should return SOFTBUS_OK when given valid param. 192 * @tc.desc: Should return SOFTBUS_OK when given valid param.. 208 * @tc.desc: Should return SOFTBUS_OK when given valid param. 230 * @tc.desc: Should return SOFTBUS_OK when given valid param. 252 * @tc.desc: Should return SOFTBUS_OK when given valid param.
|
| /foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
| H A D | client_trans_session_test.cpp | 131 const StreamData *ext, const StreamFrameInfo *param) in OnStreamReceived() 212 static SessionInfo *TestGenerateSession(const SessionParam *param) in TestGenerateSession() argument 219 if (strcpy_s(session->info.peerSessionName, SESSION_NAME_SIZE_MAX, param->peerSessionName) != EOK || in TestGenerateSession() 220 strcpy_s(session->info.peerDeviceId, DEVICE_ID_SIZE_MAX, param->peerDeviceId) != EOK || in TestGenerateSession() 221 strcpy_s(session->info.groupId, GROUP_ID_SIZE_MAX, param->groupId) != EOK) { in TestGenerateSession() 130 OnStreamReceived(int32_t sessionId, const StreamData *data, const StreamData *ext, const StreamFrameInfo *param) OnStreamReceived() argument
|