| /external/deqp/modules/gles3/functional/ |
| es3fTextureUnitTests.cpp | 948 tcu::TextureFormat fmt = glu::mapGLInternalFormat(m_textureParams[texNdx].internalFormat); local 949 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fmt); [all...] |
| /external/icu/icu4c/source/i18n/ |
| msgfmt.cpp | 1569 RuleBasedNumberFormat* fmt = new RuleBasedNumberFormat(tag, locale, ec); local 1683 Format* fmt = NULL; local [all...] |
| /external/icu/icu4c/source/test/cintltst/ |
| ccaltst.c | 1744 UDateFormat * fmt = udat_open(UDAT_NONE, UDAT_NONE, "en", NULL, 0, NULL, 0, &fmtStatus); local [all...] |
| cnumtst.c | 218 log_verbose("\nTesting unum_clone(fmt, status)"); 827 UNumberFormat *fmt; local 843 fmt = unum_open(UNUM_PATTERN_DECIMAL, dest, -1, "en", NULL /*parseError*/, &status); 846 resultSize = unum_formatDecimal(fmt, numInitial, -1, dest, DESTCAPACITY, NULL, &status); 863 resultSize = unum_formatDecimal(fmt, numInitial, -1, dest, DESTCAPACITY, &fieldPos, &status); 927 UNumberFormat *fmt = unum_open(UNUM_DEFAULT, NULL, 0, NULL, NULL, &status); local 1180 UNumberFormat* fmt; local 1222 UNumberFormat* fmt; local 1371 UNumberFormat *fmt; local 2026 UNumberFormat *fmt; local 2122 UNumberFormat *fmt = unum_open( local [all...] |
| /external/icu/icu4c/source/test/intltest/ |
| loctest.cpp | 1553 NumberFormat *fmt = NumberFormat::createPercentInstance(LOC[i], status); local [all...] |
| numrgts.cpp | 1212 NumberFormat *fmt = NumberFormat::createPercentInstance(status); local 1236 DecimalFormat *fmt = new DecimalFormat("#,#00.00;-#.#", status); local 1281 DecimalFormat *fmt = new DecimalFormat(UnicodeString("000.0#0"), status); local 1323 DecimalFormat *fmt = new DecimalFormat(UnicodeString("#,#00.00"), status); local 1345 DecimalFormatSymbols *fmt = new DecimalFormatSymbols(status); local 1383 DecimalFormat *fmt = new DecimalFormat(UnicodeString("#,##0.00"), status); local 2157 NumberFormat *fmt = NumberFormat::createInstance(Locale::getUS(), status); local 2480 DecimalFormat *fmt = (DecimalFormat*) NumberFormat::createInstance(Locale::getUS(), status); local 2522 NumberFormat *fmt = NumberFormat::createInstance(Locale::getUS(), status); local [all...] |
| tsmthred.cpp | 672 MessageFormat *fmt = new MessageFormat("MessageFormat's API is broken!!!!!!!!!!!",realStatus); local 673 fmt->setLocale(theLocale); 674 fmt->applyPattern(pattern, realStatus); 677 delete fmt; 682 fmt->format(myArgs,4,result,ignore,realStatus); 684 delete fmt; 718 LocalPointer<NumberFormat> fmt(NumberFormat::createCurrencyInstance(Locale::getUS(), status)); 719 return fmt.orphan(); [all...] |
| /external/libcxx/src/ |
| locale.cpp | 5402 char fmt[] = {'%', __fmt, __mod, 0}; local [all...] |
| /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/ |
| hists.c | 689 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt __maybe_unused,\ 731 struct perf_hpp_fmt *fmt; local 757 perf_hpp__for_each_format(fmt) { 764 if (fmt->color) { 765 width -= fmt->color(fmt, &hpp, entry); 767 width -= fmt->entry(fmt, &hpp, entry); [all...] |
| /external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
| NanoHTTPD.java | 1351 String fmt = "%s=%s; expires=%s"; local [all...] |
| /external/valgrind/main/cachegrind/ |
| cg_main.c | 1595 static HChar fmt[128]; local [all...] |
| /external/valgrind/main/callgrind/ |
| main.c | 1779 static HChar fmt[128]; local 1890 HChar fmt[128]; local [all...] |
| /external/valgrind/main/coregrind/m_aspacemgr/ |
| aspacemgr-linux.c | 475 const HChar* fmt; local 479 fmt = "%7llu"; 482 fmt = "%6llum"; 486 fmt = "%6llug"; 490 fmt = "%6llut"; 494 fmt = "%6llue"; 497 ML_(am_sprintf)(buf, fmt, len); [all...] |
| /frameworks/av/camera/ |
| CameraParameters.cpp | 495 char* fmt = strtok_r(prevFmts, ",", &savePtr); local 496 while (fmt) { 497 int actual = previewFormatToEnum(fmt); 501 fmt = strtok_r(NULL, ",", &savePtr);
|
| /frameworks/av/services/camera/libcameraservice/api1/client2/ |
| Parameters.cpp | 2228 const char *fmt; local [all...] |
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
| GsmMmiCode.java | 1290 BidiFormatter fmt = BidiFormatter.getInstance(); local [all...] |
| /hardware/broadcom/wlan/bcmdhd/dhdutil/ |
| bcmutils.c | 1796 const char *fmt; local [all...] |
| /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
| video_encoder_device_v4l2.cpp | 837 struct v4l2_format fmt; local 1085 struct v4l2_format fmt; local 1178 struct v4l2_format fmt; local 3597 struct v4l2_format fmt; local 3764 struct v4l2_format fmt; local [all...] |
| /hardware/samsung_slsi/exynos5/include/ |
| fimg2d.h | 230 enum color_format fmt; member in struct:fimg2d_image
|
| /hardware/samsung_slsi/exynos5/libhwc/ |
| hwc.cpp | 669 struct v4l2_format fmt; local 670 memset(&fmt, 0, sizeof(fmt)); 671 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; 672 fmt.fmt.pix_mp.width = h->stride; 673 fmt.fmt.pix_mp.height = cfg.h; 674 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_BGR32 [all...] |
| /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
| fimg2d.h | 31 #define fimg2d_debug(fmt, arg...) printk(KERN_INFO "[%s] " fmt, __func__, ## arg) 33 #define fimg2d_debug(fmt, arg...) do { } while (0) 329 enum color_format fmt; member in struct:fimg2d_image
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
| locale.cpp | 5515 char fmt[] = {'%', __fmt, __mod, 0}; local [all...] |
| /system/core/libpixelflinger/codeflinger/ |
| mips_opcode.h | 77 unsigned fmt: 4; member in struct:__anon81222::__anon81226 107 unsigned fmt: 4; member in struct:__anon81222::__anon81230
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| decimfmt.cpp | 3109 ChoiceFormat* fmt = new ChoiceFormat(s, ec); local [all...] |
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| calregts.cpp | 441 SimpleDateFormat *fmt = new SimpleDateFormat(UnicodeString("ddMMMyy"), Locale::getUK(),status); local 447 delete fmt; 450 fmt->adoptCalendar(cal); 452 UDate date = fmt->parse("29MAY97", status); 453 failure(status, "fmt->parse"); 465 delete fmt; 1400 DateFormat *fmt = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"),status); local 1430 DateFormat *fmt = new SimpleDateFormat(UnicodeString("MMMM d, yyyy G"),status); local [all...] |