HomeSort by relevance Sort by last modified time
    Searched refs:cfmt (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_pixelformat.c 232 unsigned cfmt, ms, db, ds, acc; local
256 for (cfmt = 0; cfmt < num_color_formats; cfmt++) {
257 if (!screen->is_format_supported(screen, color_formats[cfmt].format,
276 stw_pixelformat_add(stw_dev, extended, &color_formats[cfmt],
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
subr_prf.c 100 sprintf(char *buf, const char *cfmt, ...)
105 va_start(ap, cfmt);
106 retval = kvprintf(cfmt, NULL, (void *)buf, 10, ap);
116 vsprintf(char *buf, const char *cfmt, va_list ap)
120 retval = kvprintf(cfmt, NULL, (void *)buf, 10, ap);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_types.py 580 cfmt = "^20n"
584 self.assertEqual(len(format(0, cfmt)), len(format(x, cfmt)))
  /external/python/cpython2/Lib/test/
test_types.py 580 cfmt = "^20n"
584 self.assertEqual(len(format(0, cfmt)), len(format(x, cfmt)))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_types.py 580 cfmt = "^20n"
584 self.assertEqual(len(format(0, cfmt)), len(format(x, cfmt)))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_types.py 580 cfmt = "^20n"
584 self.assertEqual(len(format(0, cfmt)), len(format(x, cfmt)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_types.py 580 cfmt = "^20n"
584 self.assertEqual(len(format(0, cfmt)), len(format(x, cfmt)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_types.py 580 cfmt = "^20n"
584 self.assertEqual(len(format(0, cfmt)), len(format(x, cfmt)))
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatTest.java 3732 NumberFormat cfmt = NumberFormat.getCurrencyInstance(new ULocale("ja_JP")); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java 3731 NumberFormat cfmt = NumberFormat.getCurrencyInstance(new ULocale("ja_JP")); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlobj.h     [all...]

Completed in 307 milliseconds