| /base/web/webview/interfaces/kits/napi/webdatabase/ |
| H A D | napi_geolocation_permission.cpp | 209 GetOriginPermissionStateParam *param = static_cast<GetOriginPermissionStateParam *>(data); in GetPermissionStateComplete() local 216 if (param->status) { in GetPermissionStateComplete() 217 setResult[PARAMZERO] = NWebError::BusinessError::CreateError(env, param->errCode); in GetPermissionStateComplete() 221 napi_get_boolean(env, param->retValue, &setResult[PARAMONE]); in GetPermissionStateComplete() 225 napi_get_reference_value(env, param->callbackRef, &callback); in GetPermissionStateComplete() 228 napi_delete_reference(env, param->jsStringRef); in GetPermissionStateComplete() 229 napi_delete_reference(env, param->callbackRef); in GetPermissionStateComplete() 230 napi_delete_async_work(env, param->asyncWork); in GetPermissionStateComplete() 232 delete param; in GetPermissionStateComplete() 233 param in GetPermissionStateComplete() 238 GetOriginPermissionStateParam *param = static_cast<GetOriginPermissionStateParam *>(data); GetPermissionStatePromiseComplete() local 262 GetOriginPermissionStateParam *param = static_cast<GetOriginPermissionStateParam *>(data); ExecuteGetPermissionState() local 285 GetOriginPermissionStateParam *param = new (std::nothrow) GetOriginPermissionStateParam { GetPermissionStateAsync() local 315 GetOriginPermissionStateParam *param = new (std::nothrow) GetOriginPermissionStateParam { GetPermissionStatePromise() local 396 GetPermissionOriginsParam *param = static_cast<GetPermissionOriginsParam *>(data); GetOriginComplete() local 430 GetPermissionOriginsParam *param = static_cast<GetPermissionOriginsParam *>(data); GetOriginsPromiseComplete() local 460 GetPermissionOriginsParam *param = static_cast<GetPermissionOriginsParam *>(data); ExecuteGetOrigins() local 480 GetPermissionOriginsParam *param = new (std::nothrow) GetPermissionOriginsParam { GetOriginsAsync() local 506 GetPermissionOriginsParam *param = new (std::nothrow) GetPermissionOriginsParam { GetOriginsPromise() local [all...] |
| /third_party/alsa-lib/src/rawmidi/ |
| H A D | ump.c | 26 * \param inputp Returned input handle (NULL if not wanted) 27 * \param outputp Returned output handle (NULL if not wanted) 28 * \param name ASCII identifier of the UMP handle 29 * \param mode Open mode 101 * \param ump UMP handle 118 * \param ump UMP handle 130 * \param ump UMP handle 143 * \param ump UMP handle 153 * \param ump UMP handle 154 * \param pfd [all...] |
| /base/telephony/call_manager/services/call_manager_service/include/ |
| H A D | call_manager_service.h | 55 * @param fd 56 * @param args 83 * @param callback[in], callback function pointer 84 * @param bundleName[in], bundle name 93 * @param bundleName[in], bundle name 110 * @param number[in], dial param. 111 * @param extras[in], extras date. 120 * @param number[in], call param [all...] |
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | umsg.h | 168 * @param locale The locale for which the message will be formatted 169 * @param pattern The pattern specifying the message's format 170 * @param patternLength The length of pattern 171 * @param result A pointer to a buffer to receive the formatted message. 172 * @param resultLength The maximum size of result. 173 * @param status A pointer to an UErrorCode to receive any errors 174 * @param ... A variable-length argument list containing the arguments specified 195 * @param locale The locale for which the message will be formatted 196 * @param pattern The pattern specifying the message's format 197 * @param patternLengt [all...] |
| /third_party/icu/icu4c/source/i18n/unicode/ |
| H A D | umsg.h | 168 * @param locale The locale for which the message will be formatted 169 * @param pattern The pattern specifying the message's format 170 * @param patternLength The length of pattern 171 * @param result A pointer to a buffer to receive the formatted message. 172 * @param resultLength The maximum size of result. 173 * @param status A pointer to an UErrorCode to receive any errors 174 * @param ... A variable-length argument list containing the arguments specified 195 * @param locale The locale for which the message will be formatted 196 * @param pattern The pattern specifying the message's format 197 * @param patternLengt [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| H A D | umsg.h | 168 * @param locale The locale for which the message will be formatted 169 * @param pattern The pattern specifying the message's format 170 * @param patternLength The length of pattern 171 * @param result A pointer to a buffer to receive the formatted message. 172 * @param resultLength The maximum size of result. 173 * @param status A pointer to an UErrorCode to receive any errors 174 * @param ... A variable-length argument list containing the arguments specified 195 * @param locale The locale for which the message will be formatted 196 * @param pattern The pattern specifying the message's format 197 * @param patternLengt [all...] |
| /third_party/mesa3d/src/mapi/glapi/gen/ |
| 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...] |
| H A D | ARB_texture_storage_multisample.xml | 11 <param name="target" type="GLenum"/> 12 <param name="samples" type="GLsizei"/> 13 <param name="internalformat" type="GLenum"/> 14 <param name="width" type="GLsizei"/> 15 <param name="height" type="GLsizei"/> 16 <param name="fixedsamplelocations" type="GLboolean"/> 20 <param name="target" type="GLenum"/> 21 <param name="samples" type="GLsizei"/> 22 <param name="internalformat" type="GLenum"/> 23 <param nam [all...] |
| H A D | KHR_robustness_es.xml | 30 <param name="x" type="GLint"/> 31 <param name="y" type="GLint"/> 32 <param name="width" type="GLsizei"/> 33 <param name="height" type="GLsizei"/> 34 <param name="format" type="GLenum"/> 35 <param name="type" type="GLenum"/> 36 <param name="bufSize" type="GLsizei"/> 37 <param name="data" type="GLvoid *" output="true"/> 41 <param name="program" type="GLuint"/> 42 <param nam [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | pixelstore.c | 41 pixel_storei(GLenum pname, GLint param, bool no_error) in pixel_storei() argument 50 ctx->Pack.SwapBytes = param ? GL_TRUE : GL_FALSE; in pixel_storei() 55 ctx->Pack.LsbFirst = param ? GL_TRUE : GL_FALSE; in pixel_storei() 60 if (!no_error && param<0) in pixel_storei() 62 ctx->Pack.RowLength = param; in pixel_storei() 67 if (!no_error && param<0) in pixel_storei() 69 ctx->Pack.ImageHeight = param; in pixel_storei() 74 if (!no_error && param<0) in pixel_storei() 76 ctx->Pack.SkipPixels = param; in pixel_storei() 81 if (!no_error && param< in pixel_storei() 234 _mesa_PixelStorei(GLenum pname, GLint param) _mesa_PixelStorei() argument 241 _mesa_PixelStoref(GLenum pname, GLfloat param) _mesa_PixelStoref() argument 248 _mesa_PixelStorei_no_error(GLenum pname, GLint param) _mesa_PixelStorei_no_error() argument 255 _mesa_PixelStoref_no_error(GLenum pname, GLfloat param) _mesa_PixelStoref_no_error() argument [all...] |
| /base/telephony/sms_mms/services/sms/include/ |
| H A D | sms_service.h | 43 * @param slotId Indicates the card slot index number, 46 * @param desAddr Indicates the destination address 47 * @param scAddr Indicates the sms center address 48 * @param text Indicates sms content 49 * @param sendCallback Indicates callback for send out 50 * @param deliverCallback Indicates callback for delivery to destination user 59 * @param slotId Indicates the card slot index number, 62 * @param desAddr Indicates the destination address 63 * @param scAddr Indicates the sms center address 64 * @param tex [all...] |
| /third_party/popt/src/ |
| H A D | popt.h | 187 * @param con context 188 * @param reason reason for callback 189 * @param opt option that triggered callback 190 * @param arg @todo Document. 191 * @param data @todo Document. 201 * @param con context 208 * @param name context name (usually argv[0] program name) 209 * @param argc no. of arguments 210 * @param argv argument array 211 * @param option [all...] |
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
| H A D | matrix_transform.hpp | 41 /// @param m Input matrix multiplied by this translation matrix. 42 /// @param v Coordinates of a translation vector. 64 /// @param m Input matrix multiplied by this rotation matrix. 65 /// @param angle Rotation angle expressed in radians. 66 /// @param axis Rotation axis, recommended to be normalized. 79 /// @param m Input matrix multiplied by this scale matrix. 80 /// @param v Ratio of scaling for each axis. 92 /// @param left 93 /// @param right 94 /// @param botto [all...] |
| /base/security/huks/interfaces/inner_api/huks_standard/main/include/ |
| H A D | hks_param.h | 41 * @param paramSet required parameter set 48 * @param paramSet required parameter set 49 * @param params params need to add 51 * @param paramCnt numbers of params 59 * @param paramSet required parameter set 66 * @param paramSet required parameter set 73 * @param aliasSet required alias set 80 * @param inParamSet required parameter set 81 * @param inParamSetSize input patamSet size 82 * @param outParamSe [all...] |
| H A D | huks_hdi.h | 329 * @param keyAlias key alias 330 * @param paramSet required parameter set 331 * @param keyIn key to generate key 332 * @param keyOut output key 340 * @param keyAlias key alias 341 * @param key the key needs to be imported 342 * @param paramSet required parameter set 343 * @param keyOut output key 351 * @param wrappingKeyAlias alias used to decrypt the key data after the wrap 352 * @param ke [all...] |
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-jws.h | 81 * \param jws: pointer to the jws to initialize 82 * \param jwk: the jwk to use with this jws 83 * \param context: the lws_context to use 92 * \param jws: pointer to the jws to destroy 104 * \param map: pointers and lengths for each of the unencoded JWS elements 105 * \param jwk: public key 106 * \param context: lws_context 107 * \param temp: scratchpad 108 * \param temp_len: length of scratchpad 130 * \param i [all...] |
| /third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
| H A D | cli.cc | 187 const char* param) { in InvalidParameter() 188 std::cout << "Invalid value for " << param << std::endl; in InvalidParameter() 193 bool ParseUint32(const char* param, uint32_t* out) { in ParseUint32() argument 194 uint64_t value = static_cast<uint64_t>(strtoul(param, nullptr, 10)); in ParseUint32() 233 bool ParseRepeatedPassStrategy(const char* param, in ParseRepeatedPassStrategy() argument 235 if (!strcmp(param, "simple")) { in ParseRepeatedPassStrategy() 237 } else if (!strcmp(param, "looped")) { in ParseRepeatedPassStrategy() 239 } else if (!strcmp(param, "random")) { in ParseRepeatedPassStrategy() 247 bool ParseBool(const char* param, bool* out) { in ParseBool() argument 248 if (!strcmp(param, "tru in ParseBool() 186 InvalidParameter(const char* help_message, const char* param) InvalidParameter() argument 258 ParseMutatorType(const char* param, MutatorType* out) ParseMutatorType() argument 271 ParseFuzzingTarget(const char* param, FuzzingTarget* out) ParseFuzzingTarget() argument 290 ParseMutatorCliParam(const char* param, const char* help_message, MutatorCliParams* out) ParseMutatorCliParam() argument 355 auto param = argv[i]; ParseFuzzerCliParams() local 437 auto param = argv[i]; ParseMutatorDebuggerCliParams() local [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | giant.types | 43 public psF(param:any) { }
44 >psF : (param: any) => void
45 >param : any
47 public set psF(param:any)
49 >param : any
57 private rsF(param:any) { }
58 >rsF : (param: any) => void
59 >param : any
61 private set rsF(param:any)
63 >param [all...] |
| H A D | privacyAccessorDeclFile.js | 119 static set myPublicStaticMethod(param: privateClass) { // Error 121 private static set myPrivateStaticMethod(param: privateClass) { 123 set myPublicMethod(param: privateClass) { // Error 125 private set myPrivateMethod(param: privateClass) { 130 static set myPublicStaticMethod(param: publicClass) { 132 private static set myPrivateStaticMethod(param: publicClass) { 134 set myPublicMethod(param: publicClass) { 136 private set myPrivateMethod(param: publicClass) { 141 static set myPublicStaticMethod(param: privateClass) { 143 private static set myPrivateStaticMethod(param [all...] |
| H A D | declFileTypeAnnotationVisibilityErrorParameterOfFunction.symbols | 14 function foo1(param: private1) {
16 >param : Symbol(param, Decl(declFileTypeAnnotationVisibilityErrorParameterOfFunction.ts, 8, 18))
19 function foo2(param = new private1()) {
21 >param : Symbol(param, Decl(declFileTypeAnnotationVisibilityErrorParameterOfFunction.ts, 10, 18))
25 export function foo3(param : private1) {
27 >param : Symbol(param, Decl(declFileTypeAnnotationVisibilityErrorParameterOfFunction.ts, 13, 25))
30 export function foo4(param [all...] |
| H A D | jsDeclarationsClassMethod.js | 5 * @param {number} x 6 * @param {number} y 16 * @param {number} x 17 * @param {number} y 26 * @param {number} x 27 * @param {number} y 37 * @param {number} x 38 * @param {number} y 48 * @param {number} x 49 * @param {numbe [all...] |
| /base/telephony/cellular_call/services/utils/include/ |
| H A D | cellular_call_supplement.h | 41 * @param slotId 42 * @param MMIData 52 * @param slotId 53 * @param MMIData 63 * @param slotId 64 * @param MMIData 74 * @param slotId 75 * @param MMIData 85 * @param slotId 86 * @param MMIDat [all...] |
| /base/telephony/sms_mms/interfaces/innerkits/ |
| H A D | sms_service_manager_client.h | 44 * @param slotId [in], indicates the card slot index number, 60 * @param simId [out], indicates the sms sim index number. 68 * @param slotId [in], indicates the card slot index number, 70 * @param desAddr [in], indicates the destination address. 71 * @param scAddr [in], indicates the sms center address. 72 * @param text [in], indicates sms content. 73 * @param sendCallback [in], indicates callback for send out. 74 * @param deliverCallback [in], indicates callback for delivery to destination user. 84 * @param slotId [in], indicates the card slot index number, 86 * @param desAdd [all...] |
| /third_party/protobuf/objectivec/ |
| H A D | GPBArray.h | 62 * @param value The value to be placed in the array. 72 * @param array Array with the contents to be put into the new array. 81 * @param count The capacity needed for the array. 95 * @param values An array with the values to put inside this array. 96 * @param count The number of elements to copy into the array. 106 * @param array An array with the values to put inside this array. 115 * @param count The capacity needed for the array. 124 * @param index The index of the value to get. 133 * @param block The block to enumerate with. 143 * @param opt [all...] |