| /third_party/lwip/src/core/ |
| H A D | tcp.c | 449 * @param pcb the connection pcb which is not fully accepted yet 472 * @param pcb the connection pcb which is now fully accepted (or closed/aborted) 501 * @param pcb the tcp_pcb to close 637 * @param pcb the tcp_pcb to close 666 * @param pcb PCB to shutdown 667 * @param shut_rx shut down receive side if this is != 0 668 * @param shut_tx shut down send side if this is != 0 717 * @param pcb the tcp_pcb to abort 718 * @param reset boolean to indicate whether a reset should be sent 793 * @param pc [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | iff.c | 201 * @param avctx the AVCodecContext where to extract extra context to 202 * @param avpkt the AVPacket to extract extra context from or NULL to use avctx 460 * @param dst Destination buffer 461 * @param buf Source buffer 462 * @param buf_size 463 * @param plane plane number to decode as 482 * @param dst Destination buffer 483 * @param buf Source buffer 484 * @param buf_size 485 * @param plan [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | NumberFormat.java | 293 * @param source the String to parse 294 * @param parsePosition the position at which to start the parse 450 * @param text A String whose beginning should be parsed. 477 * @param text the text to parse 478 * @param pos input-output position; on input, the position within 516 * @param value true if this should parse integers only 542 * @param value True to enable strict parsing. Default is false. 564 * @param context The DisplayContext value to set. 577 * @param type the DisplayContext.Type whose value to return 638 * @param styl [all...] |
| H A D | BreakIterator.java | 283 * @param n The number of boundaries to advance over (if positive, moves 325 * @param offset The character position to start searching from. 340 * @param offset The character position to start searching from. 361 * @param offset the offset to check. 474 * @param fillInArray an array to be filled in with the status values. 514 * @param newText A String containing the text to analyze with 532 * @param newText A CharSequence containing the text to analyze with 550 * @param newText A CharacterIterator referring to the text 607 * @param where A locale specifying the language of the text to be 620 * @param wher [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | NumberFormat.java | 280 * @param source the String to parse 281 * @param parsePosition the position at which to start the parse 423 * @param text A String whose beginning should be parsed. 449 * @param text the text to parse 450 * @param pos input-output position; on input, the position within 486 * @param value true if this should parse integers only 511 * @param value True to enable strict parsing. Default is false. 531 * @param context The DisplayContext value to set. 543 * @param type the DisplayContext.Type whose value to return 600 * @param styl [all...] |
| H A D | BreakIterator.java | 278 * @param n The number of boundaries to advance over (if positive, moves 317 * @param offset The character position to start searching from. 331 * @param offset The character position to start searching from. 351 * @param offset the offset to check. 450 * @param fillInArray an array to be filled in with the status values. 488 * @param newText A String containing the text to analyze with 505 * @param newText A CharSequence containing the text to analyze with 522 * @param newText A CharacterIterator referring to the text 572 * @param where A locale specifying the language of the text to be 584 * @param wher [all...] |
| /third_party/mesa3d/src/glx/ |
| H A D | glxcmds.c | 67 * \param dpy The display associated with \c drawable. 68 * \param drawable GLXDrawable whose __DRIdrawable part is to be retrieved. 69 * \param scrn_num If non-NULL, the drawables screen is stored there 139 * \param dpy Display for which the GLX per-screen information is to be 141 * \param scrn Screen on \c dpy for which the GLX per-screen information is 197 * \param dpy Application supplied \c Display pointer. 198 * \param config Application supplied \c GLXFBConfig. 229 * \param config GLX FBConfig which will support the returned renderType. 230 * \param renderType The context render type to be verified. 280 * \param dp [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
| H A D | UnicodeMap.java | 178 * @param codepoint 238 * @param index 239 * @param count 252 * @param index 253 * @param count 278 * @param codepoint 279 * @param value 388 * @param codepoint 389 * @param value 403 * @param codepoin [all...] |
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
| H A D | UnicodeMap.java | 175 * @param codepoint 235 * @param index 236 * @param count 249 * @param index 250 * @param count 275 * @param codepoint 276 * @param value 385 * @param codepoint 386 * @param value 400 * @param codepoin [all...] |
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-platform.h | 706 * \param The seed for the PRNG. 721 * \param hint If nonzero, the allocation is attempted to be placed at the 727 * \param size The size of the allocation in bytes. Must be a multiple of the 730 * \param alignment The alignment of the allocation in bytes. Must be a 733 * \param permissions The page permissions of the newly allocated pages. 749 * \param address The start address of the pages to free. This address must 752 * \param size The size in bytes of the region to free. This must match the 764 * \param address The start address of the range. Must be aligned to 767 * \param size The size in bytes of the range. Must be a multiple 770 * \param permission [all...] |
| /third_party/rust/crates/cxx/gen/build/src/syntax/ |
| H A D | parse.rs | 90 let (param, punct) = pair.into_tuple(); in parse_struct() 91 match param { in parse_struct() 92 GenericParam::Lifetime(param) => { in parse_struct() 93 if !param.bounds.is_empty() && !has_unsupported_generic_param { in parse_struct() 95 cx.error(¶m, msg); in parse_struct() 98 lifetimes.push_value(param.lifetime); in parse_struct() 103 GenericParam::Type(param) => { in parse_struct() 106 cx.error(¶m, msg); in parse_struct() 110 GenericParam::Const(param) => { in parse_struct() 113 cx.error(¶m, ms in parse_struct() [all...] |
| /third_party/rust/crates/cxx/gen/lib/src/syntax/ |
| H A D | parse.rs | 90 let (param, punct) = pair.into_tuple(); in parse_struct() 91 match param { in parse_struct() 92 GenericParam::Lifetime(param) => { in parse_struct() 93 if !param.bounds.is_empty() && !has_unsupported_generic_param { in parse_struct() 95 cx.error(¶m, msg); in parse_struct() 98 lifetimes.push_value(param.lifetime); in parse_struct() 103 GenericParam::Type(param) => { in parse_struct() 106 cx.error(¶m, msg); in parse_struct() 110 GenericParam::Const(param) => { in parse_struct() 113 cx.error(¶m, ms in parse_struct() [all...] |
| /third_party/rust/crates/cxx/macro/src/syntax/ |
| H A D | parse.rs | 90 let (param, punct) = pair.into_tuple(); in parse_struct() 91 match param { in parse_struct() 92 GenericParam::Lifetime(param) => { in parse_struct() 93 if !param.bounds.is_empty() && !has_unsupported_generic_param { in parse_struct() 95 cx.error(¶m, msg); in parse_struct() 98 lifetimes.push_value(param.lifetime); in parse_struct() 103 GenericParam::Type(param) => { in parse_struct() 106 cx.error(¶m, msg); in parse_struct() 110 GenericParam::Const(param) => { in parse_struct() 113 cx.error(¶m, ms in parse_struct() [all...] |
| /third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
| H A D | parse.rs | 90 let (param, punct) = pair.into_tuple(); in parse_struct() 91 match param { in parse_struct() 92 GenericParam::Lifetime(param) => { in parse_struct() 93 if !param.bounds.is_empty() && !has_unsupported_generic_param { in parse_struct() 95 cx.error(¶m, msg); in parse_struct() 98 lifetimes.push_value(param.lifetime); in parse_struct() 103 GenericParam::Type(param) => { in parse_struct() 106 cx.error(¶m, msg); in parse_struct() 110 GenericParam::Const(param) => { in parse_struct() 113 cx.error(¶m, ms in parse_struct() [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 97 const std::string generateTestName (struct DepthRangeUnrestrictedParam param) in generateTestName() argument 101 result << getFormatCaseName(param.depthFormat).c_str(); in generateTestName() 102 result << "_" << getCompareOpStringName(param.depthCompareOp).c_str(); in generateTestName() 103 result << "_clear_value_" << (int) param.depthBufferClearValue.depthStencil.depth; in generateTestName() 105 if (param.depthClampEnable == VK_FALSE) in generateTestName() 106 result << "_wc_" << (int) param.wc; in generateTestName() 108 if (param.viewportDepthBoundsMode & TEST_MODE_VIEWPORT_DYNAMIC) in generateTestName() 110 result << "_viewport_min_" << (int)param.viewportMinDepth << "_max_" << (int)param.viewportMaxDepth; in generateTestName() 112 if (param in generateTestName() 717 DepthRangeUnrestrictedTestInstance(Context& context, const DepthRangeUnrestrictedParam param) DepthRangeUnrestrictedTestInstance() argument 1116 DepthBoundsRangeUnrestrictedTestInstance(Context& context, const DepthRangeUnrestrictedParam param) DepthBoundsRangeUnrestrictedTestInstance() argument 1367 DepthRangeUnrestrictedTest(tcu::TestContext& testContext, const std::string& name, const DepthRangeUnrestrictedParam param) DepthRangeUnrestrictedTest() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | glslang.y | 61 %parse-param {TParseContext* context} 62 %param {void* yyscanner} 96 TParameter param; 351 TParameter param = { 0, new TType($2->getType()) }; 352 $1->addParameter(param); 357 TParameter param = { 0, new TType($3->getType()) }; 358 $1.function->addParameter(param); 661 if ($2.param.type->getBasicType() != EbtVoid) 662 $1->addParameter($2.param); 664 delete $2.param [all...] |
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | decompose_memory_access.cc | 321 /// @param context the CloneContext 324 /// @param offset the offset value to wrap in an Offset 330 /// @param expr the expression to convert to an Offset 343 /// @param offset the Offset that is returned 347 /// @param lhs_ the left-hand side of the add expression 348 /// @param rhs_ the right-hand side of the add expression 378 /// @param lhs_ the left-hand side of the multiply expression 379 /// @param rhs_ the right-hand side of the multiply expression 413 /// @param expr the expression that performs the access 414 /// @param acces 666 auto* param = intrinsic->Parameters()[i]; AtomicFunc() local [all...] |
| /third_party/rust/crates/cxx/syntax/ |
| H A D | parse.rs | 90 let (param, punct) = pair.into_tuple(); in parse_struct() 91 match param { in parse_struct() 92 GenericParam::Lifetime(param) => { in parse_struct() 93 if !param.bounds.is_empty() && !has_unsupported_generic_param { in parse_struct() 95 cx.error(¶m, msg); in parse_struct() 98 lifetimes.push_value(param.lifetime); in parse_struct() 103 GenericParam::Type(param) => { in parse_struct() 106 cx.error(¶m, msg); in parse_struct() 110 GenericParam::Const(param) => { in parse_struct() 113 cx.error(¶m, ms in parse_struct() [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| H A D | signature.cpp | 46 for (auto *param : signatureInfo_->params) { in Substitute() 47 auto *newParam = param; in Substitute() 48 auto *newParamType = param->TsType()->Substitute(relation, substitution); in Substitute() 49 if (newParamType != param->TsType()) { in Substitute() 51 newParam = param->Copy(allocator, param->Declaration()); in Substitute() 89 for (const auto *param : signatureInfo_->params) { in ToAssemblerType() 90 param->TsType()->ToAssemblerTypeWithRank(ss); in ToAssemblerType() 381 for (auto param : sigInfo->params) { in BoxPrimitives() 382 if (param in BoxPrimitives() [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | builtins_lowering.cpp | 376 // Don't need check param. Param was checked before in CheckPara() 498 GateRef param = acc_.GetValueIn(gate, 0); in LowerNumberConstructor() local 502 BRANCH_CIR(builder_.TaggedIsNumber(param), &isNumber, ¬Number); in LowerNumberConstructor() 505 result = param; in LowerNumberConstructor() 512 BRANCH_CIR(builder_.TaggedIsString(param), &isString, ¬String); in LowerNumberConstructor() 516 auto length = builder_.GetLengthFromString(param); in LowerNumberConstructor() 520 BRANCH_CIR(builder_.IsIntegerString(param), &isInteger, ¬String); in LowerNumberConstructor() 523 result = IntToTaggedIntPtr(builder_.GetRawHashFromString(param)); in LowerNumberConstructor() 530 result = LowerCallRuntime(glue, gate, RTSTUB_ID(ToNumericConvertBigInt), { param }, tru in LowerNumberConstructor() 541 GateRef param = acc_.GetValueIn(gate, 0); LowerGlobalDecodeURIComponent() local [all...] |
| /base/notification/eventhandler/frameworks/test/moduletest/ |
| H A D | event_handler_fd_listener_module_test.cpp | 166 int64_t param = 0; in HWTEST_F() local 167 handler->SendEvent(STOP_EVENT_ID, param, delayTime); in HWTEST_F() 295 int64_t param = 0; in HWTEST_F() local 296 handler->SendEvent(STOP_EVENT_ID, param, delayTime); in HWTEST_F() 329 int64_t param = 0; in HWTEST_F() local 330 handler->SendEvent(STOP_EVENT_ID, param, delayTime); in HWTEST_F() 360 int64_t param = 0; in HWTEST_F() local 361 handler->SendEvent(STOP_EVENT_ID, param, delayTime); in HWTEST_F() 396 int64_t param = 0; in HWTEST_F() local 397 handler->SendEvent(STOP_EVENT_ID, param, delayTim in HWTEST_F() 448 int64_t param = 0; AddFileDescriptorHelper() local [all...] |
| /base/startup/init/services/param/linux/ |
| H A D | param_service.c | 150 if ((ctrlService & PARAM_CTRL_SERVICE) != PARAM_CTRL_SERVICE) { // ctrl param
in SystemSetParam() 153 PARAM_CHECK(ret == 0, return ret, "Failed to set param %d name %s %s", ret, name, value);
in SystemSetParam() 155 PARAM_CHECK(ret == 0, return ret, "Failed to set persist param name %s", name);
in SystemSetParam() 179 PARAM_LOGI("Handle set param msgId %d pid %d key: %s", msg->id.msgId, cr.pid, msg->key);
in HandleParamSet() 190 PARAM_CHECK(watcher != NULL, return -1, "Failed to get param watcher data");
in AddWatchNode() 259 ParamNode *param = SystemCheckMatchParamWait(msg->key, valueContent->content);
in HandleParamWaitAdd() local 260 if (param != NULL) {
in HandleParamWaitAdd() 261 SendWatcherNotifyMessage(&extData, param->data, param->valueLength);
in HandleParamWaitAdd() 401 // param spac in InitParamService() [all...] |
| /base/startup/init/test/unittest/begetctl/ |
| H A D | begetctl_unittest.cpp | 36 "param" in HWTEST_F() 45 "param", "ls" in HWTEST_F() 54 "param", "ls", "-r" in HWTEST_F() 63 "param", "get" in HWTEST_F() 72 "param", "set", "aaaaa", "1234567" in HWTEST_F() 81 "param", "get", "aaaaa" in HWTEST_F() 90 "param", "wait", "aaaaa" in HWTEST_F() 98 "param", "wait" in HWTEST_F() 107 "param", "wait", "aaaaa", "12*", "30" in HWTEST_F() 115 "param", "shel in HWTEST_F() [all...] |
| /base/telephony/core_service/services/network_search/src/ |
| H A D | network_utils.cpp | 296 AppExecFwk::InnerEvent::Pointer EventSender::GetEvent(int32_t slotId, RadioEvent radioEvent, int32_t param) in GetEvent() argument 307 event = AppExecFwk::InnerEvent::Get(static_cast<int32_t>(radioEvent), param); in GetEvent() 339 int32_t slotId, RadioEvent radioEvent, int32_t param, const sptr<INetworkSearchCallback> &callback) in GetEvent() 352 std::make_shared<NetworkSearchCallbackInfo>(param, callback); in GetEvent() 380 bool EventSender::SendBase(int32_t slotId, RadioEvent radioEvent, int32_t param) in SendBase() argument 384 slotId, radioEvent, param, nullptr, fun); in SendBase() 385 return Send<EventGetMode::GET_EVENT_BY_PARAM, RilFunc_Int_Event, int32_t>(parameters, param); in SendBase() 415 int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCallback> *callback, int32_t param) in SendCallback() 419 slotId, radioEvent, param, callback, fun); in SendCallback() 424 int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCallback> *callback, int32_t param) in SendCallbackEx() 338 GetEvent( int32_t slotId, RadioEvent radioEvent, int32_t param, const sptr<INetworkSearchCallback> &callback) GetEvent() argument 414 SendCallback( int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCallback> *callback, int32_t param) SendCallback() argument 423 SendCallbackEx( int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCallback> *callback, int32_t param) SendCallbackEx() argument [all...] |
| /base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
| H A D | user_auth_proxy_test.cpp | 502 GlobalConfigParam param = {}; in HWTEST_F() local 503 EXPECT_EQ(proxy->SetGlobalConfigParam(param), INVALID_PARAMETERS); in HWTEST_F() 517 .WillOnce([](const GlobalConfigParam ¶m) { in HWTEST_F() 526 GlobalConfigParam param = {}; in HWTEST_F() local 527 param.type = PIN_EXPIRED_PERIOD; in HWTEST_F() 528 param.value.pinExpiredPeriod = 1; in HWTEST_F() 529 EXPECT_EQ(proxy->SetGlobalConfigParam(param), GENERAL_ERROR); in HWTEST_F() 543 .WillOnce([](const GlobalConfigParam ¶m) { in HWTEST_F() 552 GlobalConfigParam param = {}; in HWTEST_F() local 553 param in HWTEST_F() [all...] |