HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 226 - 250 of 1999) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/opencore/fileformats/mp4/composer/include/
sampleentry.h 35 PVA_FF_SampleEntry(uint32 format); // Constructor
  /external/proguard/src/proguard/gui/
GUIResources.java 54 return formatter.format(messageArguments);
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl_c.h 53 /* to convert the shadow buffer to the screen format */
65 OSMesaContext (*OSMesaCreateContextExt)( GLenum format, GLint depthBits, GLint stencilBits, GLint accumBits, OSMesaContext sharelist);
72 void *(*OSMesaCreateLDG)( long format, long type, long width, long height );
77 GLenum format; member in struct:SDL_PrivateGLData
91 #define gl_curformat (this->gl_data->format)
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_modes_c.h 34 extern SDL_Rect **ph_ListModes(_THIS,SDL_PixelFormat *format, Uint32 flags);
  /external/skia/include/core/
SkUserConfig.h 129 printf conventions (e.g. const char* format, ...). If you want to redirect
135 const char* function, const char* format, ...);
  /external/tcpdump/
machdep.c 49 __attribute__((format(printf, 3, 4)));
  /external/webkit/WebCore/svg/
SVGAltGlyphElement.h 47 const AtomicString& format() const;
SVGPointList.cpp 50 result += String::format("%.6lg %.6lg", point.x(), point.y());
  /external/webkit/WebKit/android/plugins/
PluginDebugAndroid.h 39 # define PLUGIN_LOG(FORMAT, ARGS...) do { anp_logPlugin(FORMAT, ## ARGS); } while(0)
45 void anp_logPlugin(const char format[], ...);
  /frameworks/base/include/surfaceflinger/
ISurface.h 70 PixelFormat format, const sp<IMemoryHeap>& heap);
74 PixelFormat format, uint32_t transform, uint32_t flags,
83 PixelFormat format; member in class:android::ISurface::BufferHeap
94 uint32_t w, uint32_t h, int32_t format, int32_t orientation) = 0;
  /frameworks/base/include/ui/
EGLUtils.h 39 PixelFormat format,
android_native_buffer.h 43 int format; member in struct:android_native_buffer_t
  /frameworks/base/services/java/com/android/server/
NativeDaemonConnectorException.java 36 super(String.format("Cmd {%s} failed with code %d : {%s}", cmd, code, error));
NativeDaemonConnector.java 115 if (LOCAL_LOGD) Slog.d(TAG, String.format("RCV <- {%s}", event));
124 Slog.w(TAG, String.format(
128 Slog.e(TAG, String.format(
139 Slog.w(TAG, String.format("Bad msg (%s)", event));
189 if (LOCAL_LOGD) Slog.d(TAG, String.format("SND -> {%s} {%s}", command, argument));
222 if (LOCAL_LOGD) Slog.d(TAG, String.format("RSP <- {%s}", line));
228 String.format("Invalid response from daemon (%s)", line));
243 * Note: The format of the last response in this case is
270 if (LOCAL_LOGD) Slog.d(TAG, String.format("List terminated with {%s}", line));
273 Slog.w(TAG, String.format("Recv'd %d lines after end of list {%s}", (last-i), cmd))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmptyLaunchAction.java 28 String msg = String.format("%1$s installed on device",
  /system/core/include/cutils/
tztime.h 46 size_t strftime_tz(char *s, size_t max, const char *format, const struct tm *tm, const struct strftime_locale *locale);
  /system/core/libpixelflinger/
format.cpp 1 /* libs/pixelflinger/format.cpp
19 #include <pixelflinger/format.h>
  /build/tools/droiddoc/src/
FieldInfo.java 160 str = String.format("\'\\u%04x\'", val);
208 result += String.format("\\u%04x", new Integer((int)c));
251 dec = String.format("%d", val);
252 hex = String.format("0x%02x", val);
255 dec = String.format("\'%c\'", val);
256 hex = String.format("0x%04x", val);
265 dec = String.format("%d", val);
266 hex = String.format("0x%08x", val);
269 dec = String.format("%d", val);
270 hex = String.format("0x%016x", val)
    [all...]
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/
PaintSurface.java 53 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
56 nativeSurfaceChanged(npp, format, width, height);
93 private native void nativeSurfaceChanged(int npp, int format, int width, int height);
  /development/simulator/wrapsim/
Log.c 16 void wsLog(const char* format, ...)
48 * Format the message into a buffer.
52 va_start(args, format);
53 msgLen = vsnprintf(msgBuf, sizeof(msgBuf), format, args);
  /external/bluetooth/bluez/lib/
bluetooth.c 153 int baprintf(const char *format, ...)
158 va_start(ap, format);
159 len = vprintf(format, ap);
165 int bafprintf(FILE *stream, const char *format, ...)
170 va_start(ap, format);
171 len = vfprintf(stream, format, ap);
177 int basprintf(char *str, const char *format, ...)
182 va_start(ap, format);
183 len = vsnprintf(str, (~0U) >> 1, format, ap);
189 int basnprintf(char *str, size_t size, const char *format, ...
    [all...]
  /external/icu4c/test/intltest/
dadrfmt.cpp 34 driver = TestDataModule::getTestDataModule("format", *this, status);
67 dataerrln("format/DataDriven*Test data (format.res) not initialized!");
149 DateFormat *format = NULL; local
157 format = new SimpleDateFormat(pattern, loc, status);
167 format = DateFormat::createDateTimeInstance((DateFormat::EStyle)styleSet.getDateStyle(), (DateFormat::EStyle)styleSet.getTimeStyle(), loc);
168 if(format == NULL ) {
230 format->format(fromDate, output, pos, status);
237 format->format(*cal, output, pos)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_mcsn.c 221 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
222 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)));
223 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
236 spec->format=8; /* FIXME: is it signed or unsigned ? */
240 spec->format=AUDIO_S8;
267 spec->format |= 0x8000; /* Audio is always signed */
268 if ((spec->format & 0x00ff)==16) {
269 spec->format |= 0x1000; /* Audio is always big endian */
287 DEBUG_PRINT((DEBUG_NAME "obtained: %d bits, ",spec->format & 0x00ff));
288 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)))
    [all...]
  /frameworks/base/core/jni/
android_graphics_PixelFormat.cpp 48 JNIEnv* env, jobject clazz, jint format, jobject pixelFormatObject)
55 switch (format) {
73 err = getPixelFormatInfo(format, &info);
  /frameworks/base/opengl/libagl/
mipmap.cpp 34 const GGLFormat& pixelFormat(c->rasterizer.formats[base->format]);
48 base->format, base->compressedFormat, bpr) != NO_ERROR) {
56 if (base->format == GGL_PIXEL_FORMAT_RGB_565)
79 else if (base->format == GGL_PIXEL_FORMAT_RGBA_5551)
99 else if (base->format == GGL_PIXEL_FORMAT_RGBA_8888)
126 else if ((base->format == GGL_PIXEL_FORMAT_RGB_888) ||
127 (base->format == GGL_PIXEL_FORMAT_LA_88) ||
128 (base->format == GGL_PIXEL_FORMAT_A_8) ||
129 (base->format == GGL_PIXEL_FORMAT_L_8))
132 switch (base->format) {
    [all...]

Completed in 627 milliseconds

1 2 3 4 5 6 7 8 91011>>