Home
last modified time | relevance | path

Searched full:param (Results 15026 - 15050 of 22474) sorted by relevance

1...<<601602603604605606607608609610>>...899

/third_party/typescript/tests/baselines/reference/
H A DargumentsReferenceInMethod5_Js.types15 * @param {object} [foo={}]
H A DtypeFromPrototypeAssignment3.errors.txt12 * @param {string} key
/third_party/typescript/tests/cases/compiler/
H A DamdLikeInputDeclarationEmit.ts19 * @param {typeof import("deps/BaseClass")} BaseClass
H A DexpandoFunctionContextualTypesJs.ts37 * @param {{ props: MyComponentProps }} p
H A DjsEnumCrossFileExport.ts27 * @param {!Host.UserMetrics.Action} p
H A DmatchReturnTypeInAllBranches.ts18 * @param {number} amount The amount of ice cream to e at.
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/
H A DobjectLiteralContextualTyping.ts26 declare function bar<T>(param: { x?: T }): T;
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
H A DtypeGuardOfFormThisMemberErrors.ts10 set isFile(param) {
/third_party/typescript/tests/cases/conformance/jsdoc/
H A DlinkTagEmit1.ts19 * @param {number} integer {@link Z}
/third_party/typescript/tests/cases/conformance/salsa/
H A DchainedPrototypeAssignment.ts19 /** @param {number} n */
/third_party/typescript/tests/cases/fourslash/
H A DcodeFixInferFromUsageSetterWithInaccessibleTypeJS.ts30 * @param {Promise<typeof import("./a")>} val
H A DcompletionsCommentsClass.ts43 //// @param a this is my a
H A DcompletionsJSDocTags.ts40 //// * @param {string} foo A value.
H A DisInMultiLineComment.ts5 //// * @param this doesn't make sense here.
H A DisInMultiLineCommentOnlyTrivia.ts5 //// * @param this doesn't make sense here.
H A DjsDocServices.ts8 //// * @param /*use*/[|foo|] I pity the foo
H A DsignatureHelpCommentsClass.ts43 //// @param a this is my a
H A DsignatureHelpJSDocTags.ts40 //// * @param {string} foo A value.
/third_party/protobuf/php/src/Google/Protobuf/
H A DGPBEmpty.php28 * @param array $data {
/third_party/skia/experimental/tskit/
H A D.eslintrc.js29 'no-param-reassign': 'off',
/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp138 HDF_LOGE("%{public}s: invalid param", __func__); in UsbFnRequestReadComplete()
163 HDF_LOGE("%{public}s: invalid param", __func__); in UsbFnRequestWriteComplete()
188 HDF_LOGE("%{public}s: invalid param", __func__); in UsbFnRequestNotifyComplete()
197 HDF_LOGE("%{public}s: invalid param", __func__); in UsbFnRequestCtrlComplete()
290 HDF_LOGE("%{public}s: invalid param", __func__); in UsbMtpPortStartTxAsync()
596 HDF_LOGE("%{public}s: invalid param", __func__); in UsbMtpDeviceSuspend()
608 HDF_LOGE("%{public}s: invalid param", __func__); in UsbMtpDeviceResume()
657 HDF_LOGE("%{public}s: invalid param event", __func__); in UsbMtpDeviceEp0EventDispatch()
902 HDF_LOGE("%{public}s: invalid param", __func__); in UsbMtpDeviceFree()
1213 HDF_LOGE("%{public}s: invalid param", __func_ in UsbMtpPortRxPush()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_test_ng.cpp256 auto onAcquired = [&onAcquiredValue](const std::string& param) { onAcquiredValue = param; }; in HWTEST_F()
262 auto onError = [&onErrorValue](const std::string& param) { onErrorValue = param; }; in HWTEST_F()
268 auto onUninstall = [&onUninstallValue](const std::string& param) { onUninstallValue = param; }; in HWTEST_F()
274 auto onRouter = [&onRouterValue](const std::string& param) { onRouterValue = param; }; in HWTEST_F()
280 auto onLoad = [&onLoadValue](const std::string& param) { onLoadValue = param; }; in HWTEST_F()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_simple_sync_test.cpp1278 * @tc.steps:step1. Set PragmaCmd to be GET_QUEUED_SYNC_SIZE, and set param to be null in HWTEST_F()
1281 int *param = nullptr; in HWTEST_F() local
1282 PragmaData input = static_cast<PragmaData>(param); in HWTEST_F()
1286 * @tc.steps:step2. Set PragmaCmd to be SET_QUEUED_SYNC_LIMIT, and set param to be null in HWTEST_F()
1289 input = static_cast<PragmaData>(param); in HWTEST_F()
1293 * @tc.steps:step3. Set PragmaCmd to be GET_QUEUED_SYNC_LIMIT, and set param to be null in HWTEST_F()
1296 input = static_cast<PragmaData>(param); in HWTEST_F()
1300 * @tc.steps:step4. Set PragmaCmd to be SET_QUEUED_SYNC_LIMIT, and set param to be QUEUED_SYNC_LIMIT_MIN - 1 in HWTEST_F()
1308 * @tc.steps:step5. Set PragmaCmd to be SET_QUEUED_SYNC_LIMIT, and set param to be QUEUED_SYNC_LIMIT_MAX + 1 in HWTEST_F()
1335 * @tc.steps:step2. Set PragmaCmd to be SET_QUEUED_SYNC_LIMIT, and set param t in HWTEST_F()
[all...]
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_impl_two.cpp839 const std::string param = "extra"; in HWTEST_F() local
841 int32_t ret= DeviceManager::GetInstance().SetUserOperation(packName, action, param); in HWTEST_F()
863 const std::string param = "extra"; in HWTEST_F() local
871 int32_t ret= DeviceManager::GetInstance().SetUserOperation(packName, action, param); in HWTEST_F()
894 const std::string param = "extra"; in HWTEST_F() local
899 ret= DeviceManager::GetInstance().SetUserOperation(packName, action, param); in HWTEST_F()
922 const std::string param = "extra"; in HWTEST_F() local
930 int32_t ret= DeviceManager::GetInstance().SetUserOperation(packName, action, param); in HWTEST_F()
953 const std::string param = "extra"; in HWTEST_F() local
961 int32_t ret= DeviceManager::GetInstance().SetUserOperation(packName, action, param); in HWTEST_F()
[all...]
/third_party/ffmpeg/libavcodec/
H A Derror_resilience.c40 * @param stride the number of MVs to get to the next row
41 * @param mv_step the number of MVs per row or column in a macroblock
134 * @param w width in 8 pixel blocks
135 * @param h height in 8 pixel blocks
237 * @param w width in 8 pixel blocks
238 * @param h height in 8 pixel blocks
306 * @param w width in 8 pixel blocks
307 * @param h height in 8 pixel blocks
817 * @param endx x component of the last macroblock, can be -1
819 * @param statu
[all...]

Completed in 25 milliseconds

1...<<601602603604605606607608609610>>...899