/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_osk_profiling.h | 104 * @param index Event index (start with 0 and continue until this function fails to retrieve all events) 110 mali_osk_errcode_t _mali_osk_profiling_get_event(u32 index, u64 *timestamp, u32 *event_id, u32 data[5]);
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_clk_rate_trace_mgr.h | 25 /* The index of top clock domain in kbase_clk_rate_trace_manager:clks. */ 28 /* The index of shader-cores clock domain in 43 * @index: Index at which the GPU clock was enumerated. 51 u8 index; member 155 * @clock_index: Clock index.
|
/foundation/ability/idl_tool/ast/ |
H A D | ast_method.h | 66 AutoPtr<ASTParameter> GetParameter(size_t index);
|
H A D | ast_interface_type.h | 56 AutoPtr<ASTMethod> GetMethod(size_t index);
|
/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/ |
H A D | shared_transition_component.h | 52 void SetZIndex(int32_t index);
|
/foundation/arkui/ace_engine/frameworks/core/components/menu/ |
H A D | menu_element.h | 56 void OnOptionCallback(std::size_t index);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_foreach_function.h | 55 // This executes the BuilderFunction on a specific index 56 // returns the native JsView for the item in index. 57 void ExecuteBuilderForIndex(int32_t index);
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_data_panel_ffi.h | 37 VectorNativeLinearGradientHandle vec, int64_t index, NativeLinearGradient linearGradient);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_tabs_controller.h | 37 void ChangeIndex(int32_t index);
|
H A D | js_rect_shape.h | 45 const RefPtr<ShapeRect>& shapeRect, const CalcDimension& radiusX, const CalcDimension& radiusY, int32_t index);
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_source_ohos.h | 35 uint32_t index, const Size& size,
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | image_source_preview.cpp | 57 uint32_t index, const Size& size, AIImageQuality imageQuality, bool isHdrDecoderNeed) in CreatePixelMap() 56 CreatePixelMap( uint32_t index, const Size& size, AIImageQuality imageQuality, bool isHdrDecoderNeed) CreatePixelMap() argument
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | simple_spring_node.h | 30 SimpleSpringNode(const WeakPtr<PipelineBase>& context, int32_t index, double value);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_rect_bridge.h | 37 std::vector<uint32_t>& radiusValidPairs, int index);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | indicator_model.h | 31 virtual void SetIndex(uint32_t index);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | for_each_model.h | 33 std::function<void(int32_t index)> itemGenFunc_;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
H A D | water_flow_layout_utils.h | 27 static FlowItemPosition GetItemPosition(const RefPtr<WaterFlowLayoutInfo>& info, int32_t index, float mainGap); 47 * REQUIRES: footer resides at index 0. 56 * @param seg section index 57 * @param idx item index
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
H A D | stepper_model.h | 36 virtual void Create(uint32_t index) = 0;
|
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/chart/24/ |
H A D | index.js | 66 index: 0, 83 ...routePage("pages/chart/23/index", "pages/chart/25/index")
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | tab_bar_component.h | 47 const char* GetTextByIndex(uint8_t index);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | mock_bundle_stream_installer_host_impl.cpp | 61 int BundleStreamInstallerHostImpl::CreateSharedBundleStream(const std::string &hspName, uint32_t index)
in CreateSharedBundleStream() argument
|
/foundation/graphic/graphic_3d/lume/LumeFont/src/ |
H A D | font_buffer.h | 36 std::shared_ptr<FaceData> CreateFace(long index);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/ |
H A D | text_line_base.h | 48 virtual double GetOffsetForStringIndex(int32_t index) const = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | text_line_base.h | 51 virtual double GetOffsetForStringIndex(int32_t index) const = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_rect.h | 247 * @param index Indicates the index of array, caller must make sure the index is valid. 252 * or index is valid. 256 OH_Drawing_ErrorCode OH_Drawing_RectGetArrayElement(OH_Drawing_Array* rectArray, size_t index,
|