| /third_party/typescript/tests/baselines/reference/ |
| H A D | argumentsReferenceInMethod5_Js.types | 15 * @param {object} [foo={}]
|
| H A D | typeFromPrototypeAssignment3.errors.txt | 12 * @param {string} key
|
| /third_party/typescript/tests/cases/compiler/ |
| H A D | amdLikeInputDeclarationEmit.ts | 19 * @param {typeof import("deps/BaseClass")} BaseClass
|
| H A D | expandoFunctionContextualTypesJs.ts | 37 * @param {{ props: MyComponentProps }} p
|
| H A D | jsEnumCrossFileExport.ts | 27 * @param {!Host.UserMetrics.Action} p
|
| H A D | matchReturnTypeInAllBranches.ts | 18 * @param {number} amount The amount of ice cream to e at.
|
| /third_party/typescript/tests/cases/conformance/expressions/contextualTyping/ |
| H A D | objectLiteralContextualTyping.ts | 26 declare function bar<T>(param: { x?: T }): T;
|
| /third_party/typescript/tests/cases/conformance/expressions/typeGuards/ |
| H A D | typeGuardOfFormThisMemberErrors.ts | 10 set isFile(param) {
|
| /third_party/typescript/tests/cases/conformance/jsdoc/ |
| H A D | linkTagEmit1.ts | 19 * @param {number} integer {@link Z}
|
| /third_party/typescript/tests/cases/conformance/salsa/ |
| H A D | chainedPrototypeAssignment.ts | 19 /** @param {number} n */
|
| /third_party/typescript/tests/cases/fourslash/ |
| H A D | codeFixInferFromUsageSetterWithInaccessibleTypeJS.ts | 30 * @param {Promise<typeof import("./a")>} val
|
| H A D | completionsCommentsClass.ts | 43 //// @param a this is my a
|
| H A D | completionsJSDocTags.ts | 40 //// * @param {string} foo A value.
|
| H A D | isInMultiLineComment.ts | 5 //// * @param this doesn't make sense here.
|
| H A D | isInMultiLineCommentOnlyTrivia.ts | 5 //// * @param this doesn't make sense here.
|
| H A D | jsDocServices.ts | 8 //// * @param /*use*/[|foo|] I pity the foo
|
| H A D | signatureHelpCommentsClass.ts | 43 //// @param a this is my a
|
| H A D | signatureHelpJSDocTags.ts | 40 //// * @param {string} foo A value.
|
| /third_party/protobuf/php/src/Google/Protobuf/ |
| H A D | GPBEmpty.php | 28 * @param array $data {
|
| /third_party/skia/experimental/tskit/ |
| H A D | .eslintrc.js | 29 'no-param-reassign': 'off',
|
| /drivers/peripheral/usb/gadget/function/mtp/src/ |
| H A D | usbfn_mtp_impl.cpp | 138 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 D | form_test_ng.cpp | 256 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 D | distributeddb_single_ver_p2p_simple_sync_test.cpp | 1278 * @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 D | UTTest_device_manager_impl_two.cpp | 839 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 D | error_resilience.c | 40 * @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...] |