Searched refs:formatted (Results 1 - 17 of 17) sorted by relevance

/external/junit/src/junit/framework/
H A DAssert.java266 String formatted= "";
268 formatted= message+" ";
269 fail(formatted+"expected not same");
273 String formatted= "";
275 formatted= message+" ";
276 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">");
284 String formatted= "";
286 formatted= message+" ";
287 return formatted+"expected:<"+expected+"> but was:<"+actual+">";
/external/icu4c/test/intltest/
H A Dtufmtts.cpp66 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);
H A Ddtptngts.cpp689 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);
H A Ddtfmrgts.cpp317 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
H A Dmsfmrgts.cpp701 UnicodeString formatted; local
702 formatted = prefix + "YES";
706 //Object[] objs = mf.parse(formatted, new ParsePosition(0));
709 objs = mf->parse(formatted, pp, count);
712 log(" \"" + formatted + "\" parsed as ");
841 logln(" (incorrectly formatted string)");
845 logln(" (correctly formatted string)");
H A Dnumfmtst.cpp2167 // We should be able to round-trip the formatted string =>
2205 // We should be able to round-trip the formatted string =>
2698 // currency number to be formatted,
2874 // currency amount to be formatted,
2875 // currency ISO code to be formatted,
2979 // currency amount to be formatted,
2980 // currency ISO code to be formatted,
5718 UnicodeString formatted = ctou(DATA[i]); local
5723 numFmt->parse(formatted, parseResult, status);
5727 errln("wrong parsing, " + formatted);
5739 UnicodeString formatted = ctou(WRONG_DATA[i]); local
[all...]
H A Ddtfmttst.cpp580 UnicodeString formatted; ((Format*)fmt)->format(o, formatted, status); local
581 logln((UnicodeString)"Formatted string: " + formatted);
582 if (!(formatted == str)) errln((UnicodeString)"FAIL: Expected " + str);
H A Dnumrgts.cpp1380 UnicodeString formatted; local
1383 fmt->format(num, formatted, field);
1462 errln(UnicodeString("") + d1 + " is formatted as " + buffer);
1466 errln(UnicodeString("") + d2 + " is formatted as " + buffer);
1593 errln(/*d + */UnicodeString(" is formatted as ") + buffer);
2028 errln(UnicodeString("") + d1 + UnicodeString(" x \"") + df->toPattern(temp) + "\" is formatted as \"" + f1 + '"');
2031 errln(UnicodeString("") + d2 + UnicodeString(" x \"") + df->toPattern(temp) + "\" is formatted as \"" + f2 + '"');
2073 logln(UnicodeString("The number ") + dbl + " formatted to " + s);
/external/v8/benchmarks/
H A Dbase.js127 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/icu4c/test/cintltst/
H A Dudatpg_test.c226 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 ) {
H A Dcdtrgtst.c242 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/
H A Dstring-stream.cc158 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/webkit/WebCore/inspector/front-end/
H A Dinspector.css739 .console-formatted-object, .console-formatted-node {
745 .console-formatted-object .section, .console-formatted-node .section {
749 .console-formatted-object .properties, .console-formatted-node .properties {
753 .console-formatted-number {
757 .console-formatted-string, .console-formatted-regexp {
761 .console-formatted
[all...]
/external/blktrace/doc/
H A Dblktrace.tex42 into either long-term on-disk storage, or provides direct formatted
435 for various devices on various CPUs, and produce a formatted output of
443 formatted data.
463 By default, blkparse sends formatted data to standard output. This may
808 Adds a formatted message to the output stream. The total message
/external/dropbear/libtommath/
H A Dbn.tex56 formatted for B5 [176x250] paper using the \LaTeX{} {\em book} macro package.
/external/iproute2/doc/
H A Dip-cref.tex163 A syntax error on the command line: an unknown keyword, incorrectly formatted
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3595 As of v1.06 this function can also import OpenSSL DER formatted public RSA keys. They are essentially encapsulated RSAPublicKeys. LibTomCrypt will

Completed in 342 milliseconds