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

<<71727374757677787980>>

  /external/qemu/distrib/sdl-1.2.15/test/
testsprite.c 43 if ( sprite->format->palette ) {
48 /* Convert sprite to video format */
98 Uint32 color = SDL_MapRGB (screen->format, 255, 0, 0);
255 background = SDL_MapRGB(screen->format, 0x00, 0x00, 0x00);
258 printf("Screen is at %d bits per pixel\n",screen->format->BitsPerPixel);
  /external/qemu/
qemu-common.h 87 # define GCC_ATTR __attribute__((__unused__, format(printf, 1, 2)))
88 # define GCC_FMT_ATTR(n, m) __attribute__((format(printf, n, m)))
90 /* Use gnu_printf when supported (qemu uses standard format strings). */
91 # define GCC_ATTR __attribute__((__unused__, format(gnu_printf, 1, 2)))
92 # define GCC_FMT_ATTR(n, m) __attribute__((format(gnu_printf, n, m)))
  /external/qemu/slirp-android/
libslirp.h 52 int slirp_drop_log(const char* format, ...);
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCInitialPresence.java 217 buf.append(" since=\"").append(utcFormat.format(getSince())).append("\"");
  /external/smack/src/org/xbill/DNS/
TTL.java 32 * can be expressed in this format.
34 * @throws NumberFormatException The string was not in a valid TTL format.
79 * @throws NumberFormatException The string was not in a valid TTL format.
87 format(long ttl) { method in class:TTL
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 36 import org.jf.dexlib.Code.Format.Instruction21c;
37 import org.jf.dexlib.Code.Format.Instruction41c;
233 System.err.println(String.format("Warning: class %s has duplicate static field %s, Ignoring.",
274 System.err.println(String.format("Warning: class %s has duplicate instance field %s, Ignoring.",
333 System.err.println(String.format("Warning: class %s has duplicate method %s, Ignoring.",
342 System.err.println(String.format("Error while disassembling method %s. Continuing.",
  /external/srec/portable/include/
PANSIFileImpl.h 117 PORTABLE_API ESR_ReturnCode PANSIFileVfprintfImpl(PFile* self, int* result, const LCHAR* format, va_list args);
  /external/v8/src/
prettyprinter.h 50 void Print(const char* format, ...);
  /external/valgrind/main/coregrind/m_aspacemgr/
priv_aspacemgr.h 87 extern UInt ML_(am_sprintf) ( HChar* buf, const HChar *format, ... );
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.h 62 virtual void getMultiSampleSupport(D3DFORMAT format, bool *multiSampleArray);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Renderbuffer.h 27 // is called. The specific concrete type depends on whether the internal format is
106 Colorbuffer(int width, int height, GLenum format, GLsizei samples);
  /external/webkit/Source/WebCore/html/
DateComponents.h 77 // The format argument is valid for DateTime, DateTimeLocal, and Time types.
78 String toString(SecondFormat format = None) const;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
VideoSinkGStreamer.cpp 160 GstVideoFormat format; local
162 if (G_UNLIKELY(!gst_video_format_parse_caps(caps, &format, &width, &height))) {
170 if (format == GST_VIDEO_FORMAT_ARGB || format == GST_VIDEO_FORMAT_BGRA) {
  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 110 return String::format("U+%04X", toASCIIUpper(singleByte));
  /external/webkit/Source/WebCore/platform/win/
ClipboardUtilitiesWin.h 78 void setClipboardData(IDataObject*, UINT format, const Vector<String>& dataStrings);
  /external/webkit/Source/WebKit/win/
WebKitStatistics.cpp 147 append(vector, String::format("%4u", current->second));
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.cpp 623 return String::format(UI_STRING("%1$d days %2$d hours %3$d minutes %4$d seconds", "accessibility help text for media controller time value >= 1 day"), days, hours, minutes, seconds);
626 return String::format(UI_STRING("%1$d hours %2$d minutes %3$d seconds", "accessibility help text for media controller time value >= 60 minutes"), hours, minutes, seconds);
629 return String::format(UI_STRING("%1$d minutes %2$d seconds", "accessibility help text for media controller time value >= 60 seconds"), minutes, seconds);
631 return String::format(UI_STRING("%1$d seconds", "accessibility help text for media controller time value < 60 seconds"), seconds);
  /external/wpa_supplicant_8/src/utils/
os_none.c 221 int os_snprintf(char *str, size_t size, const char *format, ...)
  /frameworks/av/include/media/stagefright/
SurfaceMediaSource.h 142 static bool isExternalFormat(uint32_t format);
  /frameworks/av/include/media/stagefright/foundation/
AString.h 90 AString StringPrintf(const char *format, ...);
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.h 57 ssize_t addTrack(const sp<AMessage> &format, uint32_t flags);
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.h 33 // media access unit of a different format.
39 const sp<AMessage> &format,
126 // into a format suitable for transport stream inclusion and
  /frameworks/av/services/camera/libcameraservice/
ProCamera2Client.cpp 66 threadName = String8::format("PC2-%d-FrameProc", mCameraId);
257 status_t ProCamera2Client::createStream(int width, int height, int format,
267 ALOGV("%s (w = %d, h = %d, f = 0x%x)", __FUNCTION__, width, height, format);
283 return mDevice->createStream(window, width, height, format, /*size*/1,
  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3Stream.h 103 * Get the stream's dimensions and format
235 uint32_t width, uint32_t height, size_t maxSize, int format);
  /frameworks/base/core/java/android/webkit/
WebViewFactory.java 92 Log.w(LOGTAG, String.format("The property %s has been deprecated. Please use %s.",

Completed in 3362 milliseconds

<<71727374757677787980>>