Home
last modified time | relevance | path

Searched full:param (Results 8501 - 8525 of 19744) sorted by relevance

1...<<341342343344345346347348349350>>...790

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h258 /// \param Res - The value of the expression. The result is undefined
266 /// \param Res - The value of the expression. The result is undefined
274 /// \param Res - The value of the expression. The result is undefined
281 /// \param Res - The value of the absolute expression. The result is undefined
294 /// \param ParenDepth - Specifies how many trailing expressions outside the
296 /// \param Res - The value of the expression. The result is undefined
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-instructions-first-value-phi/
H A D0-opt.spvasm21 OpName %param "param"
73 %param = OpVariable %_ptr_Function_S Function
136 OpStore %param %90
137 %91 = OpFunctionCall %void %func_struct_S_i11_ %param
138 %92 = OpLoad %S %param
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/spv-stable-bubblesort-flag-complex-conditionals/
H A D0.spvasm23 OpName %param "param"
24 OpName %param_0 "param"
81 %param = OpVariable %_ptr_Function_float Function
143 OpStore %param %92
147 %95 = OpFunctionCall %bool %checkSwap_f1_f1_ %param %param_0
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h128 /// @param parent The register being spilled or split.
129 /// @param newRegs List to receive any new registers created. This needn't be
131 /// @param MF The MachineFunction the live range edit is taking place in.
132 /// @param lis The collection of all live intervals in this function.
133 /// @param vrm Map of virtual registers to physical registers for this
136 /// @param deadRemats The collection of all the instructions defining an
/third_party/typescript/tests/baselines/reference/
H A DcheckObjectDefineProperty.types152 >Object.defineProperty(x, "zipStr", { /** @param {string} str */ set(str) { this.zip = Number(str) }}) : typeof x
158 >{ /** @param {string} str */ set(str) { this.zip = Number(str) }} : { set(str: string): void; }
160 /** @param {string} str */
177 * @param {{name: string}} named
230 * @param {typeof returnExemplar} a
231 * @param {typeof needsExemplar} b
H A DcommentsOverloads.js3 function f1(/**param a*/a: number): number;
27 function f4(/**param a*/a: number): number;
37 (/**param a*/ a: number): number;
265 declare function f1(/**param a*/ a: number): number;
273 declare function f4(/**param a*/ a: number): number;
278 (/**param a*/ a: number): number;
H A DjsDeclarationsFunctionLikeClasses2.symbols3 * @param {number} len
26 * @param {Vec} other
107 * @param {number} x
108 * @param {number} y
160 * @param {number} x
179 * @param {number} y
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageLiteToString.java68 * @param buffer the buffer to write to
69 * @param indent the number of spaces to indent the proto by
216 * @param buffer the buffer to write to
217 * @param indent the number of spaces the proto should be indented by
218 * @param name the field name (in lower underscore case)
219 * @param object the object value of the field
/third_party/spirv-tools/source/val/
H A Dbasic_block.h47 /// @param[in] id The ID of the basic block
117 /// @param[in] dom_block The dominator block
122 /// @param[in] dom_block The dominator block
127 /// @param[in] pdom_block The post dominator block
207 /// @param block The block which is referenced by the iterator
208 /// @param dominator_func This function will be called to get the immediate
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha512-internal.c161 @param md The hash state you wish to initialize
181 @param md The hash state
182 @param in The data to hash
183 @param inlen The length of the data (octets)
222 @param md The hash state
223 @param out [out] The destination of the hash (64 bytes)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha512-internal.c161 @param md The hash state you wish to initialize
181 @param md The hash state
182 @param in The data to hash
183 @param inlen The length of the data (octets)
222 @param md The hash state
223 @param out [out] The destination of the hash (64 bytes)
/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_2/cpp_target/user_auth/v1_2/
H A Duser_auth_interface_stub.cpp.txt530 OHOS::HDI::UserAuth::V1_2::EnrollParam param;
531 if (!EnrollParamBlockUnmarshalling(userAuthInterfaceData, param)) {
532 HDF_LOGE("%{public}s: read param failed!", __func__);
543 int32_t userAuthInterfaceRet = impl->BeginEnrollment(userId, authToken, param, info);
910 OHOS::HDI::UserAuth::V1_2::AuthSolution param;
911 if (!AuthSolutionBlockUnmarshalling(userAuthInterfaceData, param)) {
912 HDF_LOGE("%{public}s: read param failed!", __func__);
932 int32_t userAuthInterfaceRet = impl->BeginAuthentication(contextId, param, scheduleInfos);
1265 OHOS::HDI::UserAuth::V1_2::EnrollParam param;
1266 if (!EnrollParamBlockUnmarshalling(userAuthInterfaceData, param)) {
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Djs_napi_common.cpp939 TAG_LOGE(AAFwkTag::JSNAPI, "input param error"); in CreateAppInfo()
1075 TAG_LOGE(AAFwkTag::JSNAPI, "argc==2 invalid param"); in UnwrapVerifyPermissionParams()
1080 TAG_LOGE(AAFwkTag::JSNAPI, "argc==3 invalid param"); in UnwrapVerifyPermissionParams()
1132 { static_cast<int32_t>(NAPI_ERR_PARAM_INVALID), std::string("input param error") }, in ConvertErrorCode()
1233 * @param param Indicates the parameters saved the parse result.
1234 * @param env The environment that the Node-API call is invoked under.
1235 * @param args Indicates the arguments passed into the callback.
1239 bool UnwrapParamForWant(napi_env env, napi_value args, AbilityType, CallAbilityParam &param) in UnwrapParamForWant() argument
1244 param in UnwrapParamForWant()
1275 SetJsStartAbilityExecuteCallback(std::shared_ptr<int32_t> &errorVal, AbilityType &abilityType, std::shared_ptr<CallAbilityParam> &param, NapiAsyncTask::ExecuteCallback &execute) SetJsStartAbilityExecuteCallback() argument
1333 auto param = std::make_shared<CallAbilityParam>(); JsStartAbility() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng_extra_add.cpp239 VideoEventCallback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in HWTEST_F()
241 VideoEventCallback onPause = [&pauseCheck](const std::string& /* param */) { pauseCheck = VIDEO_PAUSE_EVENT; }; in HWTEST_F()
243 VideoEventCallback onFinish = [&finishCheck](const std::string& /* param */) { finishCheck = VIDEO_FINISH_EVENT; }; in HWTEST_F()
245 VideoEventCallback onStop = [&stopCheck](const std::string& /* param */) { stopCheck = VIDEO_STOP_EVENT; }; in HWTEST_F()
310 VideoEventCallback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in HWTEST_F()
312 VideoEventCallback onPause = [&pauseCheck](const std::string& /* param */) { pauseCheck = VIDEO_PAUSE_EVENT; }; in HWTEST_F()
314 VideoEventCallback onFinish = [&finishCheck](const std::string& /* param */) { finishCheck = VIDEO_FINISH_EVENT; }; in HWTEST_F()
316 VideoEventCallback onStop = [&stopCheck](const std::string& /* param */) { stopCheck = VIDEO_STOP_EVENT; }; in HWTEST_F()
381 VideoEventCallback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in HWTEST_F()
383 VideoEventCallback onPause = [&pauseCheck](const std::string& /* param */) { pauseChec in HWTEST_F()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessagePattern.java152 * @param mode Explicit ApostropheMode.
162 * @param pattern a MessageFormat pattern string
176 * @param pattern a MessageFormat pattern string
193 * @param pattern a ChoiceFormat pattern string
210 * @param pattern a PluralFormat pattern string
227 * @param pattern a SelectFormat pattern string
265 * @param mode The new ApostropheMode.
274 * @param other another object to compare with.
359 * @param name Input string.
433 * @param
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessagePattern.java148 * @param mode Explicit ApostropheMode.
157 * @param pattern a MessageFormat pattern string
170 * @param pattern a MessageFormat pattern string
186 * @param pattern a ChoiceFormat pattern string
202 * @param pattern a PluralFormat pattern string
218 * @param pattern a SelectFormat pattern string
254 * @param mode The new ApostropheMode.
262 * @param other another object to compare with.
340 * @param name Input string.
409 * @param
[all...]
/third_party/lwip/src/api/
H A Dapi_msg.c540 * @param conn the TCP netconn to setup
635 * @param msg the api_msg describing the connection type
719 * @param m the api_msg describing the connection type
745 * @param t the type of 'connection' to create (@see enum netconn_type)
746 * @param callback a function to call on status changes (RX available, TX'ed)
840 * @param conn the netconn to free
871 * @param conn the netconn to free
966 * @param conn the TCP netconn to close
1159 * @param m the api_msg pointing to the connection
1261 * @param
[all...]
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.h1227 \param pAllocDesc Parameters of the allocation.
1228 \param pResourceDesc Description of created resource.
1229 \param InitialResourceState Initial resource state.
1230 \param pOptimizedClearValue Optional. Either null or optimized clear value.
1231 \param[out] ppAllocation Filled with pointer to new allocation object created.
1232 \param riidResource IID of a resource to be returned via `ppvResource`.
1233 \param[out] ppvResource Optional. If not null, filled with pointer to new resouce created.
1270 \param pAllocation Existing allocation indicating the memory where the new resource should be created.
1274 \param AllocationLocalOffset Additional offset in bytes to be applied when allocating the resource.
1277 \param pResourceDes
[all...]
/third_party/skia/third_party/externals/tint/test/bug/tint/
H A D749.spvasm.expected.glsl115 int param = 0;
180 int x_966 = param;
181 param = 0;
182 param = x_966;
187 int x_968 = param;
188 param = 0;
189 param = x_968;
237 int x_979 = param;
238 param = 0;
239 param
[all...]
H A D749.spvasm.expected.hlsl114 int param = 0;
179 const int x_966 = param;
180 param = 0;
181 param = x_966;
186 const int x_968 = param;
187 param = 0;
188 param = x_968;
236 const int x_979 = param;
237 param = 0;
238 param
[all...]
H A D749.spvasm.expected.msl120 int param = 0;
185 int const x_966 = param;
186 param = 0;
187 param = x_966;
192 int const x_968 = param;
193 param = 0;
194 param = x_968;
242 int const x_979 = param;
243 param = 0;
244 param
[all...]
H A D749.spvasm.expected.wgsl112 var param : i32;
173 let x_966 : i32 = param;
174 param = 0;
175 param = x_966;
180 let x_968 : i32 = param;
181 param = 0;
182 param = x_968;
228 let x_979 : i32 = param;
229 param = 0;
230 param
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_ring_test.cc99 MATCHER_P2(EqIfPrivate, param, rep, in MATCHER_P2()
101 return param.refcount_is_one ? arg == rep : true; in MATCHER_P2()
105 MATCHER_P2(EqIfPrivateAndCapacity, param, rep, in MATCHER_P2()
108 return (param.refcount_is_one && param.with_capacity) ? arg == rep : true; in MATCHER_P2()
114 MATCHER_P2(NeIfShared, param, rep, in MATCHER_P2()
116 return param.refcount_is_one ? true : arg != rep; in MATCHER_P2()
119 MATCHER_P2(EqIfInputPrivate, param, rep, "Equal if input is private") { in MATCHER_P2()
120 return param.input_share_mode == kPrivate ? arg == rep : arg != rep; in MATCHER_P2()
336 std::ostream& operator<<(std::ostream& s, const TestParam& param) { in operator <<() argument
437 TestParam param; CreateTestParams() local
451 TestParam param; CreateTestParams() local
479 TestParam param; CreateTestParams() local
[all...]
/third_party/typescript/lib/
H A Dtypescript.d.ts2263 * @param path The path to test.
2478 * @param argumentCount Apparent number of arguments, passed in case of a possibly incomplete call. This should come from an ArgumentListInfo. See `signatureHelp.ts`.
3528 * @param jsDocFileCheckInfo filePath
3529 * @param symbolSourceFilePath filePath
3534 * @param jsDocFileCheckedInfo
3535 * @param jsDocs
3646 * @param recordTempVariable An optional callback used to record the temporary variable name. This
3649 * @param reservedInNestedScopes When `true`, reserves the temporary variable name in all nested scopes
3656 * @param reservedInNestedScopes When `true`, reserves the temporary variable name in all nested scopes
4101 createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param
[all...]
H A DtypescriptServices.d.ts2263 * @param path The path to test.
2478 * @param argumentCount Apparent number of arguments, passed in case of a possibly incomplete call. This should come from an ArgumentListInfo. See `signatureHelp.ts`.
3528 * @param jsDocFileCheckInfo filePath
3529 * @param symbolSourceFilePath filePath
3534 * @param jsDocFileCheckedInfo
3535 * @param jsDocs
3646 * @param recordTempVariable An optional callback used to record the temporary variable name. This
3649 * @param reservedInNestedScopes When `true`, reserves the temporary variable name in all nested scopes
3656 * @param reservedInNestedScopes When `true`, reserves the temporary variable name in all nested scopes
4101 createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param
[all...]

Completed in 101 milliseconds

1...<<341342343344345346347348349350>>...790