| /external/tcpdump/ |
| print-smb.c | 95 const char *fmt; local 98 fmt = "Attribute=[A]\nSearchCount=[d]\nFlags=[w]\nLevel=[dP4]\nFile=[S]\n"; 100 fmt = "Handle=[w]\nCount=[d]\nEOS=[w]\nEoffset=[d]\nLastNameOfs=[w]\n"; 102 smb_fdata(param, fmt, param + pcnt, unicodestr); 113 const char *fmt=""; local 118 fmt = "InfoLevel=[d]\n"; 119 smb_fdata(param, fmt, param + pcnt, unicodestr); 123 fmt = "idFileSystem=[W]\nSectorUnit=[D]\nUnit=[D]\nAvail=[D]\nSectorSize=[d]\n"; 126 fmt = "CreationTime=[T2]VolNameLength=[lb]\nVolumeLabel=[c]\n"; 129 fmt = "Capabilities=[W]\nMaxFileLen=[D]\nVolNameLen=[lD]\nVolume=[C]\n" [all...] |
| /external/valgrind/main/none/tests/amd64/ |
| pcmpstr64w.c | 220 UInt fmt = (imm8 >> 0) & 3; // imm8[1:0] data format local 230 && (fmt == 1/*uw*/ || fmt == 3/*sw*/)) { 264 && (fmt == 1/*uw*/ || fmt == 3/*sw*/)) { 302 && (fmt == 1/*uw*/ || fmt == 3/*sw*/)) { 342 && fmt == 1/*uw*/) { [all...] |
| /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/ |
| ExynosVideoDecoder.c | 707 struct v4l2_format fmt; local 721 memset(&fmt, 0, sizeof(fmt)); 723 fmt.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; 724 fmt.fmt.pix_mp.pixelformat = __CodingType_To_V4L2PixelFormat(bufferConf->eCompressionFormat); 725 fmt.fmt.pix_mp.plane_fmt[0].sizeimage = bufferConf->nSizeImage; 727 if (exynos_v4l2_s_fmt(pCtx->hDec, &fmt) != 0) { 748 struct v4l2_format fmt; local 788 struct v4l2_format fmt; local [all...] |
| /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/ |
| ExynosVideoEncoder.c | 1008 struct v4l2_format fmt; local 1052 struct v4l2_format fmt; local 1093 struct v4l2_format fmt; local 1135 struct v4l2_format fmt; local [all...] |
| /hardware/samsung_slsi/exynos5/libgscaler/ |
| exynos_gscaler.c | 628 info->format.fmt.pix_mp.width = info->width; 629 info->format.fmt.pix_mp.height = info->height; 630 info->format.fmt.pix_mp.pixelformat = info->v4l2_colorformat; 631 info->format.fmt.pix_mp.field = V4L2_FIELD_ANY; 632 info->format.fmt.pix_mp.num_planes = plane_count; 685 info->buffer.length = info->format.fmt.pix_mp.num_planes; 688 for (i = 0; i < info->format.fmt.pix_mp.num_planes; i++) { 1385 struct v4l2_format fmt; local [all...] |
| /ndk/sources/host-tools/make-3.81/ |
| remake.c | 675 const char *fmt = 0; 680 fmt = _("Prerequisite `%s' is order-only for target `%s'.\n"); 685 fmt = _("Prerequisite `%s' of target `%s' does not exist.\n"); 690 fmt = _("Prerequisite `%s' is newer than target `%s'.\n"); 693 fmt = _("Prerequisite `%s' is older than target `%s'.\n"); 695 if (fmt) 698 printf (fmt, dep_name (d), file->name); 672 const char *fmt = 0; local [all...] |
| /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/ |
| TestingCamera2.java | 467 RadioGroup fmt = getRadioFmt(); local 468 switch (fmt.getCheckedRadioButtonId()) { 611 RadioGroup fmt = getRadioFmt(); 612 fmt.setActivated(false);
|
| /bionic/libc/kernel/uapi/drm/ |
| exynos_drm.h | 175 __u32 fmt; member in struct:drm_exynos_ipp_config
|
| /bionic/libc/upstream-openbsd/lib/libc/stdio/ |
| vfwprintf.c | 97 __sbprintf(FILE *fp, const wchar_t *fmt, va_list ap) 117 ret = __vfwprintf(&fake, fmt, ap); 281 wchar_t *fmt; /* format string */ local 282 wchar_t ch; /* character from fmt */ 419 cp = fmt; \ 433 fmt = ++cp; \ 459 fmt = (wchar_t *)fmt0; 470 for (cp = fmt; (ch = *fmt) != '\0' && ch != '%'; fmt++ 1122 wchar_t *fmt; \/* format string *\/ local [all...] |
| /device/lge/mako/camera/QCamera/HAL/core/src/ |
| QCameraHWI_Still.cpp | 445 mm_camera_ch_image_fmt_parm_t fmt; local 473 memset(&fmt, 0, sizeof(mm_camera_ch_image_fmt_parm_t)); 474 fmt.ch_type = MM_CAMERA_CH_RAW; 475 fmt.def.fmt = CAMERA_BAYER_SBGGR10; 476 fmt.def.dim.width = dim->raw_picture_width; 477 fmt.def.dim.height = dim->raw_picture_height; 480 LOGV("%s: Raw snapshot channel fmt: %d", __func__, 481 fmt.def.fmt); 532 mm_camera_ch_image_fmt_parm_t fmt; local [all...] |
| /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/ |
| mm_camera_interface.h | 84 cam_format_t fmt; member in struct:__anon3540 93 mm_camera_image_fmt_t fmt; member in struct:__anon3541
|
| /device/lge/mako/camera/ |
| QCameraHWI_Still.cpp | 514 mm_camera_ch_image_fmt_parm_t fmt; local 546 ALOGE("%s: error - can't get raw snapshot fmt!", __func__); 551 memset(&fmt, 0, sizeof(mm_camera_ch_image_fmt_parm_t)); 552 fmt.ch_type = MM_CAMERA_CH_RAW; 553 fmt.def.fmt = raw_fmt; 554 fmt.def.dim.width = dim->raw_picture_width; 555 fmt.def.dim.height = dim->raw_picture_height; 558 ALOGV("%s: Raw snapshot channel fmt: %d", __func__, 559 fmt.def.fmt) 610 mm_camera_ch_image_fmt_parm_t fmt; local [all...] |
| /external/bluetooth/bluedroid/bta/ag/ |
| bta_ag_cmd.c | 160 UINT8 fmt; /* whether argument is int or string */ member in struct:__anon5026 370 if (bta_ag_result_tbl[code].fmt == BTA_AG_RES_FMT_INT) 374 else if (bta_ag_result_tbl[code].fmt == BTA_AG_RES_FMT_STR) 431 if (bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].fmt == BTA_AG_RES_FMT_INT) 435 else if (bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].fmt == BTA_AG_RES_FMT_STR) [all...] |
| /external/chromium_org/third_party/icu/source/i18n/ |
| dtitvfmt.cpp | 194 const DateIntervalFormat* fmt = (DateIntervalFormat*)&other; local 197 equal = (this == fmt); 199 equal = (*fInfo == *fmt->fInfo); 200 equal = (*fDateFormat == *fmt->fDateFormat); 201 equal = fFromCalendar->isEquivalentTo(*fmt->fFromCalendar) ; 202 equal = fToCalendar->isEquivalentTo(*fmt->fToCalendar) ; 203 equal = (fSkeleton == fmt->fSkeleton); 206 res = ( this == fmt ) || 209 ( *fInfo == *fmt->fInfo ) && 211 ( *fDateFormat == *fmt->fDateFormat ) & [all...] |
| msgfmt.cpp | 723 Format* fmt = subformats[i].format; local 729 if (fmt == NULL) { 732 else if ((decfmt = dynamic_cast<DecimalFormat*>(fmt)) != NULL) { 764 else if ((sdtfmt = dynamic_cast<SimpleDateFormat*>(fmt)) != NULL) { 832 else if ((chcfmt = dynamic_cast<ChoiceFormat*>(fmt)) != NULL) { 837 appendTo += ((ChoiceFormat*)fmt)->toPattern(buffer); 839 else if ((plfmt = dynamic_cast<PluralFormat*>(fmt)) != NULL) { 843 else if ((selfmt = dynamic_cast<SelectFormat*>(fmt)) != NULL) { 845 appendTo += ((SelectFormat*)fmt)->toPattern(buffer); 1234 Format* fmt = subformats[i].format; local 1337 Format* fmt = subformats[i].format; local 1475 RuleBasedNumberFormat* fmt = new RuleBasedNumberFormat(tag, locale, ec); local 1527 Format *fmt = NULL; local [all...] |
| tmutfmt.cpp | 177 TimeUnitFormat* fmt = (TimeUnitFormat*)&other; local 178 UBool ret = ( ((fNumberFormat && fmt->fNumberFormat && *fNumberFormat == *fmt->fNumberFormat) 179 || fNumberFormat == fmt->fNumberFormat ) 180 && fLocale == fmt->fLocale 181 && ((fPluralRules && fmt->fPluralRules && *fPluralRules == *fmt->fPluralRules) 182 || fPluralRules == fmt->fPluralRules) 183 && fStyle == fmt->fStyle); 188 ret = fTimeUnitToCountToPatterns[i]->equals(*(fmt->fTimeUnitToCountToPatterns[i])) [all...] |
| /external/chromium_org/third_party/icu/source/test/cintltst/ |
| ccaltst.c | 1583 UDateFormat * fmt = udat_open(UDAT_NONE, UDAT_NONE, "en", NULL, 0, NULL, 0, &fmtStatus); local [all...] |
| cnumtst.c | 222 log_verbose("\nTesting unum_clone(fmt, status)"); 831 UNumberFormat *fmt; local 847 fmt = unum_open(UNUM_PATTERN_DECIMAL, dest, -1, "en", NULL /*parseError*/, &status); 850 resultSize = unum_formatDecimal(fmt, numInitial, -1, dest, DESTCAPACITY, NULL, &status); 868 resultSize = unum_formatDecimal(fmt, numInitial, -1, dest, DESTCAPACITY, &fieldPos, &status); 1006 UNumberFormat* fmt; local 1048 UNumberFormat* fmt; local 1197 UNumberFormat *fmt; local [all...] |
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| dtfmrgts.cpp | 123 DateFormat *fmt = DateFormat::createDateTimeInstance(DateFormat::SHORT, local 125 if (fmt == NULL) { 132 str = fmt->format(dt, str); 193 fmt->format(dt, buf, pos); 214 delete fmt; 226 SimpleDateFormat *fmt = new SimpleDateFormat(UnicodeString("yyMMdd"), Locale::getUS(), status); local 228 delete fmt; 232 fmt->set2DigitYearStart(start, status); 233 failure(status, "fmt->setTwoDigitStartDate"); 234 if( (fmt->get2DigitYearStart(status) != start) || failure(status, "get2DigitStartDate") 282 SimpleDateFormat *fmt; local 346 DateFormat *fmt = DateFormat::createDateTimeInstance( DateFormat::FULL, local 1008 SimpleDateFormat *fmt = new SimpleDateFormat(dateFormat, status); local 1191 DateFormat& fmt = *(DateFormat*)&sfmt; \/\/ Yuck: See j25 local 1236 DateFormat *fmt = DateFormat::createDateTimeInstance(DateFormat::NONE, local [all...] |
| loctest.cpp | 1532 NumberFormat *fmt = NumberFormat::createPercentInstance(LOC[i], status); local [all...] |
| tmsgfmt.cpp | 174 MessageFormat *fmt = new MessageFormat(pattern, status); local 179 logln("The output pattern is : " + fmt->toPattern(result)); 183 delete fmt; 1038 Formattable* fmt = new Formattable(UDate(8.71068e+011), Formattable::kIsDate); local 1491 MessageFormat* fmt = new MessageFormat(formats[i], locale, ec); local [all...] |
| tsmthred.cpp | 516 MessageFormat *fmt = new MessageFormat("MessageFormat's API is broken!!!!!!!!!!!",realStatus); local 517 fmt->setLocale(theLocale); 518 fmt->applyPattern(pattern, realStatus); 521 delete fmt; 526 fmt->format(myArgs,4,result,ignore,realStatus); 528 delete fmt; [all...] |
| tzregts.cpp | 839 SimpleDateFormat *fmt = new SimpleDateFormat("z", Locale::getUS(), status); local 842 delete fmt; 881 fmt->setTimeZone(*tz); 893 zone[i] = fmt->format(d+ i*ONE_HOUR, zone[i], pos); [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/media/base/ |
| videoengine_unittest.h | 686 // FIR (PT=206 and FMT=4 according to RFC 5104). If successful, set the count 696 // Read FMT, type and length. 697 uint8 fmt = 0; local 700 if (!buf.ReadUInt8(&fmt)) return false; 701 fmt &= 0x1F; 706 if ((192 == type) || ((206 == type) && (4 == fmt))) { [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
| lp_bld_sample_soa.c | 1255 enum pipe_format fmt = static_state->format; local [all...] |