| /third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/vert/ |
| H A D | functions_nested.vert | 91 uint4 param = tmp; 93 result[n] = float(get_bits(param, param_1)); 140 int param = location; 141 attr_desc desc = fetch_desc(param, v_227); 160 int param = 3; 161 float4 in_diff_color = read_location(param, v_227, gl_VertexIndex, buff_in_2, buff_in_1); 186 float4 param = dst_reg0; 189 vs_adjust(param, param_1, param_2, v_227, gl_VertexIndex, buff_in_2, buff_in_1, v_309); 190 dst_reg0 = param;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | enum_string_mapping_test.cpp | 40 const std::pair<Extension, std::string>& param = GetParam(); in TEST_P() local 41 const Extension extension = param.first; in TEST_P() 42 const std::string extension_str = param.second; in TEST_P() 49 const std::pair<Extension, std::string>& param = GetParam(); in TEST_P() local 50 const Extension extension = param.first; in TEST_P() 51 const std::string extension_str = param.second; in TEST_P() 62 const std::pair<SpvCapability, std::string>& param = GetParam(); in TEST_P() local 63 const SpvCapability capability = param.first; in TEST_P() 64 const std::string capability_str = param.second; in TEST_P()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | cpdtrans.h | 55 * @param transliterators array of <code>Transliterator</code> 57 * @param transliteratorCount The number of 59 * @param adoptedFilter the filter. Any character for which 70 * @param id compound ID 71 * @param dir either UTRANS_FORWARD or UTRANS_REVERSE 72 * @param adoptedFilter a global filter for this compound transliterator 111 * @param idx index into chain, from 0 to <code>getCount() - 1</code> 132 * @param result the string to receive the rules. Previous 134 * @param escapeUnprintable if true then convert unprintable
|
| H A D | units_converter.h | 156 * @param sourceIdentifier represents the source unit identifier. 157 * @param targetIdentifier represents the target unit identifier. 158 * @param status 168 * @param source represents the source unit. 169 * @param target represents the target unit. 170 * @param ratesInfo Contains all the needed conversion rates. 171 * @param status 190 * @param inputValue the value to be converted. 199 * @param inputValue the value to be converted.
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFTypes.h | 62 * @param catalog The object catalog to use. 63 * @param stream The writable output stream to send the output to. 97 * @param length The number of array slots to preallocate. 102 * @param value The value to add to the array. 147 * @param type The value of the Type entry, nullptr for no type. 164 * @param key The text of the key for this dictionary entry. 165 * @param value The value for this dictionary entry. 173 * @param key The text of the key for this dictionary entry. 174 * @param value The value for this dictionary entry.
|
| /third_party/skia/src/ports/skia_ohos/ |
| H A D | FontInfo_ohos.h | 28 * \param font an object of FontInfo 42 * \param font an object of FontInfo 56 * \param fname the fullname of font file 57 * \param index the index of the typeface in the font file 75 * \param font an object of FontInfo 96 * \param font an object of FontInfo 117 * \param count the count of axis 118 * \param axis an array of SkFixed value 119 * \param range an array of AxisDefinition
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | ucharstriebuilder.h | 47 * @param errorCode Standard ICU error code. 63 * @param s The input string. 64 * @param value The value associated with this string. 65 * @param errorCode Standard ICU error code. Its input value must 84 * @param buildOption Build option, see UStringTrieBuildOption. 85 * @param errorCode Standard ICU error code. Its input value must 109 * @param buildOption Build option, see UStringTrieBuildOption. 110 * @param result A UnicodeString which will be set to the char16_t-serialized 112 * @param errorCode Standard ICU error code. Its input value must
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | CalcSpillWeights.h | 30 /// @param UseDefFreq Expected number of executed use and def instructions 32 /// @param Size Size of live interval as returnexd by getSize() 33 /// @param NumInstr Number of instructions using this live interval 71 /// \param li The live interval to be split. 72 /// \param start The expected begining of the split artifact. Instructions 74 /// \param end The expected end of the split artifact. Instructions 84 /// \param li The live interval for which to compute the weight. 85 /// \param start The expected begining of the split artifact. Instructions 88 /// \param end The expected end of the split artifact. Instructions
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | jsDeclarationsFunctionClassesCjsExportAssignment.types | 3 * @param {number} timeout
28 * @param {HookHandler} handle
77 * @param {Input} input
108 >Context.prototype = { /** * @param {Input} input * @param {HookHandler=} handle * @returns {State} */ construct(input, handle = () => void 0) { return input; }} : { construct(input: Input, handle?: HookHandler | undefined): State; }
112 >{ /** * @param {Input} input * @param {HookHandler=} handle * @returns {State} */ construct(input, handle = () => void 0) { return input; }} : { construct(input: Input, handle?: HookHandler | undefined): State; }
115 * @param {Input} input
116 * @param {HookHandler=} handle
|
| H A D | jsDeclarationsFunctions.symbols | 22 * @param {number} a
23 * @param {number} b
33 * @param {T} a
34 * @param {U} b
44 * @param {T} a
60 * @param {{x: string}} a
61 * @param {{y: typeof b}} b
81 * @param {{x: string}} a
82 * @param {{y: typeof b}} b
|
| H A D | jsdocTemplateTag5.types | 22 >Multimap.prototype = { /** * @param {K} key the key ok * @returns {V} the value ok */ get(key) { return this._map[key + '']; }} : { get(key: K): V; }
26 >{ /** * @param {K} key the key ok * @returns {V} the value ok */ get(key) { return this._map[key + '']; }} : { get(key: K): V; }
29 * @param {K} key the key ok
68 >Multimap2.prototype = { /** * @param {K} key the key ok * @returns {V} the value ok */ get: function(key) { return this._map[key + '']; }} : { get: (key: K) => V; }
72 >{ /** * @param {K} key the key ok * @returns {V} the value ok */ get: function(key) { return this._map[key + '']; }} : { get: (key: K) => V; }
75 * @param {K} key the key ok
122 >Ns.Multimap3.prototype = { /** * @param {K} key the key ok * @returns {V} the value ok */ get(key) { return this._map[key + '']; }} : { get(key: K): V; }
128 >{ /** * @param {K} key the key ok * @returns {V} the value ok */ get(key) { return this._map[key + '']; }} : { get(key: K): V; }
131 * @param {K} key the key ok
|
| /third_party/typescript/scripts/ |
| H A D | failed-tests.cjs | 24 * @param {Mocha.Runner} runner
25 * @param {{ reporterOptions?: ReporterOptions }} [options]
70 * @param {string} file
71 * @param {ReadonlyArray<Mocha.Test>} passes
72 * @param {ReadonlyArray<Mocha.Test | Mocha.Hook>} failures
73 * @param {boolean} keepFailed
74 * @param {(err?: NodeJS.ErrnoException | null) => void} done
133 * @param {number} failures
134 * @param {(failures: number) => void} [fn]
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_date_time.h | 53 /// \param year Year to use as actual integer value, such as 2006. 54 /// \param month Month to use from 1 - 12, where 1 is January. 55 /// \param day Day of month to use from 1 -31, where 1 is the first. 56 /// \param hour Hour of day to use from 0 - 23, where 0 is midnight. 57 /// \param minute Minute of hour to use from 0 - 59. 58 /// \param second Second of minute to use from 0 - 59. 104 /// \param s Input date string to parse. 295 /// \param info Receives current data/time/zone. 308 /// \param dt Date at which to compute timezone difference. (For example, used
|
| H A D | dng_render.h | 161 /// \param host The host to use for memory allocation, progress updates, and abort testing. 162 /// \param negative The digital negative to convert to a displayable image. 172 /// \param white White point to use. 188 /// \param exposure Compensation value in stops, positive or negative. 204 /// \param shadows Shadow clip amount. 220 /// \param curve 1D function that defines tone mapping to use during conversion. 237 /// \param space Color space to use. 254 /// \param type Pixel type to use. 274 /// \param size Maximum size to allow.
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | ByteOutput.java | 54 * @param value the byte to be written 67 * @param value the bytes to be written 68 * @param offset the offset of the start of the writable range 69 * @param length the number of bytes to write starting from {@code offset} 82 * @param value the bytes to be written 83 * @param offset the offset of the start of the writable range 84 * @param length the number of bytes to write starting from {@code offset} 97 * @param value the bytes to be written. Upon returning from this call, the {@code position} of 111 * @param value the bytes to be written. Upon returning from this call, the {@code position} of
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
| H A D | js_keyboard_delegate_setting.cpp | 226 // 2 means least param num. in Subscribe() 255 // 1 means least param num. in UnSubscribe() 262 // if the second param is not napi_function/napi_null/napi_undefined, return in UnSubscribe() 267 // if the second param is napi_function, delete it, else delete all in UnSubscribe() 336 // 0 means the first param of callback. in DealKeyEvent() 340 // 1 means callback has one param. in DealKeyEvent() 355 // 0 means the first param of callback. in DealKeyEvent() 359 // 1 means callback has one param. in DealKeyEvent() 401 // 0 means the first param of callback. in OnKeyEvent() 406 // 1 means callback has one param in OnKeyEvent() [all...] |
| /foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/ |
| H A D | mission_manager.cpp | 148 ThrowInvalidParamError(env, "Parse param type failed, must be a string, value must be mission."); in OnOnOld() 184 TAG_LOGE(AAFwkTag::MISSION, "Invalid param"); in OnOnNew() 185 ThrowInvalidParamError(env, "Parse param listener failed, must be a MissionListener."); in OnOnNew() 232 ThrowInvalidParamError(env, "Parse param type failed, must be a string, value must be mission."); in OnOffOld() 239 ThrowInvalidParamError(env, "Parse param listenerId failed, must be a number."); in OnOffOld() 284 ThrowInvalidParamError(env, "Parse param listenerId failed, must be a number."); in OnOffNew() 328 ThrowInvalidParamError(env, "Parse param deviceId failed, must be a string."); in OnGetMissionInfos() 334 ThrowInvalidParamError(env, "Parse param numMax failed, must be a number."); in OnGetMissionInfos() 368 ThrowInvalidParamError(env, "Parse param deviceId failed, must be a string."); in OnGetMissionInfo() 374 ThrowInvalidParamError(env, "Parse param missionI in OnGetMissionInfo() [all...] |
| /foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/ |
| H A D | trans_server_proxy_standard.cpp | 228 static bool WriteQosInfo(const SessionParam *param, MessageParcel &data) in WriteQosInfo() argument 230 if (!data.WriteBool(param->isQosLane)) { in WriteQosInfo() 235 if (!param->isQosLane) { in WriteQosInfo() 239 if (!data.WriteUint32(param->qosCount)) { in WriteQosInfo() 244 if (param->qosCount > 0) { in WriteQosInfo() 245 if (!data.WriteBuffer(param->qos, sizeof(QosTV) * param->qosCount)) { in WriteQosInfo() 254 int32_t TransServerProxy::OpenSession(const SessionParam *param, TransInfo *info) in OpenSession() argument 256 if (param->sessionName == nullptr || param in OpenSession() [all...] |
| /foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
| H A D | netfirewall_client_test.cpp | 386 sptr<RequestParam> param = new (std::nothrow) RequestParam(); in HWTEST_F() local 387 param->page = 0; in HWTEST_F() 388 param->pageSize = 5; in HWTEST_F() 389 param->orderType = NetFirewallOrderType::ORDER_ASC; in HWTEST_F() 393 ret = netfirewallClient_.GetNetFirewallRules(userId, param, info); in HWTEST_F() 394 std::cout << "GetAllNetFirewallRule " << i + 1 << " page=" << param->page << std::endl; in HWTEST_F() 396 if (param->page >= info->totalPage) { in HWTEST_F() 397 param->page = 0; in HWTEST_F() 399 param->page += 1; in HWTEST_F() 416 sptr<RequestParam> param in HWTEST_F() local 466 sptr<RequestParam> param = new (std::nothrow) RequestParam(); HWTEST_F() local [all...] |
| /foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/ |
| H A D | netfirewall_client_test.cpp | 386 sptr<RequestParam> param = new (std::nothrow) RequestParam();
in HWTEST_F() local 387 param->page = 0;
in HWTEST_F() 388 param->pageSize = 5;
in HWTEST_F() 389 param->orderType = NetFirewallOrderType::ORDER_ASC;
in HWTEST_F() 393 ret = netfirewallClient_.GetNetFirewallRules(userId, param, info);
in HWTEST_F() 394 std::cout << "GetAllNetFirewallRule " << i + 1 << " page=" << param->page << std::endl;
in HWTEST_F() 396 if (param->page >= info->totalPage) {
in HWTEST_F() 397 param->page = 0;
in HWTEST_F() 399 param->page += 1;
in HWTEST_F() 416 sptr<RequestParam> param in HWTEST_F() local 466 sptr<RequestParam> param = new (std::nothrow) RequestParam(); HWTEST_F() local [all...] |
| /test/xts/acts/arkui/ace_ets_web_enhanced/ace_ets_web_enhanced_two/entry/src/ohosTest/ets/testability/pages/ |
| H A D | WebViewEnumAndFontLibrary.ets | 708 this.menuX = event.param.x() 709 this.menuY = event.param.y() 710 this.LinkUrl = event.param.getLinkUrl() 711 this.ImageContent = event.param.existsImageContents() 712 this.MediaType = event.param.getMediaType() 713 this.SourceType = event.param.getSourceType() 714 this.InputFieldType = event.param.getInputFieldType() 715 this.isEditable = event.param.isEditable() 716 this.EditStateFlags = event.param.getEditStateFlags() 717 this.SourceUrl = event.param [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | g729postfilter.c | 81 * \param out [out] output data filtered through A(z/FORMANT_PP_FACTOR_NUM) 82 * \param filter_coeffs (3.12) A(z/FORMANT_PP_FACTOR_NUM) filter coefficients 83 * \param in input speech data to process 84 * \param subframe_size size of one subframe 105 * \param dsp initialized DSP context 106 * \param pitch_delay_int integer part of the pitch delay in the first subframe 107 * \param residual filtering input data 108 * \param residual_filt [out] speech signal with applied A(z/FORMANT_PP_FACTOR_NUM) filter 109 * \param subframe_size size of subframe 417 * \param ds [all...] |
| /third_party/backends/backend/ |
| H A D | pieusb_usb.c | 119 ,{ 0x0f, "Get Param" } 230 * @param device_number Device number 231 * @param command Command array 232 * @param data Input or output data buffer 233 * @param size Size of the data buffer 234 * @param status Pieusb_Command_Status 337 * @param device_number Device number 375 * @param sense 454 * @param device_number Device number 455 * @param comman [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | Normalizer2.java | 186 * @param data the binary, big-endian normalization (.nrm file) data, or null for ICU data 187 * @param name "nfc" or "nfkc" or "nfkc_cf" or name of custom data file 188 * @param mode normalization mode (compose or decompose etc.) 214 * @param src source string 238 * @param src source string 239 * @param dest destination string; its contents is replaced with normalized src 252 * @param src source string 253 * @param dest destination Appendable; gets normalized src appended 264 * @param first string, should be normalized 265 * @param secon [all...] |
| H A D | TimeZoneNames.java | 168 * @param locale 182 * @param locale 216 * @param tzID 226 * @param tzID 228 * @param date 245 * @param mzID 247 * @param region 258 * @param mzID 260 * @param type 277 * @param tzI [all...] |