HomeSort by relevance Sort by last modified time
    Searched refs:formatted (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /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 117 .canvas-formatted-resource {
120 /* Keep in sync with "console-formatted-*" CSS styles. */
121 .canvas-formatted-object,
122 .canvas-formatted-node,
123 .canvas-formatted-array {
126 .canvas-formatted-number {
129 .canvas-formatted-string,
130 .canvas-formatted-regexp {
133 .canvas-formatted-null,
134 .canvas-formatted-undefined
    [all...]
ScriptFormatter.js 161 this.formatted = [];
240 var formattedPosition = this._convertPosition(this._mapping.original, this._mapping.formatted, originalPosition || 0);
252 var originalPosition = this._convertPosition(this._mapping.formatted, this._mapping.original, formattedPosition);
  /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);
  /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/oprofile/libutil++/
string_manip.cpp 130 string formatted = os.str(); local
131 if (is_prefix(formatted, "100."))
132 formatted.erase(formatted.size() - 1);
133 return formatted;
  /art/test/021-string2/src/junit/framework/
Assert.java 268 String formatted= ""; local
270 formatted= message+" ";
271 fail(formatted+"expected not same");
275 String formatted= ""; local
277 formatted= message+" ";
278 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">");
286 String formatted= ""; local
288 formatted= message+" ";
289 return formatted+"expected:<"+expected+"> but was:<"+actual+">";
  /art/test/082-inline-execute/src/junit/framework/
Assert.java 268 String formatted= ""; local
270 formatted= message+" ";
271 fail(formatted+"expected not same");
275 String formatted= ""; local
277 formatted= message+" ";
278 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">");
286 String formatted= ""; local
288 formatted= message+" ";
289 return formatted+"expected:<"+expected+"> but was:<"+actual+">";
  /dalvik/tests/021-string2/src/junit/framework/
Assert.java 268 String formatted= ""; local
270 formatted= message+" ";
271 fail(formatted+"expected not same");
275 String formatted= ""; local
277 formatted= message+" ";
278 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">");
286 String formatted= ""; local
288 formatted= message+" ";
289 return formatted+"expected:<"+expected+"> but was:<"+actual+">";
  /dalvik/tests/082-inline-execute/src/junit/framework/
Assert.java 268 String formatted= ""; local
270 formatted= message+" ";
271 fail(formatted+"expected not same");
275 String formatted= ""; local
277 formatted= message+" ";
278 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">");
286 String formatted= ""; local
288 formatted= message+" ";
289 return formatted+"expected:<"+expected+"> but was:<"+actual+">";
  /external/junit/src/junit/framework/
Assert.java 273 String formatted= ""; local
275 formatted= message+" ";
276 fail(formatted+"expected not same");
280 String formatted= ""; local
282 formatted= message+" ";
283 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">");
291 String formatted= ""; local
293 formatted= message+" ";
294 return formatted+"expected:<"+expected+"> but was:<"+actual+">";
ComparisonCompactor.java 82 String formatted= ""; local
84 formatted= message+" ";
85 return formatted+"expected:<"+expected+"> but was:<"+actual+">";
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
PhoneNumberTestService.java 96 String formatted; local
103 formatted = util.format(pn, format);
107 formatted = "Error: " + e.toString();
110 + ") = " + formatted + " / truncated = " + truncated
  /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.
  /external/junit/src/org/junit/
Assert.java 630 String formatted= ""; local
632 formatted= message + " ";
633 fail(formatted + "expected not same");
638 String formatted= ""; local
640 formatted= message + " ";
641 fail(formatted + "expected same:<" + expected + "> was not:<" + actual
651 String formatted= ""; local
653 formatted= message + " ";
657 return formatted + "expected: "
661 return formatted + "expected:<" + expectedString + "> but was:<
    [all...]
  /external/chromium/net/base/
net_util_unittest.cc 1639 string16 formatted = FormatUrl( local
1650 string16 formatted = FormatUrl( local
    [all...]
  /external/chromium_org/net/base/
net_util_unittest.cc 2626 base::string16 formatted = FormatUrl( local
2637 base::string16 formatted = FormatUrl( local
2807 base::string16 formatted = FormatUrl(url, local
2828 base::string16 formatted = FormatUrl(url, local
2846 base::string16 formatted = FormatUrl(url, local
2871 base::string16 formatted = FormatUrl(url, local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 83 * overlapping the formatted region, then it pretty-prints that XML region
170 * @param model the model to be formatted
172 * @param length the length of the text range to be formatted
173 * @return a {@link TextEdit} which edits the model into a formatted document
317 // If you select this text range, we want <foo> to be formatted at whatever
331 // this is that some of theses nodes, which have not yet been formatted,
356 String formatted = sb.toString(); local
357 ReplaceEdit replaceEdit = createReplaceEdit(document, replaceStart, replaceEnd, formatted,
365 // old positions of the formatted text:
379 * given new formatted content. The replaceStart and replaceEnd parameters point t
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategyTest.java 30 // the formatted string, and assert that it's identical to the given after string
31 private void check(String before, int replaceStart, int replaceEnd, String formatted,
37 replaceEnd, formatted, prefs);
65 // formatted string, and assert that it's identical to the given after string
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 200 formatted = percent % ((value,) + additional)
202 formatted = percent % value
206 parts = formatted.split('.')
211 formatted = decimal_point.join(parts)
213 formatted = _strip_padding(formatted, seps)
217 formatted, seps = _group(formatted, monetary=monetary)
219 formatted = _strip_padding(formatted, seps
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 200 formatted = percent % ((value,) + additional)
202 formatted = percent % value
206 parts = formatted.split('.')
211 formatted = decimal_point.join(parts)
213 formatted = _strip_padding(formatted, seps)
217 formatted, seps = _group(formatted, monetary=monetary)
219 formatted = _strip_padding(formatted, seps
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinterTest.java 79 String formatted = sb.toString(); local
80 if (!expected.equals(formatted)) {
81 System.out.println(formatted);
83 assertEquals(expected, formatted);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tufmtts.cpp 67 UnicodeString formatted;
70 formatted = ((Format*)formats[style])->format(formattable, formatted, status);
74 formatted.extract(0, formatted.length(), formatResult, "UTF-8");
78 ((Format*)formats[style])->parseObject(formatted, result, status);
85 ((Format*)formats[1-style])->parseObject(formatted, result_1, status);
310 std::cout << "Formatted string : " << tmp << " expected : " << tmp1 << "\n";
312 if (!assertEquals("formatted time string is not expected, locale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " units: " + (int)tunits[unitIndex], expected[counter], str)) {
  /external/icu4c/test/intltest/
tufmtts.cpp 68 UnicodeString formatted;
71 formatted = ((Format*)formats[style])->format(formattable, formatted, status);
75 formatted.extract(0, formatted.length(), formatResult, "UTF-8");
79 ((Format*)formats[style])->parseObject(formatted, result, status);
86 ((Format*)formats[1-style])->parseObject(formatted, result_1, status);
311 std::cout << "Formatted string : " << tmp << " expected : " << tmp1 << "\n";
313 if (!assertEquals("formatted time string is not expected, locale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " units: " + (int)tunits[unitIndex], expected[counter], str)) {

Completed in 1818 milliseconds

1 2 3 4 5 6