/development/tools/apkcheck/src/com/android/apkcheck/ |
MethodInfo.java | 63 * object type, formatted in human-centric form. For now we just
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
Output.java | 44 * Writes a formatted string to the writer.
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/ |
MyCertificate.java | 78 * Returns formatted <code>String</code>
|
/external/bluetooth/glib/glib/ |
gerror.h | 79 /* if (err) prefix the formatted string to the ->message */
|
/external/bluetooth/glib/glib/gnulib/ |
vasnprintf.h | 45 /* Write formatted output to a string dynamically allocated with malloc().
|
/external/chromium/chrome/browser/autofill/ |
phone_field.h | 49 // Separator of the area code in the case fields are formatted without
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_settings_state.cc | 61 // Build a set of repeated formatted hosts
|
/external/chromium/chrome/common/extensions/docs/static/ |
omnibox.html | 25 The suggestions can be richly formatted
|
/external/chromium/chrome/common/net/ |
x509_certificate_model.cc | 46 // Input contained encoded data, return formatted string showing original and
|
/external/e2fsprogs/intl/ |
vasnprintf.h | 45 /* Write formatted output to a string dynamically allocated with malloc().
|
/external/e2fsprogs/lib/et/ |
com_err.3 | 44 instead of the default internal procedure which sends the formatted
|
/external/icu4c/samples/datefmt/answers/ |
main_2.cpp | 79 // Display the formatted date string
|
main_3.cpp | 85 // Display the formatted date string
|
/external/icu4c/samples/datefmt/ |
main.cpp | 85 // Display the formatted date string
|
/external/icu4c/samples/translit/answers/ |
main_3.cpp | 86 printf("Greek formatted date: ");
|
main_4.cpp | 90 printf("Greek formatted date: ");
|
/external/icu4c/samples/translit/ |
main.cpp | 92 printf("Greek formatted date: ");
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
Parser.java | 47 * @param reader Reader used to read in the formatted data.
|
/external/v8/benchmarks/ |
base.js | 127 var formatted = BenchmarkSuite.FormatScore(100 * score); 128 runner.NotifyScore(formatted); 182 var formatted = BenchmarkSuite.FormatScore(100 * score); 183 this.runner.NotifyResult(this.name, formatted);
|
/external/v8/src/ |
string-stream.cc | 155 EmbeddedVector<char, 24> formatted; local 156 int length = OS::SNPrintF(formatted, temp.start(), value); 157 Add(Vector<const char>(formatted.start(), length)); 162 EmbeddedVector<char, 28> formatted; local 163 OS::SNPrintF(formatted, temp.start(), value); 164 Add(formatted.start()); 169 EmbeddedVector<char, 20> formatted; local 170 OS::SNPrintF(formatted, temp.start(), value); 171 Add(formatted.start());
|
/external/webkit/Source/WebCore/manual-tests/ |
pre-tab-selection-rect.html | 37 Incorrect selection highlighting in pre-formatted text with tabs</i>.
|
/external/webkit/Source/WebKit/chromium/public/ |
WebFileChooserParams.h | 53 // So it might be a wrong formatted string.
|
/libcore/luni/src/main/java/java/util/ |
Formattable.java | 38 * no such flag is set, the output is formatted by the default
|
FormattableFlags.java | 52 * Denotes the output is to be formatted in an alternate form. The definition
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
SubjectAlternativeNameTest.java | 33 * formatted consistently with InetAddress.getHostAddress().
|