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

<<21222324252627282930>>

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11yuv_c.h 31 extern SDL_Overlay *X11_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPasswordTransformationMethod.java 20 return String.format(String.format("%%0%dd", charSequence.length()), 0).replace("0", "\u2022");
  /external/smack/asmack-master/static-src/custom/de/measite/smack/
AndroidDebugger.java 59 dateFormatter.format(new Date()) + " RCV (" + connection.hashCode() +
71 dateFormatter.format(new Date()) + " SENT (" + connection.hashCode() +
90 dateFormatter.format(new Date()) + " RCV PKT (" +
101 dateFormatter.format(new Date()) + " Connection closed (" +
108 dateFormatter.format(new Date()) +
116 dateFormatter.format(new Date()) +
124 dateFormatter.format(new Date()) + " Connection reconnected (" +
130 dateFormatter.format(new Date()) + " Connection (" +
  /external/smack/src/de/measite/smack/
AndroidDebugger.java 59 dateFormatter.format(new Date()) + " RCV (" + connection.hashCode() +
71 dateFormatter.format(new Date()) + " SENT (" + connection.hashCode() +
90 dateFormatter.format(new Date()) + " RCV PKT (" +
101 dateFormatter.format(new Date()) + " Connection closed (" +
108 dateFormatter.format(new Date()) +
116 dateFormatter.format(new Date()) +
124 dateFormatter.format(new Date()) + " Connection reconnected (" +
130 dateFormatter.format(new Date()) + " Connection (" +
  /external/smack/src/org/jivesoftware/smack/debugger/
ConsoleDebugger.java 73 dateFormatter.format(new Date()) + " RCV (" + connection.hashCode() +
85 dateFormatter.format(new Date()) + " SENT (" + connection.hashCode() +
104 dateFormatter.format(new Date()) + " RCV PKT (" +
115 dateFormatter.format(new Date()) + " Connection closed (" +
122 dateFormatter.format(new Date()) +
130 dateFormatter.format(new Date()) +
138 dateFormatter.format(new Date()) + " Connection reconnected (" +
144 dateFormatter.format(new Date()) + " Connection (" +
  /external/valgrind/main/coregrind/
pub_core_libcassert.h 56 #define vg_assert2(expr, format, args...) \
60 format, ##args), \
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTexture.h 50 bool isValid(const IntSize&, unsigned format);
51 bool reserve(const IntSize&, unsigned format);
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCVideoLayerImpl.h 55 void setFrameFormat(VideoFrameChromium::Format format) { m_frameFormat = format; }
68 VideoFrameChromium::Format m_frameFormat;
  /external/webkit/Source/WebCore/platform/graphics/gpu/
Texture.h 49 enum Format { RGBA8, BGRA8 };
50 static PassRefPtr<Texture> create(GraphicsContext3D*, Format, int width, int height);
54 Format format() const { return m_format; } function in class:WebCore::Texture
57 Texture(GraphicsContext3D*, PassOwnPtr<Vector<unsigned int> > tileTextureIds, Format format, int width, int height, int maxTextureSize);
59 Format m_format;
  /frameworks/av/include/media/stagefright/
Utils.h 45 const sp<MetaData> &meta, sp<AMessage> *format);
47 const sp<AMessage> &format, sp<MetaData> &meta);
  /frameworks/base/core/java/android/util/
LocalLog.java 19 import android.text.format.Time;
45 mLog.add(mNow.format("%H:%M:%S") + " - " + msg);
  /frameworks/base/core/java/android/view/
SurfaceHolder.java 24 * control the surface size and format, edit the pixels in the surface, and
82 * This is called immediately after any structural changes (format or
88 * @param format The new PixelFormat of the surface.
92 public void surfaceChanged(SurfaceHolder holder, int format, int width,
180 * @param format A constant from PixelFormat.
184 public void setFormat(int format);
  /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);
  /frameworks/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/native/libs/gui/
GraphicBufferAlloc.cpp 35 PixelFormat format, uint32_t usage, status_t* error) {
36 sp<GraphicBuffer> graphicBuffer(new GraphicBuffer(w, h, format, usage));
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 69 rec.w, rec.s, rec.h, rec.format, rec.usage);
73 rec.w, rec.s, rec.h, rec.format, rec.usage);
93 status_t GraphicBufferAllocator::alloc(uint32_t w, uint32_t h, PixelFormat format,
105 err = mAllocDev->alloc(mAllocDev, w, h, format, usage, handle, stride);
108 w, h, format, usage, err, strerror(-err));
113 int bpp = bytesPerPixel(format);
115 // probably a HAL custom format. in any case, we don't know
123 rec.format = format;
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
EventsCommand.java 60 System.out.println(String.format("%s %s",
61 formatter.format(new Date()), event.toString()));
  /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/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);

Completed in 360 milliseconds

<<21222324252627282930>>