HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 851 - 875 of 4596) sorted by null

<<31323334353637383940>>

  /external/icu4c/i18n/
datefmt.cpp 52 : Format(other),
92 DateFormat::operator==(const Format& other) const
98 // Format::operator== guarantees that this cast is safe
102 (Format::operator==(other) &&
110 DateFormat::format(const Formattable& obj, function in class:DateFormat
139 return format(date, appendTo, fieldPosition);
145 DateFormat::format(const Formattable& obj, function in class:DateFormat
174 return format(date, appendTo, posIter, status);
181 DateFormat::format(Calendar& /* unused cal */, function in class:DateFormat
194 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const function in class:DateFormat
213 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPositionIterator* posIter, function in class:DateFormat
231 DateFormat::format(UDate date, UnicodeString& appendTo) const function in class:DateFormat
    [all...]
numfmt.cpp 149 * Release all static memory held by Number Format.
234 : Format(source)
247 Format::operator=(rhs);
263 NumberFormat::operator==(const Format& that) const
265 // Format::operator== guarantees this cast is safe
269 // This code makes it easy to determine why two format objects that should
272 if (!Format::operator==(that)) {
274 debug("Format::!=");
306 ((Format::operator==(that) &&
322 NumberFormat::format(double /* unused number */ function in class:NumberFormat
338 NumberFormat::format(int32_t \/* unused number *\/, function in class:NumberFormat
354 NumberFormat::format(int64_t \/* unused number *\/, function in class:NumberFormat
368 NumberFormat::format(double number, function in class:NumberFormat
380 NumberFormat::format(int32_t number, function in class:NumberFormat
392 NumberFormat::format(int64_t number, function in class:NumberFormat
421 NumberFormat::format(const StringPiece &decimalNum, function in class:NumberFormat
482 UnicodeString& NumberFormat::format(const DigitList &number, function in class:NumberFormat
500 NumberFormat::format(const DigitList &number, function in class:NumberFormat
516 NumberFormat::format(const Formattable& obj, function in class:NumberFormat
561 NumberFormat::format(const Formattable& obj, function in class:NumberFormat
597 NumberFormat::format(int64_t number, function in class:NumberFormat
621 NumberFormat::format(double number, UnicodeString& appendTo) const function in class:NumberFormat
631 NumberFormat::format(int32_t number, UnicodeString& appendTo) const function in class:NumberFormat
641 NumberFormat::format(int64_t number, UnicodeString& appendTo) const function in class:NumberFormat
    [all...]
currfmt.cpp 39 UBool CurrencyFormat::operator==(const Format& other) const {
50 Format* CurrencyFormat::clone() const {
54 UnicodeString& CurrencyFormat::format(const Formattable& obj, function in class:CurrencyFormat
59 return fmt->format(obj, appendTo, pos, ec);
  /external/icu4c/test/intltest/
dtfmrgts.cpp 88 fmtd = sdf->format(today, fmtd, pos);
93 todayS = sdf->format(today, todayS, pos);
105 rt = sdf->format(sdf->parse(todayS, status), rt, pos);
134 str = fmt->format(dt, str);
195 fmt->format(dt, buf, pos);
321 formatted = fmt->format( o, formatted, poss, status );
322 failure(status, "fmt->format");
356 myString = fmt->format( myDate, myString);
376 myString = fmt->format( myDate, myString );
458 temp = shortdate->format(curDate, temp)
945 SimpleDateFormat *format = sdfs[i]; local
1034 SimpleDateFormat *format = new SimpleDateFormat(pattern, Locale::getUS(), status); local
    [all...]
astrotst.cpp 320 errln("FAIL: (rise) " + df_d->format(cal->getTime(status),s1) +
321 ", Sunrise: " + df_dt->format(sunrise, s2) +
322 " (USNO " + df_t->format(exprise,s3) +
325 logln(df_d->format(cal->getTime(status),s1) +
326 ", Sunrise: " + df_dt->format(sunrise,s2) +
327 " (USNO " + df_t->format(exprise,s3) + ")");
331 errln("FAIL: (set) " + df_d->format(cal->getTime(status),s1) +
332 ", Sunset: " + df_dt->format(sunset,s2) +
333 " (USNO " + df_t->format(expset,s3) +
336 logln(df_d->format(cal->getTime(status),s1)
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiStressTest.java 96 log(String.format("mReconnectIterations(%d), mSsid(%s), mPassword(%s),"
163 writeOutput(String.format("iteration %d out of %d",
165 writeOutput(String.format("average scanning time is %d", averageScanTime));
166 writeOutput(String.format("ssid appear %d out of %d scan iterations",
200 log(String.format("scan result for %s is: %s", sr.SSID, sr.toString()));
201 log(String.format("signal level for %s is %d ", sr.SSID, sr.level));
212 writeOutput(String.format("iteration %d out of %d",
214 writeOutput(String.format("average scanning time is %d", scanTimeSum/mScanIterations));
215 writeOutput(String.format("ssid appear %d out of %d scan iterations",
263 writeOutput(String.format("iteration %d out of %d"
    [all...]
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
SurfaceFlingerHelper.java 94 command = String.format("%s %s", CLEAR_BUFFER_CMD, windowName);
100 Log.e(TAG, String.format("Run shell command: %s, status: %s",
143 command = String.format("%s %s", FRAME_LATENCY_CMD, windowName);
150 Log.e(TAG, String.format("Run shell command: %s, status: %s",command, status));
225 String rawData = String.format("%d\n", mRefreshPeriod);
230 rawData += String.format("%s", tempList.get(j));
377 String rawAndProcDataFileName = String.format("%s/%s_%d_processed.txt", RAW_DATA_DIR,
384 fw.write(String.format("Jankiness count: %d\n", getVsyncJankiness()));
385 fw.write(String.format("Max accumulated frames: %d\n", getMaxDeltaVsync()));
386 fw.write(String.format("Frame rate is: %f\n", getFrameRate()))
    [all...]
  /external/openssl/crypto/asn1/
asn1_gen.c 110 int format; member in struct:__anon12485
121 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype);
154 asn1_tags.format = ASN1_GEN_FORMAT_ASCII;
169 ret = asn1_str2type(asn1_tags.str, asn1_tags.format, asn1_tags.utype);
366 arg->format = ASN1_GEN_FORMAT_ASCII;
368 arg->format = ASN1_GEN_FORMAT_UTF8;
370 arg->format = ASN1_GEN_FORMAT_HEX;
372 arg->format = ASN1_GEN_FORMAT_BITLIST;
613 ASN1_GEN_STR("FORMAT", ASN1_GEN_FLAG_FORMAT),
629 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
FormatterTest.java 17 package android.text.format.cts;
23 import android.text.format.Formatter;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/device/
DeviceInfoCollector.java 50 File apkFile = new File(testApkDir, String.format("%s.apk", APK_NAME));
52 Log.e(LOG_TAG, String.format("Could not find %s", apkFile.getAbsolutePath()));
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/
CtsRootDeviceSetup.java 62 throw new TargetSetupError(String.format(
85 throw new TargetSetupError(String.format(
  /dalvik/dx/src/com/android/dx/dex/file/
MemberIdsSection.java 72 formatter.format("Too many %s: %d; max is %d. By package:",
75 formatter.format("%n%6d %s", entry.getValue().get(), entry.getKey());
  /dalvik/tests/021-string2/src/junit/framework/
ComparisonFailure.java 32 return Assert.format(super.getMessage(), fExpected, fActual);
66 return Assert.format(super.getMessage(), expected, actual);
  /dalvik/tests/082-inline-execute/src/junit/framework/
ComparisonFailure.java 32 return Assert.format(super.getMessage(), fExpected, fActual);
66 return Assert.format(super.getMessage(), expected, actual);
  /dalvik/vm/analysis/
RegisterMap.cpp 193 RegisterMapFormat format; local
214 format = kRegMapFormatCompact8;
217 format = kRegMapFormatCompact16;
249 dvmRegisterMapSetFormat(pMap, format);
261 if (format == kRegMapFormatCompact8) {
402 const RegisterMapFormat format = dvmRegisterMapGetFormat(pMap); local
407 switch (format) {
416 ALOGE("Can only dump Compact8 / Compact16 maps (not %d)", format);
469 const RegisterMapFormat format = dvmRegisterMapGetFormat(pMap); local
499 switch (format) {
573 u1 format = dvmRegisterMapGetFormat(pMap); local
898 u1 format = dvmRegisterMapGetFormat(pMap); local
1020 RegisterMapFormat format = dvmRegisterMapGetFormat(curMap); local
1251 const u1 format = dvmRegisterMapGetFormat(pMap); local
1458 u1 format = dvmRegisterMapGetFormat(pMap); local
1698 u1 format = dvmRegisterMapGetFormat(pMap); local
    [all...]
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 41 format(p_format),
93 int frameworkFormat; // format requested by the Android framework
94 int format; // real internal pixel format format member in struct:cb_handle_t
95 int glFormat; // OpenGL format enum used for host h/w color buffer
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.h 53 EGLBoolean getConfigGLPixelFormat(EGLConfig config, GLenum * format);
54 EGLBoolean getConfigNativePixelFormat(EGLConfig config, PixelFormat * format);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
XMLFormatterTest.java 59 String result = formatter.format(lr);
65 result = formatter.format(lr);
71 result = formatter.format(lr);
77 result = formatter.format(lr);
94 String output = formatter.format(lr);
115 String output = formatter.format(lr);
170 formatter.format(null);
177 String output = formatter.format(lr);
  /external/chromium/chrome/browser/chromeos/
version_loader.h 53 // otherwise it's in short format x.x.xx.x.
56 VersionFormat format);
86 VersionFormat format);
  /external/chromium/net/base/
x509_openssl_util.cc 67 CertDateFormat format = x509_time->type == V_ASN1_UTCTIME ? local
69 return ParseCertificateDate(str_date, format, time);
  /external/flac/libFLAC/
Android.mk 12 format.c \
  /external/icu4c/samples/translit/answers/
main_1.cpp 47 // Format the date in default locale
49 defFmt->format(cal->getTime(status), str, status);
50 check(status, "DateFormat::format");
55 // Format the date for Greece
57 fmt->format(cal->getTime(status), str, status);
58 check(status, "DateFormat::format");
main_2.cpp 55 // Format the date in default locale
57 defFmt->format(cal->getTime(status), str, status);
58 check(status, "DateFormat::format");
63 // Format the date for Greece
65 fmt->format(cal->getTime(status), str, status);
66 check(status, "DateFormat::format");
  /external/icu4c/test/testdata/
tstfiles.mk 9 TEST_RES_SOURCE=DataDrivenCollationTest.txt calendar.txt format.txt
  /external/ipsec-tools/src/racoon/
sockmisc.h 71 extern char *saddr2str_fromto __P((const char *format,
80 extern char *naddrwop2str_fromto __P((const char *format, const struct netaddr *saddr,

Completed in 540 milliseconds

<<31323334353637383940>>