Home
last modified time | relevance | path

Searched full:param (Results 5426 - 5450 of 17345) sorted by relevance

1...<<211212213214215216217218219220>>...694

/third_party/ffmpeg/libavcodec/x86/
H A Dvc1dsp_mmx.c138 * @param UNPACK Macro unpacking arguments from 8 to 16 bits (can be empty).
139 * @param MOVQ "movd 1" or "movq 2", if data read is already unpacked.
140 * @param A1 Address of 1st tap (beware of unpacked/packed).
141 * @param A2 Address of 2nd tap
142 * @param A3 Address of 3rd tap
143 * @param A4 Address of 4th tap
182 * @param NAME Either 1 or 3
239 * @param NAME Either 1 or 3
278 * @param NAME Either 1 or 3
331 * @param ds
[all...]
/third_party/backends/testsuite/sanei/
H A Dsanei_usb_test.c44 * @param expected expected use count
72 * @param expected use count after exit call
96 * @param expected detected count
123 * @param device device pointer to fill with mock data
293 * @param expected use opened count
312 * @param dn array to store opened device number
313 * @param expected number of devices to be opened
392 * @param dn array of opened device number
393 * @param expected number of devices to be closed
418 * @param d
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollationElementIterator.java154 * @param ce the collation element
165 * @param ce the collation element
176 * @param ce the collation element
212 * @param source the source string.
213 * @param collator the RuleBasedCollator
236 * @param source the source string iterator.
237 * @param collator the RuleBasedCollator
252 * @param source the source string iterator.
253 * @param collator the RuleBasedCollator
459 * @param newOffse
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DZoneMeta.java154 * @param type a system time zone type.
155 * @param region a region, or null.
156 * @param rawOffset a zone raw offset or null.
217 * @param id a system time zone ID
247 * @param id a system time zone ID
248 * @param index a value from 0 to n-1, where n is the value
515 * @param top the top level resource of the zoneinfo resource or null.
516 * @param id zone id
612 * @param id a string of the form GMT[+-]hh:mm, GMT[+-]hhmm, or
634 * @param i
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBasicTimeZone.java40 * @param base The base time.
41 * @param inclusive Whether the base time is inclusive or not.
55 * @param base The base time.
56 * @param inclusive Whether the base time is inclusive or not.
73 * @param tz The instance of <code>TimeZone</code>
74 * @param start The start time of the evaluated time range (inclusive)
75 * @param end The end time of the evaluated time range (inclusive)
93 * @param tz The instance of <code>TimeZone</code>
94 * @param start The start time of the evaluated time range (inclusive)
95 * @param en
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DPrecision.java86 * @param minMaxFractionPlaces
111 * @param minFractionPlaces
133 * @param maxFractionPlaces
155 * @param minFractionPlaces
158 * @param maxFractionPlaces
185 * @param minMaxSignificantDigits
210 * @param minSignificantDigits
229 * @param maxSignificantDigits
249 * @param minSignificantDigits
251 * @param maxSignificantDigit
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DListFormatter.java337 * @param two
340 * @param start
343 * @param middle
346 * @param end
376 * @param locale
392 * @param locale
404 * @param locale the locale in question.
405 * @param style the style
418 * @param locale
429 * @param local
[all...]
H A DCollationElementIterator.java152 * @param ce the collation element
162 * @param ce the collation element
172 * @param ce the collation element
207 * @param source the source string.
208 * @param collator the RuleBasedCollator
230 * @param source the source string iterator.
231 * @param collator the RuleBasedCollator
245 * @param source the source string iterator.
246 * @param collator the RuleBasedCollator
446 * @param newOffse
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DZoneMeta.java155 * @param type a system time zone type.
156 * @param region a region, or null.
157 * @param rawOffset a zone raw offset or null.
218 * @param id a system time zone ID
248 * @param id a system time zone ID
249 * @param index a value from 0 to n-1, where n is the value
516 * @param top the top level resource of the zoneinfo resource or null.
517 * @param id zone id
613 * @param id a string of the form GMT[+-]hh:mm, GMT[+-]hhmm, or
635 * @param i
[all...]
/third_party/libcoap/src/
H A Dcoap_uri.c31 * @param s The string to search for @p c.
32 * @param len The length of @p s.
33 * @param c The character to search.
414 * @param seg The segment to decode and copy.
415 * @param length Length of @p seg.
416 * @param buf The result buffer.
474 * @param s The string to decode.
475 * @param length The size of the percent-encoded string @p s.
476 * @param buf The buffer to store the new coap option.
477 * @param bufle
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dprog_print.c360 * \param f the register file (PROGRAM_INPUT, PROGRAM_TEMPORARY, etc)
361 * \param index number of the register in the register file
362 * \param mode the output format/mode/style
363 * \param prog pointer to containing program
402 struct gl_program_parameter *param in reg_string() local
404 char *state = _mesa_program_state_string(param->StateIndexes); in reg_string()
428 * \param swizzle the swizzle field
429 * \param negateBase 4-bit negation vector
430 * \param extended if true, also allow 0, 1 values
774 /* note: 4th param shoul in _mesa_print_instruction()
922 struct gl_program_parameter *param = list->Parameters + i; _mesa_fprint_parameter_list() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c52 * @param src (vector) float value to convert
53 * @param mantissa_bits the number of mantissa bits
54 * @param exponent_bits the number of exponent bits
55 * @param mantissa_start the start position of the small float in result value
56 * @param has_sign if the small float has a sign bit
234 * @param src SoA float (vector) values to convert.
271 * @param src (vector) value to convert
272 * @param mantissa_bits the number of mantissa bits
273 * @param exponent_bits the number of exponent bits
274 * @param mantissa_star
[all...]
/third_party/mindspore/patches/
H A D0010-micro-dynamic-shape-support-discrete-value.patch110 MS_LOG(ERROR) << "Micro param invalid, dynamic symbol must have value.";
144 @@ -455,10 +455,12 @@ int ConverterImpl::InitConfigParam(const std::shared_ptr<ConverterPara> &param,
145 MS_LOG(ERROR) << "Parse mixed bit weight quant param failed.";
148 - ret = lite::ThirdPartyParamParser::Parse(config_parser.GetThirdPartyModelString(), &param->thirdPartyModelParam);
150 - MS_LOG(ERROR) << "Parse third party param failed.";
152 + if (param->fmk_type == converter::kFmkTypeThirdParty) {
153 + ret = lite::ThirdPartyParamParser::Parse(config_parser.GetThirdPartyModelString(), &param->thirdPartyModelParam);
155 + MS_LOG(ERROR) << "Parse third party param failed.";
159 ret = InitExtendedIntegrationInfo(param, config_parser);
165 @@ -238,6 +238,7 @@ int Coder::Init(const MicroParam &param) cons
[all...]
H A D0004-cross-compile-ndkso-fp16-nnrt-train_capi.patch210 + /// \param[in] device_id The device id.
220 + /// \param[in] performance_mode The performance mode.
230 + /// \param[in] priority The priority.
240 + /// \param[in] is_fp16 Enable float16 inference or not.
250 + /// \param[in] extension array.
278 +/// \param[out] num Number of NNRT device description.
285 +/// \param[in] descs NNRT device description array.
286 +/// \param[in] index Element index.
293 +/// \param[out] num Number of NNRT device description.
300 +/// \param[i
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen.c122 static int r300_get_param(struct pipe_screen* pscreen, enum pipe_cap param) in r300_get_param() argument
127 switch (param) { in r300_get_param()
245 return u_pipe_screen_get_param_defaults(pscreen, param); in r300_get_param()
251 enum pipe_shader_cap param) in r300_get_shader_param()
257 switch (param) { in r300_get_shader_param()
268 switch (param) in r300_get_shader_param()
328 switch (param) in r300_get_shader_param()
338 switch (param) { in r300_get_shader_param()
365 return draw_get_shader_param(shader, param); in r300_get_shader_param()
369 switch (param) in r300_get_shader_param()
249 r300_get_shader_param(struct pipe_screen *pscreen, enum pipe_shader_type shader, enum pipe_shader_cap param) r300_get_shader_param() argument
424 r300_get_paramf(struct pipe_screen* pscreen, enum pipe_capf param) r300_get_paramf() argument
466 r300_get_video_param(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) r300_get_video_param() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c714 void *vctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param) in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
721 inp_len = param->inp[11] << 8 | param->inp[12]; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
722 ctx->multiblock_interleave = param->interleave; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
725 if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION) in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
734 } else if ((n4x = param->interleave / 4) && n4x <= 2) in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
735 inp_len = param->len; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
740 sha1_update(&sctx->md, param->inp, 13); in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
756 param in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
713 aesni_cbc_hmac_sha1_tls1_multiblock_aad( void *vctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param) aesni_cbc_hmac_sha1_tls1_multiblock_aad() argument
766 aesni_cbc_hmac_sha1_tls1_multiblock_encrypt( void *ctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param) aesni_cbc_hmac_sha1_tls1_multiblock_encrypt() argument
[all...]
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c714 void *vctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param) in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
721 inp_len = param->inp[11] << 8 | param->inp[12]; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
722 ctx->multiblock_interleave = param->interleave; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
725 if ((param->inp[9] << 8 | param->inp[10]) < TLS1_1_VERSION) in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
734 } else if ((n4x = param->interleave / 4) && n4x <= 2) in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
735 inp_len = param->len; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
740 sha1_update(&sctx->md, param->inp, 13); in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
756 param in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
713 aesni_cbc_hmac_sha1_tls1_multiblock_aad( void *vctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param) aesni_cbc_hmac_sha1_tls1_multiblock_aad() argument
766 aesni_cbc_hmac_sha1_tls1_multiblock_encrypt( void *ctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param) aesni_cbc_hmac_sha1_tls1_multiblock_encrypt() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DFontInfo.java60 * @param font
76 * @param font
126 * @param font
171 * @param font
219 * @param font
243 * @param font
268 * @param font
303 * @param font
359 * @param font
411 * @param fon
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnTest.h162 std::ostream& operator<<(std::ostream& os, const AdapterTestParam& param);
272 DawnTestBase(const AdapterTestParam& param);
647 // Instantiate the test once for each backend provided in the first param list.
648 // The test will be parameterized over the following param lists.
651 // MyTestFixture must extend DawnTestWithParams<Param> where Param is a struct that extends
653 // Param(AdapterTestParam, ABorC, 12or3, ..., otherParams... )
666 o << "; " << #Type << "=" << param.DAWN_PP_CONCATENATE(m, Type);
669 // Generate a test param struct called Foo which extends AdapterTestParam and generated
684 const DAWN_PP_CONCATENATE(_Dawn_, StructName) & param) { \
[all...]
/third_party/typescript/lib/
H A Dlib.es2020.intl.d.ts169 * @param value - Numeric value to use in the internationalized relative time message
171 * @param unit - [Unit](https://tc39.es/ecma402/#sec-singularrelativetimeunit) to use in the relative time internationalized message.
184 * @param value - Numeric value to use in the internationalized relative time message
186 * @param unit - [Unit](https://tc39.es/ecma402/#sec-singularrelativetimeunit) to use in the relative time internationalized message.
212 * @param locales - A string with a [BCP 47 language tag](http://tools.ietf.org/html/rfc5646), or an array of such strings.
216 * @param options - An [object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat/RelativeTimeFormat#Parameters)
233 * @param locales - A string with a [BCP 47 language tag](http://tools.ietf.org/html/rfc5646), or an array of such strings.
237 * @param options - An [object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat/RelativeTimeFormat#Parameters)
325 * @param tag - A string with a [BCP 47 language tag](http://tools.ietf.org/html/rfc5646).
329 * @param option
[all...]
/third_party/python/Lib/venv/
H A D__init__.py33 :param system_site_packages: If True, the system (global) site-packages
35 :param clear: If True, delete the contents of the environment directory if
37 :param symlinks: If True, attempt to symlink rather than copy files into
39 :param upgrade: If True, upgrade an existing virtual environment.
40 :param with_pip: If True, ensure pip is installed in the virtual
42 :param prompt: Alternative terminal prefix for the environment.
43 :param upgrade_deps: Update the base venv modules to the latest on PyPI
64 :param env_dir: The target directory to create an environment in.
179 :param context: The information for the environment creation request
284 :param contex
[all...]
/applications/standard/calendardata/datamanager/src/main/ets/processor/reminders/
H A DRemindersProcessor.ets114 * @param rdbStore rdb数据库
115 * @param values 插入操作的数据
149 * @param rdbStore rdb数据库
150 * @param values 插入操作的数据
176 * @param rdbStore rdb数据库
177 * @param values 插入操作的数据
/applications/standard/contacts_data/dataBusiness/contacts/src/
H A Draw_contacts.cpp35 * @param rdbStore Insert operation based on rdbStore
36 * @param rawContactValues Raw contact values to be inserted
53 * @param rdbStore Update operation based on rdbStore
54 * @param upRawContactValues Pass in parameter upRawContactValues
55 * @param whereClause Clauses for update operation
56 * @param whereArgs Conditions for update operation
/applications/standard/photos/common/src/main/ets/default/model/browser/album/
H A DAlbumSetDataSource.ts42 constructor(broadCast: BroadCast, param?: InitAlbumParam) {
45 Log.debug(TAG, `constructor ${JSON.stringify(param)}`);
49 this.albumDataImpl = BrowserDataFactory.getFeature(BrowserDataFactory.TYPE_ALBUM, param);
51 if (param && param.deviceId) {
52 this.deviceId = param.deviceId;
/applications/standard/printspooler/feature/ippPrint/src/main/ets/common/discovery/
H A DDiscovery.ts45 * @param listener 监听器
59 * @param listener listener
111 * @param printerArray
132 * @param uri
185 * @param printer DiscoveredPrinter
192 * @param printer DiscoveredPrinter

Completed in 37 milliseconds

1...<<211212213214215216217218219220>>...694