HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 1276 - 1300 of 3271) sorted by null

<<51525354555657585960>>

  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothStressTest.java 218 String.format("connectA2dp(device=%s)", device));
220 String.format("disconnectA2dp(device=%s)", device));
251 String.format("connectHeadset(device=%s)", device));
253 String.format("disconnectHeadset(device=%s)", device));
284 String.format("connectInput(device=%s)", device));
286 String.format("disconnectInput(device=%s)", device));
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.h 77 DisplayID display, uint32_t w, uint32_t h,PixelFormat format,
100 PixelFormat format, uint32_t usage, status_t* error);
181 PixelFormat* format, uint32_t reqWidth, uint32_t reqHeight,
234 DisplayID display, uint32_t w, uint32_t h, PixelFormat format,
240 PixelFormat& format);
328 uint32_t* width, uint32_t* height, PixelFormat* format,
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 41 *! that is, newest first. The date format is dd-Mon-yyyy.
101 0x02, 0x00, /* Type: Data format is 0x0002, ASCII */
109 0x02, 0x00, /* Type: Data format is 0x0002, ASCII */
117 0x03, 0x00, /* Type: Data format is 0x0003, (short)*/
141 /* 83 */ 0x04, 0x00, /* Data format is 0x0004, ULInt*/
165 0x07, 0x00, /*Data format is 0x0007, undefined*/
179 0x03, 0x00, /*Data format is 0x0003 unsigned short,*/
187 0x04, 0x00, /* Data format is 0x0004, ULInt*/
193 0x04, 0x00, /* Data format is 0x0004, ULInt*/
209 0x02, 0x00, /* Type: Data format is 0x0002, ASCII *
    [all...]
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 34 * has a variety of features designed to make it possible to parse and format
50 * {@code DecimalFormat}. If you need to customize the format object, do
394 * <th align="left">Output of format()</th>
462 * {@code DecimalFormat} supports padding the result of {@code format} to a
471 * including prefix and suffix, determines the format width. For example, in the
472 * pattern {@code "* #0 o''clock"}, the format width is 10.</li>
476 * ##,##,#,##0.##", the format width is 14. The initial characters "##,##," do
478 * the format width.</li>
495 * @see Format
576 * Changes the pattern of this decimal format to the specified pattern whic
672 public StringBuffer format(double value, StringBuffer buffer, FieldPosition position) { method in class:DecimalFormat
694 public StringBuffer format(long value, StringBuffer buffer, FieldPosition position) { method in class:DecimalFormat
701 public final StringBuffer format(Object number, StringBuffer buffer, FieldPosition position) { method in class:DecimalFormat
    [all...]
  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 160 String logMsg = String.format("JS Alert '%s' received from %s", message, url);
173 String logMsg = String.format("JS Confirmation '%s' received from %s",
187 String logMsg = String.format("JS Prompt '%s' received from %s; " +
214 String message = String.format("Error '%s' (%d) loading url: %s",
266 Log.v(TAG, String.format("suppressing non-http url scheme: %s", url));
278 Log.v(TAG, String.format("Download request ignored: %s", url));
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePicker.java 29 import android.text.format.DateFormat;
192 // re-order the number pickers to match the current date format
209 java.text.DateFormat format; local
213 * If the user is in a locale where the medium date format is
215 * the date format order setting. Otherwise, use the order
220 format = DateFormat.getDateFormat(getContext());
222 format = DateFormat.getMediumDateFormat(getContext());
225 if (format instanceof SimpleDateFormat) {
226 order = ((SimpleDateFormat) format).toPattern();
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 61 /* Everything in the pixel format structure is read-only */
90 SDL_PixelFormat *format; /* Read-only */ member in struct:SDL_Surface
109 /* format version, bumped at every change to invalidate blit maps */
122 #define SDL_ANYFORMAT 0x10000000 /* Allow any video depth/pixel-format */
163 SDL_PixelFormat *vfmt; /* Value: The format of the video surface */
184 Uint32 format; /* Read-only */ member in struct:SDL_Overlay
233 * pixel format, but does not initialize a window or graphics mode.
251 * If SDL is doing format conversion on the display surface, this
260 * member of the returned structure will contain the pixel format of the
280 * given format and video flags, sorted largest to smallest. Returns
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 61 /* Everything in the pixel format structure is read-only */
90 SDL_PixelFormat *format; /* Read-only */ member in struct:SDL_Surface
109 /* format version, bumped at every change to invalidate blit maps */
122 #define SDL_ANYFORMAT 0x10000000 /* Allow any video depth/pixel-format */
163 SDL_PixelFormat *vfmt; /* Value: The format of the video surface */
184 Uint32 format; /* Read-only */ member in struct:SDL_Overlay
233 * pixel format, but does not initialize a window or graphics mode.
251 * If SDL is doing format conversion on the display surface, this
260 * member of the returned structure will contain the pixel format of the
280 * given format and video flags, sorted largest to smallest. Returns
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 68 /* Everything in the pixel format structure is read-only */
102 SDL_PixelFormat *format; /* Read-only */ member in struct:SDL_Surface
121 /* format version, bumped at every change to invalidate blit maps */
134 #define SDL_ANYFORMAT 0x10000000 /* Allow any video depth/pixel-format */
171 SDL_PixelFormat *vfmt; /* Value: The format of the video surface */
190 Uint32 format; /* Read-only */ member in struct:SDL_Overlay
237 * pixel format, but does not initialize a window or graphics mode.
255 * If SDL is doing format conversion on the display surface, this
264 * member of the returned structure will contain the pixel format of the
284 * given format and video flags, sorted largest to smallest. Returns
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 61 /* Everything in the pixel format structure is read-only */
90 SDL_PixelFormat *format; /* Read-only */ member in struct:SDL_Surface
109 /* format version, bumped at every change to invalidate blit maps */
122 #define SDL_ANYFORMAT 0x10000000 /* Allow any video depth/pixel-format */
163 SDL_PixelFormat *vfmt; /* Value: The format of the video surface */
184 Uint32 format; /* Read-only */ member in struct:SDL_Overlay
233 * pixel format, but does not initialize a window or graphics mode.
251 * If SDL is doing format conversion on the display surface, this
260 * member of the returned structure will contain the pixel format of the
280 * given format and video flags, sorted largest to smallest. Returns
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 99 String.format("%1$s missing.", SdkConstants.FN_ANDROID_MANIFEST_XML)));
223 String msg = String.format("Proguard returned with error code %d. See console",
230 String msg = String.format("Failed to run proguard: %s", e.getMessage());
235 String msg = String.format(
292 AdtPlugin.displayWarning("Android IDE Plug-in", String.format(
302 AdtPlugin.displayError("Android IDE Plug-in", String.format(
  /frameworks/base/media/libstagefright/
ACodec.cpp 442 def.format.video.nFrameWidth,
443 def.format.video.nFrameHeight,
444 def.format.video.eColorFormat);
877 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;
921 OMX_VIDEO_PARAM_PORTFORMATTYPE format; local
922 InitOMXParams(&format);
923 format.nPortIndex = portIndex;
924 format.nIndex = 0;
929 format.nIndex = index;
932 &format, sizeof(format))
977 OMX_VIDEO_PARAM_PORTFORMATTYPE format; local
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 45 *! that is, newest first. The date format is dd-Mon-yyyy.
603 if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (352*288)) {
606 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (640*480)) {
609 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (720*576)) {
612 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (1*1024*1024)) {
615 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (2*1024*1024))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_image.c 41 bpp=screen->format->BitsPerPixel;
118 bpp=screen->format->BitsPerPixel;
194 if ((screen->format->BitsPerPixel==8) && (desktopbpp!=8))
316 if (ph_SetupOpenGLContext(this, screen->w, screen->h, screen->format->BitsPerPixel, screen->flags)!=0)
363 if ((screen->format->BitsPerPixel==8) && (desktopbpp!=8))
661 switch(surface->format->BitsPerPixel)
665 if ((surface->format->palette) && (color<=surface->format->palette->ncolors))
667 truecolor=PgRGB(surface->format->palette->colors[color].r,
668 surface->format->palette->colors[color].g
    [all...]
  /frameworks/base/libs/gui/
SurfaceTexture.cpp 117 mName = String8::format("unnamed-%d-%d", getpid(), createProcessUniqueId());
250 uint32_t format, uint32_t usage) {
391 const bool updateFormat = (format != 0);
393 // keep the current (or default) format
394 format = mPixelFormat;
405 (uint32_t(buffer->format) != format) ||
412 w, h, format, usage, &error));
419 mPixelFormat = format;
745 bool SurfaceTexture::isExternalFormat(uint32_t format)
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 134 ProjectCreateException(Throwable t, String format, Object... args) {
135 super(format != null ? String.format(format, args) : format, t);
138 ProjectCreateException(String format, Object... args) {
139 super(String.format(format, args));
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
TimeUtilsTest.java 434 assertNotNull(String.format("guessTimeZone returned null for 07/20/09 %s", name),
440 assertNotNull(String.format("guessTimeZone returned null for 01/20/09 %s", name),
  /cts/tools/dex-tools/src/dex/reader/
DexMethodImpl.java 145 builder.append(formatter.format(getReturnType()));
153 builder.append(formatter.format(dexParameter.getTypeName()));
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 179 super.testLog(String.format("bug-%s", test.toString()), LogDataType.TEXT,
414 Log.i(LOG_TAG, String.format("Executing CTS test plan %s", mPlanName));
426 Log.i(LOG_TAG, String.format("Executing CTS test packages %s", mPackageNames));
432 throw new IllegalArgumentException(String.format(
438 Log.i(LOG_TAG, String.format("Executing CTS test class %s", mClassName));
446 Log.logAndDisplay(LogLevel.WARN, LOG_TAG, String.format(
630 throw new IllegalArgumentException(String.format(
636 throw new IllegalArgumentException(String.format(
TestPlan.java 72 * Expected format:
151 throw new IllegalArgumentException(String.format("Could not find package %s", uri));
164 throw new IllegalArgumentException(String.format("Could not find package %s", uri));
  /cts/tools/vm-tests/src/dot/junit/format/f1/d/
T_f1_1.d 16 .class public dot.junit.format.f1.d.T_f1_1
T_f1_10.d 16 .class public dot.junit.format.f1.d.T_f1_10
T_f1_11.d 16 .class public dot.junit.format.f1.d.T_f1_11
T_f1_12.d 16 .class public dot.junit.format.f1.d.T_f1_12
T_f1_2.d 16 .class public dot.junit.format.f1.d.T_f1_2

Completed in 1487 milliseconds

<<51525354555657585960>>