HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 1026 - 1050 of 3271) sorted by null

<<41424344454647484950>>

  /external/bluetooth/glib/glib/
gmarkup.h 135 gchar *g_markup_printf_escaped (const char *format,
137 gchar *g_markup_vprintf_escaped (const char *format,
  /external/bluetooth/glib/glib/gnulib/
printf-parse.c 46 printf_parse (const char *format, char_directives *d, arguments *a)
48 const char *cp = format; /* pointer into format */
  /external/chromium/chrome/common/
json_schema_validator.h 41 // - format
90 // Utility methods to format error messages. The first method can have one
93 static std::string FormatErrorMessage(const std::string& format,
95 static std::string FormatErrorMessage(const std::string& format,
  /external/chromium/net/base/
x509_cert_types.cc 97 CertDateFormat format,
99 size_t year_length = format == CERT_DATE_FORMAT_UTC_TIME ? 2 : 4;
  /external/dropbear/
session.h 52 void svr_dropbear_exit(int exitcode, const char* format, va_list param);
53 void svr_dropbear_log(int priority, const char* format, va_list param);
  /external/grub/util/
grub-md5-crypt 3 # Encrypt a password in MD5 format
35 Encrypt a password in MD5 format.
grub-md5-crypt.in 3 # Encrypt a password in MD5 format
35 Encrypt a password in MD5 format.
  /external/icu4c/common/unicode/
umachine.h 182 # error int64_t is required for decimal format and rule-based number format.
  /external/icu4c/i18n/
nfrs.h 57 void format(int64_t number, UnicodeString& toAppendTo, int32_t pos) const;
58 void format(double number, UnicodeString& toAppendTo, int32_t pos) const;
reldtfmt.cpp 100 Format* RelativeDateFormat::clone(void) const {
104 UBool RelativeDateFormat::operator==(const Format& other) const {
115 UnicodeString& RelativeDateFormat::format( Calendar& cal, function in class:RelativeDateFormat
138 fDateFormat->format(cal,appendTo,pos);
142 fDateFormat->format(cal,dateString,pos);
146 fTimeFormat->format(cal,timeString,timepos);
148 fCombinedFormat->format(timeDateStrings, 2, appendTo, pos, status); // pos is ignored by this
167 RelativeDateFormat::format(const Formattable& obj, function in class:RelativeDateFormat
173 // (the previous format() override would hide the version of
174 // format() on DateFormat that this function correspond to, so w
    [all...]
  /external/icu4c/test/intltest/
incaltst.cpp 148 * The int[] data array should have the format:
252 // $ intltest format/IntlCalendarTest collate/G7CollationTest format/IntlCalendarTest
414 // Test simple parse/format with adopt
419 CHECK(status, "creating date format instance");
421 CHECK(status, "creating gregorian date format instance");
426 fmt2->format(aDate, str);
429 fmt->format(aDate, str);
438 fmt->format(otherDate, str3);
488 // TaiwanFormat has been moved to testdata/format.tx
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/util/
EntityResolver.java 89 * debugging purposes. The format of the returned {@code String}
164 * in a human readable form. The format of the returned <code>String</code>
171 return String.format("Status: %s; Contents (%d): %s", status.toString(),
265 return String.format("%s%c", sb.toString(), terminator);
  /external/llvm/lib/Analysis/
ProfileVerifierPass.cpp 24 #include "llvm/Support/Format.h"
108 << format("%20.20g",EdgeWeight) << "\n";
123 << format("%20.20g",EdgeWeight) << "\n";
130 << "BBWeight=" << format("%20.20g",BBWeight) << ","
131 << "inWeight=" << format("%20.20g",inWeight) << ","
133 << "outWeight=" << format("%20.20g",outWeight) << ","
148 << "BBWeight=" << format("%20.20g",DI->BBWeight) << ","
149 << "inWeight=" << format("%20.20g",DI->inWeight) << ","
151 << "outWeight=" << format("%20.20g",DI->outWeight) << ","
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_audio.h 44 Uint16 format; /* Audio data format */ member in struct:SDL_AudioSpec
60 /* Audio format flags (defaults to LSB byte order) */
83 Uint16 src_format; /* Source audio format */
84 Uint16 dst_format; /* Target audio format */
91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
116 * requested format, and will be automatically converted to the hardware
117 * audio format if necessary. This function returns -1 if it failed
122 * 'desired->format' should be the desired audio format
    [all...]
  /external/skia/bench/
bench_compare.py 110 print header_format.format(
129 print column_format.format(
  /external/skia/gpu/src/
GrGpuGL.h 168 GrGLenum* format,
171 bool fboInternalFormat(GrPixelConfig config, GrGLenum* format);
  /external/srec/portable/include/
plog.h 67 * @param format the format string specifying the next arguments (a la
74 const LCHAR *format, ...);
96 * Type used to control output format.
164 * Sets the format of the logging messages. If this function is never called,
165 * the default format is
169 * @param format the format specification for new messages.
174 PORTABLE_API ESR_ReturnCode PLogSetFormat(LOG_OUTPUT_FORMAT format);
203 * @param msg The message format specification (ala printf)
    [all...]
  /external/tinyalsa/
tinyplay.c 121 config.format = PCM_FORMAT_S32_LE;
123 config.format = PCM_FORMAT_S16_LE;
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h 102 // void compressedTexSubImage2D(GC3Denum target, GC3Dint level, GC3Dint xoffset, GC3Dint yoffset, GC3Dsizei width, GC3Dsizei GC3Dsizei height, GC3Denum format, GC3Dsizei imageSize, const void* data);
182 void readPixels(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height, GC3Denum format, GC3Denum type, ArrayBufferView* pixels, ExceptionCode&);
197 GC3Denum format, GC3Denum type, ArrayBufferView*, ExceptionCode&);
199 GC3Denum format, GC3Denum type, ImageData*, ExceptionCode&);
201 GC3Denum format, GC3Denum type, HTMLImageElement*, ExceptionCode&);
203 GC3Denum format, GC3Denum type, HTMLCanvasElement*, ExceptionCode&);
206 GC3Denum format, GC3Denum type, HTMLVideoElement*, ExceptionCode&);
214 GC3Denum format, GC3Denum type, ArrayBufferView*, ExceptionCode&);
216 GC3Denum format, GC3Denum type, ImageData*, ExceptionCode&);
218 GC3Denum format, GC3Denum type, HTMLImageElement*, ExceptionCode&)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContext3DCairo.cpp 41 bool GraphicsContext3D::getImageData(Image* image, unsigned int format, unsigned int type, bool premultiplyAlpha, bool ignoreGammaAndColorProfile, Vector<uint8_t>& outputVector)
84 width, height, srcUnpackAlignment, format, type, alphaOp, outputVector.data());
  /external/webkit/Source/WebKit/chromium/src/
Extensions3DChromium.cpp 90 void* Extensions3DChromium::mapTexSubImage2DCHROMIUM(unsigned target, int level, int xoffset, int yoffset, int width, int height, unsigned format, unsigned type, unsigned access)
92 return m_internal->mapTexSubImage2DCHROMIUM(target, level, xoffset, yoffset, width, height, format, type, access);
  /frameworks/base/include/media/
IAudioPolicyService.h 54 uint32_t format = AUDIO_FORMAT_DEFAULT,
66 uint32_t format = AUDIO_FORMAT_DEFAULT,
  /frameworks/base/libs/hwui/
LayerRenderer.cpp 343 GLenum format; local
351 format = GL_ALPHA;
355 format = GL_RGB;
359 format = GL_RGBA;
364 format = GL_RGBA;
390 glTexImage2D(GL_TEXTURE_2D, 0, format, bitmap->width(), bitmap->height(),
391 0, format, type, NULL);
410 glReadPixels(0, 0, bitmap->width(), bitmap->height(), format,
  /frameworks/base/media/libmedia/
IAudioFlingerClient.cpp 55 data.writeInt32(desc->format);
85 desc.format = data.readInt32();
  /frameworks/base/media/libstagefright/codecs/aacdec/
SoftAAC.cpp 79 def.format.audio.cMIMEType = const_cast<char *>("audio/aac");
80 def.format.audio.pNativeRender = NULL;
81 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
82 def.format.audio.eEncoding = OMX_AUDIO_CodingAAC;
97 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
98 def.format.audio.pNativeRender = NULL;
99 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
100 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;

Completed in 1368 milliseconds

<<41424344454647484950>>