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

1 2

  /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+">";
  /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;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Clock.java 188 SpannableStringBuilder formatted = new SpannableStringBuilder(result); local
190 formatted.delete(magic1, magic2+1);
194 formatted.setSpan(style, magic1, magic2,
197 formatted.delete(magic2, magic2 + 1);
198 formatted.delete(magic1, magic1 + 1);
200 return formatted;
  /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...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
PhoneNumberTestService.java 96 String formatted; local
102 formatted = util.format(pn, format);
104 formatted = "Error: " + e.toString();
107 + ") = " + formatted + (isValid ? " (valid)" : " (invalid)"));
  /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);
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 216 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT); local
217 if (formatted != null) {
218 rootEdit = formatted;
UseCompoundDrawableRefactoring.java 334 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT); local
335 if (formatted != null) {
336 rootEdit = formatted;
349 * formatted and replaced in the target document.
WrapInRefactoring.java 397 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT); local
398 if (formatted != null) {
399 rootEdit = formatted;
ExtractIncludeRefactoring.java 374 MultiTextEdit formatted = reformat(doc.get(), rootEdit, local
376 if (formatted != null) {
377 rootEdit = formatted;
ExtractStyleRefactoring.java 381 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT); local
382 if (formatted != null) {
383 rootEdit = formatted;
  /external/v8/src/
string-stream.cc 157 EmbeddedVector<char, 24> formatted; local
158 int length = OS::SNPrintF(formatted, temp.start(), value);
159 Add(Vector<const char>(formatted.start(), length));
164 EmbeddedVector<char, 28> formatted; local
165 OS::SNPrintF(formatted, temp.start(), value);
166 Add(formatted.start());
171 EmbeddedVector<char, 20> formatted; local
172 OS::SNPrintF(formatted, temp.start(), value);
173 Add(formatted.start());
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gldebugger/
MessageParserExTest.java 107 String formatted = MessageFormatter.format(msg, false); local
108 formatted = formatted.substring(0, formatted.indexOf('(')) + ' ' + builder.getFunction() +
109 formatted.substring(formatted.indexOf('('));
111 MessageParserEx.instance.parse(parsed, formatted);
  /external/chromium/base/
string_util_unittest.cc 878 string16 formatted = local
882 EXPECT_EQ(formatted, ASCIIToUTF16("9aa,8bb,7cc,6dd,5ee,4ff,3gg,2hh,1ii"));
893 string16 formatted = local
897 EXPECT_EQ(formatted, ASCIIToUTF16("9aa,8bb,7cc,d,e,f,9ag,8bh,7ci"));
912 std::string formatted = local
    [all...]
string_util.cc 846 OutStringType formatted; variable
847 formatted.reserve(format_string.length() + sub_length);
858 formatted.push_back('$');
866 static_cast<int>(formatted.size()));
874 formatted.append(subst.at(index));
878 formatted.push_back(*i);
887 return formatted;
    [all...]
  /external/icu4c/test/cintltst/
udatpg_test.c 228 UChar pattern[40], formatted[40]; local
337 formattedCapacity = (int32_t)(sizeof(formatted)/sizeof((formatted)[0]));
338 resultLen=udat_format(formatter, ucal_getNow(), formatted, formattedCapacity,
343 resultLen=udat_format(formatter, sampleDate, formatted, formattedCapacity,
345 if ( u_memcmp(sampleFormatted, formatted, resultLen) != 0 ) {
cdtrgtst.c 243 UChar* formatted=NULL; local
262 formatted = myFormatit(fmt, d1);
263 if( u_strcmp(formatted,str)!=0) {
264 log_err("Fail: Want %s Got: %s\n", austrdup(str), austrdup(formatted) );
358 US locale a string formatted according to mm/dd/yy and parses it
  /external/icu4c/test/intltest/
dtptngts.cpp 497 logln(UnicodeString(" Formatted date:") + rDate);
522 logln(UnicodeString(" Formatted date:") + rDate);
741 UnicodeString formatted; local
    [all...]
msfmrgts.cpp 106 logln("Formatted with one extra param : " + tempBuffer);
125 logln("Formatted with no params : " + tempBuffer);
130 errln("Formatted with arguments > subsitution failed. result = " + tempBuffer);
131 logln("Formatted with extra params : " + tempBuffer);
200 logln("Formatted with 7 : " + tempBuffer);
257 logln("Formatted with null : " + tempBuffer);*/
265 logln("Formatted with params : " + tempBuffer);
270 logln("Formatted with null : " + tempBuffer);
704 UnicodeString formatted; local
705 formatted = prefix + "YES"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinterTest.java 77 String formatted = sb.toString(); local
78 if (!expected.equals(formatted)) {
79 System.out.println(formatted);
81 assertEquals(expected, formatted);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettings.java 122 String formatted = local
128 getString(R.string.normal_date_format, formatted);
130 formattedDates[i] = formatted;
  /external/chromium/net/base/
net_util_unittest.cc 1639 string16 formatted = FormatUrl( local
1650 string16 formatted = FormatUrl( local
    [all...]

Completed in 534 milliseconds

1 2