| /third_party/typescript/tests/baselines/reference/ |
| H A D | checkJsdocParamOnVariableDeclaredFunctionExpression.errors.txt | 1 tests/cases/conformance/jsdoc/0.js(14,20): error TS8024: JSDoc '@param' tag has name 's', but there is no parameter with that name.
7 * @param {number=} n
8 * @param {string} [s]
13 * @param {boolean!} b
18 * @param {string} s
20 !!! error TS8024: JSDoc '@param' tag has name 's', but there is no parameter with that name.
|
| H A D | privateNameMethod.types | 5 #method(param: string): string {
6 >#method : (param: string) => string
7 >param : string
17 >this.#method : (param: string) => string
23 >this.#method : (param: string) => string
29 >this.#method : (param: string) => string
|
| H A D | privateNameStaticMethod.types | 5 static #method(param: string): string {
6 >#method : (param: string) => string
7 >param : string
15 >A1.#method : (param: string) => string
21 >A1.#method : (param: string) => string
27 >A1.#method : (param: string) => string
|
| /third_party/typescript/tests/cases/conformance/jsdoc/ |
| H A D | paramTagWrapping.ts | 9 * @param 11 * @param {number} 13 * @param {number} z 25 * @param * 27 * @param {number} 29 * @param {number} * z
|
| /third_party/typescript/tests/cases/fourslash/ |
| H A D | codeFixDeleteUnmatchedParameterJS3.ts | 7 //// * @param {number} a
8 //// * @param {string} b
9 //// * @param {number} c
17 { description: "Delete unused '@param' tag 'b'" },
26 * @param {number} a
27 * @param {number} c
|
| H A D | codeFixRenameUnmatchedParameter1.ts | 5 //// * @param {number} a
6 //// * @param {number} c
14 { description: "Delete unused '@param' tag 'c'" },
15 { description: "Rename '@param' tag name 'c' to 'b'" },
23 * @param {number} a
24 * @param {number} b
|
| H A D | codeFixRenameUnmatchedParameterJS1.ts | 7 //// * @param {number} a
8 //// * @param {number} c
16 { description: "Delete unused '@param' tag 'c'" },
17 { description: "Rename '@param' tag name 'c' to 'b'" },
27 * @param {number} a
28 * @param {number} b
|
| H A D | docCommentTemplateObjectLiteralMethods01.ts | 30 * @param x
31 * @param y
32 * @param z
38 * @param a
44 * @param a
45 * @param b
|
| H A D | findAllReferencesJsDocTypeLiteral.ts | 7 //// * @param {object} o - very important!
8 //// * @param {string} o.x - a thing, its ok
9 //// * @param {number} o.y - another thing
10 //// * @param {Object} o.nested - very nested
11 //// * @param {boolean} o.nested./*1*/great - much greatness
12 //// * @param {number} o.nested.times - twice? probably!??
|
| H A D | jsDocFunctionSignatures3.ts | 8 //// * @param {string} param1 Some string param.
9 //// * @param {number} parm2 Some number param.
16 //// * @param {number} p1 Some number param.
|
| /third_party/node/test/fixtures/wpt/resources/ |
| H A D | testharness.js | 450 * @param {Function} message_destination - a function that receives JSON-serializable 603 * @param {Test} test - The test currnetly being run. 604 * @param {Any[]} args - Additional args to pass to function. 611 * @param {TestFunction} func - Test function. This is executed 616 * @param {String} name - Test name. This must be unique in a 653 * @param {TestFunction|string} funcOrName - Initial step function 656 * @param {String} name - Test name (if a test function was 711 * @param {TestFunction} func - Test function. This must return a 714 * @param {String} name - Test name. This must be unique in a 772 * @param {Promis [all...] |
| /base/account/os_account/services/accountmgr/test/mock/common/ |
| H A D | ability_manager_adapter.h | 44 * @param want, Special want for service type's ability. 45 * @param connect, Callback used to notify caller the result of connecting or disconnecting. 46 * @param callerToken, caller ability token. 58 * @param connect, Callback used to notify caller the result of connecting or disconnecting. 65 * @param accountId accountId. 73 * @param accountId accountId. 74 * @param callback callback. 82 * @param accountId accountId. 90 * @param accountId accountId.
|
| /base/iothardware/peripheral/interfaces/inner_api/ |
| H A D | iot_flash.h | 49 * @param flashOffset Indicates the address of the flash memory from which data is to read.
50 * @param size Indicates the length of the data to read.
51 * @param ramData Indicates the pointer to the RAM for storing the read data.
64 * @param flashOffset Indicates the address of the flash memory to which data is to be written.
65 * @param size Indicates the length of the data to write.
66 * @param ramData Indicates the pointer to the RAM for storing the data to write.
67 * @param doErase Specifies whether to automatically erase existing data.
79 * @param flashOffset Indicates the flash memory address.
80 * @param size Indicates the data length in bytes.
|
| /base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
| H A D | hisysevent_record.h | 60 int GetParamValue(const std::string& param, int64_t& value) const; 61 int GetParamValue(const std::string& param, uint64_t& value) const; 62 int GetParamValue(const std::string& param, double& value) const; 63 int GetParamValue(const std::string& param, std::string& value) const; 64 int GetParamValue(const std::string& param, std::vector<int64_t>& value) const; 65 int GetParamValue(const std::string& param, std::vector<uint64_t>& value) const; 66 int GetParamValue(const std::string& param, std::vector<double>& value) const; 67 int GetParamValue(const std::string& param, std::vector<std::string>& value) const; 85 int GetParamValue(const std::string& param, const TypeFilter filterFunc, const ValueAssigner assignFunc) const;
|
| /base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/ |
| H A D | faultlogger_client.h | 31 * @param info structure containing information about fault 39 * @param info structure containing information about fault 83 * @param info structure containing information about fault 94 * @param time the time of happening fault(unix timestamp of Milliseconds) 95 * @param logType the type of fault log. 97 * @param module name of module which happened fault 98 * @param summary the summary of fault information 108 * @param faultType type of fault log. 110 * @param maxNum max number of faultlog entries
|
| /base/global/resource_management/frameworks/resmgr/include/ |
| H A D | res_locale.h | 55 * @param other the other locale information copy to this localeInfo 62 * @param other the other ResLocale copy to this ResLocale 74 * @param bcp47String the target string 75 * @param sep the parse string position 76 * @param rState the parse status 83 * @param language the resLocal language 84 * @param script the resLocal script 85 * @param region the resLocal region 86 * @param rState the Build status
|
| /base/global/i18n/services/include/ |
| H A D | i18n_service_ability_client.h | 35 * @param language language tag to set. 43 * @param region region tag to set. 51 * @param locale locale tag to set. 59 * @param flag When flag is true, the system adopts 24-hour clock; 69 * @param flag When flag is True, the system adopts local digit; 78 * @param language preferred language tag to add. 79 * @param index preferred language'index to add. 87 * @param index preferred language's index to remove. 96 * @param err Indicates whether the acquisition was successful.
|
| /base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
| H A D | res_locale.h | 50 * @param other the other LocaleInfo copy to this localeInfo 57 * @param other the other ResLocale copy to this ResLocale 68 * @param bcp47String the target string 69 * @param sep the parse string position 70 * @param rState the parse status 77 * @param language the resLocal language 78 * @param script the resLocal script 79 * @param region the resLocal region 80 * @param rState the Build status
|
| /base/notification/common_event_service/interfaces/inner_api/ |
| H A D | async_common_event_result.h | 28 * @param resultCode Indicates the result code of the current ordered common event. 29 * @param resultData Indicates the result data of the current ordered common event. 30 * @param ordered Indicates the type of the current ordered common event is ordered or not. 31 * @param sticky Indicates the type of the current sticky common event is sticky or not. 32 * @param token Indicates the remote object of the current ordered common event. 42 * @param code Indicates the result code of the current ordered common event 57 * @param data Indicates the result data of the current ordered common event. 72 * @param code Indicates the result code of the current ordered common event. 73 * @param data Indicates the result data of the current ordered common event.
|
| H A D | common_event_data.h | 34 * @param want Indicates the want of a common event. 42 * @param want Indicates the want of a common event. 43 * @param code Indicates the code of a common event. 44 * @param data Indicates the data of a common event. 53 * @param want Indicates the want of a common event. 67 * @param code Indicates the code of a common event. 81 * @param data Indicates the data of a common event. 95 * @param parcel Indicates specified Parcel object. 110 * @param parcel Indicates specified Parcel object.
|
| /base/notification/common_event_service/services/include/ |
| H A D | bundle_manager_helper.h | 44 * @param uid Indicates the uid of the application. 54 * @param uid Indicates the uid of the application. 62 * @param extensionInfo Indicates the extension information. 70 * @param extensionInfos Indicates the extension information. 71 * @param userId Indicates the ID of user. 80 * @param extension Indicates the extension information. 81 * @param profileInfos Indicates the profile information. 95 * @param flag Indicates the flag used to specify information contained 97 * @param appInfos Indicates all of the obtained ApplicationInfo objects.
|
| /base/notification/distributed_notification_service/interfaces/inner_api/ |
| H A D | notification_check_request.h | 31 * @param contentType Indicates type of notification content. 32 * @param SlotType Indicates type of slot. 33 * @param extraInfoKeys Indicates keys of extra info that need to be filtered. 50 * @param contentType Indicates the content type of the notification check request. 64 * @param slotType Indicates the slot type of the notification check request. 78 * @param extraKeys Indicates the extra info keys of the notification check request. 92 * @param uid Indicates the creator uid. 106 * @param parcel Indicates the object into the parcel 114 * @param parcel Indicates the parcel object.
|
| /base/notification/distributed_notification_service/frameworks/core/include/ |
| H A D | ans_subscriber_proxy.h | 45 * @param notification Indicates the consumed notification. 46 * @param notificationMap Indicates the NotificationSortingMap object. 57 * @param notification Indicates the canceled notification. 58 * @param deleteReason Indicates the delete reason. 69 * @param notificationMap Indicates the NotificationSortingMap object. 76 * @param date Indicates the NotificationDoNotDisturbDate object. 83 * @param callbackData Indicates the EnabledNotificationCallbackData object. 90 * @param badgeData Indicates the BadgeNumberCallbackData object. 97 * @param callbackData Indicates the EnabledNotificationCallbackData object.
|
| /base/notification/distributed_notification_service/services/distributed/include/ |
| H A D | distributed_preferences.h | 37 * @param isEnable Specifies whether to enable the device to support distributed notification. 45 * @param isEnable True if the device supports distributed notification; false otherwise. 53 * @param bundleOption Indicates the bundle name and uid of an application. 54 * @param isEnable Specifies whether to enable an application to support distributed notification. 62 * @param bundleOption Indicates the bundle name and uid of an application. 63 * @param isEnable True if the application supports distributed notification; false otherwise. 71 * @param bundleOption Indicates the bundle name and uid of an application. 86 * @param userId Indicates the specific user. 87 * @param enabled Allow or disallow sync notifications.
|
| /base/startup/init/services/param/liteos/ |
| H A D | param_persistadp.c | 44 PARAM_CHECK(ret == 0, continue, "Failed to set param %d %s", ret, buffer);
in LoadPersistParam_() 59 char *tmpPath = (updaterMode == 0) ? PARAM_PERSIST_SAVE_PATH : "/param/persist_parameters";
in LoadPersistParam() 61 tmpPath = (updaterMode == 0) ? PARAM_PERSIST_SAVE_TMP_PATH : "/param/tmp_persist_parameters";
in LoadPersistParam() 70 char *path = (InUpdaterMode() == 0) ? PARAM_PERSIST_SAVE_PATH : "/param/persist_parameters";
in SavePersistParam() 79 PARAM_LOGE("Failed to save persist param %s", name);
in SavePersistParam() 87 char *path = (InUpdaterMode() == 0) ? PARAM_PERSIST_SAVE_TMP_PATH : "/param/tmp_persist_parameters";
in BatchSavePersistParamBegin() 118 unlink("/param/persist_parameters");
in BatchSavePersistParamEnd() 119 ret = rename("/param/tmp_persist_parameters", "/param/persist_parameters");
in BatchSavePersistParamEnd()
|