HomeSort by relevance Sort by last modified time
    Searched defs:format (Results 126 - 150 of 2535) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/luni/src/main/java/libcore/icu/
DateTimeFormat.java 43 public static String format(ULocale icuLocale, Calendar time, int flags, method in class:DateTimeFormat
55 return formatter.format(time);
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatTestICU.java 32 DecimalFormat format; field in class:OldDecimalFormatTestICU
35 format = (DecimalFormat) NumberFormat.getNumberInstance();
40 DecimalFormat format = (DecimalFormat) NumberFormat local
43 format.applyPattern("@@@");
44 assertEquals("sigDigit doesn't work", "12300", format.format(12345));
45 assertEquals("sigDigit doesn't work", "0.123", format.format(0.12345));
47 format.applyPattern("@@##");
48 assertEquals("sigDigit doesn't work", "3.142", format.format(3.14159))
    [all...]
  /libcore/support/src/test/java/libcore/java/io/
NullPrintStream.java 36 public PrintStream format(String format, Object... args) { return this; } method in class:NullPrintStream
37 public PrintStream format(Locale l, String format, Object... args) { return this; } method in class:NullPrintStream
38 public PrintStream printf(String format, Object... args) { return this; }
39 public PrintStream printf(Locale l, String format, Object... args) { return this; }
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
PrivateKeyStub.java 36 String format = null; field in class:PrivateKeyStub
44 * @param format
47 public PrivateKeyStub(String algorithm, String format, byte[] encoded) {
49 this.format = format;
62 * Returns format
66 return format;
PublicKeyStub.java 39 String format = null; field in class:PublicKeyStub
45 public PublicKeyStub(String algorithm, String format, byte[] encoded) {
47 this.format = format;
59 * returns format
63 return format;
  /libcore/support/src/test/java/tests/support/
Support_MessageFormat.java 48 MessageFormat format = new MessageFormat(pattern, Locale.US); local
58 t_FormatWithField(1, format, objects, null, Field.ARGUMENT, 3, 15);
60 // test other format fields that are included in the formatted text
61 t_FormatWithField(2, format, objects, null, DateFormat.Field.AM_PM, 0,
63 t_FormatWithField(3, format, objects, null,
67 t_FormatWithField(4, format, objects, null, DateFormat.Field.ERA, 0, 0);
68 t_FormatWithField(5, format, objects, null,
75 MessageFormat format = new MessageFormat(pattern, Locale.US); local
82 t_Format(1, objects, format, getMessageVector1());
  /packages/apps/Camera2/src/com/android/camera/stats/profiler/
GuardingProfile.java 39 mVerboseWriter.write(format(0, "GUARD", "START"));
45 mGuardWriter.write(format(totalMillis, "GUARD", lastMillis, reason)); method
47 mVerboseWriter.write(format(totalMillis, "GUARD", lastMillis, reason)); method
54 mGuardWriter.write(format(totalMillis, "GUARD", "STOP")); method
56 mVerboseWriter.write(format(totalMillis, "GUARD", "STOP")); method
LoggingProfile.java 35 mWriter.write(format(0.0, "BEGIN"));
40 mWriter.write(format(totalMillis, "MARK", lastMillis, reason)); method
45 mWriter.write(format(totalMillis, "END")); method
50 mWriter.write(format(totalMillis, "END", lastMillis, reason)); method
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
TwoDigitFormatter.java 15 * format().
35 public String format(int value) { method in class:TwoDigitFormatter
42 mFmt.format("%02d", mArgs);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/format/
SpannedTestUtils.java 17 package com.android.contacts.common.format;
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
native_window.h 49 // The format of the buffer. One of WINDOW_FORMAT_*
50 int32_t format; member in struct:ANativeWindow_Buffer
83 * Return the current pixel format of the window surface. Returns a
89 * Change the format and size of the window buffers.
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
native_window.h 49 // The format of the buffer. One of WINDOW_FORMAT_*
50 int32_t format; member in struct:ANativeWindow_Buffer
83 * Return the current pixel format of the window surface. Returns a
89 * Change the format and size of the window buffers.
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
native_window.h 49 // The format of the buffer. One of WINDOW_FORMAT_*
50 int32_t format; member in struct:ANativeWindow_Buffer
83 * Return the current pixel format of the window surface. Returns a
89 * Change the format and size of the window buffers.
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
native_window.h 49 // The format of the buffer. One of WINDOW_FORMAT_*
50 int32_t format; member in struct:ANativeWindow_Buffer
83 * Return the current pixel format of the window surface. Returns a
89 * Change the format and size of the window buffers.
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
native_window.h 49 // The format of the buffer. One of WINDOW_FORMAT_*
50 int32_t format; member in struct:ANativeWindow_Buffer
83 * Return the current pixel format of the window surface. Returns a
89 * Change the format and size of the window buffers.
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
native_window.h 49 // The format of the buffer. One of WINDOW_FORMAT_*
50 int32_t format; member in struct:ANativeWindow_Buffer
83 * Return the current pixel format of the window surface. Returns a
89 * Change the format and size of the window buffers.
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
native_window.h 49 // The format of the buffer. One of WINDOW_FORMAT_*
50 int32_t format; member in struct:ANativeWindow_Buffer
83 * Return the current pixel format of the window surface. Returns a
89 * Change the format and size of the window buffers.
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
native_window.h 49 // The format of the buffer. One of WINDOW_FORMAT_*
50 int32_t format; member in struct:ANativeWindow_Buffer
83 * Return the current pixel format of the window surface. Returns a
89 * Change the format and size of the window buffers.
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
native_window.h 49 // The format of the buffer. One of WINDOW_FORMAT_*
50 int32_t format; member in struct:ANativeWindow_Buffer
83 * Return the current pixel format of the window surface. Returns a
89 * Change the format and size of the window buffers.
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
native_window.h 49 // The format of the buffer. One of WINDOW_FORMAT_*
50 int32_t format; member in struct:ANativeWindow_Buffer
83 * Return the current pixel format of the window surface. Returns a
89 * Change the format and size of the window buffers.
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
native_window.h 49 // The format of the buffer. One of WINDOW_FORMAT_*
50 int32_t format; member in struct:ANativeWindow_Buffer
83 * Return the current pixel format of the window surface. Returns a
89 * Change the format and size of the window buffers.
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
native_window.h 49 // The format of the buffer. One of WINDOW_FORMAT_*
50 int32_t format; member in struct:ANativeWindow_Buffer
83 * Return the current pixel format of the window surface. Returns a
89 * Change the format and size of the window buffers.
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
native_window.h 49 // The format of the buffer. One of WINDOW_FORMAT_*
50 int32_t format; member in struct:ANativeWindow_Buffer
83 * Return the current pixel format of the window surface. Returns a
89 * Change the format and size of the window buffers.
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format);
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/android/
native_window.h 49 // The format of the buffer. One of WINDOW_FORMAT_*
50 int32_t format; member in struct:ANativeWindow_Buffer
83 * Return the current pixel format of the window surface. Returns a
89 * Change the format and size of the window buffers.
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format);
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/android/
native_window.h 49 // The format of the buffer. One of WINDOW_FORMAT_*
50 int32_t format; member in struct:ANativeWindow_Buffer
83 * Return the current pixel format of the window surface. Returns a
89 * Change the format and size of the window buffers.
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format);

Completed in 1578 milliseconds

1 2 3 4 56 7 8 91011>>