| /third_party/mesa3d/src/mapi/glapi/gen/ |
| H A D | ARB_sampler_objects.xml | 11 <param name="count" type="GLsizei"/> 12 <param name="samplers" type="GLuint *"/> 16 <param name="count" type="GLsizei"/> 17 <param name="samplers" type="const GLuint *" count="count"/> 21 <param name="sampler" type="GLuint"/> 26 <param name="unit" type="GLuint"/> 27 <param name="sampler" type="GLuint"/> 31 <param name="sampler" type="GLuint"/> 32 <param name="pname" type="GLenum"/> 33 <param nam [all...] |
| H A D | ARB_bindless_texture.xml | 13 <param name="texture" type="GLuint" /> 18 <param name="texture" type="GLuint" /> 19 <param name="sampler" type="GLuint" /> 23 <param name="handle" type="GLuint64" /> 27 <param name="handle" type="GLuint64" /> 32 <param name="texture" type="GLuint" /> 33 <param name="level" type="GLint" /> 34 <param name="layered" type="GLboolean" /> 35 <param name="layer" type="GLint" /> 36 <param nam [all...] |
| H A D | ARB_framebuffer_object.xml | 144 <param name="renderbuffer" type="GLuint"/> 150 <param name="target" type="GLenum"/> 151 <param name="renderbuffer" type="GLuint"/> 156 <param name="n" type="GLsizei" counter="true"/> 157 <param name="renderbuffers" type="const GLuint *" count="n"/> 162 <param name="n" type="GLsizei" counter="true"/> 163 <param name="renderbuffers" type="GLuint *" count="n" output="true"/> 168 <param name="target" type="GLenum"/> 169 <param name="internalformat" type="GLenum"/> 170 <param nam [all...] |
| H A D | ARB_shader_subroutine.xml | 11 <param name="program" type="GLuint"/> 12 <param name="shadertype" type="GLenum"/> 13 <param name="name" type="const GLchar *"/> 18 <param name="program" type="GLuint"/> 19 <param name="shadertype" type="GLenum"/> 20 <param name="name" type="const GLchar *"/> 25 <param name="program" type="GLuint"/> 26 <param name="shadertype" type="GLenum"/> 27 <param name="index" type="GLuint"/> 28 <param nam [all...] |
| H A D | EXT_vertex_attrib_64bit.xml | 9 <param name="index" type="GLuint"/> 10 <param name="x" type="GLdouble"/> 14 <param name="index" type="GLuint"/> 15 <param name="x" type="GLdouble"/> 16 <param name="y" type="GLdouble"/> 20 <param name="index" type="GLuint"/> 21 <param name="x" type="GLdouble"/> 22 <param name="y" type="GLdouble"/> 23 <param name="z" type="GLdouble"/> 27 <param nam [all...] |
| /third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
| H A D | generator_impl.h | 72 /// @param root_constant_binding_point the binding point to use for information 74 /// @param disable_workgroup_init `true` to disable workgroup memory zero 86 /// @param program the program to generate 94 /// @param out the output of the expression stream 95 /// @param expr the expression to emit 100 /// @param stmt the statement to emit 104 /// @param out the output of the expression stream 105 /// @param expr the binary expression 109 /// @param out the output of the expression stream 110 /// @param exp [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | jsdocParamTag2.errors.txt | 3 tests/cases/conformance/jsdoc/0.js(63,20): error TS8024: JSDoc '@param' tag has name 'y', but there is no parameter with that name.
9 * @param {{a: string, b: string}} obj
10 * @param {string} x
14 * @param {{a: string, b: string}} obj
15 * @param {{c: number, d: number}} OBJECTION
19 * @param {number} x
20 * @param {{a: string, b: string}} obj
21 * @param {string} y
25 * @param {{a: string, b: string}} obj
31 * @param {Objec [all...] |
| H A D | privacyFunctionCannotNameParameterTypeDeclFile.symbols | 8 static myPublicStaticMethod(param = exporter.createExportedWidget1()) { // Error
10 >param : Symbol(param, Decl(privacyFunctionCannotNameParameterTypeDeclFile_consumer.ts, 2, 32))
15 private static myPrivateStaticMethod(param = exporter.createExportedWidget1()) {
17 >param : Symbol(param, Decl(privacyFunctionCannotNameParameterTypeDeclFile_consumer.ts, 4, 41))
22 myPublicMethod(param = exporter.createExportedWidget1()) { // Error
24 >param : Symbol(param, Decl(privacyFunctionCannotNameParameterTypeDeclFile_consumer.ts, 6, 19))
29 private myPrivateMethod(param [all...] |
| /foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/ |
| H A D | decoder.cpp | 46 static bool ConvertAdecAttributToParams(AvAttribute &attr, Param *param, in ConvertAdecAttributToParams() argument 50 param[index].key = KEY_MIMETYPE; in ConvertAdecAttributToParams() 51 param[index].val = (void *)&(attr.adecAttr.mime); in ConvertAdecAttributToParams() 52 param[index].size = sizeof(attr.adecAttr.mime); in ConvertAdecAttributToParams() 54 param[index].key = KEY_BUFFERSIZE; in ConvertAdecAttributToParams() 55 param[index].val = (void *)&(attr.adecAttr.bufSize); in ConvertAdecAttributToParams() 56 param[index].size = sizeof(attr.adecAttr.bufSize); in ConvertAdecAttributToParams() 58 param[index].key = KEY_CODEC_TYPE; in ConvertAdecAttributToParams() 59 param[inde in ConvertAdecAttributToParams() 76 ConvertVdecAttributToParams(AvAttribute &attr, Param *param, int maxLen, int &actualLen) ConvertVdecAttributToParams() argument 108 ConvertAttributeToParams(AvAttribute &attr, Param *param, int maxLen, int &actualLen) ConvertAttributeToParams() argument 137 Param param[PARAM_MAX_NUM]; CreateHandle() local [all...] |
| /base/web/webview/interfaces/kits/napi/webstorage/ |
| H A D | napi_web_storage.cpp | 139 GetOriginsParam *param = reinterpret_cast<GetOriginsParam *>(data); in ExecuteGetOrigins() local 142 param->errCode = INTERFACE_ERROR; in ExecuteGetOrigins() 143 param->status = napi_generic_failure; in ExecuteGetOrigins() 152 param->origins.push_back(napiOrigin); in ExecuteGetOrigins() 154 param->errCode = param->origins.empty() ? NWebError::NO_WEBSTORAGE_ORIGIN : INTERFACE_OK; in ExecuteGetOrigins() 155 param->status = param->errCode == INTERFACE_OK ? napi_ok : napi_generic_failure; in ExecuteGetOrigins() 185 GetOriginsParam* param = static_cast<GetOriginsParam*>(data); in GetOriginComplete() local 192 if (param in GetOriginComplete() 213 GetOriginsParam* param = static_cast<GetOriginsParam*>(data); GetOriginsPromiseComplete() local 240 GetOriginsParam *param = new (std::nothrow) GetOriginsParam { GetOriginsAsync() local 264 GetOriginsParam *param = new (std::nothrow) GetOriginsParam { GetOriginsPromise() local 312 GetOriginUsageOrQuotaParam *param = reinterpret_cast<GetOriginUsageOrQuotaParam *>(data); ExecuteGetOriginUsageOrQuota() local 340 GetOriginUsageOrQuotaParam* param = static_cast<GetOriginUsageOrQuotaParam*>(data); GetOriginUsageOrQuotaComplete() local 373 GetOriginUsageOrQuotaParam* param = static_cast<GetOriginUsageOrQuotaParam*>(data); GetOriginUsageOrQuotaPromiseComplete() local 400 GetOriginUsageOrQuotaParam *param = new (std::nothrow) GetOriginUsageOrQuotaParam { GetOriginUsageOrQuotaAsync() local 430 GetOriginUsageOrQuotaParam *param = new (std::nothrow) GetOriginUsageOrQuotaParam { GetOriginUsageOrQuotaPromise() local [all...] |
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
| H A D | bundle_mgr_interface.h | 66 * @param appName Indicates the application bundle name to be queried. 67 * @param flag Indicates the flag used to specify information contained 69 * @param userId Indicates the user ID. 70 * @param appInfo Indicates the obtained ApplicationInfo object. 80 * @param appName Indicates the application bundle name to be queried. 81 * @param flags Indicates the flag used to specify information contained 83 * @param userId Indicates the user ID. 84 * @param appInfo Indicates the obtained ApplicationInfo object. 94 * @param appName Indicates the application bundle name to be queried. 95 * @param fla [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
| H A D | avrcp_ct_service.h | 68 * @param observer The instance of the struct <b>IProfileAvrcpCt::Observer</b>. 133 * @param[in] states The connection states. Refer to <b>BTConnectState</b>. 141 * @param[in] rawAddr The address of the bluetooth device. 157 * @param[in] rawAddr The address of the bluetooth device. 169 * @param[in] rawAddr The address of the bluetooth device. 192 * @param[in] rawAddr The address of the bluetooth device. 193 * @param[in] button The value of the key operation. Refer to <b>AvrcKeyOperation</b> 205 * @param[in] rawAddr The address of the bluetooth device. 206 * @param[in] button The value of the key operation. Refer to <b>AvrcKeyOperation</b> 222 * @param[i [all...] |
| /base/telephony/cellular_call/interfaces/innerkits/ims/ |
| H A D | ims_call_interface.h | 33 * @param ImsCallInfo Indicates the call detail information, contains phone number, slot id,
35 * @param CLIRMode Indicates the CLIR mode, like default, transfer, inhibition
43 * @param ImsCallInfo Indicates the call detail information, contains phone number, slot id,
52 * @param ImsCallInfo Indicates the call detail information, contains phone number, slot id,
54 * @param ImsRejectReason Indicated the reject reason, like user is busy or user decline
62 * @param ImsCallInfo Indicates the call detail information, contains phone number, slot id,
71 * @param slotId Indicates the card slot index number,
72 * @param callType Indicates the call type,
80 * @param slotId Indicates the card slot index number,
81 * @param callTyp [all...] |
| /third_party/mesa3d/src/glx/ |
| H A D | pixelstore.c | 42 * \param gc Current GLX context 43 * \param sop Either \c X_GLsop_PixelStoref or \c X_GLsop_PixelStorei 44 * \param pname Selector of which pixel parameter is to be set. 45 * \param param Value that \c pname is set to. 51 const void *param) in send_PixelStore() 58 (void) memcpy((void *) (pc + 4), param, 4); in send_PixelStore() 69 __indirect_glPixelStoref(GLenum pname, GLfloat param) in __indirect_glPixelStoref() argument 81 a = _mesa_lroundevenf(param); in __indirect_glPixelStoref() 89 a = _mesa_lroundevenf(param); in __indirect_glPixelStoref() 50 send_PixelStore(struct glx_context * gc, unsigned sop, GLenum pname, const void *param) send_PixelStore() argument 219 __indirect_glPixelStorei(GLenum pname, GLint param) __indirect_glPixelStorei() argument [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/src/ |
| H A D | ble_scan_filter_lsf.cpp | 365 VendorCmdParamLSFEnable param = {}; in BleScanFilterEnable() local 366 param.opcode = LSF_OPCODE_ENABLE; in BleScanFilterEnable() 367 param.enable = enable; in BleScanFilterEnable() 368 ongoingOpcode_ = param.opcode; in BleScanFilterEnable() 369 ongoingTag_ = param.enable; in BleScanFilterEnable() 372 return HCIVIF_SendCmd(opCode, static_cast<void *>(¶m), sizeof(VendorCmdParamLSFEnable)); in BleScanFilterEnable() 379 VendorCmdParamLSFSetParameters param = {}; in BleScanFilterSetParameters() local 380 param.opcode = opcode; in BleScanFilterSetParameters() 381 param.tag = LSF_TAG_SET_PARAMETERS; in BleScanFilterSetParameters() 382 param in BleScanFilterSetParameters() 399 VendorCmdParamLSFAddress param = {}; BleScanFilterAddressAdd() local 416 VendorCmdParamLSFUuid param = {}; BleScanFilterUuidAdd() local 464 VendorCmdParamLSFName param = {}; BleScanFilterNameAdd() local 494 VendorCmdParamLSFData param = {}; BleScanFilterManufacturerDataAdd() local 552 VendorCmdParamLSFData param = {}; BleScanFilterServiceDataAdd() local 591 VendEventCommandCompleteCallback( uint16_t opCode, const void *param, uint8_t paramLength, void *context) VendEventCommandCompleteCallback() argument 622 BleScanFilterGetCapabilitiesComplete(const void *param, uint8_t paramLength) BleScanFilterGetCapabilitiesComplete() argument 651 BleScanFilterCommandComplete(const void *param, uint8_t paramLength) BleScanFilterCommandComplete() argument [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | vzone.h | 40 * @param ID The time zone ID, such as America/New_York 41 * @param idLength, length of the ID parameter 50 * @param vtzdata The string including VTIMEZONE data block 51 * @param vtzdataLength, length of the vtzdata 52 * @param status Output param to filled in with a success or an error. 62 * @param set the object to dispose of 69 * @param zone the original vzone 78 * @param zone1 to be checked for containment 79 * @param zone [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | vzone.h | 40 * @param ID The time zone ID, such as America/New_York 41 * @param idLength, length of the ID parameter 50 * @param vtzdata The string including VTIMEZONE data block 51 * @param vtzdataLength, length of the vtzdata 52 * @param status Output param to filled in with a success or an error. 62 * @param set the object to dispose of 69 * @param zone the original vzone 78 * @param zone1 to be checked for containment 79 * @param zone [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | vzone.h | 42 * @param ID The time zone ID, such as America/New_York 43 * @param idLength, length of the ID parameter 52 * @param vtzdata The string including VTIMEZONE data block 53 * @param vtzdataLength, length of the vtzdata 54 * @param status Output param to filled in with a success or an error. 64 * @param set the object to dispose of 71 * @param zone the original vzone 80 * @param zone1 to be checked for containment 81 * @param zone [all...] |
| /drivers/peripheral/codec/test/unittest/hdi_omx/ |
| H A D | codec_hdi_omx_test.cpp | 98 void InitParam(T ¶m) in InitParam() argument 100 int32_t ret = memset_s(¶m, sizeof(param), 0x0, sizeof(param)); in InitParam() 102 param.nSize = sizeof(param); in InitParam() 103 param.nVersion = version_; in InitParam() 107 void InitExtParam(T ¶m) in InitExtParam() argument 109 int32_t ret = memset_s(¶m, sizeof(param), in InitExtParam() 351 OMX_VIDEO_PARAM_PORTFORMATTYPE param; HWTEST_F() local 363 OMX_VIDEO_PARAM_PORTFORMATTYPE param; HWTEST_F() local 376 OMX_VIDEO_CONFIG_BITRATETYPE param; HWTEST_F() local 387 OMX_VIDEO_CONFIG_BITRATETYPE param; HWTEST_F() local 398 OMX_VIDEO_PARAM_PORTFORMATTYPE param; HWTEST_F() local 409 OMX_VIDEO_PARAM_PORTFORMATTYPE param; HWTEST_F() local 428 OMX_VIDEO_CONFIG_BITRATETYPE param; HWTEST_F() local 439 OMX_VIDEO_PARAM_PORTFORMATTYPE param; HWTEST_F() local 469 OMX_VIDEO_CONFIG_BITRATETYPE param; HWTEST_F() local 480 OMX_VIDEO_CONFIG_BITRATETYPE param; HWTEST_F() local 498 OMX_VIDEO_CONFIG_BITRATETYPE param; HWTEST_F() local 510 OMX_VIDEO_CONFIG_BITRATETYPE param; HWTEST_F() local 522 OMX_VIDEO_CONFIG_BITRATETYPE param; HWTEST_F() local 541 OMX_VIDEO_CONFIG_BITRATETYPE param; HWTEST_F() local 745 OMX_PARAM_PORTDEFINITIONTYPE param; HWTEST_F() local 790 OMX_PARAM_PORTDEFINITIONTYPE param; HWTEST_F() local 840 OMX_PARAM_PORTDEFINITIONTYPE param; HWTEST_F() local 857 OMX_PARAM_PORTDEFINITIONTYPE param; HWTEST_F() local 968 OMX_PARAM_PORTDEFINITIONTYPE param; HWTEST_F() local 1111 OMX_PARAM_PORTDEFINITIONTYPE param; HWTEST_F() local 1149 OMX_PARAM_PORTDEFINITIONTYPE param; HWTEST_F() local [all...] |
| /third_party/ffmpeg/libavresample/ |
| H A D | options.c | 36 #define PARAM AV_OPT_FLAG_AUDIO_PARAM macro 39 { "in_channel_layout", "Input Channel Layout", OFFSET(in_channel_layout), AV_OPT_TYPE_INT64, { .i64 = 0 }, INT64_MIN, INT64_MAX, PARAM }, 40 { "in_sample_fmt", "Input Sample Format", OFFSET(in_sample_fmt), AV_OPT_TYPE_INT, { .i64 = AV_SAMPLE_FMT_S16 }, AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_NB-1, PARAM }, 41 { "in_sample_rate", "Input Sample Rate", OFFSET(in_sample_rate), AV_OPT_TYPE_INT, { .i64 = 48000 }, 1, INT_MAX, PARAM }, 42 { "out_channel_layout", "Output Channel Layout", OFFSET(out_channel_layout), AV_OPT_TYPE_INT64, { .i64 = 0 }, INT64_MIN, INT64_MAX, PARAM }, 43 { "out_sample_fmt", "Output Sample Format", OFFSET(out_sample_fmt), AV_OPT_TYPE_INT, { .i64 = AV_SAMPLE_FMT_S16 }, AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_NB-1, PARAM }, 44 { "out_sample_rate", "Output Sample Rate", OFFSET(out_sample_rate), AV_OPT_TYPE_INT, { .i64 = 48000 }, 1, INT_MAX, PARAM }, 45 { "internal_sample_fmt", "Internal Sample Format", OFFSET(internal_sample_fmt), AV_OPT_TYPE_INT, { .i64 = AV_SAMPLE_FMT_NONE }, AV_SAMPLE_FMT_NONE, AV_SAMPLE_FMT_NB-1, PARAM, "internal_sample_fmt" }, 46 {"u8" , "8-bit unsigned integer", 0, AV_OPT_TYPE_CONST, {.i64 = AV_SAMPLE_FMT_U8 }, INT_MIN, INT_MAX, PARAM, "internal_sample_fmt"}, 47 {"s16", "16-bit signed integer", 0, AV_OPT_TYPE_CONST, {.i64 = AV_SAMPLE_FMT_S16 }, INT_MIN, INT_MAX, PARAM, "internal_sample_fm [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
| H A D | smp_legacy.h | 45 void SMP_LegacyPairMasterStep1(const SMP_StepParam *param); 46 void SMP_LegacyPairMasterStep2(const SMP_StepParam *param); 47 void SMP_LegacyPairMasterStep3(const SMP_StepParam *param); 48 void SMP_LegacyPairMasterStep4(const SMP_StepParam *param); 49 void SMP_LegacyPairMasterStep5(const SMP_StepParam *param); 50 void SMP_LegacyPairMasterStep6(const SMP_StepParam *param); 51 void SMP_LegacyPairMasterStep7(const SMP_StepParam *param); 52 void SMP_LegacyPairMasterStep8(const SMP_StepParam *param); 53 void SMP_LegacyPairMasterStep9(const SMP_StepParam *param); 54 void SMP_LegacyPairMasterStep10(const SMP_StepParam *param); [all...] |
| /foundation/ability/form_fwk/interfaces/kits/native/include/ |
| H A D | form_mgr.h | 58 * @param bundleName BundleName of the form host. 59 * @param formEventType Form event type. 60 * @param observer Form click event callback listener. 68 * @param bundleName BundleName of the form host. 69 * @param formEventType Form event type. 70 * @param observer Form click event callback listener. 78 * @param errorCode the error code return form fms. 85 * @param formId The Id of the forms to add. 86 * @param want The want of the form to add. 87 * @param callerToke [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
| H A D | a2dp_state_machine.h | 43 * @param name State's name. 44 * @param stateMachine State is owned by which StateMachine. 72 * @param[in] The message of profile peer related 80 * @param[in] addr The address of peer device 81 * @param[in] role The role of local profile 82 * @param[in] errCode The error code of signaling connect 89 * @param[in] addr The address of peer device 90 * @param[in] role The role of local profile 97 * @param[in] addr The address of peer device 98 * @param[i [all...] |
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | spawnndk.cpp | 44 posix_spawn_file_actions_t param;
in PosixSpawnFileActionsAddclose() local 45 posix_spawn_file_actions_init(¶m);
in PosixSpawnFileActionsAddclose() 46 int ret = posix_spawn_file_actions_addclose(¶m, SUCCESS);
in PosixSpawnFileActionsAddclose() 100 posix_spawn_file_actions_t param;
in PosixSpawnFileActionsAddDup2() local 101 posix_spawn_file_actions_init(¶m);
in PosixSpawnFileActionsAddDup2() 102 int ret = posix_spawn_file_actions_adddup2(¶m, SUCCESS, SUCCESS);
in PosixSpawnFileActionsAddDup2() 112 posix_spawn_file_actions_t param;
in PosixSpawnFileActionsAddOpen() local 113 posix_spawn_file_actions_init(¶m);
in PosixSpawnFileActionsAddOpen() 115 posix_spawn_file_actions_addopen(¶m, fileDescribe, "/data/storage/el2/base/files/fzl.txt", O_CREAT, S_IXGRP);
in PosixSpawnFileActionsAddOpen() 128 posix_spawn_file_actions_t param;
in PosixSpawnFileActionsDestory() local 138 posix_spawn_file_actions_t param; PosixSpawnFileActionsInit() local 147 posix_spawnattr_t param; PosixSpawnAttrDestory() local 161 posix_spawnattr_t param; PosixSpawnAttrGetpGroup() local 173 posix_spawnattr_t param; PosixSpawnAttrGetSchedParam() local 184 posix_spawnattr_t param; PosixSpawnAttrGetSchedPolicy() local 195 posix_spawnattr_t param; PosixSpawnAttrGetSigDefault() local 205 posix_spawnattr_t param; PosixSpawnAttrGetSigMask() local 216 posix_spawnattr_t param; PosixSpawnAttrInit() local 225 posix_spawnattr_t param; PosixSpawnAttrSetFlags() local 234 posix_spawnattr_t param; PosixSpawnAttrSetSigDefault() local 245 posix_spawnattr_t param; PosixSpawnAttrSetSigMask() local 256 posix_spawnattr_t param; PosixSpawnAttrSetSchedPolicy() local 267 posix_spawnattr_t param; PosixSpawnAttrSetSchedParam() local 278 posix_spawnattr_t param; PosixSpawnAttrSetPGroup() local [all...] |
| /third_party/glslang/Test/baseResults/ |
| H A D | hlsl.overload.frag.out | 826 Name 157 "param" 827 Name 159 "param" 828 Name 162 "param" 829 Name 164 "param" 831 Name 168 "param" 832 Name 170 "param" 834 Name 174 "param" 835 Name 176 "param" 837 Name 180 "param" 838 Name 182 "param" [all...] |