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

<<21222324252627282930>>

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_pixels_c.h 28 /* Pixel format functions */
34 extern void SDL_FreeFormat(SDL_PixelFormat *format);
  /external/skia/src/ports/
SkImageDecoder_empty.cpp 33 SkImageDecoder::Format fFormat;
58 bool SkImageDecoder::SupportsFormat(Format format) {
60 if (gPairs[i].fFormat == format) {
  /external/srec/portable/include/
pstream.h 78 PORTABLE_API int PortFprintf(PORT_FILE PortFile, const char* format, ...);
83 PORTABLE_API int PortFscanf(PORT_FILE PortFile, const char *format, ...);
PFile.h 205 * @param format see vfprintf()
209 ESR_ReturnCode(*vfprintf)(struct PFile_t* self, int* result, const LCHAR* format, va_list args);
368 * @param format see fprintf()
372 PORTABLE_API ESR_ReturnCode PFileFprintf(PFile* self, int* result, const LCHAR* format, va_list args);
379 * @param format see vfprintf()
383 PORTABLE_API ESR_ReturnCode PFileVfprintf(PFile* self, int* result, const LCHAR* format, va_list args);
556 * @param format See vfprintf()
560 PORTABLE_API int pvfprintf(PFile* stream, const LCHAR* format, va_list args);
566 * @param format See fprintf()
569 PORTABLE_API int pfprintf(PFile* stream, const LCHAR* format, ...)
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
umachine.h 198 # error int64_t is required for decimal format and rule-based number format.
  /external/webkit/JavaScriptGlue/icu/unicode/
umachine.h 198 # error int64_t is required for decimal format and rule-based number format.
  /external/webkit/WebCore/bindings/objc/
DOMObject.mm 48 [NSException raise:NSGenericException format:@"+[%@ init]: should never be used", NSStringFromClass([self class])];
  /external/webkit/WebCore/icu/unicode/
umachine.h 198 # error int64_t is required for decimal format and rule-based number format.
  /external/webkit/WebKit/mac/icu/unicode/
umachine.h 198 # error int64_t is required for decimal format and rule-based number format.
  /frameworks/base/core/java/com/android/internal/logging/
AndroidHandler.java 90 public String format(LogRecord r) {
132 String message = getFormatter().format(record);
  /frameworks/base/include/media/
IAudioPolicyService.h 53 uint32_t format = AudioSystem::FORMAT_DEFAULT,
61 uint32_t format = AudioSystem::FORMAT_DEFAULT,
  /frameworks/base/libs/rs/java/Film/src/com/android/film/
FilmView.java 53 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
54 super.surfaceChanged(holder, format, w, h);
  /frameworks/base/libs/rs/java/Fountain/src/com/android/fountain/
FountainView.java 52 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
53 super.surfaceChanged(holder, format, w, h);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
RenderScriptWallpaper.java 75 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) {
76 super.onSurfaceChanged(holder, format, width, height);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestElementNode.java 90 return String.format("%1$s (%2$s)", attr, getDescriptor().getUiName());
95 return String.format("%1$s", getDescriptor().getUiName());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
CountryCodeQualifier.java 73 return String.format("mcc%1$d", code); //$NON-NLS-1$
147 return String.format("MCC %1$d", mCode);
NetworkCodeQualifier.java 73 return String.format("mnc%1$d", code); //$NON-NLS-1$
158 return String.format("MNC %1$d", mCode);
VersionQualifier.java 75 return String.format("v%1$d", version); //$NON-NLS-1$
151 return String.format("API %1$d", mVersion);
  /external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java 45 void format (IItem item, StringBuffer appendTo); method in interface:IItemAttribute
94 public void format (final IItem item, final StringBuffer appendTo) method in class:IItemAttribute.Factory.NameAttribute
138 public void format (final IItem item, final StringBuffer appendTo) method in class:IItemAttribute.Factory.FractionAttribute
150 m_format.format (1.0F, appendTo, m_fieldPosition);
152 m_format.format (n_scaled / d, appendTo, m_fieldPosition);
158 m_nFormat.format (n_scaled, appendTo, m_fieldPosition);
  /external/icu4c/i18n/
datefmt.cpp 52 : Format(other),
92 DateFormat::operator==(const Format& other) const
98 // Format::operator== guarantees that this cast is safe
102 (Format::operator==(other) &&
110 DateFormat::format(const Formattable& obj, function in class:DateFormat
139 return format(date, appendTo, fieldPosition);
145 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const { function in class:DateFormat
151 return format(*fCalendar, appendTo, fieldPosition);
160 DateFormat::format(UDate date, UnicodeString& appendTo) const function in class:DateFormat
165 return format(date, appendTo, fpos)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgximage.c 228 surface->format->BytesPerPixel*(SDL_Window->BorderLeft+SDL_Window->LeftEdge));
285 switch (screen->format->BytesPerPixel) {
321 switch (screen->format->BytesPerPixel) {
382 int i,format,customroutine=0; local
388 format=RECTFMT_RAW;
390 else switch(this->screen->format->BytesPerPixel)
393 format=RECTFMT_RGBA;
396 format=RECTFMT_RGB;
420 // format=RECTFMT_LUT8; Vecchia funzione x usare la WritePixelArray.
432 ((this->screen->format->BytesPerPixel%2) == 0) )
679 int format,customroutine=0; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm.c 67 struct /* quasi-BMP format */ Win32Icon {
120 pal_256 = icon_256->format->palette;
121 if (icon->format->palette &&
122 (icon->format->BitsPerPixel == icon_256->format->BitsPerPixel)){
124 SDL_memcpy(pal_256->colors, icon->format->palette->colors,
134 icon_256->format->BitsPerPixel);
144 /* Convert icon to a standard surface format. This may not always
  /external/v8/src/
platform.h 170 static void Print(const char* format, ...);
171 static void VPrint(const char* format, va_list args);
176 static void PrintError(const char* format, ...);
177 static void VPrintError(const char* format, va_list args);
243 static int SNPrintF(Vector<char> str, const char* format, ...);
245 const char* format,
utils.cc 68 void PrintF(const char* format, ...) {
70 va_start(arguments, format);
71 OS::VPrint(format, arguments);
244 void StringBuilder::AddFormatted(const char* format, ...) {
247 va_start(args, format);
248 int n = OS::VSNPrintF(buffer_ + position_, format, args);
  /frameworks/base/core/java/android/app/
ProgressDialog.java 128 String format = mProgressNumberFormat;
129 mProgressNumber.setText(String.format(format, progress, max));
130 SpannableString tmp = new SpannableString(mProgressPercentFormat.format(percent));
306 * Change the format of Progress Number. The default is "current/max".
308 * @param format Should contain two "%d". The first is used for current number
312 public void setProgressNumberFormat(String format) {
313 mProgressNumberFormat = format;

Completed in 1628 milliseconds

<<21222324252627282930>>