| /third_party/python/Modules/ |
| H A D | readline.c | 1111 on_completion(const char *text, int state) in on_completion() argument 1149 flex_complete(const char *text, int start, int end) in flex_complete() argument 1303 rlhandler(char *text) in rlhandler() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
| H A D | duration.cc | 942 bool AbslParseFlag(absl::string_view text, Duration* dst, std::string*) { in AbslParseFlag() argument 947 bool ParseFlag(const std::string& text, Duration* dst, std::string* ) { in ParseFlag() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
| H A D | flag.h | 125 inline bool Parse(FlagOpFn op, absl::string_view text, void* dst, in Parse() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | hs20_supplicant.c | 35 char text[253]; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
| H A D | peers.cpp | 823 QString text = msg.getMsg(); in event_notify() local [all...] |
| H A D | wpagui.cpp | 1712 wpsApPinChanged(const QString &text) wpsApPinChanged() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | hs20_supplicant.c | 35 char text[253]; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
| H A D | peers.cpp | 825 QString text = msg.getMsg(); in event_notify() local [all...] |
| H A D | wpagui.cpp | 1727 wpsApPinChanged(const QString &text) wpsApPinChanged() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | Bidi.java | 1030 char[] text; global() field in Bidi 3920 setPara(String text, byte paraLevel, byte[] embeddingLevels) setPara() argument 5364 Bidi(char[] text, int textStart, byte[] embeddings, int embStart, int paragraphLength, int flags) Bidi() argument 5644 requiresBidi(char[] text, int start, int limit) requiresBidi() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | Bidi.java | 1006 char[] text; global() field in Bidi 3884 setPara(String text, byte paraLevel, byte[] embeddingLevels) setPara() argument 5286 Bidi(char[] text, int textStart, byte[] embeddings, int embStart, int paragraphLength, int flags) Bidi() argument 5551 requiresBidi(char[] text, int start, int limit) requiresBidi() argument [all...] |
| /base/telephony/sms_mms/test/gtest/ |
| H A D | zero_branch_sms_test.cpp | 231 const std::string text = "123"; in HWTEST_F() local 346 std::string text = ""; in HWTEST_F() local 436 const std::string text = "123"; in HWTEST_F() local 490 const std::string text = "123"; in HWTEST_F() local 524 const std::string text = "123"; HWTEST_F() local 549 std::string text = ""; HWTEST_F() local 1524 std::string text = {0xe4, 0xbd, 0xa0, 0xe4, 0xbd, 0xa0, 0xe4, 0xbd, 0xa0, 0xf0, 0x9f, 0xa5, 0xb3, 0xf0, 0x9f, 0xa5, HWTEST_F() local 1584 const std::string text = "123"; HWTEST_F() local 2348 bool text = true; HWTEST_F() local [all...] |
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
| H A D | ark_web_handler_wrapper.cpp | 872 std::vector<int8_t> ArkWebHandlerWrapper::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() argument
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
| H A D | ark_web_handler_impl.cpp | 755 ArkWebCharVector ArkWebHandlerImpl::GetWordSelection(const ArkWebString& text, int8_t offset) in GetWordSelection() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
| H A D | calendar_dialog_pattern.cpp | 250 auto text = button->GetChildren().front(); in UpdateOptionsButtonColor() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ |
| H A D | pattern.h | 541 virtual void SearchElementInfosByText(int64_t elementId, const std::string& text, in SearchElementInfosByText() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
| H A D | text_overlay_component.cpp | 197 auto text = AceType::MakeRefPtr<TextComponent>(data); in BuildButton() local 370 BuildMenuOption( const std::string& imageSrc, InternalResource::ResourceId resourceId, const std::string& text, bool useResource) BuildMenuOption() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
| H A D | canvas_pattern.cpp | 419 void CanvasPattern::FillText(const std::string& text, double x, double y, std::optional<double> maxWidth) in FillText() argument 431 void CanvasPattern::StrokeText(const std::string& text, double x, double y, std::optional<double> maxWidth) in StrokeText() argument 443 TextMetrics CanvasPattern::MeasureTextMetrics(const std::string& text, const PaintState& state) in MeasureTextMetrics() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
| H A D | web_client_impl.cpp | 1101 std::vector<int8_t> WebClientImpl::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | navigation_model_ng.cpp | 68 RefPtr<FrameNode> CreateBarItemTextNode(const std::string& text) in CreateBarItemTextNode() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
| H A D | rosen_render_text_field.cpp | 1352 auto text = GetTextForDisplay(GetEditingValue().text); global() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/video/ |
| H A D | video_element.cpp | 1395 auto text = AceType::MakeRefPtr<TextComponent>(errorMsg); in CreateErrorText() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_textpicker.cpp | 445 auto text = jsObj->GetProperty("text"); in GenerateCascadeOptionsInternal() local 848 std::string text; in ParseIconTextArray() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_api_impl_bridge.cpp | 1175 auto text = panda::ObjectRef::New(vm); in GetArkUINativeModule() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/accessibility/ |
| H A D | accessibility_node.cpp | 135 bool AccessibilityNode::ActionSetText(const std::string& text) in ActionSetText() argument 565 void AccessibilityNode::SetText(const std::string& text) in SetText() argument
|