Home
last modified time | relevance | path

Searched full:param (Results 6776 - 6800 of 24449) sorted by relevance

1...<<271272273274275276277278279280>>...978

/third_party/typescript/tests/cases/fourslash/
H A DincrementalJsDocAdjustsLengthsRight.ts8 //// * @param {String} str
9 //// * @param {Number} wid/*1*/
16 c.docCommentTagName("param"),
25 c.docCommentTagName("param"),
H A DsignatureHelpWhenEditingCallExpression.ts4 //// * @param start The start
5 //// * @param end The end
13 { name: "param", text: [{ kind: "parameterName", text: "start" }, { kind: "space", text: " " }, { kind: "text", text: "The start" }] },
14 { name: "param", text: [{ kind: "parameterName", text: "end" }, { kind: "space", text: " " }, { kind: "text", text: "The end\nMore text" }] },
/third_party/skia/include/effects/
H A DSk1DPathEffect.h24 @param path The path to replicate (dash)
25 @param advance The space between instances of path
26 @param phase distance (mod advance) along path for its initial position
27 @param style how to transform path at each point (based on the current
/third_party/rust/crates/rustix/src/param/
H A Dmod.rs8 #[cfg(feature = "param")]
13 #[cfg(feature = "param")]
16 #[cfg(feature = "param")]
18 #[cfg(feature = "param")]
/vendor/hihope/2in1_core_system/etc/
H A DBUILD.gn17 source = "./param/hardware_rk3568.para"
19 relative_install_dir = "param"
24 source = "./param/product_rk3568.para"
26 relative_install_dir = "param"
/vendor/hihope/dayu210/etc/
H A DBUILD.gn17 source = "./param/hardware_dayu210.para"
19 relative_install_dir = "param"
24 source = "./param/product_dayu210.para"
26 relative_install_dir = "param"
/vendor/hihope/default_core_system/etc/
H A DBUILD.gn17 source = "./param/hardware_rk3568.para"
19 relative_install_dir = "param"
24 source = "./param/product_rk3568.para"
26 relative_install_dir = "param"
/vendor/hihope/ipcamera_core_system/etc/
H A DBUILD.gn17 source = "./param/hardware_rk3568.para"
19 relative_install_dir = "param"
24 source = "./param/product_rk3568.para"
26 relative_install_dir = "param"
/vendor/hihope/rk3568/etc/
H A DBUILD.gn17 source = "./param/hardware_rk3568.para"
19 relative_install_dir = "param"
24 source = "./param/product_rk3568.para"
26 relative_install_dir = "param"
/vendor/hihope/tablet_core_system/etc/
H A DBUILD.gn17 source = "./param/hardware_rk3568.para"
19 relative_install_dir = "param"
24 source = "./param/product_rk3568.para"
26 relative_install_dir = "param"
/vendor/hihope/wearable/etc/
H A DBUILD.gn17 source = "./param/hardware_rk3568.para"
19 relative_install_dir = "param"
24 source = "./param/product_rk3568.para"
26 relative_install_dir = "param"
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmathndk.cpp136 double param, ret; in Lgamma() local
137 napi_get_value_double(env, args[0], &param); in Lgamma()
138 ret = lgamma(param); in Lgamma()
152 double param, ret; in Lgammaf() local
153 napi_get_value_double(env, args[0], &param); in Lgammaf()
154 ret = lgammaf(param); in Lgammaf()
168 double param, ret; in Lgammal() local
169 napi_get_value_double(env, args[0], &param); in Lgammal()
170 ret = lgammal(param); in Lgammal()
187 double param, re in Lgamma_r() local
204 double param, ret; Lgammaf_r() local
221 double param, ret; Lgammal_r() local
2208 double param; Scalb() local
2224 double param; Scalbf() local
2240 double param; Trunc() local
2255 double param; Truncf() local
2269 double param; Truncl() local
2283 double param; Y0() local
2297 double param; Y0f() local
2311 double param; Y1() local
2325 double param; Y1f() local
2339 double param; Fpclassify() local
2353 double param; Fpclassifyf() local
2367 double param; Fpclassifyl() local
2381 double param; Signbit() local
2395 double param; Signbitf() local
2409 double param; Signbitl() local
2872 double param; SignGam() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/mem/
H A Dallocator.h303 * @param size - size of the object in bytes
304 * @param align - alignment
305 * @param object_allocator - allocator for the object
306 * @param pool_size - size of a memory pool for specified allocator
307 * @param space_type - SpaceType of the object
317 * @param mem - pointer to allocated object
318 * @param size - size of the object in bytes
324 * @param mem - pointer to allocated memory
325 * @param size - size of the memory in bytes
353 * @param gc_object_visito
[all...]
/base/account/os_account/services/accountmgr/src/
H A Dohos_account_manager.cpp168 * @param name ohos account name
169 * @param uid ohos account uid
170 * @param eventStr ohos account state change event
216 * @param ohosAccountInfo distribute account information.
288 * @param curOhosAccount current ohos account info
289 * @param eventStr ohos account state change event
317 * @param userId target local account id.
318 * @param ohosAccountInfo ohos account information
319 * @param eventStr ohos account state change event
387 * @param userI
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_demo_hks.c262 /* get key param */ in hks_encrypt_conn_para()
334 /* set key param */ in app_hks_generate_conn_key()
356 /* save key param */ in app_hks_generate_conn_key()
360 printf("save key param fail, ret:0x%x\r\n", ret); in app_hks_generate_conn_key()
404 /* create enc param */ in app_hks_encrypt_conn_para()
430 /* save enc param and cipher conn data */ in app_hks_encrypt_conn_para()
459 /* get key param */ in app_hks_decrypt_conn_param()
478 /* get enc param */ in app_hks_decrypt_conn_param()
540 /* get key param */ in hks_encrypt_cert()
592 hi_u32 hks_encrypt_cert_get_cipher(struct hks_crypt_param *param, struc argument
632 write_cert_text_to_flash(hi_u32 base_addr, encrypt_param *param, struct hks_blob *cipher_blob, hi_u32 *size_array, hi_u32 cert_index) write_cert_text_to_flash() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dnetdb.h171 * @param name Indicates either a hostname that is to be resolved or an IPv4 or IPv6
212 * @param name The hostname that is to be resolved.
213 * @param ret The pre-allocated structure where the result is stored.
214 * @param buf The pre-allocated buffer where additional data is stored.
215 * @param buflen The size of the buffer.
216 * @param result This is a double pointer to hostent which is set to ret on success
218 * @param h_errnop Indicates the pointer to an int where to store errors (instead of modifying
256 * @param ai The struct addrinfo to free.
273 * @param nodename Indicates a descriptive name or address string of the host. NULL denotes a
275 * @param servnam
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/fast/
H A Dfast_audio_renderer_sink.cpp426 struct AudioSampleAttributes param; in CreateRender() local
427 InitAttrs(param); in CreateRender()
428 param.type = attr_.audioStreamFlag == AUDIO_FLAG_VOIP_FAST ? AUDIO_MMAP_VOIP : AUDIO_MMAP_NOIRQ; in CreateRender()
429 param.sampleRate = attr_.sampleRate; in CreateRender()
430 param.channelCount = attr_.channel; in CreateRender()
431 if (param.channelCount == MONO) { in CreateRender()
432 param.channelLayout = CH_LAYOUT_MONO; in CreateRender()
433 } else if (param.channelCount == STEREO) { in CreateRender()
434 param.channelLayout = CH_LAYOUT_STEREO; in CreateRender()
436 param in CreateRender()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.cpp113 auto onPrepareCompleteFunc = [this](auto& surface, const auto& param, void* data) { in Start()
114 OnPrepareComplete(surface, param, data); in Start()
178 RefreshRateParam param = GetRefreshRateParam(); in CommitAndReleaseLayers() local
182 RSTaskMessage::RSTask task = [this, output = output, layers = layers, param = param]() { in CommitAndReleaseLayers()
197 currentRate, param.frameTimestamp, layers.size()); in CommitAndReleaseLayers()
199 currentRate, param.frameTimestamp, layers.size()); in CommitAndReleaseLayers()
200 ExecuteSwitchRefreshRate(param.rate); in CommitAndReleaseLayers()
201 PerformSetActiveMode(output, param.frameTimestamp, param in CommitAndReleaseLayers()
322 RefreshRateParam param; GetRefreshRateParam() local
420 OnPrepareComplete(sptr<Surface>& surface, const PrepareCompleteParam& param, void* data) OnPrepareComplete() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_removelogo.c130 * @param mask image which will be converted from a greyscale image
372 * @param mask_data the mask plane to use for averaging
373 * @param image_data the image plane to blur
374 * @param w width of the image
375 * @param h height of the image
376 * @param x x-coordinate of the pixel to blur
377 * @param y y-coordinate of the pixel to blur
432 * @param source The image to have it's logo removed.
433 * @param destination Where the output image will be stored.
434 * @param source_strid
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_weight_align.cpp88 * @param weight_count The number of (decimated) weights.
89 * @param dec_weight_ideal_value The ideal decimated unquantized weight values.
90 * @param max_angular_steps The maximum number of steps to be tested.
91 * @param[out] offsets The output angular offsets array.
141 * @param weight_count The number of (decimated) weights.
142 * @param dec_weight_ideal_value The ideal decimated unquantized weight values.
143 * @param max_angular_steps The maximum number of steps to be tested.
144 * @param max_quant_steps The maximum quantization level to be tested.
145 * @param offsets The angular offsets array.
146 * @param[ou
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUBinary.java215 * @param folder The relative ICU data folder, like "" or "coll".
216 * @param suffix Usually ".res".
217 * @param names File base names relative to the folder are added without the suffix,
407 * @param version version of the current data
419 * @param itemPath Relative ICU data item path, for example "root.res" or "coll/ucadata.icu".
431 * @param loader Used for loader.getResourceAsStream() unless the data is found elsewhere.
432 * @param resourceName Resource name for use with the loader.
433 * @param itemPath Relative ICU data item path, for example "root.res" or "coll/ucadata.icu".
445 * @param itemPath Relative ICU data item path, for example "root.res" or "coll/ucadata.icu".
457 * @param loade
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DPersianCalendar.java117 * @param zone the given time zone.
133 * @param aLocale the given locale.
148 * @param locale the given ulocale.
163 * @param zone the given time zone.
164 * @param aLocale the given locale.
180 * @param zone the given time zone.
181 * @param locale the given ulocale.
197 * @param date The date to which the new calendar is set.
213 * @param year the value used to set the {@link #YEAR YEAR} time field in the calendar.
214 * @param mont
[all...]
H A DUniversalTimeScale.java369 * @param otherTime The <code>long</code> datetime
370 * @param timeScale The time scale to convert from
388 * @param otherTime The <code>double</code> datetime
389 * @param timeScale The time scale to convert from
410 * @param otherTime The <code>long</code> datetime
411 * @param timeScale The time scale to convert from
432 * @param otherTime The <code>BigDecimal</code> datetime
433 * @param timeScale The time scale to convert from
482 * @param universalTime The datetime in the universal time scale
483 * @param timeScal
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUBinary.java219 * @param folder The relative ICU data folder, like "" or "coll".
220 * @param suffix Usually ".res".
221 * @param names File base names relative to the folder are added without the suffix,
412 * @param version version of the current data
424 * @param itemPath Relative ICU data item path, for example "root.res" or "coll/ucadata.icu".
436 * @param loader Used for loader.getResourceAsStream() unless the data is found elsewhere.
437 * @param resourceName Resource name for use with the loader.
438 * @param itemPath Relative ICU data item path, for example "root.res" or "coll/ucadata.icu".
450 * @param itemPath Relative ICU data item path, for example "root.res" or "coll/ucadata.icu".
462 * @param loade
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DPersianCalendar.java119 * @param zone the given time zone.
135 * @param aLocale the given locale.
150 * @param locale the given ulocale.
165 * @param zone the given time zone.
166 * @param aLocale the given locale.
182 * @param zone the given time zone.
183 * @param locale the given ulocale.
199 * @param date The date to which the new calendar is set.
215 * @param year the value used to set the {@link #YEAR YEAR} time field in the calendar.
216 * @param mont
[all...]

Completed in 25 milliseconds

1...<<271272273274275276277278279280>>...978