Home
last modified time | relevance | path

Searched defs:Text (Results 26 – 50 of 991) sorted by relevance

12345678910>>...40

/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/common/shared/model/
H A DText.kt27 sealed class Text { class
43 fun Text?.loadText(context: Context): String? { in loadText() method
/aosp_15_r20/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer.cpp47 std::string Text(StringPiece text) override { in Text() function in aapt::PseudoMethodNone
93 std::string Pseudolocalizer::Text(StringPiece text) { in Text() function in aapt::Pseudolocalizer
360 std::string PseudoMethodAccent::Text(StringPiece source) { in Text() function in aapt::PseudoMethodAccent
451 std::string PseudoMethodBidi::Text(StringPiece source) { in Text() function in aapt::PseudoMethodBidi
/aosp_15_r20/external/rust/android-crates-io/crates/ciborium-ll/src/
Dseg.rs62 pub struct Text { struct
67 impl Parser for Text { argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/
Dparse.go107 type Text struct { struct
108 Position
109 Inline []Inline
110 raw string
113 func (b *Text) PrintHTML(buf *bytes.Buffer) {
119 func (b *Text) printMarkdown(buf *bytes.Buffer, s mdState) {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/
Dexceptions.py41 s: Union[Text, str],
79 message: Union[str, Text], argument
80 context: Optional[Union[str, Text]], argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/
Dexceptions.py41 s: Union[Text, str],
79 message: Union[str, Text], argument
80 context: Optional[Union[str, Text]], argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/
Dexceptions.py41 s: Union[Text, str],
79 message: Union[str, Text], argument
80 context: Optional[Union[str, Text]], argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/
Dexceptions.py41 s: Union[Text, str],
79 message: Union[str, Text], argument
80 context: Optional[Union[str, Text]], argument
/aosp_15_r20/frameworks/base/core/java/android/app/smartspace/uitemplatedata/
H A DText.java35 public final class Text implements Parcelable { class
44 Text(Parcel in) { in Text() method in Text
50 private Text(@NonNull CharSequence text, TextUtils.TruncateAt truncateAtType, int maxLines) { in Text() method in Text
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtext.py101 class Text(JupyterMixin): class
340 *parts: Union[str, "Text", Tuple[str, StyleType]],
736 def join(self, lines: Iterable["Text"]) -> "Text":
914 self, text: Union["Text", str], style: Optional[Union[str, "Style"]] = None
957 def append_text(self, text: "Text") -> "Text":
999 def copy_styles(self, text: "Text") -> None:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtext.py101 class Text(JupyterMixin): class
340 *parts: Union[str, "Text", Tuple[str, StyleType]],
736 def join(self, lines: Iterable["Text"]) -> "Text":
914 self, text: Union["Text", str], style: Optional[Union[str, "Style"]] = None
957 def append_text(self, text: "Text") -> "Text":
999 def copy_styles(self, text: "Text") -> None:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtext.py101 class Text(JupyterMixin): class
340 *parts: Union[str, "Text", Tuple[str, StyleType]],
736 def join(self, lines: Iterable["Text"]) -> "Text":
914 self, text: Union["Text", str], style: Optional[Union[str, "Style"]] = None
957 def append_text(self, text: "Text") -> "Text":
999 def copy_styles(self, text: "Text") -> None:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtext.py101 class Text(JupyterMixin): class
340 *parts: Union[str, "Text", Tuple[str, StyleType]],
736 def join(self, lines: Iterable["Text"]) -> "Text":
914 self, text: Union["Text", str], style: Optional[Union[str, "Style"]] = None
957 def append_text(self, text: "Text") -> "Text":
999 def copy_styles(self, text: "Text") -> None:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
Dabc.py11 def open_resource(self, resource: Text) -> BinaryIO:
23 def resource_path(self, resource: Text) -> Text:
36 def is_resource(self, path: Text) -> bool:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
Dabc.py11 def open_resource(self, resource: Text) -> BinaryIO:
23 def resource_path(self, resource: Text) -> Text:
36 def is_resource(self, path: Text) -> bool:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
Dabc.py11 def open_resource(self, resource: Text) -> BinaryIO:
23 def resource_path(self, resource: Text) -> Text:
36 def is_resource(self, path: Text) -> bool:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
Dabc.py11 def open_resource(self, resource: Text) -> BinaryIO:
23 def resource_path(self, resource: Text) -> Text:
36 def is_resource(self, path: Text) -> bool:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
Dabc.py11 def open_resource(self, resource: Text) -> BinaryIO:
23 def resource_path(self, resource: Text) -> Text:
36 def is_resource(self, path: Text) -> bool:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
Dabc.py11 def open_resource(self, resource: Text) -> BinaryIO:
23 def resource_path(self, resource: Text) -> Text:
36 def is_resource(self, path: Text) -> bool:
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/importlib_resources/
Dabc.py11 def open_resource(self, resource: Text) -> BinaryIO:
23 def resource_path(self, resource: Text) -> Text:
36 def is_resource(self, path: Text) -> bool:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
Dabc.py11 def open_resource(self, resource: Text) -> BinaryIO:
23 def resource_path(self, resource: Text) -> Text:
36 def is_resource(self, path: Text) -> bool:
/aosp_15_r20/external/python/setuptools/pkg_resources/_vendor/importlib_resources/
Dabc.py11 def open_resource(self, resource: Text) -> BinaryIO:
23 def resource_path(self, resource: Text) -> Text:
36 def is_resource(self, path: Text) -> bool:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
Dabc.py11 def open_resource(self, resource: Text) -> BinaryIO:
23 def resource_path(self, resource: Text) -> Text:
36 def is_resource(self, path: Text) -> bool:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/importlib/resources/
Dabc.py18 def open_resource(self, resource: Text) -> BinaryIO:
30 def resource_path(self, resource: Text) -> Text:
43 def is_resource(self, path: Text) -> bool:
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/importlib/resources/
H A Dabc.py18 def open_resource(self, resource: Text) -> BinaryIO:
30 def resource_path(self, resource: Text) -> Text:
43 def is_resource(self, path: Text) -> bool:

12345678910>>...40