Home
last modified time | relevance | path

Searched refs:index (Results 2351 - 2375 of 11985) sorted by relevance

1...<<919293949596979899100>>...480

/applications/standard/contacts_data/ability/sinicization/src/
H A Dconstruction_name.cpp88 for (unsigned int index = 0; index < len; index++) { in GetPhotoFirstName()
89 if (characterTransliterate.IsChineseCharacter(nameWstr[index])) { in GetPhotoFirstName()
90 std::wstring childwChineseCharacter = nameWstr.substr(index, 1); in GetPhotoFirstName()
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_component.h62 void SetIndex(int32_t index) in SetIndex() argument
66 if (index < 0 || index >= size) { in SetIndex()
67 index = 0; in SetIndex()
69 controller_->SetIndexWithoutChangeContent(index); in SetIndex()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_controller_base.h64 int32_t index = -1; member
77 virtual void ScrollToIndex(int32_t index, bool smooth = false, ScrollAlign align = ScrollAlign::NONE, in ScrollToIndex() argument
81 virtual void JumpToItemInGroup(int32_t index, int32_t indexInGroup, bool smooth = false, in JumpToItemInGroup() argument
107 virtual Rect GetItemRect(int32_t index) const in GetItemRect()
117 virtual Rect GetItemRectInGroup(int32_t index, int32_t indexInGroup) const in GetItemRectInGroup() argument
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Delement_name.cpp101 int index = 0; in ParseURI() local
102 deviceId_ = uriVec[index++]; in ParseURI()
103 bundleName_ = uriVec[index++]; in ParseURI()
104 moduleName_ = uriVec[index++]; in ParseURI()
105 abilityName_ = uriVec[index++]; in ParseURI()
/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_player.h76 uint32_t index = 0; ///< sequence number of the animation chunk, starting from 0 member
85 uint32_t blendFromIndex = 0; ///< Blend from frame index to current frame.
112 void RenderFrame(const int32_t& index);
171 APngAnimatedFrameInfo *DecodeFrameImage(const int32_t &index);
188 * Get frame image with index or frameinfo
190 sk_sp<SkImage> GetImage(const int32_t &index, bool extendToCanvas);
197 * Get frame image with index or frameinfo
199 std::shared_ptr<RSImage> GetImage(const int32_t &index, bool extendToCanvas);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dcontent_controller.h35 bool InsertValue(int32_t index, const std::string& value);
38 std::string GetValueBeforeIndex(int32_t index);
39 std::string GetValueAfterIndex(int32_t index);
43 bool IsIndexBeforeOrInEmoji(int32_t index);
46 std::string GetSelectedLimitValue(int32_t& index, int32_t& startIndex);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_pattern.h121 std::optional<bool> OnContentWillChange(int32_t preIndex, int32_t index) const in OnContentWillChange()
125 ret = callback_(preIndex, index); in OnContentWillChange()
153 const RefPtr<TabBarPattern>& tabBarPattern, const RefPtr<TabsLayoutProperty>& tabsLayoutProperty, int index);
161 std::string GetTabBarTextByIndex(int32_t index) const;
164 void RecordChangeEvent(int32_t index);
/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddrawable_descriptor.cpp45 for (int32_t index = 0; index < size; index++) { in OH_ArkUI_DrawableDescriptor_CreateFromAnimatedPixelMap()
46 if (!array[index]) { in OH_ArkUI_DrawableDescriptor_CreateFromAnimatedPixelMap()
49 pixelMapList.push_back(array[index]->GetInnerPixelmap()); in OH_ArkUI_DrawableDescriptor_CreateFromAnimatedPixelMap()
/foundation/arkui/ui_lite/test/uitest/test_ui_list/
H A Dui_test_ui_list.h36 void OnScrollStart(int16_t index, UIView* view) override;
37 void OnScrollEnd(int16_t index, UIView* view) override;
38 void OnScrollTop(int16_t index, UIView* view) override;
39 void OnScrollBottom(int16_t index, UIView* view) override;
40 void OnItemSelected(int16_t index, UIView* view) override;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_mesh.h91 * @param index The selected submesh index.
94 virtual IMaterial::Ptr GetMaterial(size_t index) = 0;
103 * @param index The selected submesh index.
106 virtual void SetMaterial(size_t index, const IMaterial::Ptr& material) = 0;
110 * @return The layer order for selected index, if the index is not present, returns 0u.
112 virtual uint8_t GetRenderSortLayerOrder(size_t index) const = 0;
120 * 3. Sort e.g. plane layers. * @param index Th
[all...]
/foundation/multimedia/av_codec/services/include/
H A Di_codec_service.h52 virtual int32_t QueueInputBuffer(uint32_t index, AVCodecBufferInfo info, AVCodecBufferFlag flag) = 0;
53 virtual int32_t QueueInputBuffer(uint32_t index) = 0;
54 virtual int32_t QueueInputParameter(uint32_t index) = 0;
56 virtual int32_t ReleaseOutputBuffer(uint32_t index, bool render = false) = 0;
57 virtual int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) = 0;
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_node_graph_share_manager.h71 /** Get render node graph input resource handle with index.
74 virtual RenderHandle GetRenderNodeGraphInput(const uint32_t index) const = 0;
76 /** Get render node graph output resource handle with index.
79 virtual RenderHandle GetRenderNodeGraphOutput(const uint32_t index) const = 0;
91 /** Get resource render handle with index from previous render node graph.
92 * @param index Index of the registered resource.
95 virtual RenderHandle GetPrevRenderNodeGraphOutput(const uint32_t index) const = 0;
116 /** Get registered output from a named render node with index.
119 const BASE_NS::string_view renderNodeName, const uint32_t index) const = 0;
128 /** Get registered output from previous render node with index
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_component_manager.h82 /** Returns entity for component index. May return invalid entity if the entity is being destroyed.
84 virtual Entity GetEntity(IComponentManager::ComponentId index) const = 0;
88 virtual uint32_t GetComponentGeneration(IComponentManager::ComponentId index) const = 0;
163 * @param index Index what is used to add or update the component if index is same as before.
166 virtual void SetData(ComponentId index, const IPropertyHandle& data) = 0;
169 * @param index Index to get data from
171 virtual const IPropertyHandle* GetData(ComponentId index) const = 0;
174 * @param index Index to get data from
176 virtual IPropertyHandle* GetData(ComponentId index)
[all...]
/foundation/multimedia/media_foundation/src/osal/filesystem/
H A Dfile_system.cpp114 auto index = path.find('/', 1); in MakeMultipleDir() local
115 while (index != std::string::npos) { in MakeMultipleDir()
116 std::string tPath = path.substr(0, index); in MakeMultipleDir()
118 index = path.find('/', index + 1); in MakeMultipleDir()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/include/
H A Dhdrcodec_inner_sample.h63 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> buffer) override;
64 void OnOutputBufferAvailable(uint32_t index, AVCodecBufferInfo info, AVCodecBufferFlag flag,
78 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> buffer) override;
79 void OnOutputBufferAvailable(uint32_t index, AVCodecBufferInfo info, AVCodecBufferFlag flag,
108 uint32_t index, std::shared_ptr<AVSharedMemory> buffer);
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.h67 void SetEOS(OH_AVBuffer *buffer, uint32_t index);
79 int32_t PushData(uint32_t index, OH_AVBuffer *buffer);
80 uint32_t SendData(uint32_t bufferSize, uint32_t index, OH_AVBuffer *buffer);
107 void VdecInputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData);
108 void VdecOutputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData);
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.h67 void SetEOS(OH_AVBuffer *buffer, uint32_t index);
79 int32_t PushData(uint32_t index, OH_AVBuffer *buffer);
80 uint32_t SendData(uint32_t bufferSize, uint32_t index, OH_AVBuffer *buffer);
108 void VdecInputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData);
109 void VdecOutputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData);
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H A Dvideodec_sample.h69 void SetEOS(uint32_t index);
70 uint32_t SendData(uint32_t bufferSize, uint32_t index, OH_AVMemory *buffer);
72 int32_t ReadData(uint32_t index, OH_AVMemory *buffer);
108 void VdecInputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData);
109 void VdecOutputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, OH_AVCodecBufferAttr *attr,
/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_service_proxy.h44 int32_t QueueInputBuffer(uint32_t index, AVCodecBufferInfo info, AVCodecBufferFlag flag) override;
45 int32_t QueueInputBuffer(uint32_t index) override;
46 int32_t QueueInputParameter(uint32_t index) override;
48 int32_t ReleaseOutputBuffer(uint32_t index, bool render) override;
49 int32_t RenderOutputBufferAtTime(uint32_t index, int64_t renderTimestampNs) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dstore_meta_data_local.cpp24 SetValue(node[GET_NAME(index)], index); in Marshal()
32 GetValue(node, GET_NAME(index), index); in Unmarshal()
38 return (index > 0); in IsValueEffect()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dcursor_mock.cpp35 int index = 0; in GetColumnName() local
37 if (index++ == col) { in GetColumnName()
49 int index = 0; in GetColumnType() local
51 if (index++ == col) { in GetColumnType()
52 return value.index(); in GetColumnType()
/test/xts/acts/global_lite/i18n_lite/datetimerecall_posix/src/
H A DUnitDateTimeRecallTest.cpp48 * get locale index
50 * expectResult return locale index
54 for (unsigned int index = 0; index < locales.size(); index++) { in GetLocaleIndex()
55 if (locale == locales[index]) { in GetLocaleIndex()
56 return index; in GetLocaleIndex()
95 EXPECT_EQ(formatWeekName, g_formatAbbrDayNames[localeIndex][0]) << "index: " << localeIndex << std::endl; in HWTEST_F()
115 EXPECT_EQ(formatWeekName, g_formatAbbrDayNames[localeIndex][0]) << "index: " << localeIndex << std::endl; in HWTEST_F()
135 EXPECT_EQ(formatWeekName, g_formatAbbrDayNames[localeIndex][0]) << "index in HWTEST_F()
[all...]
/test/xts/acts/global_lite/i18n_lite/numberrecall_posix/src/
H A DUnitNumberRecallTest.cpp30 * get locale index
32 * expectResult return locale index
36 for (unsigned int index = 0; index < locales.size(); index++) { in GetLocaleIndex()
37 if (locale == locales[index]) { in GetLocaleIndex()
38 return index; in GetLocaleIndex()
/third_party/ffmpeg/libavcodec/
H A Ddpx_parser.c34 uint32_t index; member
62 d->index = 0; in dpx_parse()
78 d->index++; in dpx_parse()
79 if (d->index == 17) { in dpx_parse()
91 } else if (d->index > 17) { in dpx_parse()
H A Dmlpdsp.c64 int index, in ff_mlp_rematrix_channel()
73 int index2 = 2 * index + 1; in ff_mlp_rematrix_channel()
81 index &= access_unit_size_pow2 - 1; in ff_mlp_rematrix_channel()
82 accum += noise_buffer[index] * (1 << (matrix_noise_shift + 7)); in ff_mlp_rematrix_channel()
83 index += index2; in ff_mlp_rematrix_channel()
60 ff_mlp_rematrix_channel(int32_t *samples, const int32_t *coeffs, const uint8_t *bypassed_lsbs, const int8_t *noise_buffer, int index, unsigned int dest_ch, uint16_t blockpos, unsigned int maxchan, int matrix_noise_shift, int access_unit_size_pow2, int32_t mask) ff_mlp_rematrix_channel() argument

Completed in 12 milliseconds

1...<<919293949596979899100>>...480