| /third_party/mesa3d/src/mapi/glapi/gen/ |
| 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_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_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...] |
| /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...] |
| /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...] |
| /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/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...] |
| /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...] |
| /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...] |
| /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...] |
| /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/protobuf/objectivec/ |
| H A D | GPBDictionary.h | 66 * @param values The values to be placed in this dictionary. 67 * @param keys The keys under which to store the values. 68 * @param count The number of elements to copy into the dictionary. 79 * @param dictionary Dictionary containing the entries to add to this dictionary. 88 * @param numItems Number of items needed for this dictionary. 97 * @param value Pointer into which the value will be set, if found. 98 * @param key Key under which the value is stored, if present. 107 * @param block The block to enumerate with. 118 * @param otherDictionary Dictionary containing entries to be added to this 126 * @param valu [all...] |
| /foundation/ability/form_fwk/interfaces/inner_api/include/ |
| H A D | form_mgr_interface.h | 49 * @param formId The Id of the forms to add. 50 * @param want The want of the form to add. 51 * @param callerToken Caller ability token. 52 * @param formInfo Form info. 60 * @param want The want of the form to add. 61 * @param runningFormInfo Running form info. 71 * @param formId The Id of the forms to delete. 72 * @param callerToken Caller ability token. 79 * @param formId The Id of the forms to delete. 80 * @param compI [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/include/free_install/ |
| H A D | bundle_connect_ability_mgr.h | 44 * @param want Indicates the information of the ability. 45 * @param flags Indicates the information contained in the AbilityInfo object to be returned. 46 * @param userId Indicates the user ID. 47 * @param abilityInfo Indicates the obtained AbilityInfo object. 48 * @param callBack Indicates the callback object for ability manager service. 55 * @param want Indicates the information of the want. 56 * @param userId Indicates the user ID. 57 * @param callBack Indicates the callback to be invoked for return the operation result. 63 * @param want Query the AbilityInfo by the given Want. 64 * @param userI [all...] |
| /foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
| H A D | fa_ability_thread.h | 48 * @param application Indicates the main process. 49 * @param abilityRecord current running ability record 50 * @param mainRunner The runner which main_thread holds. 51 * @param appContext the AbilityRuntime context 60 * @param application Indicates the main process. 61 * @param abilityRecord current running ability record 62 * @param appContext the AbilityRuntime context 70 * @param want Indicates the structure containing Transaction information about the ability. 71 * @param targetState Indicates the lifecycle state. 72 * @param sessionInf [all...] |
| /foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
| H A D | app_mgr_proxy.h | 39 * @param app, information needed to start the Application. 47 * @param bundleName The bundle name of the application to preload. 48 * @param userId Indicates the user identification. 49 * @param preloadMode Preload application mode. 50 * @param appIndex The index of application clone. 60 * @param recordId, a unique record that identifies this Application from others. 69 * @param recordId, a unique record that identifies this Application from others. 78 * @param recordId, a unique record that identifies this Application from others. 86 * @param token, a unique record that identifies AbilityCleaned from others. 102 * @param bundleNam [all...] |
| /third_party/skia/third_party/externals/tint/src/ |
| H A D | program_builder.h | 178 /// @param rhs the builder to move 185 /// @param rhs the builder to move 197 /// @param program the immutable Program to wrap 289 /// @param enable the new flag value (defaults to true) 302 /// @param source the Source of the node 303 /// @param args the arguments to pass to the type constructor 329 /// @param arg0 the first arguments to pass to the type constructor 330 /// @param args the remaining arguments to pass to the type constructor 346 /// @param args the arguments to pass to the type constructor 367 /// @param arg 1400 const ast::Variable* Param(NAME&& name, Param() function in tint::ProgramBuilder 1414 const ast::Variable* Param(const Source& source, Param() function in tint::ProgramBuilder [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...] |
| /third_party/icu/icu4c/source/test/perf/howExpensiveIs/ |
| H A D | readme.txt | 45 <param name="copyright"> Copyright (C) 2011, International Business Machines Corporation and others. All Rights Reserved. </param> 46 <param name="product">icu4c</param> 47 <param name="product.full">International Components for Unicode for C/C++</param> 48 <param name="version">49.0.2</param> 49 <param name="version.unicode">6.1</param> [all...] |
| /foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/ |
| H A D | capture_session.h | 70 * @param session the {@link Camera_CaptureSession} which deliver the callback. 71 * @param focusState the {@link Camera_FocusState} which delivered by the callback. 79 * @param session the {@link Camera_CaptureSession} which deliver the callback. 80 * @param errorCode the {@link Camera_ErrorCode} of the capture session. 90 * @param session the {@link Camera_CaptureSession} which deliver the callback. 91 * @param smoothZoomInfo the {@link Camera_SmoothZoomInfo} which delivered by the callback. 100 * @param session the {@link Camera_CaptureSession} which deliver the callback. 101 * @param autoDeviceSwitchStatusInfo the {@link Camera_AutoDeviceSwitchStatusInfo} which delivered by the callback. 129 * @param session the {@link Camera_CaptureSession} instance. 130 * @param callbac [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
| H A D | path.h | 87 * @param str A string in SVG format that describes the drawing path. 101 * @param x contour start x-axis 102 * @param y contour start y-axis 109 * @param x x-axis of end point of added line 110 * @param y y-axis of end point of added line 121 * @param pt1X left of bounds of ellipse containing arc 122 * @param pt1Y top of bounds of ellipse containing arc 123 * @param pt2X right of bounds of ellipse containing arc 124 * @param pt2Y bottom of bounds of ellipse containing arc 125 * @param startAngl [all...] |