Searched refs:text (Results 1 – 9 of 9) 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/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 | 1144 const char* text = kernel_stack_frames[i].c_str(); in DumpKernelStack() local 1145 const char* close_bracket = strchr(text, ']'); in DumpKernelStack() 1147 text = close_bracket + 2; in DumpKernelStack() 1153 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 | arm_sdiv.S | 11 .section .text
|
/art/runtime/base/ |
D | histogram_test.cc | 123 std::string text; in TEST() local 166 std::string text; in TEST() local
|
/art/tools/ |
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/ |
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
|