| /third_party/spirv-tools/test/opt/ |
| H A D | inst_buff_addr_check_test.cpp | 445 OpName %param "param" 486 %param = OpVariable %_ptr_Function_ulong Function 487 OpStore %param %ulong_18446744073172680704 488 %35 = OpFunctionCall %Test %GetTest_u641_ %param
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
| H A D | drm_vblank.c | 1692 * Widen a 32-bit param to 64-bits. 1694 * \param narrow 32-bit value (missing upper 32 bits) 1695 * \param near 64-bit value that should be 'close' to near 1985 * \param dev DRM device 1986 * \param data user arguement, pointing to a drm_crtc_get_sequence structure. 1987 * \param file_priv drm file private for the user's open file descriptor 2042 * \param dev DRM device 2043 * \param data user arguement, pointing to a drm_crtc_queue_sequence structure. 2044 * \param file_priv drm file private for the user's open file descriptor
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
| H A D | jsi_view_register.cpp | 333 TAG_LOGE(AceLogTag::ACE_NAVIGATION, "builder param is invalid: argsNum: %{public}d", argsNum); in JsNavigationRegister() 676 JSException::Throw(ERROR_CODE_PARAM_INVALID, "%s", "invalid param count"); in JsGetFilteredInspectorTree() 684 JSException::Throw(ERROR_CODE_PARAM_INVALID, "%s", "invalid param type"); in JsGetFilteredInspectorTree() 692 JSException::Throw(ERROR_CODE_PARAM_INVALID, "%s", "invalid param type"); in JsGetFilteredInspectorTree() 721 JSException::Throw(ERROR_CODE_PARAM_INVALID, "%s", "invalid param count"); in JsGetFilteredInspectorTreeById() 729 JSException::Throw(ERROR_CODE_PARAM_INVALID, "%s", "invalid param type"); in JsGetFilteredInspectorTreeById() 738 JSException::Throw(ERROR_CODE_PARAM_INVALID, "%s", "invalid param type"); in JsGetFilteredInspectorTreeById() 752 JSException::Throw(ERROR_CODE_PARAM_INVALID, "%s", "invalid param type"); in JsGetFilteredInspectorTreeById() 760 JSException::Throw(ERROR_CODE_PARAM_INVALID, "%s", "invalid param type"); in JsGetFilteredInspectorTreeById()
|
| /foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
| H A D | plugin_frontend_delegate.cpp | 605 const std::string& eventId, const std::string& param, const std::string& jsonArgs) in FireAsyncEvent() 607 std::string args = param; in FireAsyncEvent() 623 const std::string& eventId, const std::string& param, const std::string& jsonArgs) in FireSyncEvent() 626 FireSyncEvent(eventId, param, jsonArgs, resultStr); in FireSyncEvent() 631 const std::string& eventId, const std::string& param, const std::string& jsonArgs, std::string& result) in FireSyncEvent() 634 std::string args = param; in FireSyncEvent() 1159 std::string param("\"viewsizechanged\","); in OnMediaQueryUpdate() 1160 param.append(info); in OnMediaQueryUpdate() 1161 delegate->asyncEvent_("_root", param); in OnMediaQueryUpdate() 604 FireAsyncEvent( const std::string& eventId, const std::string& param, const std::string& jsonArgs) FireAsyncEvent() argument 622 FireSyncEvent( const std::string& eventId, const std::string& param, const std::string& jsonArgs) FireSyncEvent() argument 630 FireSyncEvent( const std::string& eventId, const std::string& param, const std::string& jsonArgs, std::string& result) FireSyncEvent() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
| H A D | frontend_delegate_impl.cpp | 519 const std::string& eventId, const std::string& param, const std::string& jsonArgs) in FireAsyncEvent() 521 std::string args = param; in FireAsyncEvent() 537 const std::string& eventId, const std::string& param, const std::string& jsonArgs) in FireSyncEvent() 540 FireSyncEvent(eventId, param, jsonArgs, resultStr); in FireSyncEvent() 545 const std::string& eventId, const std::string& param, const std::string& jsonArgs, std::string& result) in FireSyncEvent() 548 std::string args = param; in FireSyncEvent() 1315 std::string param("\"viewsizechanged\","); in OnMediaQueryUpdate() 1316 param.append(info); in OnMediaQueryUpdate() 1317 delegate->asyncEvent_("_root", param); in OnMediaQueryUpdate() 518 FireAsyncEvent( const std::string& eventId, const std::string& param, const std::string& jsonArgs) FireAsyncEvent() argument 536 FireSyncEvent( const std::string& eventId, const std::string& param, const std::string& jsonArgs) FireSyncEvent() argument 544 FireSyncEvent( const std::string& eventId, const std::string& param, const std::string& jsonArgs, std::string& result) FireSyncEvent() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| H A D | view_abstract_test_ng.cpp | 1332 auto param = AceType::MakeRefPtr<PopupParam>(); in HWTEST_F() local 1360 ViewAbstract::BindPopup(param, targetNode, customNode); in HWTEST_F() 1361 ViewAbstract::BindPopup(param, targetNode, customNode); in HWTEST_F() 1367 ViewAbstract::BindPopup(param, targetNode, customNode); in HWTEST_F() 1368 param->SetIsShow(false); in HWTEST_F() 1369 ViewAbstract::BindPopup(param, targetNode, customNode); in HWTEST_F() 1370 param->SetShowInSubWindow(true); in HWTEST_F() 1371 ViewAbstract::BindPopup(param, targetNode, customNode); in HWTEST_F() 1375 * @tc.steps: step4. Call BindPopup with param use custom. in HWTEST_F()
|
| /foundation/filemanagement/user_file_service/test/unittest/ |
| H A D | js_file_access_ext_ability_other_test.cpp | 1597 FileInfoNumParam param { "", filter, false }; in HWTEST_F() 1604 EXPECT_FALSE(ability->BuildFileInfoNumParam(env, param, &argv, argc)); in HWTEST_F() 1610 EXPECT_FALSE(ability->BuildFileInfoNumParam(env, param, &argv, argc)); in HWTEST_F() 1629 EXPECT_FALSE(ability->BuildFileInfoNumParam(env, param, &argv, argc)); in HWTEST_F() 1654 FileInfoNumParam param { "", filter, false }; in HWTEST_F() 1661 EXPECT_FALSE(ability->BuildFileInfoNumParam(env, param, argv, argc)); in HWTEST_F() 1667 EXPECT_FALSE(ability->BuildFileInfoNumParam(env, param, argv, argc)); in HWTEST_F() 1674 EXPECT_FALSE(ability->BuildFileInfoNumParam(env, param, argv, argc)); in HWTEST_F() 1682 EXPECT_TRUE(ability->BuildFileInfoNumParam(env, param, argv, argc)); in HWTEST_F()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
| H A D | relational_store_sqlite_ext.cpp | 649 if (ctx == nullptr || argc != 4 || argv == nullptr) { // 4 is param counts in CloudDataChangedObserver() 663 uint64_t isTrackerChange = static_cast<uint64_t>(sqlite3_value_int(argv[3])); // 3 is param index in CloudDataChangedObserver() 742 if (ctx == nullptr || argc != 4 || argv == nullptr) { // 4 is param counts in DataChangedObserver() 764 auto columnNameChar = reinterpret_cast<const char *>(sqlite3_value_text(argv[1])); // 1 is param index in DataChangedObserver() 778 auto dataChar = reinterpret_cast<const char *>(sqlite3_value_text(argv[2])); // 2 is param index in DataChangedObserver() 784 data = static_cast<int64_t>(sqlite3_value_int64(argv[2])); // 2 is param index in DataChangedObserver() 786 ChangeType option = static_cast<ChangeType>(sqlite3_value_int64(argv[3])); // 3 is param index in DataChangedObserver() 1042 return RegisterFunction(db, "client_observer", 4, db, func); // 4 is param counts in RegisterCloudDataChangeObserver() 1049 return RegisterFunction(db, "data_change", 4, db, func); // 4 is param counts in RegisterDataChangeObserver()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | VTimeZone.java | 45 * @param tzid The time zone ID, such as America/New_York 66 * @param reader The Reader for VTIMEZONE data input stream 188 * @param url The TZURL property value. 215 * @param date The <code>Date</code> object represents the date for RFC2445 LAST-MODIFIED property value. 229 * @param writer A <code>Writer</code> used for the output 272 * @param writer The <code>Writer</code> used for the output 273 * @param start The start time 306 * @param writer The <code>Writer</code> used for the output 307 * @param time The date
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | VTimeZone.java | 46 * @param tzid The time zone ID, such as America/New_York 65 * @param reader The Reader for VTIMEZONE data input stream 177 * @param url The TZURL property value. 200 * @param date The <code>Date</code> object represents the date for RFC2445 LAST-MODIFIED property value. 212 * @param writer A <code>Writer</code> used for the output 253 * @param writer The <code>Writer</code> used for the output 254 * @param start The start time 285 * @param writer The <code>Writer</code> used for the output 286 * @param time The date
|
| /third_party/libcoap/examples/ |
| H A D | coap-client.c | 743 oscore_save_seq_num(uint64_t sender_seq_num, void *param COAP_UNUSED) { in oscore_save_seq_num() 817 * @param arg The URI string. 818 * @param create_uri_opts Flags that indicate whether Uri-Host and 968 * param c The hex digit to convert. Must be in [0-9A-Fa-f]. 989 * param[in] src The null-terminated hex string to convert. 990 * param[out] dst Conversion result. 1071 * @param seg The segment to decode and copy. 1072 * @param length Length of @p seg. 1073 * @param buf The result buffer.
|
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_device.c | 2228 * \param[in] device Logical device pointer. 2229 * \param[in] data Pointer to PDS data segment to upload. 2230 * \param[in] data_size_dwords Size of PDS data segment in dwords. 2231 * \param[in] data_alignment Required alignment of the PDS data segment in 2233 * \param[in] code Pointer to PDS code segment to upload. 2234 * \param[in] code_size_dwords Size of PDS code segment in dwords. 2235 * \param[in] code_alignment Required alignment of the PDS code segment in 2237 * \param[in] min_alignment Minimum alignment of the bo holding the PDS 2239 * \param[out] pds_upload_out On success will be initialized based on the
|
| /third_party/openGLES/extensions/EXT/ |
| H A D | EXT_transform_feedback.txt | 97 void GetIntegerIndexedvEXT(enum param, uint index, int *values); 98 void GetBooleanIndexedvEXT(enum param, uint index, boolean *values); 114 Accepted by the <param> parameter of GetIntegerIndexedvEXT and 120 Accepted by the <param> parameter of GetIntegerIndexedvEXT and 602 void GetIntegerIndexedvEXT(enum param, uint index, int *values); 603 void GetBooleanIndexedvEXT(enum param, uint index, boolean *values); 689 GetIntegerIndexedvEXT() with <param> set to 698 <param> set to TRANSFORM_FEEDBACK_BUFFER_START_EXT or 859 GetBooleanIndexedvEXT() with <param> set to
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | enable.c | 194 * \param cap state to enable/disable. 248 * \param cap state to enable/disable. 318 * \param bit one of the TEXTURE_x_BIT values 384 * \param ctx GL context. 385 * \param cap the state to enable/disable 386 * \param state whether to enable or disable the specified capability. 1330 * \param cap state to enable. 1343 * \param cap state to disable. 1528 * \param cap state variable to query.
|
| /third_party/libexif/libexif/ |
| H A D | exif-data.c | 544 * \param[in,out] data #ExifData 545 * \param[in] ifd IFD to load 546 * \param[in] d pointer to buffer containing raw IFD data 547 * \param[in] ds size of raw data in buffer at \c d 548 * \param[in] offset offset into buffer at \c d at which IFD starts 549 * \param[in] recursion_cost factor indicating how expensive this recursive 1176 * \param[in,out] data #ExifData 1177 * \param[in] d pointer to raw EXIF data 1178 * \param[in] ds length of data at d
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES31.cpp | 1105 GLint param) in ValidateFramebufferParameteri() 1124 if (param < 0 || param > maxWidth) in ValidateFramebufferParameteri() 1134 if (param < 0 || param > maxHeight) in ValidateFramebufferParameteri() 1144 if (param < 0 || param > maxSamples) in ValidateFramebufferParameteri() 1165 if (param < 0 || param > maxLayers) in ValidateFramebufferParameteri() 1101 ValidateFramebufferParameteri(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum pname, GLint param) ValidateFramebufferParameteri() argument
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| H A D | EXT_transform_feedback.txt | 97 void GetIntegerIndexedvEXT(enum param, uint index, int *values); 98 void GetBooleanIndexedvEXT(enum param, uint index, boolean *values); 114 Accepted by the <param> parameter of GetIntegerIndexedvEXT and 120 Accepted by the <param> parameter of GetIntegerIndexedvEXT and 602 void GetIntegerIndexedvEXT(enum param, uint index, int *values); 603 void GetBooleanIndexedvEXT(enum param, uint index, boolean *values); 689 GetIntegerIndexedvEXT() with <param> set to 698 <param> set to TRANSFORM_FEEDBACK_BUFFER_START_EXT or 859 GetBooleanIndexedvEXT() with <param> set to
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
| H A D | parserharness.ts | 1103 * @param verifyNoDeclFile pass true when the given code should generate no decl file, false otherwise
1104 * @param unitName add the given code under thie name, else use '0.ts'
1105 * @param compilationContext a set of functions to be run before and after compiling this code for doing things like adding dependencies first
1106 * @param references the set of referenced files used by the given code
1176 /** @param fileResults an array of strings for the filename and an ITextWriter with its code */
1730 * @param line 1 based index
1731 * @param col 1 based index
1744 * @param line 0 based index
1745 * @param col 0 based index
|
| /applications/standard/app_samples/code/BasicFeature/Connectivity/StageSocket/entry/src/main/ets/model/ |
| H A D | SocketFactory.ets | 28 * @param socketType
|
| /applications/standard/app_samples/code/BasicFeature/Notification/CustomNotificationBadge/notification/src/main/ets/notification/ |
| H A D | NotificationRequestUtil.ets | 27 * @param notificationContent
|
| /applications/standard/app_samples/code/Project/HapBuild/ci/src/ |
| H A D | app.controller.ts | 16 import { Controller, Get, Param } from '@nestjs/common';
|
| /applications/standard/app_samples/code/SystemFeature/Media/VoiceCallDemo/entry/src/main/ets/utils/ |
| H A D | TimeUtil.ets | 22 * @param val 毫秒值
|
| /applications/standard/calendardata/common/src/main/ets/utils/ |
| H A D | TextUtils.ets | 27 * @param str the string to be check
|
| /applications/standard/calendardata/datamanager/src/main/ets/commonevents/notify/ |
| H A D | ScheduleAlarmNotifier.ets | 24 * @param nextAlarmTime 提醒的时间
|
| /applications/standard/calendardata/datastructure/src/main/ets/reminders/ |
| H A D | RemindersParser.ets | 24 * @param resultSet the result from somewhere rdb.query
|