Home
last modified time | relevance | path

Searched refs:index (Results 5576 - 5600 of 22913) sorted by relevance

1...<<221222223224225226227228229230>>...917

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.h43 FlowItemPosition GetItemPosition(int32_t index);
50 int32_t GetChildIndexWithFooter(int32_t index) const in GetChildIndexWithFooter()
52 return index + layoutInfo_->footerIndex_ + 1; in GetChildIndexWithFooter()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_event_hub.h43 void FireChangeEvent(const std::vector<std::string>& value, const std::vector<double>& index) const in FireChangeEvent()
49 onSelectedChangeEvent_(index); in FireChangeEvent()
52 TextChangeEvent_(value, index); in FireChangeEvent()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf.h46 virtual bool HandleMultiCall(const BluetoothRawAddress &device, int flag, int index) = 0;
48 virtual bool DialMemory(const BluetoothRawAddress &device, int index) = 0;
49 virtual bool SendVoiceTag(const BluetoothRawAddress &device, int index) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_hf_server.h48 bool HandleMultiCall(const BluetoothRawAddress &device, int flag, int index) override;
50 bool DialMemory(const BluetoothRawAddress &device, int index) override;
51 bool SendVoiceTag(const BluetoothRawAddress &device, int index) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h44 bool HandleMultiCall(const BluetoothRawAddress &device, int flag, int index) override;
46 bool DialMemory(const BluetoothRawAddress &device, int index) override;
47 bool SendVoiceTag(const BluetoothRawAddress &device, int index) override;
/foundation/graphic/graphic_3d/lume/metaobject/src/model/
H A Dcomposite_object_provider.h36 IObject::Ptr CreateObject(const DataModelIndex& index) override;
38 size_t GetObjectCount(const DataModelIndex& index) const override;
52 IObjectProvider* FindProvider(size_t& index) const;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Danimation_state_component_manager.cpp71 const Property* MetaData(size_t index) const override
73 if (index < componentMetaData_.size()) {
74 return &componentMetaData_[index];
H A Dlight_component_manager.cpp65 const Property* MetaData(size_t index) const override
67 if (index < componentMetaData_.size()) {
68 return &componentMetaData_[index];
H A Denvironment_component_manager.cpp64 const Property* MetaData(size_t index) const override
66 if (index < componentMetaData_.size()) {
67 return &componentMetaData_[index];
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/model/
H A Dintf_data_model.h36 * @param base Base index of the added data.
37 * 1-D: the base is simply the start index where data was added and count of data entities added.
69 * @brief Generic data model which can be used to query data per index.
75 * @brief Get data at given index, null if no such index exists.
77 virtual IMetadata::ConstPtr GetModelData(const DataModelIndex& index) const = 0;
78 virtual IMetadata::Ptr GetModelData(const DataModelIndex& index) = 0;
81 * @brief Get size of given dimension at given index.
83 virtual size_t GetSize(const DataModelIndex& index) const = 0;
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/
H A Dffmpeg_encoder_plugin.cpp42 void SetDefinition(size_t index, CodecPluginDef &definition, Capability &cap);
44 void SetDefinition(size_t index, CodecPluginDef &definition, Capability &cap) in SetDefinition() argument
46 switch (index) { in SetDefinition()
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_typeface.cpp60 std::unique_ptr<TexgineMemoryStream> stream, int index) in MakeFromStream()
69 std::shared_ptr<TexgineTypeface> TexgineTypeface::MakeFromFile(const std::string &path, int index) in MakeFromFile() argument
71 auto st = RSTypeface::MakeFromFile(path.c_str(), index); in MakeFromFile()
59 MakeFromStream( std::unique_ptr<TexgineMemoryStream> stream, int index) MakeFromStream() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_base_node_command.h39 static void AddChild(RSContext& context, NodeId nodeId, NodeId childNodeId, int32_t index);
40 static void MoveChild(RSContext& context, NodeId nodeId, NodeId childNodeId, int32_t index);
42 static void AddCrossParentChild(RSContext& context, NodeId nodeId, NodeId childNodeId, int32_t index);
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dkey_session_service_callback_stub.cpp71 for (uint32_t index = 0; index < mapSize; index++) { in HandleSendEventKeyChanged()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dfeature_stub_impl.h35 int32_t OnAppUninstall(const std::string &bundleName, int32_t user, int32_t index);
36 int32_t OnAppUpdate(const std::string &bundleName, int32_t user, int32_t index);
37 int32_t OnAppInstall(const std::string &bundleName, int32_t user, int32_t index);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcamera/
H A Ddistributed_camera_source_service.h54 static void CamDevInsert(DCameraIndex& index, std::shared_ptr<DCameraSourceDev>& camDev);
55 static std::shared_ptr<DCameraSourceDev> GetCamDevByIndex(DCameraIndex& index);
56 static void CamDevErase(DCameraIndex& index);
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dconsole.c32 if (h2->index < h1->index) in default_vga_hose_select()
85 if (hose->index == h) break; in find_console_vga_hose()
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H A Dmpic_msi.c32 int flags, index, i; in mpic_msi_reserve_u3_hwirqs() local
60 index = 0; in mpic_msi_reserve_u3_hwirqs()
61 while (of_irq_parse_one(np, index++, &oirq) == 0) { in mpic_msi_reserve_u3_hwirqs()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutstate.c193 u32 index) in acpi_ut_create_pkg_state()
211 state->pkg.index = index; in acpi_ut_create_pkg_state()
191 acpi_ut_create_pkg_state(void *internal_object, void *external_object, u32 index) acpi_ut_create_pkg_state() argument
/kernel/linux/linux-5.10/drivers/clk/uniphier/
H A Dclk-uniphier-mux.c23 static int uniphier_clk_mux_set_parent(struct clk_hw *hw, u8 index) in uniphier_clk_mux_set_parent() argument
27 return regmap_write_bits(mux->regmap, mux->reg, mux->masks[index], in uniphier_clk_mux_set_parent()
28 mux->vals[index]); in uniphier_clk_mux_set_parent()
/kernel/linux/linux-5.10/drivers/cpuidle/governors/
H A Dhaltpoll.c110 * @index: the index of actual entered state
112 static void haltpoll_reflect(struct cpuidle_device *dev, int index) in haltpoll_reflect() argument
114 dev->last_state_idx = index; in haltpoll_reflect()
116 if (index != 0) in haltpoll_reflect()
/kernel/linux/linux-5.10/drivers/cpuidle/
H A Dcpuidle-haltpoll.c29 struct cpuidle_driver *drv, int index) in default_enter_idle()
33 return index; in default_enter_idle()
36 return index; in default_enter_idle()
28 default_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) default_enter_idle() argument
H A Dcpuidle-mvebu-v7.c30 int index) in mvebu_v7_enter_idle()
36 if (drv->states[index].flags & MVEBU_V7_FLAG_DEEP_IDLE) in mvebu_v7_enter_idle()
45 return index; in mvebu_v7_enter_idle()
28 mvebu_v7_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) mvebu_v7_enter_idle() argument
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dconsole.c32 if (h2->index < h1->index) in default_vga_hose_select()
85 if (hose->index == h) break; in find_console_vga_hose()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H A Dmpic_msi.c33 int flags, index, i; in mpic_msi_reserve_u3_hwirqs() local
61 index = 0; in mpic_msi_reserve_u3_hwirqs()
62 while (of_irq_parse_one(np, index++, &oirq) == 0) { in mpic_msi_reserve_u3_hwirqs()

Completed in 13 milliseconds

1...<<221222223224225226227228229230>>...917