Home
last modified time | relevance | path

Searched defs:text (Results 1 – 19 of 19) sorted by relevance

/art/test/715-clinit-implicit-parameter-annotations/src/
DMain.java38 private final String text; field in Main.Inner
41 Inner(@AnnotationA int number, String text) { in Inner()
47 Inner(@AnnotationA int number, String text, @AnnotationB("x") boolean flag) { in Inner()
58 private final String text; field in Main.StaticInner
61 StaticInner(@AnnotationA int number, String text) { in StaticInner()
67 StaticInner(@AnnotationB("foo") int number, String text, @AnnotationA boolean flag) { in StaticInner()
/art/tools/ahat/src/main/com/android/ahat/
DHtmlEscaper.java23 public static String escape(String text) { in escape()
DDocString.java36 public static DocString text(String str) { in text() method in DocString
68 public DocString append(String text) { in append()
DSummarizer.java153 DocString text = DocString.text(site.getMethodName()); in summarize() local
/art/test/094-pattern/src/
DMain.java86 static String getStringAsHex(String text) { in getStringAsHex()
/art/test/701-easy-div-rem/
DgenMain.py41 def subst_vars(variables, text): argument
/art/tools/checker/file_format/checker/
Dstruct.py146 def __init__(self, variant, name, text): argument
162 def createPlainText(text): argument
166 def createPatternFromPlainText(text): argument
Dtest.py95 def assertEqualsText(self, string, text): argument
392 def assertParsesToPlainText(self, text): argument
/art/compiler/debug/
Delf_symtab_writer.h52 const auto* text = builder->GetText(); in WriteDebugSymbols() local
Delf_debug_writer.cc259 auto* text = builder->GetText(); in PackElfFileForJIT() local
/art/libartbase/base/
Dhistogram_test.cc123 std::string text; in TEST() local
166 std::string text; in TEST() local
Dindenter.h34 Indenter(std::streambuf* out, char text, size_t count) in Indenter()
/art/dex2oat/linker/
Delf_writer_quick.cc218 auto* text = builder_->GetText(); in StartText() local
224 void ElfWriterQuick<ElfTypes>::EndText(OutputStream* text) { in EndText()
Dimage_test.h317 OutputStream* text = elf_writer->StartText(); in DoCompile() local
Doat_writer_test.cc224 OutputStream* text = elf_writer->StartText(); in DoWriteElf() local
/art/libelffile/elf/
Delf_debug_reader.h101 const Elf_Shdr* text = GetSection(".text"); in VisitFunctionSymbols() local
/art/compiler/utils/
Dassembler_test_base.h204 const typename ElfTypes::Shdr* text = reader.GetSection(".text"); in ReadElf() local
/art/dex2oat/
Ddex2oat.cc2365 OutputStream* text = elf_writer->StartText(); in WriteOutputFiles() local
/art/oatdump/
Doatdump.cc157 auto* text = builder_->GetText(); in Symbolize() local