/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/ |
FileSystemResourceLoader.java | 83 return String.format("%s@%s", fullPath, file.lastModified());
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
InternalState.java | 88 * @return {@code String} representation of that object, the format 93 return String.format("InternalState: Name: %s; Id: %d", name, id);
|
/external/kernel-headers/original/linux/ |
kobject.h | 64 __attribute__((format(printf,2,3))); 268 const char *format, ...) 269 __attribute__((format (printf, 7, 8))); 275 const char *format, ...)
|
msm_mdp.h | 68 uint32_t format; member in struct:mdp_img
|
seq_file.h | 43 __attribute__ ((format (printf,2,3)));
|
/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); 248 BIO_printf(bio_err,"bad output format specified for outfile\n"); 263 BIO_printf(bio_err,"bad output format specified for outfile\n"); 279 static SSL_SESSION *load_sess_id(char *infile, int format) 301 if (format == FORMAT_ASN1) 303 else if (format == FORMAT_PEM) 306 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.12/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.12/src/video/cybergfx/ |
SDL_cgxmodes.c | 206 int CGX_SupportedVisual(_THIS, SDL_PixelFormat *format) 211 if(this->hidden->visuals[i].depth == format->BitsPerPixel) // Era bpp 217 SDL_Rect **CGX_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) 219 if ( CGX_SupportedVisual(this, format) ) {
|
/external/qemu/distrib/sdl-1.2.12/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.12/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/quake/quake/src/QW/client/ |
net.h | 106 void Netchan_OutOfBandPrint (netadr_t adr, char *format, ...);
|
/external/skia/include/core/ |
SkScalerContext.h | 31 // needs to be != to any valid SkMask::Format 57 * Compute the rowbytes for the specified width and mask-format. 59 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) { 61 if (SkMask::kBW_Format == format) { 63 } else if (SkMask::kARGB32_Format == format) { 65 } else if (SkMask::kLCD16_Format == format) { 74 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat); 161 /** Given a glyph which is has a mask format of LCD or VerticalLCD, take 217 SkMask::Format getFormat() const [all...] |
/external/skia/src/animator/ |
SkDrawBitmap.h | 52 int /*SkBitmap::Config*/ format; member in class:SkDrawBitmap
|
/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/base/graphics/java/android/renderscript/ |
RSSurfaceView.java | 91 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
|
/frameworks/base/include/gui/ |
ISurfaceTexture.h | 71 uint32_t format, uint32_t usage) = 0;
|
/frameworks/base/include/ui/egl/ |
android_natives.h | 37 uint8_t format; member in struct:egl_native_pixmap_t
|