Home
last modified time | relevance | path

Searched full:param (Results 15376 - 15400 of 22011) sorted by relevance

1...<<611612613614615616617618619620>>...881

/third_party/spirv-tools/test/opt/
H A Dinst_buff_addr_check_test.cpp445 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 Ddrm_vblank.c1692 * 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 Djsi_view_register.cpp333 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 Dplugin_frontend_delegate.cpp605 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 Dfrontend_delegate_impl.cpp519 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 Dview_abstract_test_ng.cpp1332 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 Djs_file_access_ext_ability_other_test.cpp1597 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 Drelational_store_sqlite_ext.cpp649 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 DVTimeZone.java45 * @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 DVTimeZone.java46 * @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 Dcoap-client.c743 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 Dpvr_device.c2228 * \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 DEXT_transform_feedback.txt97 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 Denable.c194 * \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 Dexif-data.c544 * \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 DvalidationES31.cpp1105 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 DEXT_transform_feedback.txt97 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 Dparserharness.ts1103 * @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 DSocketFactory.ets28 * @param socketType
/applications/standard/app_samples/code/BasicFeature/Notification/CustomNotificationBadge/notification/src/main/ets/notification/
H A DNotificationRequestUtil.ets27 * @param notificationContent
/applications/standard/app_samples/code/Project/HapBuild/ci/src/
H A Dapp.controller.ts16 import { Controller, Get, Param } from '@nestjs/common';
/applications/standard/app_samples/code/SystemFeature/Media/VoiceCallDemo/entry/src/main/ets/utils/
H A DTimeUtil.ets22 * @param val 毫秒值
/applications/standard/calendardata/common/src/main/ets/utils/
H A DTextUtils.ets27 * @param str the string to be check
/applications/standard/calendardata/datamanager/src/main/ets/commonevents/notify/
H A DScheduleAlarmNotifier.ets24 * @param nextAlarmTime 提醒的时间
/applications/standard/calendardata/datastructure/src/main/ets/reminders/
H A DRemindersParser.ets24 * @param resultSet the result from somewhere rdb.query

Completed in 69 milliseconds

1...<<611612613614615616617618619620>>...881