HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 1501 - 1525 of 11127) sorted by null

<<61626364656667686970>>

  /system/media/audio_utils/
tinysndfile.c 74 handle->info.format = SF_FORMAT_WAV;
128 unsigned format = little2u(&fmt[0]); local
130 switch (format) {
139 fprintf(stderr, "unsupported format %u\n", format);
177 handle->info.format |= SF_FORMAT_PCM_U8;
180 handle->info.format |= SF_FORMAT_PCM_16;
183 if (format == WAVE_FORMAT_IEEE_FLOAT)
184 handle->info.format |= SF_FORMAT_FLOAT;
186 handle->info.format |= SF_FORMAT_PCM_32
364 unsigned format = handle->info.format & SF_FORMAT_SUBMASK; local
409 unsigned format = handle->info.format & SF_FORMAT_SUBMASK; local
455 unsigned format = handle->info.format & SF_FORMAT_SUBMASK; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 91 fmtd = sdf->format(today, fmtd, pos);
96 todayS = sdf->format(today, todayS, pos);
108 rt = sdf->format(sdf->parse(todayS, status), rt, pos);
137 str = fmt->format(dt, str);
198 fmt->format(dt, buf, pos);
324 formatted = fmt->format( o, formatted, poss, status );
325 failure(status, "fmt->format");
359 myString = fmt->format( myDate, myString);
379 myString = fmt->format( myDate, myString );
461 temp = shortdate->format(curDate, temp)
948 SimpleDateFormat *format = sdfs[i]; local
1037 SimpleDateFormat *format = new SimpleDateFormat(pattern, Locale::getUS(), status); local
    [all...]
  /cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceFuncTest.java 69 assertTrue(String.format("Expected at least %d characters; only saw %d", mMinBugreportBytes,
108 deviceFilePath = String.format("%s/%s", externalStorePath, "tmp_testPushPull.txt");
110 mTestDevice.executeShellCommand(String.format("rm %s", deviceFilePath));
111 assertFalse(String.format("%s exists", deviceFilePath),
124 mTestDevice.executeShellCommand(String.format("rm %s", deviceFilePath));
146 deviceFilePath = String.format("%s/%s", externalStorePath, filename);
148 mTestDevice.executeShellCommand(String.format("rm %s", deviceFilePath));
149 assertFalse(String.format("%s exists", deviceFilePath),
169 mTestDevice.executeShellCommand(String.format("rm %s", deviceFilePath));
185 String deviceFilePath = String.format("%s/%s", externalStorePath, "thisfiledoesntexist")
    [all...]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
KeyStoreTestSupport.java 91 private String format; field in class:KeyStoreTestSupport.MyPrivateKey
95 public MyPrivateKey(String algorithm, String format, byte[] encoded) {
97 this.format = format;
106 return format;
  /external/bison/lib/
printf-parse.h 1 /* Parse printf format string.
47 xxx_directives: A parsed format string. */
69 /* A parsed format string. */
99 /* A parsed format string. */
127 /* A parsed format string. */
155 /* A parsed format string. */
169 /* Parses the format string. Fills in the number N of directives, and fills
171 to the end of the format string. Also fills in the arg_type fields of the
175 ulc_printf_parse (const char *format, char_directives *d, arguments *a);
177 u8_printf_parse (const uint8_t *format, u8_directives *d, arguments *a)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
version_loader.cc 29 // Format: x.x.xx.x (Developer|Official build extra info) board info
57 VersionFormat format,
64 base::Bind(&Backend::GetVersion, backend_.get(), format, version),
103 void VersionLoader::Backend::GetVersion(VersionFormat format,
107 std::string key = (format == VERSION_FULL) ? kFullVersionKey : kVersionKey;
113 if (format == VERSION_SHORT_WITH_DATE) {
  /external/chromium_org/media/video/capture/android/
video_capture_device_factory_android.cc 99 base::android::ScopedJavaLocalRef<jobject> format(
104 env, format.obj())) {
116 format.obj()),
118 format.obj())),
120 format.obj()),
  /external/chromium_org/net/disk_cache/blockfile/
trace.cc 108 void Trace(const char* format, ...) {
113 va_start(ap, format);
117 vsprintf_s(line, format, ap);
119 vsnprintf(line, kEntrySize, format, ap);
187 void Trace(const char* format, ...) {
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoKey.cpp 179 bool CryptoKey::parseFormat(const String& formatString, WebCryptoKeyFormat& format, CryptoResult* result)
183 format = WebCryptoKeyFormatRaw;
187 format = WebCryptoKeyFormatPkcs8;
191 format = WebCryptoKeyFormatSpki;
195 format = WebCryptoKeyFormatJwk;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
WebGLImageConversion.h 94 // Extract the image and keeps track of its status, such as width, height, Source Alignment, format and AlphaOp etc.
112 // for the given format and type combination. Returns false if
114 static bool computeFormatAndTypeParameters(GLenum format, GLenum type, unsigned* componentsPerPixel, unsigned* bytesPerComponent);
120 // INVALID_ENUM if format/type is illegal.
121 static GLenum computeImageSizeInBytes(GLenum format, GLenum type, GLsizei width, GLsizei height, GLint alignment, unsigned* imageSizeInBytes, unsigned* paddingInBytes);
123 // Check if the format is one of the formats from the ImageData or DOM elements.
137 // according to the given format and type, and obeying the flipY and AlphaOp flags.
139 static bool packImageData(Image*, const void* pixels, GLenum format, GLenum type, bool flipY, AlphaOp, DataFormat sourceFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, Vector<uint8_t>& data);
142 // packing the pixel data according to the given format and type,
145 static bool extractImageData(const uint8_t*, const IntSize&, GLenum format, GLenum type, bool flipY, bool premultiplyAlpha, Vector<uint8_t>& data)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
TextureImpl.h 54 virtual void setImage(GLenum target, GLint level, GLsizei width, GLsizei height, GLsizei depth, GLenum internalFormat, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, const void *pixels) = 0;
55 virtual void setCompressedImage(GLenum target, GLint level, GLenum format, GLsizei width, GLsizei height, GLsizei depth, GLsizei imageSize, const void *pixels) = 0;
56 virtual void subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, const void *pixels) = 0;
57 virtual void subImageCompressed(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *pixels) = 0;
58 virtual void copyImage(GLenum target, GLint level, GLenum format, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source) = 0;
  /external/chromium_org/third_party/boringssl/src/crypto/
mem.c 181 int BIO_snprintf(char *buf, size_t n, const char *format, ...) {
185 va_start(args, format);
187 ret = BIO_vsnprintf(buf, n, format, args);
193 int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args) {
194 return vsnprintf(buf, n, format, args);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
choicfmt.h 18 * 07/22/98 stephen Removed operator!= (implemented in Format)
29 * \brief C++ API: Choice Format.
36 #include "unicode/format.h"
154 * fmt.format(x, str);
243 * Clones this Format object. The caller owns the
249 virtual Format* clone(void) const;
252 * Returns true if the given Format objects are semantically equal.
259 virtual UBool operator==(const Format& other) const;
300 * parsed with that format,and should be in
304 * @param formatsToCopy The format strings you want to use for each limit
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
HTMLtree.h 82 int format);
102 int format);
111 int format);
118 int format);
127 int format);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_surface.c 194 assert( util_format_get_blocksize(dpt->format) == util_format_get_blocksize(spt->format) );
195 assert( util_format_get_blockwidth(dpt->format) == util_format_get_blockwidth(spt->format) );
196 assert( util_format_get_blockheight(dpt->format) == util_format_get_blockheight(spt->format) );
197 assert( util_format_get_blockwidth(dpt->format) == 1 );
198 assert( util_format_get_blockheight(dpt->format) == 1 );
201 util_format_get_blocksize(dpt->format),
220 assert(util_format_get_blockwidth(pt->format) == 1)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkGlyph.h 17 // needs to be != to any valid SkMask::Format
47 * Compute the rowbytes for the specified width and mask-format.
49 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) {
51 if (SkMask::kBW_Format == format) {
53 } else if (SkMask::kARGB32_Format == format ||
54 SkMask::kLCD32_Format == format)
57 } else if (SkMask::kLCD16_Format == format) {
66 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
  /external/elfutils/0.153/backends/
i386_corenote.c 83 .name = "orig_eax", .type = ELF_T_SWORD, .format = 'd', \
112 { .type = ELF_T_WORD, .offset = 0x0, .format = 'd', .name = "index" },
113 { .type = ELF_T_WORD, .offset = 0x4, .format = 'x', .name = "base" },
114 { .type = ELF_T_WORD, .offset = 0x8, .format = 'x', .name = "limit" },
115 { .type = ELF_T_WORD, .offset = 0xc, .format = 'x', .name = "flags" },
  /external/icu/icu4c/source/i18n/unicode/
choicfmt.h 18 * 07/22/98 stephen Removed operator!= (implemented in Format)
29 * \brief C++ API: Choice Format.
36 #include "unicode/format.h"
154 * fmt.format(x, str);
243 * Clones this Format object. The caller owns the
249 virtual Format* clone(void) const;
252 * Returns true if the given Format objects are semantically equal.
259 virtual UBool operator==(const Format& other) const;
300 * parsed with that format,and should be in
304 * @param formatsToCopy The format strings you want to use for each limit
    [all...]
  /external/libexif/libexif/
exif-log.c 136 const char *format, ...)
140 va_start (args, format);
141 exif_logv (log, code, domain, format, args);
147 const char *format, va_list args)
151 log->func (log, code, domain, format, args, log->data);
  /external/libxml2/include/libxml/
HTMLtree.h 82 int format);
102 int format);
111 int format);
118 int format);
127 int format);
  /external/llvm/unittests/Support/
raw_ostream_test.cpp 12 #include "llvm/Support/Format.h"
113 EXPECT_EQ("1.20", printToString(format("%.2f", 1.2), 1));
114 EXPECT_EQ("1.20", printToString(format("%.2f", 1.2), 2));
115 EXPECT_EQ("1.20", printToString(format("%.2f", 1.2), 3));
116 EXPECT_EQ("1.20", printToString(format("%.2f", 1.2), 4));
117 EXPECT_EQ("1.20", printToString(format("%.2f", 1.2), 10));
  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 194 assert( util_format_get_blocksize(dpt->format) == util_format_get_blocksize(spt->format) );
195 assert( util_format_get_blockwidth(dpt->format) == util_format_get_blockwidth(spt->format) );
196 assert( util_format_get_blockheight(dpt->format) == util_format_get_blockheight(spt->format) );
197 assert( util_format_get_blockwidth(dpt->format) == 1 );
198 assert( util_format_get_blockheight(dpt->format) == 1 );
201 util_format_get_blocksize(dpt->format),
220 assert(util_format_get_blockwidth(pt->format) == 1)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audio.c 257 Uint16 format = 0; local
262 format |= 0x0000;
266 format |= 0x8000;
274 format |= 8;
278 format |= 16;
284 format |= 0x0000;
291 format |= 0x1000;
297 return format;
427 if ( desired->format == 0 ) {
430 desired->format = SDL_ParseAudioFormat(env)
    [all...]
SDL_audiocvt.c 24 /* Functions for audio drivers to perform runtime conversion of audio format */
30 void SDLCALL SDL_ConvertMono(SDL_AudioCVT *cvt, Uint16 format)
38 switch (format&0x8018) {
73 if ( (format & 0x1000) == 0x1000 ) {
104 if ( (format & 0x1000) == 0x1000 ) {
132 cvt->filters[cvt->filter_index](cvt, format);
137 void SDLCALL SDL_ConvertStrip(SDL_AudioCVT *cvt, Uint16 format)
145 switch (format&0x8018) {
180 if ( (format & 0x1000) == 0x1000 ) {
215 if ( (format & 0x1000) == 0x1000 )
    [all...]
  /external/skia/src/core/
SkGlyph.h 17 // needs to be != to any valid SkMask::Format
45 * Compute the rowbytes for the specified width and mask-format.
47 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) {
49 if (SkMask::kBW_Format == format) {
51 } else if (SkMask::kARGB32_Format == format ||
52 SkMask::kLCD32_Format == format)
55 } else if (SkMask::kLCD16_Format == format) {
64 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);

Completed in 994 milliseconds

<<61626364656667686970>>