Searched defs:text (Results 1 – 16 of 16) sorted by relevance
/art/tools/ahat/src/ |
D | DocString.java | 37 public static DocString text(String str) { in text() method in DocString 70 public DocString append(String text) { in append()
|
/art/test/094-pattern/src/ |
D | Main.java | 86 static String getStringAsHex(String text) { in getStringAsHex()
|
/art/tools/checker/file_format/checker/ |
D | struct.py | 138 def __init__(self, variant, name, text): argument 154 def createPlainText(text): argument 158 def createPatternFromPlainText(text): argument
|
D | test.py | 95 def assertEqualsText(self, string, text): argument 384 def assertParsesToPlainText(self, text): argument
|
/art/test/701-easy-div-rem/ |
D | genMain.py | 41 def subst_vars(variables, text): argument
|
/art/compiler/debug/ |
D | elf_symtab_writer.h | 82 const auto* text = info.is_code_address_text_relative ? builder->GetText() : nullptr; in WriteDebugSymbols() local
|
/art/compiler/ |
D | elf_writer_quick.cc | 197 auto* text = builder_->GetText(); in StartText() local 203 void ElfWriterQuick<ElfTypes>::EndText(OutputStream* text) { in EndText()
|
D | image_test.cc | 153 OutputStream* text = elf_writer->StartText(); in TestWriteRead() local
|
D | oat_test.cc | 216 OutputStream* text = elf_writer->StartText(); in DoWriteElf() local
|
/art/runtime/base/ |
D | histogram_test.cc | 123 std::string text; in TEST() local 166 std::string text; in TEST() local
|
/art/tools/checker/common/ |
D | logger.py | 47 def log(text, level=Level.Info, color=Color.Default, newLine=True, out=sys.stdout): argument
|
/art/runtime/ |
D | indenter.h | 32 Indenter(std::streambuf* out, char text, size_t count) in Indenter()
|
D | utils.cc | 1218 const char* text = kernel_stack_frames[i].c_str(); in DumpKernelStack() local
|
/art/tools/ |
D | cpplint.py | 3123 def _GetTextInside(text, start_pattern): argument
|
/art/dex2oat/ |
D | dex2oat.cc | 1712 OutputStream* text = elf_writer->StartText(); in WriteOatFiles() local
|
/art/oatdump/ |
D | oatdump.cc | 123 auto* text = builder_->GetText(); in Symbolize() local
|