Searched refs:text (Results 1 – 12 of 12) sorted by relevance
/art/test/094-pattern/src/ |
D | Main.java | 86 static String getStringAsHex(String text) { in getStringAsHex() argument 87 StringBuilder sb = new StringBuilder(text.length() * 4); in getStringAsHex() 89 for (int i = 0; i < text.length(); i++) { in getStringAsHex() 90 sb.append(Integer.toHexString((int) text.charAt(i))); in getStringAsHex()
|
/art/test/701-easy-div-rem/ |
D | genMain.py | 26 def subst_vars(variables, text): argument 29 text = text.replace(str(key), str(value)) 30 return text
|
/art/tools/ |
D | libcore_failures.txt | 43 … "org.apache.harmony.tests.java.text.ChoiceFormatTest#testEscapedPatternWithConsecutiveQuotes", 44 "org.apache.harmony.tests.java.text.ChoiceFormatTest#testToPatternWithInfinities", 45 "org.apache.harmony.tests.java.text.MessageFormatTest#test19011159"] 58 "libcore.java.text.OldDateFormatTest#test_parseLString", 59 "libcore.java.text.SimpleDateFormatTest#testDstZoneNameWithNonDstTimestamp", 60 "libcore.java.text.SimpleDateFormatTest#testDstZoneWithNonDstTimestampForNonHourDstZone", 61 "libcore.java.text.SimpleDateFormatTest#testNonDstZoneNameWithDstTimestamp", 62 "libcore.java.text.SimpleDateFormatTest#testNonDstZoneWithDstTimestampForNonHourDstZone", 63 …"org.apache.harmony.tests.java.text.SimpleDateFormatTest#test_parseLjava_lang_StringLjava_text_Par…
|
D | checker.py | 108 def log(text, level=Level.Info, color=Color.Default, newLine=True, out=sys.stdout): argument 110 text = Logger.Color.terminalCode(color, out) + text + \ 113 print(text, file=out) 115 print(text, end="", file=out) 194 def parseText(text): argument 195 return CheckElement(CheckElement.Variant.Text, None, re.escape(text)) 285 text = line[0:firstMatch] 287 lineParts.append(CheckElement.parseText(text))
|
D | cpplint.py | 3097 def _GetTextInside(text, start_pattern): argument 3125 match = re.search(start_pattern, text, re.M) 3132 assert text[start_position - 1] in matching_punctuation, ( 3135 punctuation_stack = [matching_punctuation[text[start_position - 1]]] 3137 while punctuation_stack and position < len(text): 3138 if text[position] == punctuation_stack[-1]: 3140 elif text[position] in closing_punctuation: 3143 elif text[position] in matching_punctuation: 3144 punctuation_stack.append(matching_punctuation[text[position]]) 3150 return text[start_position:position - 1]
|
/art/compiler/ |
D | elf_writer_quick.cc | 161 const auto* text = builder->GetText(); in Write() local 168 text)); in Write() 171 Patch<Elf_Addr, uint32_t, kSectionRelativeAddress>, text)); in Write() 176 text)); in Write() 181 Patch<Elf_Addr, uint32_t, kAbsoluteAddress>, text)); in Write() 190 Patch<Elf_Addr, uint32_t, kAbsoluteAddress>, text)); in Write()
|
/art/runtime/ |
D | indenter.h | 29 Indenter(std::streambuf* out, char text, size_t count) in Indenter() argument 30 : indent_next_(true), out_sbuf_(out), text_(text), count_(count) {} in Indenter()
|
D | utils.cc | 1197 const char* text = kernel_stack_frames[i].c_str(); in DumpKernelStack() local 1198 const char* close_bracket = strchr(text, ']'); in DumpKernelStack() 1200 text = close_bracket + 2; in DumpKernelStack() 1206 os << text << "\n"; in DumpKernelStack()
|
/art/test/092-locale/src/ |
D | Main.java | 17 import java.text.DateFormat; 18 import java.text.DateFormatSymbols; 19 import java.text.Normalizer;
|
/art/runtime/arch/arm/ |
D | instruction_set_features_assembly_tests.S | 19 .section .text
|
/art/runtime/base/ |
D | histogram_test.cc | 123 std::string text; in TEST() local 166 std::string text; in TEST() local
|
/art/ |
D | NOTICE | 119 (d) If the Work includes a "NOTICE" text file as part of its 124 of the following places: within a NOTICE text file distributed 132 or as an addendum to the NOTICE text from the Work, provided
|