Home
last modified time | relevance | path

Searched full:param (Results 5101 - 5125 of 14475) sorted by relevance

1...<<201202203204205206207208209210>>...579

/base/update/update_app/feature/ota/src/main/ets/
H A DOtaPage.ets32 * @param versionComponents 升级包
33 * @param componentDescriptions 更新日志
71 * @param versionComponents 升级包
72 * @param componentDescriptions 更新日志
/base/telephony/telephony_data/sim/include/
H A Dsim_ability.h71 * @param uri Resource address
79 * @param tableName table name of the predicates
80 * @param predicates DataSharePredicates
88 * @param value Table field data
/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Diauth_executor_hdi.cpp25 ResultCode IAuthExecutorHdi::Enroll(uint64_t scheduleId, const EnrollParam &param, in Enroll() argument
32 ResultCode IAuthExecutorHdi::Authenticate(uint64_t scheduleId, const AuthenticateParam &param, in Authenticate() argument
39 ResultCode IAuthExecutorHdi::Collect(uint64_t scheduleId, const CollectParam &param, in Collect() argument
46 ResultCode IAuthExecutorHdi::Identify(uint64_t scheduleId, const IdentifyParam &param, in Identify() argument
/base/useriam/user_auth_framework/test/unittest/executors/mock/
H A Dmock_iauth_executor_hdi.h39 MOCK_METHOD3(Enroll, ResultCode(uint64_t scheduleId, const EnrollParam &param,
42 ResultCode(uint64_t scheduleId, const AuthenticateParam &param,
45 ResultCode(uint64_t scheduleId, const CollectParam &param,
47 MOCK_METHOD3(Identify, ResultCode(uint64_t scheduleId, const IdentifyParam &param,
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_url_resource_response_impl.h42 * @param input_stream set inputstream for example: fread(buf, 1, sizeof(buf),
64 * @param response_headers response header
80 * @param mime_type mime_type{ "text/html" }
94 * @param encoding encoding { "utf-8" }
/base/web/webview/interfaces/kits/napi/webfunction/
H A Dnapi_webview_function.cpp79 WebInitedCallbackParam *param = new (std::nothrow) WebInitedCallbackParam(env, callback); in RegisterWebInitedCallback() local
80 if (param == nullptr) { in RegisterWebInitedCallback()
83 WebRunInitedCallback *runWebInitedCallbackObj = new (std::nothrow) WebRunInitedCallbackImpl(param); in RegisterWebInitedCallback()
85 delete param; in RegisterWebInitedCallback()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_url_resource_response_wrapper.h42 * @param input_stream set inputstream for example: fread(buf, 1, sizeof(buf),
64 * @param response_headers response header
80 * @param mime_type mime_type{ "text/html" }
94 * @param encoding encoding { "utf-8" }
/third_party/ffmpeg/libavcodec/
H A Dencode.h32 * @param frame An empty frame to be filled with data.
58 * @param avctx the AVCodecContext of the encoder
59 * @param avpkt The AVPacket: on success, avpkt->data will point to a buffer
62 * @param size an upper bound of the size of the packet to encode
H A Damr.h46 * @param out pointer to the frame struct
47 * @param size the size in bytes of the frame struct
48 * @param data input bitstream after the frame header
49 * @param ord_table the reordering table as above
/third_party/ffmpeg/libavfilter/
H A Dvf_eq.h61 EQParameters param[3]; member
103 static void process_c(EQParameters *param, uint8_t *dst, int dst_stride, in process_c() argument
106 int contrast = (int) (param->contrast * 256 * 16); in process_c()
107 int brightness = ((int) (100.0 * param->brightness + 100.0) * 511) / 200 - 128 - contrast / 32; in process_c()
/third_party/glslang/Test/baseResults/
H A Dspv.1.4.funcall.array.frag.out22 Name 40 "param"
53 40(param): 12(ptr) Variable Function
59 Store 40(param) 36
60 41: 7(fvec4) FunctionCall 16(f(vf4[9];i1;) 39 40(param)
H A Dspv.1.6.specConstant.comp.out18 Name 37 "param"
51 37(param): 11(ptr) Variable Function
52 Store 37(param) 27
53 38: 2 FunctionCall 14(foo(vu3;) 37(param)
H A Dspv.bool.vert.out23 Name 30 "param"
62 30(param): 7(ptr) Variable Function
66 Store 30(param) 35
67 36: 6(bool) FunctionCall 10(foo(b1;) 30(param)
H A Dspv.register.autoassign-2.frag.out21 Name 40 "param"
57 40(param): 9(ptr) Variable Function
58 41: 2 FunctionCall 12(@main(struct-PS_OUTPUT-vf41;) 40(param)
59 42:8(PS_OUTPUT) Load 40(param)
H A Dhlsl.autosampledtextures.frag.out24 Name 41 "param"
54 41(param): 9(ptr) Variable Function
59 Store 41(param) 42
60 43:11(PS_OUTPUT) FunctionCall 14(@MainPs(struct-PS_INPUT-vf21;) 41(param)
/third_party/cmsis/CMSIS/Core/Include/
H A Dtz_context.h48 /// \param[in] module identifies software modules called from non-secure mode
54 /// \param[in] id TrustZone memory slot identifier
59 /// \param[in] id TrustZone memory slot identifier
64 /// \param[in] id TrustZone memory slot identifier
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DConstantAffixModifier.java29 * @param prefix
31 * @param suffix
33 * @param field
35 * @param strong
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DDateRule.java32 * @param start Only occurrances on or after this date are returned.
47 * @param start Only occurrances on or after this date are returned.
48 * @param end Only occurrances before this date are returned.
65 * @param date The date to check.
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DDateRule.java34 * @param start Only occurrances on or after this date are returned.
49 * @param start Only occurrances on or after this date are returned.
50 * @param end Only occurrances before this date are returned.
67 * @param date The date to check.
/third_party/icu/icu4c/source/common/
H A Dustrenum.h32 * @param uenum a UEnumeration object. This object takes
47 * @param status the error code.
57 * @param status the error code.
64 * @param status the error code.
/third_party/node/test/fixtures/wpt/url/
H A Durlsearchparams-sort.any.js39 for(let param of params) {
40 assert_array_equals(param, val.output[i])
50 for(let param of params) {
51 assert_array_equals(param, val.output[i])
/third_party/node/deps/icu-small/source/common/
H A Dustrenum.h32 * @param uenum a UEnumeration object. This object takes
47 * @param status the error code.
57 * @param status the error code.
64 * @param status the error code.
/third_party/node/deps/brotli/c/include/brotli/
H A Dtypes.h65 * @param opaque custom memory manager handle provided by client
66 * @param size requested memory region size; can not be @c 0
78 * @param opaque custom memory manager handle provided by client
79 * @param address memory region pointer returned by ::brotli_alloc_func, or @c 0
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
H A D2-2.c45 struct sched_param param; in thread_func() local
46 memset(&param, 0, sizeof(param)); in thread_func()
48 rc = pthread_getschedparam(self, &new_policy, &param); in thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D19-5.c32 struct sched_param param; in main() local
34 param.sched_priority = 0; in main()
36 result = sched_setscheduler(0, -1, &param); in main()
56 result = sched_setscheduler(0, INVALID_POLICY, &param); in main()

Completed in 15 milliseconds

1...<<201202203204205206207208209210>>...579