/external/markdown/tests/misc/ |
pre.html | 9 * and this is pre-formatted content 11 * and not formatted as a list
|
pre.txt | 9 * and this is pre-formatted content 11 * and not formatted as a list
|
/external/chromium_org/tools/metrics/histograms/ |
validate_format.py | 5 """Verifies that the histograms XML file is well-formatted.""" 12 # This will raise an exception if the file is not well-formatted.
|
PRESUBMIT.py | 12 """Checks that histograms.xml is pretty-printed and well-formatted.""" 22 'histograms.xml is not formatted correctly; run pretty_print.py ' 29 'histograms.xml is not well formatted; run validate_format.py '
|
/external/chromium_org/base/i18n/ |
number_formatting.h | 14 // Return a number formatted with separators in the user's locale. 19 // Return a number formatted with separators in the user's locale.
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/ |
PhoneDataItem.java | 68 * Returns the formatted phone number (if already computed using {@link 73 final String formatted = getFormattedPhoneNumber(); local 74 if (formatted != null) { 75 return formatted;
|
/external/bison/lib/ |
printf.c | 0 /* Formatted output to a stream. 26 /* Print formatted output to standard output. 27 Return string length of formatted string. On error, return a negative
|
fprintf.c | 0 /* Formatted output to a stream. 32 /* Print formatted output to the stream FP. 33 Return string length of formatted string. On error, return a negative
|
snprintf.c | 0 /* Formatted output to strings. 31 /* Print formatted output to string STR. Similar to sprintf, but 33 string length of formatted string (which may be larger than SIZE).
|
vfprintf.c | 0 /* Formatted output to a stream. 32 /* Print formatted output to the stream FP. 33 Return string length of formatted string. On error, return a negative
|
vsnprintf.c | 0 /* Formatted output to strings. 33 /* Print formatted output to string STR. Similar to vsprintf, but 35 string length of formatted string (which may be larger than SIZE).
|
/external/chromium/chrome/browser/resources/shared/js/ |
local_strings.js | 26 * Returns a formatted string where $1 to $9 are replaced by the second to the 29 * @param {...string} The extra values to include in the formatted output. 67 * Returns a formatted localized string where $1 to $9 are replaced by the 70 * @param {...string} The extra values to include in the formatted output. 71 * @return {string} The formatted string.
|
/external/chromium_org/ui/webui/resources/js/ |
local_strings.js | 26 * Returns a formatted string where $1 to $9 are replaced by the second to the 29 * @param {...string} The extra values to include in the formatted output. 72 * Returns a formatted localized string where $1 to $9 are replaced by the 75 * @param {...string} The extra values to include in the formatted output. 76 * @return {string} The formatted string.
|
/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberFormattingTextWatcher.java | 110 String formatted = reformat(s, Selection.getSelectionEnd(s)); local 111 if (formatted != null) { 114 s.replace(0, s.length(), formatted, 0, formatted.length()); 117 if (formatted.equals(s.toString())) { 125 * Generate the formatted number by ignoring all non-dialable chars and stick the cursor to the 132 String formatted = null; local 141 formatted = getFormattedNumber(lastNonSeparator, hasCursor); 151 formatted = getFormattedNumber(lastNonSeparator, hasCursor); 153 return formatted; [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
canvasProfiler.css | 145 .canvas-formatted-resource { 148 .canvas-formatted-resource.canvas-popover-anchor, 149 .canvas-formatted-resource:hover { 155 /* Keep in sync with "console-formatted-*" CSS styles. */ 156 .canvas-formatted-object, 157 .canvas-formatted-node, 158 .canvas-formatted-array { 161 .canvas-formatted-number { 164 .canvas-formatted-string, 165 .canvas-formatted-regexp [all...] |
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t014parser.py | 34 # FIXME: currently strings with formatted errors are collected 48 # FIXME: currently strings with formatted errors are collected 64 # FIXME: currently strings with formatted errors are collected
|
t017parser.py | 40 # FIXME: currently strings with formatted errors are collected 52 # FIXME: currently strings with formatted errors are collected
|
/external/chromium/net/base/ |
net_switches.cc | 9 // This switch will take the JSON-formatted HSTS specification and load it
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
manifest.html | 5 <a href="http://www.json.org">JSON</a>-formatted manifest file,
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowPhoneNumberUtils.java | 12 return source + "-formatted";
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
PhoneNumberUtilTest.java | 15 assertThat(PhoneNumberUtils.formatNumber("12345678901"), equalTo("12345678901-formatted"));
|
/sdk/find_java/ |
utils.cpp | 31 CString formatted;
local 34 formatted.setv(text, ap);
37 MessageBoxA(NULL, formatted.cstr(), "Android SDK Manager", MB_OK | MB_ICONINFORMATION);
42 CString formatted;
local 45 formatted.setv(description, ap);
50 formatted.add("\r\n");
51 formatted.add(error.cstr());
54 fprintf(stderr, "%s\n", formatted.cstr());
56 MessageBox(NULL, formatted.cstr(), "Android SDK Manager - Error", MB_OK | MB_ICONERROR);
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
Hex.java | 34 * @return {@code non-null;} formatted form 50 * @return {@code non-null;} formatted form 66 * @return {@code non-null;} formatted form 82 * @return {@code non-null;} formatted form 100 * @return {@code non-null;} formatted form 114 * @return {@code non-null;} formatted form 130 * @return {@code non-null;} formatted form 143 * @return {@code non-null;} formatted form 167 * @return {@code non-null;} formatted form 191 * @return {@code non-null;} formatted for [all...] |
/dalvik/dx/src/com/android/dx/util/ |
Hex.java | 34 * @return {@code non-null;} formatted form 50 * @return {@code non-null;} formatted form 66 * @return {@code non-null;} formatted form 82 * @return {@code non-null;} formatted form 100 * @return {@code non-null;} formatted form 114 * @return {@code non-null;} formatted form 130 * @return {@code non-null;} formatted form 143 * @return {@code non-null;} formatted form 167 * @return {@code non-null;} formatted form 191 * @return {@code non-null;} formatted for [all...] |
/external/dexmaker/src/dx/java/com/android/dx/util/ |
Hex.java | 34 * @return {@code non-null;} formatted form 50 * @return {@code non-null;} formatted form 66 * @return {@code non-null;} formatted form 82 * @return {@code non-null;} formatted form 100 * @return {@code non-null;} formatted form 114 * @return {@code non-null;} formatted form 130 * @return {@code non-null;} formatted form 143 * @return {@code non-null;} formatted form 167 * @return {@code non-null;} formatted form 191 * @return {@code non-null;} formatted for [all...] |