| /third_party/node/lib/internal/dns/ |
| H A D | promises.js | 118 * @param {0 | 4 | 6} family - The IP address family (4 or 6, or 0 for both). 119 * @param {string} hostname - The hostname to resolve. 120 * @param {boolean} all - Whether to resolve with all IP addresses for the hostname. 121 * @param {number} hints - One or more supported getaddrinfo flags (supply multiple via 123 * @param {boolean} verbatim - Whether to use the hostname verbatim. 172 * @param {string} hostname - The hostname to resolve (ex. 'nodejs.org'). 173 * @param {object} [options] - Optional settings. 174 * @param {boolean} [options.all=false] - Whether to return all or just the first resolved address. 175 * @param {0 | 4 | 6} [options.family=0] - The record family. Must be 4, 6, or 0 (for both). 176 * @param {numbe [all...] |
| /third_party/musl/src/network/linux/ |
| H A D | getaddrinfo.c | 19 int reportdnsresult(int netid, char* name, int usedtime, int queryret, struct addrinfo *res, struct queryparam *param) in reportdnsresult() argument 22 if (dns_post_result_to_netsys_cache(netid, name, usedtime, queryret, res, param) == 0) { in reportdnsresult() 75 struct queryparam param = {0, 0, 0, 0, NULL}; in getaddrinfo() local 76 return getaddrinfo_ext(host, serv, hint, res, ¶m); in getaddrinfo() 80 struct addrinfo **restrict res, struct queryparam *restrict param) in getaddrinfo_ext() 88 if (!param) { in getaddrinfo_ext() 92 netid = param->qp_netid; in getaddrinfo_ext() 93 type = param->qp_type; in getaddrinfo_ext() 117 reportdnsresult(netid, host, 0, DNS_QUERY_SUCCESS, *res, param); in getaddrinfo_ext() 231 reportdnsresult(netid, host, t_cost, naddrs, NULL, param); in getaddrinfo_ext() 79 getaddrinfo_ext(const char *restrict host, const char *restrict serv, const struct addrinfo *restrict hint, struct addrinfo **restrict res, struct queryparam *restrict param) getaddrinfo_ext() argument [all...] |
| /third_party/libfuse/example/ |
| H A D | cuse.c | 268 struct cusexmp_param *param = data; in cusexmp_process_arg() local 275 param->is_help = 1; in cusexmp_process_arg() 293 struct cusexmp_param param = { 0, 0, NULL, 0 }; in main() local 299 if (fuse_opt_parse(&args, ¶m, cusexmp_opts, cusexmp_process_arg)) { in main() 301 free(param.dev_name); in main() 305 if (!param.is_help) { in main() 306 if (!param.dev_name) { in main() 310 strncat(dev_name, param.dev_name, sizeof(dev_name) - sizeof("DEVNAME=")); in main() 311 free(param.dev_name); in main() 315 ci.dev_major = param in main() [all...] |
| /third_party/libevdev/libevdev/ |
| H A D | libevdev-uinput.h | 145 * @param dev The device to duplicate 146 * @param uinput_fd @ref LIBEVDEV_UINPUT_OPEN_MANAGED or a file descriptor to @c /dev/uinput, 147 * @param[out] uinput_dev The newly created libevdev device. 167 * @param uinput_dev A previously created uinput device. 180 * @param uinput_dev A previously created uinput device. 205 * @param uinput_dev A previously created uinput device. 227 * @param uinput_dev A previously created uinput device. 242 * @param uinput_dev A previously created uinput device. 243 * @param type Event type (EV_ABS, EV_REL, etc.) 244 * @param cod [all...] |
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_root_signature.cpp | 62 init_constant_root_param(D3D12_ROOT_PARAMETER1 *param, in init_constant_root_param() argument 67 param->ParameterType = D3D12_ROOT_PARAMETER_TYPE_32BIT_CONSTANTS; in init_constant_root_param() 68 param->ShaderVisibility = visibility; in init_constant_root_param() 69 param->Constants.RegisterSpace = 0; in init_constant_root_param() 70 param->Constants.ShaderRegister = reg; in init_constant_root_param() 71 param->Constants.Num32BitValues = size; in init_constant_root_param() 95 init_range_root_param(D3D12_ROOT_PARAMETER1 *param, in init_range_root_param() argument 104 param->ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE; in init_range_root_param() 105 param->DescriptorTable.NumDescriptorRanges = 1; in init_range_root_param() 106 param in init_range_root_param() [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
| H A D | esextcTextureBorderClampGetTexParameterIErrors.cpp | 48 * @param context Test context 49 * @param name Test case's name 50 * @param description Test case's description 133 * @param target texture target to be used for the calls; 134 * @param expected_error GL error code to expect; 150 * @param target texture target to be used for the call; 151 * @param pname pname to be used for the call; 152 * @param expected_error anticipated GL error code; 179 * @param target texture target to be used for the call; 180 * @param pnam [all...] |
| /third_party/skia/src/gpu/ |
| H A D | SurfaceContext.h | 81 * @param dContext The direct context to use 82 * @param dst destination pixels for the read 83 * @param srcPt offset w/in the surface context from which to read 115 * @param dContext The direct context to use 116 * @param src source for the write 117 * @param dstPt offset w/in the surface context at which to write 125 * @param dContext The direct context to use 126 * @param src Array of pixmaps 127 * @param numLevels Number of pixmaps in src. To succeed this must be 1 or the total 229 * @param sr [all...] |
| /third_party/skia/third_party/externals/tint/fuzzers/ |
| H A D | transform_builder.h | 33 /// @param seed - seed value passed to engine 37 /// @param data - data fuzzer to calculate seed from 38 /// @param size - size of data buffer 88 /// @param tb - TransformBuilder to add transform to 98 /// @param tb - TransformBuilder to add transform to 117 /// @param tb - TransformBuilder to add transform to 146 /// @param tb - TransformBuilder to add transform to 156 /// @param tb - TransformBuilder to add transform to 170 /// @param tb - TransformBuilder to add transform to 185 /// @param [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | LazyStringList.java | 51 * @param index index of the element to return 62 * @param index index of the element to return 72 * @param index index of the element to return 82 * @param element element to be appended to this list 91 * @param element element to be appended to this list 101 * @param index index of the element to replace 102 * @param element the element to be stored at the specified position 113 * @param index index of the element to replace 114 * @param element the element to be stored at the specified position 124 * @param [all...] |
| H A D | TextFormatParseInfoTree.java | 63 * @param locationsFromField a map of fields to location in the source code 64 * @param subtreeBuildersFromField a map of fields to parse tree location information builders 93 * @param fieldDescriptor the @{link FieldDescriptor} of the desired field 108 * @param fieldDescriptor the @{link FieldDescriptor} of the desired field 109 * @param index the index of the value. 120 * @param fieldDescriptor the @{link FieldDescriptor} of the desired field 131 * @param fieldDescriptor the @{link FieldDescriptor} of the desired sub message 132 * @param index the index of message value. 178 * @param fieldDescriptor the field 179 * @param locatio [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShaderSubroutineTests.cpp | 46 * @param context CTS context. 68 * @param target <target> parameter 69 * @param index <index> parameter 70 * @param offset <offset> parameter 71 * @param size <size> parameter 94 * @param target <target> parameter 95 * @param size <size> parameter 96 * @param data <data> parameter 97 * @param usage <usage> parameter 112 * @param contex [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/ |
| H A D | dialog_test_ng.cpp | 670 DialogProperties param; in HWTEST_F() local 671 param.maskColor = Color::BLACK; in HWTEST_F() 679 auto result = DialogView::CreateDialogNode(param, nullptr); in HWTEST_F() 698 DialogProperties param; in HWTEST_F() local 699 param.maskColor = Color::BLACK; in HWTEST_F() 700 param.type = DialogType::ALERT_DIALOG; in HWTEST_F() 708 auto result = DialogView::CreateDialogNode(param, nullptr); in HWTEST_F() 727 DialogProperties param; in HWTEST_F() local 728 param.maskColor = Color::BLACK; in HWTEST_F() 729 param in HWTEST_F() 756 DialogProperties param; HWTEST_F() local 804 DialogProperties param; HWTEST_F() local 845 DialogProperties param; HWTEST_F() local 1499 DialogProperties param; HWTEST_F() local 1541 DialogProperties param; HWTEST_F() local 1586 DialogProperties param; HWTEST_F() local 1632 DialogProperties param; HWTEST_F() local 2314 DialogProperties param; HWTEST_F() local [all...] |
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | generate_entry_points.py | 583 ParamCapture {name}Param("{name}", ParamType::T{type}); 584 InitParamValue(ParamType::T{type}, {name}, &{name}Param.value); 585 {capture_name}({params}, &{name}Param); 586 paramBuffer.addParam(std::move({name}Param)); 590 ParamCapture {name}Param("{name}", ParamType::T{type}); 591 InitParamValue(ParamType::T{type}, static_cast<{cast_type}>(nullptr), &{name}Param.value); 592 paramBuffer.addParam(std::move({name}Param)); 1078 void WriteParamCaptureReplay(std::ostream &os, const CallCapture &call, const ParamCapture ¶m); 1115 void WriteParamCaptureReplay(std::ostream &os, const CallCapture &call, const ParamCapture ¶m) 1117 switch (param [all...] |
| /third_party/typescript/src/compiler/transformers/ |
| H A D | es2015.ts | 327 * @param excludeFacts The existing `HierarchyFacts` to reset before visiting the subtree.
328 * @param includeFacts The new `HierarchyFacts` to set before visiting the subtree.
339 * @param ancestorFacts The `HierarchyFacts` of the ancestor to restore after visiting the subtree.
340 * @param excludeFacts The existing `HierarchyFacts` of the subtree that should not be propagated.
341 * @param includeFacts The new `HierarchyFacts` of the subtree that should be propagated.
719 * @param node A ClassDeclaration node.
772 * @param node A ClassExpression node.
791 * @param node A ClassExpression or ClassDeclaration node.
863 * @param node A ClassExpression or ClassDeclaration node.
864 * @param extendsClauseElemen [all...] |
| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| H A D | ability_scheduler_proxy.cpp | 275 * @param uri Indicates the path of the files to obtain. 276 * @param mimeTypeFilter Indicates the MIME types of the files to obtain. This parameter cannot be null. 317 * @param uri Indicates the path of the file to open. 318 * @param mode Indicates the file open mode, which can be "r" for read-only access, "w" for write-only access 366 * @param uri Indicates the path of the file to open. 367 * @param mode Indicates the file open mode, which can be "r" for read-only access, "w" for write-only access 413 * @param uri Indicates the path of the data to operate. 414 * @param value Indicates the data record to insert. If this parameter is null, a blank row will be inserted. 457 * @param uri Indicates the path of the data to operate. 458 * @param valu [all...] |
| /foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/ |
| H A D | napi_common_ability.cpp | 137 * @param env The environment that the Node-API call is invoked under. 138 * @param asyncCallbackInfo Process data asynchronously. 206 * @param env The environment that the Node-API call is invoked under. 207 * @param asyncCallbackInfo Process data asynchronously. 274 * @param env The environment that the Node-API call is invoked under. 275 * @param asyncCallbackInfo Process data asynchronously. 463 * @param env The environment that the Node-API call is invoked under. 464 * @param info The callback info passed into the callback function. 599 * @param env The environment that the Node-API call is invoked under. 600 * @param inf [all...] |
| /foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
| H A D | tag_nci_adapter_ntf.cpp | 404 if (activated.activate_ntf.rf_tech_param.param.pa.nfcid1[0] == MANUFACTURER_ID_NXP &&
in IsMifareUL() 405 (activated.activate_ntf.rf_tech_param.param.pa.sel_rsp == SAK_MIFARE_UL_1 ||
in IsMifareUL() 406 activated.activate_ntf.rf_tech_param.param.pa.sel_rsp == SAK_MIFARE_UL_2)) {
in IsMifareUL() 488 uint32_t nfcid1Len = nfcRfTechParams.param.pa.nfcid1_len;
in GetUidFromData() 489 uid = KITS::NfcSdkCommon::BytesVecToHexString(nfcRfTechParams.param.pa.nfcid1, nfcid1Len);
in GetUidFromData() 492 uid = KITS::NfcSdkCommon::BytesVecToHexString(nfcRfTechParams.param.pb.pupiid, NFC_PUPIID_MAX_LEN);
in GetUidFromData() 494 uid = KITS::NfcSdkCommon::BytesVecToHexString(nfcRfTechParams.param.pb.nfcid0, NFC_NFCID0_MAX_LEN);
in GetUidFromData() 497 uid = KITS::NfcSdkCommon::BytesVecToHexString(nfcRfTechParams.param.pf.nfcid2, NFC_NFCID2_LEN);
in GetUidFromData() 515 uint32_t length = nfcRfTechParams.param.pb.sensb_res_len;
in GetTechPollForTypeB() 523 nfcRfTechParams.param in GetTechPollForTypeB() [all...] |
| /third_party/lwip/src/core/ipv4/ |
| H A D | igmp.c | 125 * @param netif network interface on which start IGMP processing 157 * @param netif network interface on which stop IGMP processing 189 * @param netif network interface on which report IGMP memberships 212 * @param ifp the network interface for which to look 213 * @param addr the group ip address to search for 238 * @param ifp the network interface for which to look 239 * @param addr the group ip address to search 291 * @param group the group to remove from the netif's igmp group list 318 * @param p received igmp packet, p->payload pointing to the igmp header 319 * @param in [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | derivedClassSuperProperties.symbols | 11 receivesAnything(param?) { }
13 >param : Symbol(param, Decl(derivedClassSuperProperties.ts, 5, 21))
192 const lambda = (param = this) => {};
194 >param : Symbol(param, Decl(derivedClassSuperProperties.ts, 83, 24))
296 function declaration(param = this) {
298 >param : Symbol(param, Decl(derivedClassSuperProperties.ts, 135, 29))
300 return param;
[all...] |
| /applications/standard/settings/product/phone/src/main/ets/model/passwordImpl/ |
| H A D | PasswordModel.ts | 213 LogUtil.debug(`${this.TAG}u8AToStr : param is null.`); 234 LogUtil.debug(`${this.TAG}strToU8A : param is null.`); 251 LogUtil.debug(`${this.TAG}encodeToU8A : param is null.`); 343 * @param challenge challenge value. 364 * @param pinSubType pinSubType 365 * @param password password 366 * @param onResultCall Get results callback. 393 * @param credentialInfo (credential type, subclass, password authentication token). 394 * @param onResult Get results callback. 424 * @param toke [all...] |
| /foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/ |
| H A D | context_impl.h | 89 * @param tempPaths Return all temporary directories of the application. 149 * @param mode file area. 156 * @param colorMode color mode. 163 * @param language language. 170 * @param Font font. 186 * @param moduleName Indicates the module name of the hap. 195 * @param bundleName Indicates the app name of the application. 197 * @param moduleName Indicates the module name of the hap. 220 * @param the ResourceManager has been initialized. 234 * @param bundleNam [all...] |
| /foundation/arkui/ui_lite/interfaces/kits/common/ |
| H A D | text.h | 216 * @param text Indicates the pointer to the text content. 225 * @param text Indicates the pointer to the text content. 246 * @param name Indicates the pointer to the font name. 247 * @param size Indicates the font size to set. 258 * @param fontId Indicates the font ID to set. 291 * @param direct Indicates the text direction, as defined in {@link UITextLanguageDirect}. 315 * @param horizontalAlign Indicates the horizontal alignment mode to set, 318 * @param verticalAlign Indicates the vertical alignment mode to set, which can be 385 * @param expand Specifies whether to adapt the component width to this text. The value <b>true</b> indicates 410 * @param expan [all...] |
| /foundation/arkui/ui_lite/interfaces/kits/components/ |
| H A D | ui_abstract_scroll.h | 86 * @param value Indicates the blank size to set. The default value is <b>0</b>. Taking a vertical scroll as an 111 * @param distance Indicates the maximum scroll distance to set. The default value is <b>0</b>, indicating that the 125 * @param size Indicates the rebound size to set. 161 * @param func Indicates the easing function to set. The default function is {@link EasingEquation::CubicEaseOut}. 174 * @param func Returns the easing function to set. The default function is {@link EasingEquation::CubicEaseOut}. 185 * @param throwDrag Specifies whether to continue scrolling after a finger lifts the screen. <b>true</b> indicates 199 * @param offsetX Indicates the offset distance by which a child view is moved on the x-axis. 200 * @param offsetY Indicates the offset distance by which a child view is moved on the y-axis. 209 * @param value Indicates the drag acceleration to set. The default value is <b>10</b>. A larger drag acceleration 236 * @param valu [all...] |
| /foundation/multimedia/player_framework/interfaces/kits/c/ |
| H A D | avplayer_base.h | 208 /** Return the reason when the audio output device changes. When this info is reported, the extra param of 380 * @param player The pointer to an OH_AVPlayer instance. 381 * @param type Indicates the information type. For details, see {@link AVPlayerOnInfoType}. 382 * @param extra Indicates other information, for example, the start time position of a playing file. 393 * @param player The pointer to an OH_AVPlayer instance. 394 * @param type Indicates the information type. For details, see {@link AVPlayerOnInfoType}. 395 * @param infoBody Indicates the information parameters, only valid in callback function. 396 * @param userData Pointer to user specific data. 405 * @param player The pointer to an OH_AVPlayer instance. 406 * @param errorCod [all...] |
| /foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
| H A D | softbus_adapter_ble_gatt_client_test.cpp | 44 bool Update(int32_t id, int32_t st, SoftBusGattcNotify *param); 45 testing::AssertionResult Expect(int32_t id, int32_t st, SoftBusGattcNotify *param); 479 bool GattcNotifyRecordCtx::Update(int32_t id, int32_t st, SoftBusGattcNotify *param) in Update() argument 484 this->notify = *param; in Update() 485 notify.charaUuid.uuid = (char *)SoftBusCalloc(param->charaUuid.uuidLen); in Update() 486 notify.data = (uint8_t *)SoftBusCalloc(param->dataLen); in Update() 492 if (memcpy_s(notify.charaUuid.uuid, notify.charaUuid.uuidLen, param->charaUuid.uuid, param->charaUuid.uuidLen) != in Update() 498 if (memcpy_s(notify.data, notify.dataLen, param->data, param in Update() 506 Expect(int32_t id, int32_t st, SoftBusGattcNotify *param) Expect() argument 551 StubNotificationReceiveCallback(int32_t clientId, SoftBusGattcNotify *param, int32_t status) StubNotificationReceiveCallback() argument [all...] |