Home
last modified time | relevance | path

Searched defs:Text (Results 51 – 75 of 991) sorted by relevance

12345678910>>...40

/aosp_15_r20/external/python/cpython3/Lib/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/clang/host/linux-x86/clang-r522817/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/clang/host/linux-x86/clang-r530567/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/clang/host/linux-x86/clang-r536225/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/external/clang/lib/AST/
H A DCommentParser.cpp135 StringRef Text) { in formTokenWithChars()
181 StringRef Text = StringRef(TextPtr, Length); in lexWord() local
226 StringRef Text = StringRef(TextPtr, Length); in lexDelimitedSeq() local
709 StringRef Text; in parseVerbatimLine() local
/aosp_15_r20/external/clang/include/clang/AST/
H A DComment.h268 StringRef Text; variable
273 StringRef Text) : in TextComment()
307 StringRef Text; member
606 StringRef Text; member
870 StringRef Text; variable
874 StringRef Text) : in VerbatimBlockLineComment()
959 StringRef Text) : in VerbatimLineComment()
H A DCommentLexer.h105 void setText(StringRef Text) { in setText()
147 void setVerbatimBlockText(StringRef Text) { in setVerbatimBlockText()
168 void setVerbatimLineText(StringRef Text) { in setVerbatimLineText()
/aosp_15_r20/external/clang/lib/Format/
H A DWhitespaceManager.cpp498 StringRef Text) { in storeReplacement()
509 void WhitespaceManager::appendNewlineText(std::string &Text, in appendNewlineText()
515 void WhitespaceManager::appendNewlineText(std::string &Text, unsigned Newlines, in appendNewlineText()
529 void WhitespaceManager::appendIndentText(std::string &Text, in appendIndentText()
H A DBreakableToken.cpp42 static BreakableToken::Split getCommentSplit(StringRef Text, in getCommentSplit()
86 getStringSplit(StringRef Text, unsigned UsedColumns, unsigned ColumnLimit, in getStringSplit()
388 StringRef Text = Lines[LineIndex].substr(TailOffset); in insertBreak() local
408 StringRef Text = Lines[LineIndex].substr(TailOffset); in replaceWhitespace() local
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DText.java18 final class Text implements IContent class
22 public Text (final String text, final boolean nbsp) in Text() method in Text
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DCommentLexer.h103 void setText(StringRef Text) { in setText()
145 void setVerbatimBlockText(StringRef Text) { in setVerbatimBlockText()
166 void setVerbatimLineText(StringRef Text) { in setVerbatimLineText()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DCommentLexer.h103 void setText(StringRef Text) { in setText()
145 void setVerbatimBlockText(StringRef Text) { in setVerbatimBlockText()
166 void setVerbatimLineText(StringRef Text) { in setVerbatimLineText()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DCommentLexer.h103 void setText(StringRef Text) { in setText()
145 void setVerbatimBlockText(StringRef Text) { in setVerbatimBlockText()
166 void setVerbatimLineText(StringRef Text) { in setVerbatimLineText()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DCommentLexer.h103 void setText(StringRef Text) { in setText()
145 void setVerbatimBlockText(StringRef Text) { in setVerbatimBlockText()
166 void setVerbatimLineText(StringRef Text) { in setVerbatimLineText()
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/common/ui/compose/
H A DTextExt.kt29 fun Text.load(): String? { in load() method
36 fun Text.toAnnotatedString(context: Context): AnnotatedString? { in Text() method
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtpu_embedding_v2_utils.py140 variable_creator: Callable[[Text, init_ops_v2.Initializer],
871 combiner: Text = "mean",
872 name: Optional[Text] = None):
1013 name: Optional[Text] = None):
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/shared/model/
H A DShortcutKey.kt23 data class Text(val value: String) : ShortcutKey dataClass
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/text/ui/viewmodel/
DText.kt23 sealed class Text { class
/aosp_15_r20/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp164 bool MatchAnyLine, StringRef Text, unsigned Min, in StandardDirective()
183 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, in RegexDirective()
480 std::string Text; in ParseDirective() local
890 bool MatchAnyLine, StringRef Text, in create()
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/protocol/
Dmessage.rs91 Text(StringCollector), enumerator
154 Text, enumerator
162 Text(String), enumerator
/aosp_15_r20/external/elfutils/libelf/
H A Dexttypes.h55 #define TYPE_EXTRA(Text) Text argument
56 #define TYPE_XLATE(Text) argument
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/
H A DBreakIteratorBenchmark.java25 public static enum Text { enum in BreakIteratorBenchmark
42 Text(Locale locale, String text) { in Text() method in BreakIteratorBenchmark.Text
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/
H A Dmetrics_portable.py35 model_hash: Optional[Text] = None,
36 model_path: Optional[Text] = None) -> None:
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/metrics/
H A Dmetrics_portable.py34 model_hash: Optional[Text] = None,
35 model_path: Optional[Text] = None) -> None:
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DBreakIteratorPerfTest.java41 public enum Text { enum in BreakIteratorPerfTest
150 Text(Locale locale, String text) { in Text() method in BreakIteratorPerfTest.Text

12345678910>>...40