/aosp_15_r20/external/python/cpython3/Lib/importlib/resources/ |
D | abc.py | 18 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/ |
D | abc.py | 18 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/ |
D | abc.py | 18 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/ |
D | abc.py | 18 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 D | CommentParser.cpp | 135 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 D | Comment.h | 268 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 D | CommentLexer.h | 105 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 D | WhitespaceManager.cpp | 498 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 D | BreakableToken.cpp | 42 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 D | Text.java | 18 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/ |
D | CommentLexer.h | 103 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/ |
D | CommentLexer.h | 103 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/ |
D | CommentLexer.h | 103 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/ |
D | CommentLexer.h | 103 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 D | TextExt.kt | 29 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 D | tpu_embedding_v2_utils.py | 140 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 D | ShortcutKey.kt | 23 data class Text(val value: String) : ShortcutKey dataClass
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/text/ui/viewmodel/ |
D | Text.kt | 23 sealed class Text { class
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 164 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/ |
D | message.rs | 91 Text(StringCollector), enumerator 154 Text, enumerator 162 Text(String), enumerator
|
/aosp_15_r20/external/elfutils/libelf/ |
H A D | exttypes.h | 55 #define TYPE_EXTRA(Text) Text argument 56 #define TYPE_XLATE(Text) argument
|
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/ |
H A D | BreakIteratorBenchmark.java | 25 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 D | metrics_portable.py | 35 model_hash: Optional[Text] = None, 36 model_path: Optional[Text] = None) -> None:
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/metrics/ |
H A D | metrics_portable.py | 34 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 D | BreakIteratorPerfTest.java | 41 public enum Text { enum in BreakIteratorPerfTest 150 Text(Locale locale, String text) { in Text() method in BreakIteratorPerfTest.Text
|