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

1 2 3 4 5 6 7 8 91011>>

  /art/tools/ahat/src/
Value.java 36 DocString formatted = new DocString(); local
38 formatted.append("(null)");
39 return formatted;
44 formatted.append("(root) ");
57 formatted.appendLink(objTarget, link);
62 formatted.appendFormat(" \"%s", stringValue);
63 formatted.append(kMaxChars == stringValue.length() ? "..." : "\"");
69 formatted.append(" for ");
74 formatted.append(renderInstance(snapshot, referent));
80 formatted.appendFormat(" for %s", dexCacheLocation)
    [all...]
  /libcore/ojluni/src/main/java/java/text/
DontCareFieldPosition.java 38 public void formatted(Format.Field attr, Object value, int start,
41 public void formatted(int fieldID, Format.Field attr, Object value,
CharacterIteratorFieldDelegate.java 38 * Array of AttributeStrings. Whenever <code>formatted</code> is invoked
40 * attributedStrings. Subsequent invocations of <code>formatted</code>
56 public void formatted(Format.Field attr, Object value, int start, int end, method in class:CharacterIteratorFieldDelegate
95 public void formatted(int fieldID, Format.Field attr, Object value, method in class:CharacterIteratorFieldDelegate
97 formatted(attr, value, start, end, buffer); method
102 * to iterate over the resulting formatted String.
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberFormattingTextWatcher.java 108 String formatted = reformat(s, Selection.getSelectionEnd(s)); local
109 if (formatted != null) {
112 s.replace(0, s.length(), formatted, 0, formatted.length());
115 if (formatted.equals(s.toString())) {
124 * Generate the formatted number by ignoring all non-dialable chars and stick the cursor to the
131 String formatted = null; local
140 formatted = getFormattedNumber(lastNonSeparator, hasCursor);
150 formatted = getFormattedNumber(lastNonSeparator, hasCursor);
152 return formatted;
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
PrettyPrinterTest.java 33 String formatted = PRETTY_PRINTER.format(expected); local
34 logln(formatted);
35 UnicodeSet actual = new UnicodeSet(formatted);
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
MethodSignatureFormatterTest.java 54 String formatted = new MethodSignatureFormatter(compilationRule.getTypes()).format(method); local
58 assertThat(formatted).contains("@Singleton");
59 assertThat(formatted).doesNotContain("@javax.inject.Singleton"); // maybe more importantly
60 assertThat(formatted)
63 assertThat(formatted).contains(" String "); // return type compressed
64 assertThat(formatted).contains("int, ImmutableList<Boolean>)"); // parameters compressed.
  /sdk/find_java/src/source/
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);
  /external/libutf/
NOTICE 15 This is a Unix port of the Plan 9 formatted I/O package.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
PrettyPrinterTest.java 37 String formatted = PRETTY_PRINTER.format(expected); local
38 logln(formatted);
39 UnicodeSet actual = new UnicodeSet(formatted);
  /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/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
ICUDurationTest.java 183 String formatted; local
186 formatted = df.formatDurationFromNow(4096);
188 if(!expect.equals(formatted)) {
189 errln("Expected " + expect + " but got " + formatted);
191 logln("format duration -> " + formatted);
194 formatted = df.formatDurationFromNowTo(new Date(0));
198 if(!expect.equals(formatted)) {
199 errln("Expected " + expect + " but got " + formatted);
201 logln("format date -> " + formatted);
204 formatted = df.formatDurationFrom(1000*3600*24, new Date(0).getTime())
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
ICUDurationTest.java 179 String formatted; local
182 formatted = df.formatDurationFromNow(4096);
184 if(!expect.equals(formatted)) {
185 errln("Expected " + expect + " but got " + formatted);
187 logln("format duration -> " + formatted);
190 formatted = df.formatDurationFromNowTo(new Date(0));
194 if(!expect.equals(formatted)) {
195 errln("Expected " + expect + " but got " + formatted);
197 logln("format date -> " + formatted);
200 formatted = df.formatDurationFrom(1000*3600*24, new Date(0).getTime())
    [all...]
  /art/test/021-string2/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+">";
  /art/test/082-inline-execute/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+">";
  /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+">";
  /external/testng/src/main/java/org/testng/
AssertJUnit.java 348 String formatted = ""; local
350 formatted = message + " ";
352 fail(formatted + "expected not same");
356 String formatted = ""; local
358 formatted = message + " ";
360 fail(formatted + "expected same:<" + expected + "> was not:<" + actual + ">");
368 String formatted = ""; local
370 formatted = message + " ";
373 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
  /sdk/find_java2/src/
utils.cpp 90 CString formatted; local
93 formatted.FormatV(text, ap);
97 MessageBox(NULL, formatted, gAppName, MB_OK | MB_ICONINFORMATION);
126 CString formatted; local
129 formatted.FormatV(description, ap);
133 formatted.Append(_T("\r\n"));
134 formatted.Append(error);
137 _ftprintf(stderr, _T("%s\n"), (LPCTSTR) formatted);
141 MessageBox(NULL, formatted, name, MB_OK | MB_ICONERROR);
  /ndk/tests/
printers.py 44 formatted = format_stats_str(stats.num_tests,
46 print(formatted)
  /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/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeUnitTest.java 79 String formatted = formats[style].format(source); local
80 //System.out.println(formatted);
81 logln(tests[i] + " => " + formatted);
85 TimeUnitAmount result = (TimeUnitAmount) formats[parseStyle].parseObject(formatted);
87 errln("No round trip: " + source + " => " + formatted + " => " + result);
236 String formatted; local
245 formatted = timeUnitFormat.format(timeUnitAmount);
252 expected[counter], formatted);
303 String formatted = format.format(source); local
304 //System.out.println(formatted);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeUnitTest.java 75 String formatted = formats[style].format(source); local
76 //System.out.println(formatted);
77 logln(tests[i] + " => " + formatted);
81 TimeUnitAmount result = (TimeUnitAmount) formats[parseStyle].parseObject(formatted);
83 errln("No round trip: " + source + " => " + formatted + " => " + result);
232 String formatted; local
241 formatted = timeUnitFormat.format(timeUnitAmount);
248 expected[counter], formatted);
299 String formatted = format.format(source); local
300 //System.out.println(formatted);
    [all...]

Completed in 742 milliseconds

1 2 3 4 5 6 7 8 91011>>