/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/ |
Debug.java | 68 public static void trace(String format, Object... args) { 69 // System.out.printf("> " + format + "\n", args);
|
/external/openssl/apps/ |
sess_id.c | 75 " -inform arg - input format - default PEM (DER or PEM)\n", 76 " -outform arg - output format - default PEM\n", 86 static SSL_SESSION *load_sess_id(char *file, int format); 250 BIO_printf(bio_err,"bad output format specified for outfile\n"); 265 BIO_printf(bio_err,"bad output format specified for outfile\n"); 281 static SSL_SESSION *load_sess_id(char *infile, int format) 303 if (format == FORMAT_ASN1) 305 else if (format == FORMAT_PEM) 308 BIO_printf(bio_err,"bad input format specified for input crl\n");
|
/external/openssl/crypto/rc4/asm/ |
rc4-ia64.pl | 196 local $format = shift; 197 $code .= sprintf ("\t\t".$format."\n", @_); 202 local $format = shift; 203 $code .= sprintf ($format."\n", @_);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dc/ |
SDL_dcaudio.c | 167 if ((this->spec.format&255)==8) { 177 mode = (spec->format==AUDIO_S8)?SM_8BIT:SM_16BIT; 204 Uint16 test_format = SDL_FirstAudioFormat(spec->format); 207 spec->format = test_format; 222 SDL_SetError("Unsupported audio format");
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbmatrox.c | 80 switch (dst->format->BytesPerPixel) { 156 pitch = dst->pitch/dst->format->BytesPerPixel; 190 colorkey = src->format->colorkey; 191 switch (dst->format->BytesPerPixel) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_modes.c | 58 SDL_Rect **ph_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) 84 if(mode_info.bits_per_pixel == format->BitsPerPixel) 254 if ((mode = get_mode_any_format(screen->w, screen->h, screen->format->BitsPerPixel)) == 0) 262 if ((mode = ph_GetVideoMode(screen->w, screen->h, screen->format->BitsPerPixel)) == 0)
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
SDL_QuartzWindow.m | 36 int bpp = surface->format->BitsPerPixel; 37 Uint32 amask = surface->format->Amask;
|
/external/quake/quake/src/QW/client/ |
net.h | 106 void Netchan_OutOfBandPrint (netadr_t adr, char *format, ...);
|
/external/skia/include/core/ |
SkString.h | 75 * Write the scaler in decimal format into buffer, and return a pointer to 186 void printf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 187 void appendf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 188 void prependf(const char format[], ...) SK_PRINTF_LIKE(2, 3); 244 /// Creates a new string and writes into it using a printf()-style format. 245 SkString SkStringPrintf(const char* format, ...);
|
/external/skia/legacy/include/core/ |
SkString.h | 37 * Write the scaler in decimal format into buffer, and return a pointer to 135 void printf(const char format[], ...); 136 void appendf(const char format[], ...); 137 void prependf(const char format[], ...); 193 /// Creates a new string and writes into it using a printf()-style format. 194 SkString SkStringPrintf(const char* format, ...);
|
/external/skia/legacy/src/animator/ |
SkDrawBitmap.h | 44 int /*SkBitmap::Config*/ format; member in class:SkDrawBitmap
|
/external/skia/src/animator/ |
SkDrawBitmap.h | 44 int /*SkBitmap::Config*/ format; member in class:SkDrawBitmap
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
DelayInformation.java | 44 * Date format according to the obsolete XEP-0091 specification. 45 * XEP-0091 recommends to use this old format for date-time instead of 48 * Date formats are not synchronized. Since multiple threads access the format concurrently, 135 buf.append(XEP_0091_UTC_FORMAT.format(stamp));
|
/external/valgrind/main/include/ |
pub_tool_xarray.h | 148 extern void VG_(xaprintf)( XArray* dst, const HChar* format, ... )
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
Extensions3DChromium.h | 64 void* mapTexSubImage2DCHROMIUM(unsigned target, int level, int xoffset, int yoffset, int width, int height, unsigned format, unsigned type, unsigned access);
|
TextureManager.h | 63 unsigned format; member in struct:WebCore::TextureManager::TextureInfo
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
GStreamerGWorld.cpp | 142 GstFormat format; local 144 if (!gst_element_query_position(m_pipeline, &format, &position)) 149 gst_query_parse_segment(query, &rate, &format, &startValue, &stopValue); 151 GstEvent* event = gst_event_new_new_segment(FALSE, rate, format, startValue, stopValue, position);
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
ImageBufferGtk.cpp | 57 String qualityString = String::format("%f", *quality * 100.0);
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
FontCustomPlatformData.cpp | 213 bool FontCustomPlatformData::supportsFormat(const String& format) 215 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || equalIgnoringCase(format, "woff");
|
/external/webkit/Source/WebCore/platform/text/ |
LocalizedNumberICU.cpp | 85 formatter->format(number, result);
|
/external/webkit/Source/WebCore/svg/ |
SVGAltGlyphElement.cpp | 86 const AtomicString& SVGAltGlyphElement::format() const function in class:WebCore::SVGAltGlyphElement
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebPDFDocumentExtras.mm | 113 CGPDFDataFormat format; 114 data.adoptCF(CGPDFStreamCopyData(stream, &format));
|
/frameworks/av/include/camera/ |
IProCameraUser.h | 66 int width, int height, int format,
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_CharStar.h | 70 M4OSA_Char *format,
|
/frameworks/av/media/libnbaio/ |
MonoPipe.cpp | 33 MonoPipe::MonoPipe(size_t reqFrames, NBAIO_Format format, bool writeCanBlock) : 34 NBAIO_Sink(format), 38 mBuffer(malloc(mMaxFrames * Format_frameSize(format))), 58 D = Format_sampleRate(format);
|