Home
last modified time | relevance | path

Searched full:param (Results 7626 - 7650 of 24449) sorted by relevance

1...<<301302303304305306307308309310>>...978

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp70 /// \param Data The binary stream to read the data from.
72 /// \param Offset The byte offset within \a Data.
74 /// \param SkippedRanges If true, address ranges have already been skipped.
101 /// \param Data The binary stream to read the data from.
103 /// \param Offset The byte offset within \a Data.
105 /// \param BaseAddr The address that the relative address range offsets are
170 /// \param Data The data extractor to decode from.
171 /// \param Offset The offset within \a Data to decode from.
172 /// \param BaseAddr The base address to use when decoding address ranges.
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtls_test_common.c202 * @param url
203 * @param cbc - may be null
204 * @param cipher_suite
205 * @param proto_version
260 * @param url - char buffer into which the url is compiled
261 * @param port port to use for the test
361 * @param d
362 * @param daemon_flags
363 * @param arg_list
/third_party/skia/third_party/externals/icu/source/common/
H A Dudataswp.h69 * @param ds Pointer to UDataSwapper containing global data about the
72 * @param inData Pointer to the input data to be transformed or examined.
73 * @param length Length of the data, counting bytes. May be -1 for preflighting.
78 * @param outData Pointer to the output data buffer.
82 * @param pErrorCode ICU UErrorCode parameter, must not be NULL and must
142 * @param context A function-specific context pointer.
143 * @param fmt The format string.
144 * @param args The arguments for format string inserts.
391 * @param isAcceptable Same as for udata_openChoice(). May be NULL.
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dutf.h126 * @param c 32-bit code point
147 * @param c 32-bit code point
157 * @param c 32-bit code point
165 * @param c 32-bit code point
173 * @param c 32-bit code point
181 * @param c 32-bit code point
189 * @param c 32-bit code point
198 * @param c 32-bit code point
207 * @param c 32-bit code point
/third_party/typescript/lib/
H A Dlib.scripthost.d.ts99 * @param characters Positive number of characters to skip forward. (Backward skipping is not supported.)
198 * @param strProgiID
199 * @param strPrefix Function names in the form prefix_event will be bound to this object's COM events.
210 * @param strPathname Fully qualified path to the file containing the object persisted to disk.
212 * @param strProgID
213 * @param strPrefix Function names in the form prefix_event will be bound to this object's COM events.
219 * @param intTime Interval (in milliseconds) to suspend script execution.
289 * @param dimension 1-based dimension (defaults to 1)
295 * @param dimension 1-based dimension (defaults to 1)
/third_party/typescript/tests/baselines/reference/
H A DjsDeclarationsFunctionsCjs.types55 * @param {number} a
56 * @param {number} b
75 * @param {T} a
76 * @param {U} b
95 * @param {T} a
127 * @param {{x: string}} a
128 * @param {{y: typeof module.exports.b}} b
156 * @param {{x: string}} a
157 * @param {{y: typeof module.exports.b}} b
H A DcompletionsCommentsClassMembers.baseline2095 "name": "param",
2170 "name": "param",
2195 "name": "param",
2270 "name": "param",
2343 "name": "param",
2418 "name": "param",
2443 "name": "param",
2550 "name": "param",
2636 "name": "param",
2711 "name": "param",
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Duniform_int_distribution.h112 explicit uniform_int_distribution(const param_type& param) : param_(param) {} in uniform_int_distribution() argument
122 return (*this)(gen, param()); in operator ()()
127 URBG& gen, const param_type& param) { // NOLINT(runtime/references) in operator ()()
128 return param.a() + Generate(gen, param.range()); in operator ()()
134 param_type param() const { return param_; } in param() function in absl::uniform_int_distribution
135 void param(const param_type& params) { param_ = params; } in param() function in absl::uniform_int_distribution
187 x.param( in operator >>()
126 operator ()( URBG& gen, const param_type& param) operator ()() argument
/third_party/skia/include/codec/
H A DSkAndroidCodec.h81 * @param requestedColorType Color type requested by the client
94 * @param requestedUnpremul Indicates if the client requested
103 * @param outputColorType Color type that the client will decode to.
104 * @param prefColorSpace Preferred color space to decode to.
118 * @param size As an input parameter, the desired output size of
148 * @param desiredSubset in/out parameter
171 * @param sampleSize Factor to scale down by.
172 * @param subset Must be a valid subset of the original image
212 * @param info A description of the format (config, size)
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdePoolArray.c39 * \param pool Pool to allocate memory from.
40 * \param elementSize Size of the element to be put in array.
41 * \param Pointer to the created array, or null on failure.
61 * \param arr Array pointer.
62 * \param size Number of elements for which to reserve memory.
63 * \param True on success, false on failure.
137 * \param arr Array pointer.
138 * \param size New size of the array (in elements).
139 * \param True on success, false on failure.
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c814 } param; member
830 } param; member
846 } param; member
877 } param; member
976 memcpy(cctx->km.param.k, key, keylen); in s390x_aes_ecb_init_key()
985 s390x_km(in, len, out, cctx->fc, &cctx->km.param); in s390x_aes_ecb_cipher()
998 memcpy(cctx->kmo.param.cv, iv, ivlen); in s390x_aes_ofb_init_key()
999 memcpy(cctx->kmo.param.k, key, keylen); in s390x_aes_ofb_init_key()
1013 memcpy(cctx->kmo.param.cv, iv, ivlen); in s390x_aes_ofb_cipher()
1015 *out = *in ^ cctx->kmo.param in s390x_aes_ofb_cipher()
[all...]
/third_party/openssl/crypto/evp/
H A De_aes.c814 } param; member
830 } param; member
848 } param; member
881 } param; member
980 memcpy(cctx->km.param.k, key, keylen); in s390x_aes_ecb_init_key()
989 s390x_km(in, len, out, cctx->fc, &cctx->km.param); in s390x_aes_ecb_cipher()
1002 memcpy(cctx->kmo.param.cv, iv, ivlen); in s390x_aes_ofb_init_key()
1003 memcpy(cctx->kmo.param.k, key, keylen); in s390x_aes_ofb_init_key()
1018 memcpy(cctx->kmo.param.cv, iv, ivlen); in s390x_aes_ofb_cipher()
1020 *out = *in ^ cctx->kmo.param in s390x_aes_ofb_cipher()
[all...]
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dcpp_client_proxy_code_emitter.cpp228 AutoPtr<ASTParameter> param = method->GetParameter(i); in EmitProxyMethodDecl() local
229 EmitInterfaceMethodParameter(param, paramStr, ""); in EmitProxyMethodDecl()
253 AutoPtr<ASTParameter> param = method->GetParameter(i); in EmitProxyStaticMethodDecl() local
254 EmitInterfaceMethodParameter(param, paramStr, ""); in EmitProxyStaticMethodDecl()
425 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in GetSourceOtherLibInclusions() local
426 AutoPtr<ASTType> paramType = param->GetType(); in GetSourceOtherLibInclusions()
427 if ((param->GetAttribute() == ASTParamAttr::PARAM_IN) && in GetSourceOtherLibInclusions()
432 if ((param->GetAttribute() == ASTParamAttr::PARAM_OUT) && in GetSourceOtherLibInclusions()
444 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in GetSourceOtherFileInclusions() local
445 AutoPtr<ASTType> paramType = param in GetSourceOtherFileInclusions()
734 AutoPtr<ASTParameter> param = method->GetParameter(i); EmitProxyMethodImpl() local
760 AutoPtr<ASTParameter> param = method->GetParameter(i); EmitProxyStaticMethodImpl() local
780 AutoPtr<ASTParameter> param = method->GetParameter(i); EmitProxyMethodBody() local
811 AutoPtr<ASTParameter> param = method->GetParameter(i); EmitProxyStaticMethodBody() local
835 AutoPtr<ASTParameter> param = method->GetParameter(i); EmitProxyStaticMethodBody() local
874 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); EmitUtilMethods() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
H A Dpu_view.ts126 // @Local, @Param, @Trace, etc V2 decorator functions modify isViewV2 to return true
289 * @param freezeState only value 'true' will be used, otherwise inherits from parent
304 * @param active true for active, false for inactive
413 * @param elmtId which node needs to update.
542 * @param propStr name of the variable. Note from @Provide and @Consume this is
544 * @param callback application defined member function of sub-class
553 * @param providedPropName either the variable name or the alias defined as
554 * decorator param
555 * @param store the backing store object for this variable (not the get/set variable!)
578 * @param providedPropNam
[all...]
/test/xts/hats/hdf/audio/idl/common/render_additional/src/
H A DAudioRenderCommonTest.cpp346 * @tc.desc : Test input param
364 * @tc.desc : Test input param
382 * @tc.desc : Test input param
400 * @tc.desc : Test input param
418 * @tc.desc : Test input param
436 * @tc.desc : Test input param
463 * @tc.desc : Test input param
474 * @tc.desc : Test input param
505 * @tc.desc : Test input param
535 * @tc.desc : Test input param
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dupgrade_memory_model_test.cpp116 %param = OpFunctionParameter %ptr_int_Workgroup in TEST_F()
118 %ld = OpLoad %int %param in TEST_F()
119 OpStore %param %ld in TEST_F()
163 OpDecorate %param Coherent in TEST_F()
164 OpDecorate %param Volatile in TEST_F()
170 %param = OpFunctionParameter %ptr_int_Uniform in TEST_F()
172 %ld = OpLoad %int %param in TEST_F()
173 OpStore %param %ld in TEST_F()
244 OpDecorate %param Coherent in TEST_F()
245 OpDecorate %param Volatil in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dupgrade_memory_model_test.cpp116 %param = OpFunctionParameter %ptr_int_Workgroup in TEST_F()
118 %ld = OpLoad %int %param in TEST_F()
119 OpStore %param %ld in TEST_F()
163 OpDecorate %param Coherent in TEST_F()
164 OpDecorate %param Volatile in TEST_F()
170 %param = OpFunctionParameter %ptr_int_Uniform in TEST_F()
172 %ld = OpLoad %int %param in TEST_F()
173 OpStore %param %ld in TEST_F()
244 OpDecorate %param Coherent in TEST_F()
245 OpDecorate %param Volatil in TEST_F()
[all...]
/third_party/spirv-tools/test/opt/
H A Dupgrade_memory_model_test.cpp115 %param = OpFunctionParameter %ptr_int_Workgroup in TEST_F()
117 %ld = OpLoad %int %param in TEST_F()
118 OpStore %param %ld in TEST_F()
162 OpDecorate %param Coherent in TEST_F()
163 OpDecorate %param Volatile in TEST_F()
169 %param = OpFunctionParameter %ptr_int_Uniform in TEST_F()
171 %ld = OpLoad %int %param in TEST_F()
172 OpStore %param %ld in TEST_F()
243 OpDecorate %param Coherent in TEST_F()
244 OpDecorate %param Volatil in TEST_F()
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dintrinsic_table.inl33 /// @param state the MatchState
34 /// @param type the type to match
38 /// @param state the MatchState
60 /// @param state the MatchState
61 /// @param type the type to match
65 /// @param state the MatchState
87 /// @param state the MatchState
88 /// @param type the type to match
92 /// @param state the MatchState
114 /// @param stat
[all...]
/applications/standard/app_samples/code/BasicFeature/Media/Image/entry/src/main/ets/pages/
H A DGetPictures.ets39 let param: Want | undefined = want.parameters;
40 if (param !== null && param !== undefined) {
41 let result: Array<string> = param['select-item-list'] as Array<string>;
/applications/standard/contacts/entry/src/main/ets/workers/base/
H A DWorkerTask.ts39 * @param e message data
47 data.param = v;
51 }, data.param);
57 public abstract runInWorker(request: string, callBack: (v?: any) => void, param?: any);
/applications/standard/mms/entry/src/main/ets/workers/base/
H A DWorkerTask.ts40 * @param e message data
48 data.param = v;
52 }, data.param);
58 public abstract runInWorker(request: string, callBack: (v?: any) => void, param?: any);
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_remote_promise_resolver.h35 * @param resolveValue: EtsObject to resolve/reject promise. If you want to reject promise, it should be exception
37 * @param action: use Action::Resolve if you want to resolve remote promise, otherwise use Action::Reject
44 * @param resolveValue: EtsObject to resolve/reject promise. If you want to reject promise, it should be exception
46 * @param action: use Action::Resolve if you want to resolve remote promise, otherwise use Action::Reject
/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/utils/
H A Dprint_utilities.j228 function printData(paramName: String, param: {{.value}}) : void {
32 for (let i = 0 ; i < param.length; i++) {
33 console.print(param[i])
39 console.print(param)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/03.types/References_Types/unions/
H A Dunion_generics_01.sts37 function getNumber(param: Margin): int {
38 if (param instanceof string) {
39 return (param as string).length as int
41 return (param as number) as int

Completed in 97 milliseconds

1...<<301302303304305306307308309310>>...978