/art/test/715-clinit-implicit-parameter-annotations/src/ |
D | Main.java | 38 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/ |
D | HtmlEscaper.java | 23 public static String escape(String text) { in escape()
|
D | DocString.java | 36 public static DocString text(String str) { in text() method in DocString 68 public DocString append(String text) { in append()
|
D | Summarizer.java | 153 DocString text = DocString.text(site.getMethodName()); in summarize() local
|
/art/test/094-pattern/src/ |
D | Main.java | 86 static String getStringAsHex(String text) { in getStringAsHex()
|
/art/test/701-easy-div-rem/ |
D | genMain.py | 41 def subst_vars(variables, text): argument
|
/art/tools/checker/file_format/checker/ |
D | struct.py | 147 def __init__(self, variant, name, text): argument 163 def create_plain_text(text): argument 167 def create_pattern_from_plain_text(text): argument
|
D | test.py | 95 def assertEqualsText(self, string, text): argument 394 def assertParsesToPlainText(self, text): argument
|
/art/libartbase/base/ |
D | histogram_test.cc | 123 std::string text; in TEST() local 166 std::string text; in TEST() local
|
D | indenter.h | 34 Indenter(std::streambuf* out, char text, size_t count) in Indenter()
|
/art/dex2oat/linker/ |
D | elf_writer_quick.cc | 218 auto* text = builder_->GetText(); in StartText() local 224 void ElfWriterQuick<ElfTypes>::EndText(OutputStream* text) { in EndText()
|
D | image_test.h | 326 OutputStream* text = elf_writer->StartText(); in DoCompile() local
|
D | oat_writer_test.cc | 223 OutputStream* text = elf_writer->StartText(); in DoWriteElf() local
|
/art/compiler/debug/ |
D | elf_symtab_writer.h | 93 const auto* text = builder->GetText(); in WriteDebugSymbols() local
|
D | elf_debug_writer.cc | 258 auto* text = builder->GetText(); in PackElfFileForJIT() local
|
/art/tools/create_minidebuginfo/ |
D | create_minidebuginfo.cc | 58 auto* text = builder->GetText(); in WriteMinidebugInfo() local
|
/art/libelffile/elf/ |
D | elf_debug_reader.h | 125 const Elf_Shdr* text = GetSection(".text"); in VisitFunctionSymbols() local
|
/art/compiler/utils/ |
D | assembler_test_base.h | 235 const typename ElfTypes::Shdr* text = reader.GetSection(".text"); in ReadElf() local
|
/art/test/ |
D | run-test | 63 def echo(self, text): argument
|
/art/dex2oat/ |
D | dex2oat.cc | 2163 OutputStream* text = elf_writer->StartText(); in WriteOutputFiles() local
|
/art/oatdump/ |
D | oatdump.cc | 162 auto* text = builder_->GetText(); in Symbolize() local
|