Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 530) sorted by relevance

12345678910>>...22

/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/
H A Dtext_unit_test.cpp68 const char* text = "unit test text"; variable
167 Text* text = new Text(); variable
180 Text* text = new Text(); variable
205 const char* text = "abcd"; variable
217 const char* text = "\xEF\x80\x80\xEF\x80\x81\xEF\x80\x82"; variable
230 const char* text = "鸿蒙操作系统"; variable
242 const char* text = "轻量图形子系统\xEF\x80\x80\xEF\x80\x81\xEF\x80\x82鸿蒙操作系統"; variable
255 const char* text = "鸿蒙操作系统abcd"; variable
267 const char* text = "鸿蒙操作系統轻量图形子系统TDD测试用例\xEF\x80\x80\xEF\x80\x81\xEF\x80\x82"; variable
281 const char* text = "鸿蒙abcd操作系统"; variable
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_conversational_message_test.cpp43 std::string text = "Text"; variable
60 std::string text = "Text"; variable
80 std::string text = "Text"; variable
99 std::string text = "Text"; variable
116 std::string text = "Text"; variable
132 std::string text = "Text"; variable
156 std::string text = "Text"; variable
172 std::string text = "Text"; variable
191 std::string text = "Text"; variable
213 std::string text = "Text"; variable
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/public_moudle/
H A Dbase.py49 def sendkeys(self, locator, text=''): argument
71 def click_canvas_by_text(self, text): argument
90 def get_canvas_point_position(self, path, text): argument
110 def get_obtain_point_position(self, path, text): argument
130 def add_node(self, text): argument
143 def add_attr(self, text): argument
168 def node_in_kuang(self, path, text): argument
180 def kuang_contain_text(self, path, text): argument
192 def text_count(self, path, text): argument
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dtext_listener_inner_api_test.cpp90 std::string text = "text"; variable
107 std::string text = "text"; variable
219 std::u16string text; variable
236 std::u16string text = u""; variable
264 std::u16string text; variable
281 std::u16string text = u""; variable
597 std::string text = "text"; variable
618 std::string text = "text"; variable
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dtext_napi.cpp44 auto *text = new (std::nothrow) TextNapi(); in New() local
55 auto *text = new (std::nothrow) TextNapi(); in NewInstance() local
64 auto *text = static_cast<TextNapi *>(data); in Destructor() local
81 auto text = GetText(env, info, ctxt); in GetDetails() local
103 auto text = static_cast<TextNapi *>(ctxt->native); in SetDetails() local
/ohos5.0/base/update/updater/test/unittest/test_data/ui/layout/
H A Dmenu.json18 "text" : "Reboot to normal system", string
29 "text" : "Userdata reset", string
39 "text" : "Update from SD Card", string
49 "text" : "Tip", string
59 "text" : "Delete user date now...", string
69 "text" : "Do you want to continue?", string
79 "text" : "Continue", string
89 "text" : "Cancel", string
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/paste_button/
H A Dpaste_button_model_ng.cpp44 void PasteButtonModelNG::Create(int32_t text, int32_t icon, in Create()
51 RefPtr<FrameNode> PasteButtonModelNG::CreateNode(int32_t text, int32_t icon, in CreateNode()
73 bool PasteButtonModelNG::GetTextResource(int32_t textStyle, std::string& text) in GetTextResource()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
H A Ddata_detector_interface.h38 std::string text; member
58 virtual int8_t GetCursorPosition(const std::string& text, int8_t offset) in GetCursorPosition()
63 virtual std::vector<int8_t> GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection()
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/.vscode/
H A Dsettings.json4 "text": "▶", string
13 "text": "$(sync)", string
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/.vscode/
H A Dsettings.json4 "text": "▶", string
13 "text": "$(sync)", string
/ohos5.0/base/update/updater/resources/rk3568/pages/
H A Dmenu.json53 "text": "[LABEL_UPDATE_FROM_SDCARD]", string
63 "text": "[LABEL_REBOOT_DEVICE]", string
73 "text": "[LABEL_USER_DATA_RESET]", string
83 "text": "[LABEL_USER_DATA_RESET]", string
93 "text": "[LABEL_REBOOT]", string
103 "text": "[LABEL_SHUTDOWN]", string
113 "text": "[LABEL_MENU_USAGE]", string
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_model_ng.h28 int32_t text; member
67 virtual bool GetTextResource(int32_t textStyle, std::string& text) in GetTextResource()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_typography_create.h57 virtual void AddText(const std::u16string& text) {} in AddText()
61 virtual void AppendText(const std::u16string& text) {} in AppendText()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rstextureexport_fuzzer/
H A Drstextureexport_fuzzer.cpp68 RSTextureExport text(node, surfaceId); in DoRSTextureExport() local
87 RSTextureExport text(node, surfaceId); in DoDoTextureExport() local
107 RSTextureExport text(node, surfaceId); in DoStopTextureExport() local
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_aes.c60 static char *MallocDecodeData(const char *text, size_t *olen) in MallocDecodeData()
86 static char *MallocEncodeData(const unsigned char *text, size_t *olen) in MallocEncodeData()
185 static int32_t InitAesCryptDataText(const char *action, const char *key, const char *text, CryptDat… in InitAesCryptDataText()
223 static int32_t InitAesData(const char *action, const char *key, const char *text, CryptData *data) in InitAesData()
316 int32_t InitAesCryptData(const char *action, const char *text, const char *key, const AesIvMode *iv, in InitAesCryptData()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_edit_text_unit_test.cpp110 const char* text = "abc"; variable
255 const char* text = "abc"; variable
271 const char* text = "abc"; variable
305 const char* text = "abc"; variable
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_text_changed_listener.cpp21 void NativeTextChangedListener::InsertText(const std::u16string &text) in InsertText()
161 char16_t *text = new char16_t[length]; in GetLeftTextOfCursor() local
192 char16_t *text = new char16_t[length]; in GetRightTextOfCursor() local
255 int32_t NativeTextChangedListener::SetPreviewText(const std::u16string &text, const OHOS::MiscServi… in SetPreviewText()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_arc_label.cpp181 void UIArcLabel::SetText(const char* text) in SetText()
249 const char* text = arcLabelText_->GetText(); in OnDraw() local
281 Rect UIArcLabel::GetArcTextRect(const char* text, uint16_t fontId, uint8_t fontSize, const Point& a… in GetArcTextRect()
327 const char* text = arcLabelText_->GetText(); in GetLineEnd() local
338 const char* text = arcLabelText_->GetText(); in MeasureArcTextInfo() local
368 const char* text = arcLabelText_->GetText(); in OnMeasureArcTextInfo() local
415 const char* text = arcLabelText_->GetText(); in GetArcLength() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/engine_adapter/
H A Dstatic_factory_test.cpp52 char text[10] = { 0 }; variable
150 char text[] = "hello"; variable
167 char text[] = "hello"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_styles.cpp158 std::string text; in GetSymbolRenderingStrategyInJson() local
170 std::string text; in GetSymbolEffectStrategyInJson() local
184 std::string text; in GetLineBreakStrategyInJson() local
197 std::string text = ""; in GetSymbolEffectOptionsInJson() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/location_button/
H A Dlocation_button_model_ng.cpp44 void LocationButtonModelNG::Create(int32_t text, int32_t icon, in Create()
60 bool LocationButtonModelNG::GetTextResource(int32_t textStyle, std::string& text) in GetTextResource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/save_button/
H A Dsave_button_model_ng.cpp45 void SaveButtonModelNG::Create(int32_t text, int32_t icon, in Create()
61 bool SaveButtonModelNG::GetTextResource(int32_t textStyle, std::string& text) in GetTextResource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp77 auto text = weakText.Upgrade(); in Update() local
297 auto text = weak.Upgrade(); in OnTouchTestHit() local
338 auto text = weak.Upgrade(); in OnTouchTestHit() local
346 auto text = weak.Upgrade(); in OnTouchTestHit() local
587 auto text = weak.Upgrade(); in RegisterCallbacksToOverlay() local
595 auto text = weak.Upgrade(); in RegisterCallbacksToOverlay() local
604 auto text = weak.Upgrade(); in RegisterCallbacksToOverlay() local
612 auto text = weak.Upgrade(); in RegisterCallbacksToOverlay() local
630 auto text = weak.Upgrade(); in RegisterCallbacksToOverlay() local
1232 auto text = weak.Upgrade(); in CreateSelectRecognizer() local
[all …]
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_stub.cpp51 std::u16string text; in InsertTextOnRemote() local
86 std::u16string text; in GetTextBeforeCursorOnRemote() local
98 std::u16string text; in GetTextAfterCursorOnRemote() local
228 std::string text; in SetPreviewTextOnRemote() local
243 int32_t InputDataChannelStub::InsertText(const std::u16string &text) in InsertText()
258 int32_t InputDataChannelStub::GetTextBeforeCursor(int32_t number, std::u16string &text) in GetTextBeforeCursor()
263 int32_t InputDataChannelStub::GetTextAfterCursor(int32_t number, std::u16string &text) in GetTextAfterCursor()
336 int32_t InputDataChannelStub::SetPreviewText(const std::string &text, const Range &range) in SetPreviewText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_item_component.cpp34 TabBarItemComponent::TabBarItemComponent(const std::string& text, const RefPtr<Component>& imageCom… in TabBarItemComponent()
92 auto text = AceType::DynamicCast<TextComponent>(component); in UpdateStyle() local
130 auto text = AceType::MakeRefPtr<TextComponent>(textStr); in BuildWithTextIcon() local

12345678910>>...22