| /base/update/update_app/feature/ota/src/main/ets/ |
| H A D | OtaPage.ets | 32 * @param versionComponents 升级包 33 * @param componentDescriptions 更新日志 71 * @param versionComponents 升级包 72 * @param componentDescriptions 更新日志
|
| /base/telephony/telephony_data/sim/include/ |
| H A D | sim_ability.h | 71 * @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 D | iauth_executor_hdi.cpp | 25 ResultCode IAuthExecutorHdi::Enroll(uint64_t scheduleId, const EnrollParam ¶m, in Enroll() argument 32 ResultCode IAuthExecutorHdi::Authenticate(uint64_t scheduleId, const AuthenticateParam ¶m, in Authenticate() argument 39 ResultCode IAuthExecutorHdi::Collect(uint64_t scheduleId, const CollectParam ¶m, in Collect() argument 46 ResultCode IAuthExecutorHdi::Identify(uint64_t scheduleId, const IdentifyParam ¶m, in Identify() argument
|
| /base/useriam/user_auth_framework/test/unittest/executors/mock/ |
| H A D | mock_iauth_executor_hdi.h | 39 MOCK_METHOD3(Enroll, ResultCode(uint64_t scheduleId, const EnrollParam ¶m, 42 ResultCode(uint64_t scheduleId, const AuthenticateParam ¶m, 45 ResultCode(uint64_t scheduleId, const CollectParam ¶m, 47 MOCK_METHOD3(Identify, ResultCode(uint64_t scheduleId, const IdentifyParam ¶m,
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
| H A D | ark_web_url_resource_response_impl.h | 42 * @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 D | napi_webview_function.cpp | 79 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 D | ark_web_url_resource_response_wrapper.h | 42 * @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 D | encode.h | 32 * @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 D | amr.h | 46 * @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 D | vf_eq.h | 61 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 D | spv.1.4.funcall.array.frag.out | 22 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 D | spv.1.6.specConstant.comp.out | 18 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 D | spv.bool.vert.out | 23 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 D | spv.register.autoassign-2.frag.out | 21 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 D | hlsl.autosampledtextures.frag.out | 24 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 D | tz_context.h | 48 /// \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 D | ConstantAffixModifier.java | 29 * @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 D | DateRule.java | 32 * @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 D | DateRule.java | 34 * @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 D | ustrenum.h | 32 * @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 D | urlsearchparams-sort.any.js | 39 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 D | ustrenum.h | 32 * @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 D | types.h | 65 * @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 D | 2-2.c | 45 struct sched_param param; in thread_func() local 46 memset(¶m, 0, sizeof(param)); in thread_func() 48 rc = pthread_getschedparam(self, &new_policy, ¶m); in thread_func()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
| H A D | 19-5.c | 32 struct sched_param param; in main() local 34 param.sched_priority = 0; in main() 36 result = sched_setscheduler(0, -1, ¶m); in main() 56 result = sched_setscheduler(0, INVALID_POLICY, ¶m); in main()
|