Home
last modified time | relevance | path

Searched refs:Text (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/tools/aapt2/compile/
DPseudolocalizer_test.cpp33 std::string result = pseudo.Start() + pseudo.Text(input) + pseudo.End(); in SimpleHelper()
44 std::string result = pseudo.Start() + pseudo.Text(in1) + pseudo.Text(in2) + in CompoundHelper()
45 pseudo.Text(in3) + pseudo.End(); in CompoundHelper()
231 std::string result = pseudo.Text("Hello, "); in TEST()
233 result += pseudo.Text("world!"); in TEST()
DPseudolocalizer.cpp45 std::string Text(const StringPiece& text) override { return text.to_string(); } in Text() function in aapt::PseudoMethodNone
51 std::string Text(const StringPiece& text) override;
60 std::string Text(const StringPiece& text) override;
87 std::string Pseudolocalizer::Text(const StringPiece& text) { in Text() function in aapt::Pseudolocalizer
121 chunk = impl_->Text(chunk); in Text()
352 std::string PseudoMethodAccent::Text(const StringPiece& source) { in Text() function in aapt::PseudoMethodAccent
443 std::string PseudoMethodBidi::Text(const StringPiece& source) { in Text() function in aapt::PseudoMethodBidi
DPseudolocalizer.h35 virtual std::string Text(const android::StringPiece& text) = 0;
51 std::string Text(const android::StringPiece& text);
DPseudolocaleGenerator.cpp159 new_substr = localizer.Text(new_substr); in PseudolocalizeStyledString()
186 new_substr = localizer.Text(new_substr); in PseudolocalizeStyledString()
202 new_string += localizer.Text(util::Utf16ToUtf8(text.substr(cursor, text.size() - cursor))); in PseudolocalizeStyledString()
256 result += localizer_.Text(original_string.substr(start, len)); in Visit()
267 result += localizer_.Text(original_string.substr(start, len)); in Visit()
DInlineXmlFormatParser.cpp140 if (xml::Text* t = xml::NodeCast<xml::Text>(child.get())) { in Consume()
/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.cpp523 xml::Text* t; in ArtifactFormatTagHandler()
524 if ((t = NodeCast<xml::Text>(node.get())) != nullptr) { in ArtifactFormatTagHandler()
565 xml::Text* t; in AbiGroupTagHandler()
566 if ((t = NodeCast<xml::Text>(node.get())) != nullptr) { in AbiGroupTagHandler()
626 xml::Text* t; in ScreenDensityGroupTagHandler()
627 if ((t = NodeCast<xml::Text>(node.get())) != nullptr) { in ScreenDensityGroupTagHandler()
693 xml::Text* t; in LocaleGroupTagHandler()
694 if ((t = NodeCast<xml::Text>(node.get())) != nullptr) { in LocaleGroupTagHandler()
809 xml::Text* t; in GlTextureGroupTagHandler()
810 if ((t = NodeCast<xml::Text>(node.get())) != nullptr) { in GlTextureGroupTagHandler()
[all …]
/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize_test.cpp202 std::unique_ptr<xml::Text> text = util::make_unique<xml::Text>(); in TEST()
211 text = util::make_unique<xml::Text>(); in TEST()
253 const xml::Text* child_text = xml::NodeCast<xml::Text>(actual_el.children[0].get()); in TEST()
265 child_text = xml::NodeCast<xml::Text>(child_el->children[0].get()); in TEST()
276 std::unique_ptr<xml::Text> trim_text = util::make_unique<xml::Text>(); in TEST()
282 std::unique_ptr<xml::Text> keep_text = util::make_unique<xml::Text>(); in TEST()
301 const xml::Text* child_text_keep = xml::NodeCast<xml::Text>(actual_el.children[0].get()); in TEST()
DProtoSerialize.cpp695 } else if (const xml::Text* text_el = xml::NodeCast<xml::Text>(child.get())) { in SerializeXmlToPb()
DProtoDeserialize.cpp994 std::unique_ptr<xml::Text> text = util::make_unique<xml::Text>(); in DeserializeXmlFromPb()
/frameworks/base/tools/aapt2/xml/
DXmlDom.h135 class Text : public Node {
178 virtual void Visit(Text* text) { in Visit()
209 virtual void Visit(const Text* text) { in Visit()
264 void Visit(const Text* el) override { in Visit()
DXmlDom.cpp47 std::unique_ptr<xml::Text> last_text_node;
169 stack->last_text_node = util::make_unique<Text>(); in CharacterDataHandler()
347 std::unique_ptr<Text> text = util::make_unique<Text>(); in Inflate()
527 std::unique_ptr<Node> Text::Clone(const ElementCloneFunc&) const { in Clone()
528 auto t = util::make_unique<Text>(); in Clone()
536 void Text::Accept(Visitor* visitor) { in Accept()
540 void Text::Accept(ConstVisitor* visitor) const { in Accept()
/frameworks/base/libs/hwui/service/
DGraphicsStatsService.h41 Text, enumerator
/frameworks/base/core/proto/android/util/
Dlog.proto24 // Represents a Text Log in logd
/frameworks/base/services/core/jni/
Dcom_android_server_GraphicsStatsService.cpp37 ? GraphicsStatsService::DumpType::Protobuf : GraphicsStatsService::DumpType::Text); in createDump()
/frameworks/base/core/proto/android/providers/settings/
Dsystem.proto184 message Text { message
192 optional Text text = 29;
/frameworks/base/core/proto/android/stats/dnsresolver/
Ddns_resolver.proto100 NS_T_TXT = 16; // Text strings.
240 SYS_ETXTBSY = 26; // Text file busy
/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener.cpp81 void Visit(const xml::Text* node) override { in Visit()
DXmlFlattener_test.cpp293 <item>"Text in double quotes"</item> in TEST_F()
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md12 ## Text file (Pre-M)
/frameworks/base/tools/aapt2/
DDebug.cpp515 void Visit(const xml::Text* text) override { in Visit()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java2710 SystemSettingsProto.Text.AUTO_REPLACE); in dumpProtoSystemSettingsLocked()
2713 SystemSettingsProto.Text.AUTO_CAPS); in dumpProtoSystemSettingsLocked()
2716 SystemSettingsProto.Text.AUTO_PUNCTUATE); in dumpProtoSystemSettingsLocked()
2719 SystemSettingsProto.Text.SHOW_PASSWORD); in dumpProtoSystemSettingsLocked()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto728 // OPEN: Settings > Language & input > Text-to-speech output
3689 // OPEN: Settings > Language & input > Text-to-speech output -> Speech rate & pitch
4254 // OPEN: Text selection "assist" menu item shown.
4260 // ACTION: Text selection "assist" menu item clicked.
6850 // ACTION: Text classifier generates an action.
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto1050 // OPEN: Settings > Language & input > Text-to-speech output
/frameworks/base/cmds/statsd/src/
Datoms.proto7836 // Whether the Real-Time Text (RTT) was ever used in the call (rather than whether RTT was
/frameworks/base/config/
Dpreloaded-classes7313 org.w3c.dom.Text

12