Searched refs:text (Results 1 - 6 of 6) sorted by relevance

/art/test/094-pattern/src/
H A DMain.java86 static String getStringAsHex(String text) { argument
87 StringBuilder sb = new StringBuilder(text.length() * 4);
89 for (int i = 0; i < text.length(); i++) {
90 sb.append(Integer.toHexString((int) text.charAt(i)));
/art/runtime/
H A Dindenter.h28 Indenter(std::streambuf* out, char text, size_t count) argument
29 : indent_next_(true), out_sbuf_(out), text_(text), count_(count) {}
57 // Number of times text is output.
H A Dutils.cc1126 const char* text = kernel_stack_frames[i].c_str(); local
1127 const char* close_bracket = strchr(text, ']');
1129 text = close_bracket + 2;
1135 os << text << "\n"; local
/art/test/092-locale/src/
H A DMain.java17 import java.text.DateFormat;
18 import java.text.DateFormatSymbols;
19 import java.text.Normalizer;
/art/runtime/base/
H A Dhistogram_test.cc123 std::string text; local
166 std::string text; local
/art/tools/
H A Dcpplint.py369 raw_line: str, the line of input text, with comments.
816 """File base name - text after the final slash, before the final period."""
820 """File extension - text following the final period."""
1020 We nix strings first so we're not fooled by text like '"http://"'
1373 """Run checks that applies to text up to the opening brace.
1375 This is mostly for checking the text after the class identifier
1388 """Run checks that applies to text after the closing brace.
1768 - text after #endif is not allowed.
1817 'Uncommented text after #endif is non-standard. Use a comment.')
1869 line: The text o
[all...]

Completed in 409 milliseconds