Home
last modified time | relevance | path

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

/art/tools/ahat/src/
DDocString.java37 public static DocString text(String str) { in text() method in DocString
70 public DocString append(String text) { in append()
/art/test/094-pattern/src/
DMain.java86 static String getStringAsHex(String text) { in getStringAsHex()
/art/tools/checker/file_format/checker/
Dstruct.py138 def __init__(self, variant, name, text): argument
154 def createPlainText(text): argument
158 def createPatternFromPlainText(text): argument
Dtest.py95 def assertEqualsText(self, string, text): argument
384 def assertParsesToPlainText(self, text): argument
/art/test/701-easy-div-rem/
DgenMain.py41 def subst_vars(variables, text): argument
/art/compiler/debug/
Delf_symtab_writer.h82 const auto* text = info.is_code_address_text_relative ? builder->GetText() : nullptr; in WriteDebugSymbols() local
/art/compiler/
Delf_writer_quick.cc197 auto* text = builder_->GetText(); in StartText() local
203 void ElfWriterQuick<ElfTypes>::EndText(OutputStream* text) { in EndText()
Dimage_test.cc153 OutputStream* text = elf_writer->StartText(); in TestWriteRead() local
Doat_test.cc216 OutputStream* text = elf_writer->StartText(); in DoWriteElf() local
/art/runtime/base/
Dhistogram_test.cc123 std::string text; in TEST() local
166 std::string text; in TEST() local
/art/tools/checker/common/
Dlogger.py47 def log(text, level=Level.Info, color=Color.Default, newLine=True, out=sys.stdout): argument
/art/runtime/
Dindenter.h32 Indenter(std::streambuf* out, char text, size_t count) in Indenter()
Dutils.cc1218 const char* text = kernel_stack_frames[i].c_str(); in DumpKernelStack() local
/art/tools/
Dcpplint.py3123 def _GetTextInside(text, start_pattern): argument
/art/dex2oat/
Ddex2oat.cc1712 OutputStream* text = elf_writer->StartText(); in WriteOatFiles() local
/art/oatdump/
Doatdump.cc123 auto* text = builder_->GetText(); in Symbolize() local