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

1 2

  /dalvik/dx/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 266 String formatted= ""; local
268 formatted= message+" ";
269 fail(formatted+"expected not same");
273 String formatted= ""; local
275 formatted= message+" ";
276 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">");
284 String formatted= ""; local
286 formatted= message+" ";
287 return formatted+"expected:<"+expected+"> but was:<"+actual+">";
  /libcore/junit/src/main/java/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/chromium/third_party/icu/source/test/intltest/
tufmtts.cpp 66 UnicodeString formatted;
69 formatted = ((Format*)formats[style])->format(formattable, formatted, status);
73 formatted.extract(0, formatted.length(), formatResult, "UTF-8");
77 ((Format*)formats[style])->parseObject(formatted, result, status);
84 ((Format*)formats[1-style])->parseObject(formatted, result_1, status);
dtptngts.cpp 445 logln(UnicodeString(" Formatted date:") + rDate);
470 logln(UnicodeString(" Formatted date:") + rDate);
689 UnicodeString formatted; local
690 formatted = formatter.format(Calendar::getNow(), formatted, status);
692 formatted.remove();
695 formatted = formatter.format(testDate, formatted, status);
697 if ( formatted != expectedResult ) {
699 errln(UnicodeString(" Got: ")+ formatted + UnicodeString(" Expected: ") + expectedResult)
    [all...]
dtfmrgts.cpp 317 UnicodeString formatted; local
319 formatted = fmt->format( o, formatted, poss, status );
321 logln( "Formatted string: " + formatted );
322 if( formatted != str)
323 errln("Fail: Want " + str + " Got " + formatted);
554 US locale a string formatted according to mm/dd/yy and parses it
    [all...]
msfmrgts.cpp 108 logln("Formatted with one extra param : " + tempBuffer);
127 logln("Formatted with no params : " + tempBuffer);
132 errln("Formatted with arguments > subsitution failed. result = " + tempBuffer);
133 logln("Formatted with extra params : " + tempBuffer);
197 logln("Formatted with 7 : " + tempBuffer);
254 logln("Formatted with null : " + tempBuffer);*/
262 logln("Formatted with params : " + tempBuffer);
267 logln("Formatted with null : " + tempBuffer);
701 UnicodeString formatted; local
702 formatted = prefix + "YES"
    [all...]
  /external/icu4c/test/intltest/
tufmtts.cpp 66 UnicodeString formatted;
69 formatted = ((Format*)formats[style])->format(formattable, formatted, status);
73 formatted.extract(0, formatted.length(), formatResult, "UTF-8");
77 ((Format*)formats[style])->parseObject(formatted, result, status);
84 ((Format*)formats[1-style])->parseObject(formatted, result_1, status);
dtptngts.cpp 446 logln(UnicodeString(" Formatted date:") + rDate);
471 logln(UnicodeString(" Formatted date:") + rDate);
690 UnicodeString formatted; local
691 formatted = formatter.format(Calendar::getNow(), formatted, status);
693 formatted.remove();
696 formatted = formatter.format(testDate, formatted, status);
698 if ( formatted != expectedResult ) {
700 errln(UnicodeString(" Got: ")+ formatted + UnicodeString(" Expected: ") + expectedResult)
    [all...]
dtfmrgts.cpp 317 UnicodeString formatted; local
319 formatted = fmt->format( o, formatted, poss, status );
321 logln( "Formatted string: " + formatted );
322 if( formatted != str)
323 errln("Fail: Want " + str + " Got " + formatted);
554 US locale a string formatted according to mm/dd/yy and parses it
    [all...]
msfmrgts.cpp 109 logln("Formatted with one extra param : " + tempBuffer);
128 logln("Formatted with no params : " + tempBuffer);
133 errln("Formatted with arguments > subsitution failed. result = " + tempBuffer);
134 logln("Formatted with extra params : " + tempBuffer);
198 logln("Formatted with 7 : " + tempBuffer);
255 logln("Formatted with null : " + tempBuffer);*/
263 logln("Formatted with params : " + tempBuffer);
268 logln("Formatted with null : " + tempBuffer);
702 UnicodeString formatted; local
703 formatted = prefix + "YES"
    [all...]
  /external/chromium/net/base/
net_util_unittest.cc 1364 std::wstring formatted = net::FormatUrl( local
1375 std::wstring formatted = net::FormatUrl( local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
udatpg_test.c 226 UChar pattern[40], formatted[40]; local
335 formattedCapacity = (int32_t)(sizeof(formatted)/sizeof((formatted)[0]));
336 resultLen=udat_format(formatter, ucal_getNow(), formatted, formattedCapacity,
341 resultLen=udat_format(formatter, sampleDate, formatted, formattedCapacity,
343 if ( u_memcmp(sampleFormatted, formatted, resultLen) != 0 ) {
cdtrgtst.c 242 UChar* formatted=NULL; local
261 formatted = myFormatit(fmt, d1);
262 if( u_strcmp(formatted,str)!=0) {
263 log_err("Fail: Want %s Got: %s\n", austrdup(str), austrdup(formatted) );
357 US locale a string formatted according to mm/dd/yy and parses it
  /external/v8/src/
string-stream.cc 158 EmbeddedVector<char, 24> formatted; local
159 int length = OS::SNPrintF(formatted, temp.start(), value);
160 Add(Vector<const char>(formatted.start(), length));
165 EmbeddedVector<char, 28> formatted; local
166 OS::SNPrintF(formatted, temp.start(), value);
167 Add(formatted.start());
172 EmbeddedVector<char, 20> formatted; local
173 OS::SNPrintF(formatted, temp.start(), value);
174 Add(formatted.start());
  /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
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettings.java 99 String formatted = local
105 getString(R.string.normal_date_format, formatted);
107 formattedDates[i] = formatted;
  /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/test/mjsunit/
mirror-error.js 80 // Check the formatted text (regress 1231579).
mirror-function.js 82 // Check the formatted text (regress 1142074).
  /external/chromium/base/
string_util.cc     [all...]
string_util_unittest.cc 1252 string16 formatted = local
1267 string16 formatted = local
1286 std::string formatted = local
    [all...]

Completed in 877 milliseconds

1 2