/frameworks/base/native/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. 103 int32_t width, int32_t height, int32_t format);
|
/frameworks/base/services/surfaceflinger/ |
SurfaceTextureLayer.h | 42 status_t setDefaultBufferFormat(uint32_t format); 52 uint32_t format, uint32_t usage);
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
DateUtils.java | 32 * Returns timestamp given by param in KML format ie yyyy-mm-ddThh:mm:ssZ, 42 return String.format("%tY-%tm-%tdT%tH:%tM:%tSZ", c, c, c, c, c, c); 54 * Returns timestamp in following format: yyyy-mm-dd-hh-mm-ss 59 return String.format("%tY-%tm-%td-%tH-%tM-%tS", c, c, c, c, c, c);
|
/libcore/luni/src/main/java/java/util/logging/ |
Formatter.java | 24 * {@code Formatter} objects are used to format {@link LogRecord} objects into a 46 public abstract String format(LogRecord r); method in class:Formatter 78 * format the string 82 pattern = MessageFormat.format(pattern, params);
|
/libcore/luni/src/main/java/libcore/net/http/ |
HttpDate.java | 32 * Most websites serve cookies in the blessed format. Eagerly create the parser to ensure such 45 * If we fail to parse a date in a non-standard format, try each of these formats in sequence. 63 /* RI bug 6641315 claims a cookie of this format was once served by www.yahoo.com */ 88 public static String format(Date value) { method in class:HttpDate 89 return STANDARD_DATE_FORMAT.get().format(value);
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
AlgorithmParametersSpiTest.java | 45 algParSpi.engineInit(bt, "Format"); 48 algParSpi.engineGetEncoded("Format"); 57 protected void engineInit(byte[] params, String format){ 65 protected byte[] engineGetEncoded(String 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/wallpapers/Basic/src/com/android/wallpaper/fall/ |
FallView.java | 36 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 37 super.surfaceChanged(holder, format, w, h);
|
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/ |
GalaxyView.java | 33 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 34 super.surfaceChanged(holder, format, w, h);
|
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
GrassView.java | 33 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 34 super.surfaceChanged(holder, format, w, h);
|
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/ |
GalaxyView.java | 22 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 23 super.surfaceChanged(holder, format, w, h);
|
/packages/wallpapers/NoiseField/src/com/android/noisefield/ |
NoiseFieldView.java | 19 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 20 super.surfaceChanged(holder, format, w, h);
|
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/ |
PhaseBeamView.java | 19 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 20 super.surfaceChanged(holder, format, w, h);
|
/prebuilt/ndk/android-ndk-r5/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);
|
/prebuilt/ndk/android-ndk-r6/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);
|
/prebuilt/ndk/android-ndk-r6/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);
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/ |
SdkRepoConstants.java | 46 String.format("repository-%d.xml", NS_LATEST_VERSION); //$NON-NLS-1$
116 return String.format(NS_BASE + "%d", version); //$NON-NLS-1$
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/ |
ProgressTask.java | 75 public void logError(String format, Object...args) {
77 super.logError(format, args);
|
/system/core/libsysutils/src/ |
NetlinkListener.cpp | 40 NetlinkListener::NetlinkListener(int socket, int format) : 41 SocketListener(socket, false), mFormat(format) {
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
InstrumentationApkTest.java | 75 Log.d(LOG_TAG, String.format("Installing %s on %s", apkFileName, 80 Assert.assertNull(String.format("Failed to install %s on %s. Reason: %s", 84 Assert.fail(String.format("Could not find file %s", apkFileName)); 89 Log.d(LOG_TAG, String.format("Uninstalling %s on %s", packageName,
|
/external/bison/lib/ |
error.h | 27 /* The __-protected variants of `format' and `printf' attributes 30 # define __format__ format 39 /* Print a message with `fprintf (stderr, FORMAT, ...)';
|
/external/bluetooth/glib/glib/gnulib/ |
printf-parse.h | 1 /* Parse printf format string. 52 /* A parsed format string. */ 63 /* Parses the format string. Fills in the number N of directives, and fills 65 to the end of the format string. Also fills in the arg_type fields of the 72 int printf_parse (const char *format, char_directives *d, arguments *a);
|
/external/chromium/webkit/glue/ |
webvideoframe_impl.h | 22 virtual WebVideoFrame::Format format() const;
|
/external/dbus/tools/ |
dbus-launch.h | 43 void verbose (const char *format, ...);
|
/external/icu4c/layout/ |
NonContextualGlyphSubstProc.cpp | 38 switch (SWAPW(header->table.format))
|