Home
last modified time | relevance | path

Searched full:param (Results 6951 - 6975 of 23347) sorted by relevance

1...<<271272273274275276277278279280>>...934

/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_callback.h30 * @param type 0:upload 1:download 2:all
31 * @param state 同步状态
45 * @param state 同步状态类型
52 * @param error 同步错误类型
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_source_handler/handlerregisterdistributedhardware_fuzzer/
H A Dregisterdistributedhardware_fuzzer.cpp36 EnableParam param; in RegisterDistributedHardwareFuzzTest() local
37 param.sinkVersion = version; in RegisterDistributedHardwareFuzzTest()
38 param.sinkAttrs = attrs; in RegisterDistributedHardwareFuzzTest()
41 DScreenSourceHandler::GetInstance().RegisterDistributedHardware(devId, dhId, param, callback); in RegisterDistributedHardwareFuzzTest()
/foundation/filemanagement/app_file_service/utils/include/b_json/
H A Db_json_entity.h31 * @param jsonFromRealWorld 直接来自真实用户场景的配置文件(即,非override配置)
32 * @param option 任意类型对象
44 * @param obj Json对象引用
45 * @param option 任意类型对象
H A Db_json_clear_data_config.h35 * @param bundlename
42 * @param bundlename
49 * @param bundlename
77 * @param bundlename
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dmutex.h38 * @param mutex Mutex pointer.
46 * @param mutex Mutex pointer.
54 * @param mutex Mutex pointer.
62 * @param mutex Mutex pointer.
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_gap_client.h41 * @param scn server channel number
42 * @param isServer is server or not
43 * @param securityFlag require the connection to be encrypted and authenticated.
52 * @param serviceId service id
H A Dsocket_gap_server.h41 * @param scn server channel number
42 * @param isServer is server or not
43 * @param securityFlag require the connection to be encrypted and authenticated.
52 * @param serviceId service id
/foundation/window/window_manager_lite/services/ims/
H A Dinput_event_distributer.h34 * @param [in] events events waiting for distribution.
35 * @param [in] size total size of events.
51 * @param listener raw event listener.
64 * @param listener raw event listener.
/third_party/ffmpeg/libavcodec/
H A Dmsrledec.h31 * @param avctx codec context
32 * @param pic destination frame
33 * @param depth bit depth
34 * @param gb input bytestream context
/third_party/ffmpeg/libavformat/
H A Dflac_picture.h32 * @param s AVFormatContext for logging and the attached picture stream.
33 * @param buf `*buf` points to the actual data which must be padded by
36 * @param buf_size size of `*buf` (excluding padding)
37 * @param truncate_workaround If set, additional data may be read from s->pb if
H A Dsauce.h33 * @param avctx AVFormatContext
34 * @param[out] fsize return length of file, less SAUCE header
35 * @param[out] got_width set to non-zero if SAUCE header reported height
36 * @param get_height Tell SAUCE header to parse height
/third_party/glslang/Test/baseResults/
H A Dspv.intrinsicsSpirvTypeLocalVar.vert.out17 Name 18 "param"
32 18(param): 7(ptr) Variable Function
35 Store 18(param) 20
36 21: 2 FunctionCall 10(func(spv-t1;) 18(param)
H A Dcompoundsuffix.frag.hlsl16 Name 16 "param"
32 16(param): 8(ptr) Variable Function
33 17: 2 FunctionCall 11(@main(vf4;) 16(param)
34 18: 7(fvec4) Load 16(param)
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPair.java14 * @param <F> first object type
15 * @param <S> second object type
28 * @param first must be non-null
29 * @param second must be non-null
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DDateFormatter.java24 * @param date the date
32 * @param date the date in milliseconds
40 * @param locale the new locale to use
48 * @param tz the new time zone
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DFormatter.java21 * @param toFormat the object to format.
22 * @param variableOptions options that are not know at build time.
35 * @param toFormat the object to format.
36 * @param variableOptions options that are not know at build time.
/third_party/icu/icu4c/source/test/intltest/
H A Duobjtest.h31 * @param obj The UObject to be tested
32 * @param className The name of the class being tested
33 * @param factory String version of obj, for exanple "new UFoo(1,3,4)". NULL if object is abstract.
34 * @param staticID The result of class :: getStaticClassID
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DICUCloneNotSupportedException.java32 * @param message exception message string
42 * @param cause original exception (normally a {@link CloneNotSupportedException})
52 * @param message exception message string
53 * @param cause original exception (normally a {@link CloneNotSupportedException})
H A DICUUncheckedIOException.java36 * @param message exception message string
46 * @param cause original exception (normally a {@link java.io.IOException})
56 * @param message exception message string
57 * @param cause original exception (normally a {@link java.io.IOException})
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPair.java15 * @param <F> first object type
16 * @param <S> second object type
30 * @param first must be non-null
31 * @param second must be non-null
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/
H A DDateFormatter.java26 * @param date the date
34 * @param date the date in milliseconds
42 * @param locale the new locale to use
50 * @param tz the new time zone
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DICUUncheckedIOException.java33 * @param message exception message string
42 * @param cause original exception (normally a {@link java.io.IOException})
51 * @param message exception message string
52 * @param cause original exception (normally a {@link java.io.IOException})
H A DICUCloneNotSupportedException.java31 * @param message exception message string
40 * @param cause original exception (normally a {@link CloneNotSupportedException})
49 * @param message exception message string
50 * @param cause original exception (normally a {@link CloneNotSupportedException})
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dglobal.wat22 (func (export "set var f32 import") (param f32) (global.set $mut_f32_import (local.get 0)))
23 (func (export "set var i64 import") (param i64) (global.set $mut_i64_import (local.get 0)))
25 (func (export "set var f32 export") (param f32) (global.set $mut_f32_export (local.get 0)))
26 (func (export "set var f64 export") (param i64) (global.set $mut_i64_export (local.get 0)))
/third_party/node/test/parallel/
H A Dtest-whatwg-url-custom-searchparams-sort.js35 for (const param of params) {
36 assert_array_equals(param, val.output[i]);
46 for (const param of params) {
47 assert_array_equals(param, val.output[i]);

Completed in 14 milliseconds

1...<<271272273274275276277278279280>>...934