HomeSort by relevance Sort by last modified time
    Searched defs:fmt (Results 201 - 225 of 475) sorted by null

1 2 3 4 5 6 7 891011>>

  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 225 int fmt = info & ByteOps.FMT_MASK; local
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftdbgmem.c 208 ft_mem_debug_panic( const char* fmt,
216 va_start( ap, fmt );
217 vprintf( fmt, ap );
929 const char* fmt; local
965 fmt = "%6ld %6ld %8ld %8ld %8ld %s:%d\n";
972 printf( fmt,
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdattst.c 1078 UDateFormat *fmt; local
    [all...]
cdtrgtst.c 239 void aux917( UDateFormat *fmt, UChar* str)
248 resultlengthneeded=udat_toPattern(fmt, TRUE, NULL, resultlength, &status);
254 udat_toPattern(fmt, TRUE, pat, resultlength, &status);
262 formatted = myFormatit(fmt, d1);
276 UDateFormat *formatter, *fmt; local
293 fmt = udat_open(UDAT_FULL,UDAT_LONG ,NULL, tzID, -1, NULL, 0, &status);
300 myString = myFormatit(fmt, myDate);
312 udat_close(fmt);
377 UDateFormat *fmt; local
386 fmt= udat_open(UDAT_SHORT,UDAT_SHORT ,NULL, NULL, 0, NULL, 0, &status)
473 UDateFormat *fmt; local
    [all...]
cnmdptst.c 61 UNumberFormat *fmt; local
78 fmt= unum_open(UNUM_IGNORE,upat, u_strlen(upat), "en_US",NULL, &status);
84 lneed=unum_toPattern(fmt, FALSE, NULL, lneed, &status);
88 unum_toPattern(fmt, FALSE, unewp, lneed+1, &status);
98 lneed=unum_format(fmt, 0, NULL, lneed, NULL, &status);
102 unum_format(fmt, 0, str, lneed+1, NULL, &status);
115 unum_close(fmt);
127 UNumberFormat *fmt; local
131 fmt =unum_open(UNUM_IGNORE,pat, u_strlen(pat), "en_US",NULL, &status);
136 lneed=unum_format(fmt, 123, NULL, lneed, NULL, &status)
190 UNumberFormat *fmt; local
340 UNumberFormat *fmt; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_image.h 103 vpx_img_fmt_t fmt; /**< Image Format */ member in struct:vpx_image
165 * \param[in] fmt Format for the image
176 vpx_img_fmt_t fmt,
190 * \param[in] fmt Format for the image
201 vpx_img_fmt_t fmt,
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 330 enum pipe_format fmt; local
378 fmt = st_mesa_format_to_pipe_format(stImage->base.TexFormat);
380 bindings = default_bindings(st, fmt);
388 fmt,
1316 enum pipe_format fmt; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
cryptlib.c 852 const TCHAR *fmt; local
867 fmt=(const TCHAR *)fmta;
874 if (fmtw == NULL) { fmt=(const TCHAR *)L"no stack?"; break; }
896 fmt = (const TCHAR *)fmtw;
900 _vsntprintf (buf,sizeof(buf)/sizeof(TCHAR)-1,fmt,ap);
  /external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc 826 ui::OSExchangeData::CustomFormat fmt = ui::Clipboard::GetBitmapFormatType(); local
827 bad_data.SetPickledData(fmt, Pickle());
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureCompletenessTests.cpp 265 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); local
266 tcu::TextureLevel levelData (fmt);
328 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, GL_UNSIGNED_BYTE); local
329 tcu::TextureLevel levelData (fmt);
381 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); local
382 tcu::TextureLevel levelData (fmt);
439 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); local
440 tcu::TextureLevel levelData (fmt);
487 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); local
488 tcu::TextureLevel levelData (fmt);
540 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); local
594 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); local
666 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); local
735 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); local
799 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); local
848 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); local
904 tcu::TextureFormat fmt = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureFormatTests.cpp 123 tcu::TextureFormat fmt = m_dataType ? glu::mapGLTransferFormat(m_format, m_dataType) : glu::mapGLInternalFormat(m_format); local
124 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(fmt);
288 tcu::TextureFormat fmt = m_dataType ? glu::mapGLTransferFormat(m_format, m_dataType) : glu::mapGLInternalFormat(m_format); local
289 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(fmt);
    [all...]
  /external/freetype/src/base/
ftdbgmem.c 208 ft_mem_debug_panic( const char* fmt,
216 va_start( ap, fmt );
217 vprintf( fmt, ap );
929 const char* fmt; local
965 fmt = "%6ld %6ld %8ld %8ld %8ld %s:%d\n";
972 printf( fmt,
  /external/icu/icu4c/source/i18n/
measfmt.cpp 951 CurrencyFormat* fmt = NULL; local
953 fmt = new CurrencyFormat(locale, ec);
955 delete fmt;
956 fmt = NULL;
959 return fmt;
  /external/icu/icu4c/source/test/cintltst/
cdtrgtst.c 239 void aux917( UDateFormat *fmt, UChar* str)
248 resultlengthneeded=udat_toPattern(fmt, TRUE, NULL, resultlength, &status);
254 udat_toPattern(fmt, TRUE, pat, resultlength, &status);
262 formatted = myFormatit(fmt, d1);
276 UDateFormat *formatter, *fmt; local
293 fmt = udat_open(UDAT_FULL,UDAT_LONG ,NULL, tzID, -1, NULL, 0, &status);
300 myString = myFormatit(fmt, myDate);
313 udat_close(fmt);
379 UDateFormat *fmt; local
388 fmt= udat_open(UDAT_SHORT,UDAT_SHORT ,NULL, NULL, 0, NULL, 0, &status)
476 UDateFormat *fmt; local
    [all...]
cnmdptst.c 61 UNumberFormat *fmt; local
78 fmt= unum_open(UNUM_IGNORE,upat, u_strlen(upat), "en_US",NULL, &status);
84 lneed=unum_toPattern(fmt, FALSE, NULL, lneed, &status);
88 unum_toPattern(fmt, FALSE, unewp, lneed+1, &status);
98 lneed=unum_format(fmt, 0, NULL, lneed, NULL, &status);
102 unum_format(fmt, 0, str, lneed+1, NULL, &status);
115 unum_close(fmt);
127 UNumberFormat *fmt; local
131 fmt =unum_open(UNUM_IGNORE,pat, u_strlen(pat), "en_US",NULL, &status);
136 lneed=unum_format(fmt, 123, NULL, lneed, NULL, &status)
190 UNumberFormat *fmt; local
340 UNumberFormat *fmt; local
    [all...]
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 344 UNumberFormat *fmt = NumTest::initFmt(); local
345 unum_setAttribute(fmt, fAttr,fAttrValue);
346 return fmt;
372 UNumberFormat *fmt = NumTest::initFmt(); local
373 //unum_setAttribute(fmt, fAttr,fAttrValue);
374 return fmt;
497 UNumberFormat *fmt = unum_open(UNUM_DECIMAL, NULL, -1, TEST_LOCALE, 0, &setupStatus); local
498 unum_applyPattern(fmt, FALSE, fPat.getTerminatedBuffer(), -1, NULL, &setupStatus);
499 return fmt;
503 UNumberFormat *fmt = unum_open(UNUM_PATTERN_DECIMAL, fPat.getTerminatedBuffer(), -1, TEST_LOCALE, 0, &setupStatus) local
509 UNumberFormat *fmt = unum_open(UNUM_DECIMAL, NULL, -1, TEST_LOCALE, 0, &setupStatus); local
    [all...]
  /external/ltrace/
lens_default.c 131 const char *fmt; local
134 fmt = "EOF";
137 fmt = "\\0";
140 fmt = "\\a";
143 fmt = "\\b";
146 fmt = "\\t";
149 fmt = "\\n";
152 fmt = "\\v";
155 fmt = "\\f";
158 fmt = "\\r"
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 330 enum pipe_format fmt; local
378 fmt = st_mesa_format_to_pipe_format(stImage->base.TexFormat);
380 bindings = default_bindings(st, fmt);
388 fmt,
1316 enum pipe_format fmt; local
    [all...]
  /external/openssl/crypto/
cryptlib.c 838 const TCHAR *fmt; local
853 fmt=(const TCHAR *)fmta;
860 if (fmtw == NULL) { fmt=(const TCHAR *)L"no stack?"; break; }
882 fmt = (const TCHAR *)fmtw;
886 _vsntprintf (buf,sizeof(buf)/sizeof(TCHAR)-1,fmt,ap);
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftdbgmem.c 208 ft_mem_debug_panic( const char* fmt,
216 va_start( ap, fmt );
217 vprintf( fmt, ap );
929 const char* fmt; local
965 fmt = "%6ld %6ld %8ld %8ld %8ld %s:%d\n";
972 printf( fmt,
  /external/qemu/android/camera/
camera-capture-linux.c 155 static void _qemu_pixel_format_free(QemuPixelFormat* fmt)
157 if (fmt != NULL) {
158 if (fmt->dims != NULL)
159 free(fmt->dims);
172 * fmt - Pixel format, for which to obtain the index.
180 _get_format_index(uint32_t fmt, QemuPixelFormat* formats, int size)
183 for (f = 0; f < size && formats[f].format != fmt; f++);
544 * fmt - Pixel format to enum frame sizes for.
554 uint32_t fmt,
566 size_enum.pixel_format = fmt;
830 struct v4l2_format fmt; local
    [all...]
  /external/qemu/audio/
ossaudio.c 86 audfmt_e fmt; member in struct:oss_params
92 static void GCC_FMT_ATTR (2, 3) oss_logerr (int err, const char *fmt, ...)
96 va_start (ap, fmt);
97 AUD_vlog (AUDIO_CAP, fmt, ap);
106 const char *fmt,
114 va_start (ap, fmt);
115 AUD_vlog (AUDIO_CAP, fmt, ap);
164 static int aud_to_ossfmt (audfmt_e fmt)
166 switch (fmt) {
180 dolog ("Internal logic error: Bad audio format %d\n", fmt);
274 int fmt, freq, nchannels; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_RLEaccel.c 478 RGB_FROM_PIXEL(s, fmt, rs, gs, bs); \
479 RGB_FROM_PIXEL(d, fmt, rd, gd, bd); \
483 PIXEL_FROM_RGB(d, fmt, rd, gd, bd); \
623 #define CHOOSE_BLIT(blitter, alpha, fmt) \
626 switch(fmt->BytesPerPixel) { \
633 switch(fmt->BytesPerPixel) { \
639 switch(fmt->Rmask | fmt->Gmask | fmt->Bmask) { \
641 if(fmt->Gmask == 0x07e0
786 SDL_PixelFormat *fmt = dst->format; local
905 SDL_PixelFormat *fmt = src->format; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 646 const char *fmt, *mem; local
655 fmt = "Hardware surface possible but not enough %s available";
658 fmt = "Hardware surface possible but invalid color depth";
661 fmt = "Hardware surface could not be allocated in %s - unknown error";
664 SDL_snprintf(message, SDL_arraysize(message), fmt, mem);
    [all...]
  /external/tcpdump/
print-rx.c 1070 char fmt[1024]; local
1104 snprintf(fmt, sizeof(fmt), "%%%ds %%d\n%%n", maxsize - 1);
1105 if (sscanf((char *) s, fmt, user, &acl, &n) != 2)
1118 snprintf(fmt, sizeof(fmt), "%%%ds %%d\n%%n", maxsize - 1);
1119 if (sscanf((char *) s, fmt, user, &acl, &n) != 2)
    [all...]

Completed in 2109 milliseconds

1 2 3 4 5 6 7 891011>>