| /external/mesa3d/src/mesa/swrast/ |
| s_texfetch.c | 1123 gl_format fmt; local 1124 for (fmt = 0; fmt < MESA_FORMAT_COUNT; fmt++) { 1125 assert(texfetch_funcs[fmt].Name == fmt);
|
| /external/openssl/crypto/asn1/ |
| asn1_par.c | 72 static const char fmt[]="%-18s"; local 95 if (BIO_printf(bp,fmt,p) <= 0)
|
| /external/qemu/distrib/sdl-1.2.15/src/ |
| SDL_error.c | 50 void SDL_SetError (const char *fmt, ...) 58 SDL_strlcpy((char *)error->key, fmt, sizeof(error->key)); 60 va_start(ap, fmt); 62 while ( *fmt ) { 63 if ( *fmt++ == '%' ) { 64 while ( *fmt == '.' || (*fmt >= '0' && *fmt <= '9') ) { 65 ++fmt; 67 switch (*fmt++) 128 const char *fmt; local [all...] |
| /external/qemu/distrib/sdl-1.2.15/src/audio/dmedia/ |
| SDL_irixaudio.c | 146 long fmt = 0; local 172 fmt = AL_SAMPFMT_TWOSCOMP; 177 fmt = AL_SAMPFMT_TWOSCOMP; 196 if ((alSetSampFmt(audio_config, fmt) >= 0) &&
|
| /external/regex-re2/re2/testing/ |
| regexp_generator.cc | 124 const string& fmt = ops_[i]; local 125 int nargs = CountArgs(fmt); 127 post->push_back(fmt); 154 const string& fmt = ops_[acm_->Uniform(ops_.size())]; local 155 int nargs = CountArgs(fmt); 157 post->push_back(fmt);
|
| /hardware/ti/omap4-aah/ion/ |
| omap_ion.h | 26 int fmt; member in struct:omap_ion_tiler_alloc_data
|
| /hardware/ti/omap4-aah/kernel-headers-ti/linux/ |
| omap_ion.h | 26 int fmt; member in struct:omap_ion_tiler_alloc_data
|
| /hardware/ti/omap4xxx/ion/ |
| omap_ion.h | 26 int fmt; member in struct:omap_ion_tiler_alloc_data
|
| /system/core/logd/ |
| CommandListener.cpp | 196 char fmt[32]; local 197 for(size_t l = strlen(a), y = 0, x = 6; y != x; y = x, x = strlen(fmt) - 2) { 198 snprintf(fmt, sizeof(fmt), "%zu\n%%s\n\f", l + x); 203 asprintf(strp, fmt, a);
|
| /art/disassembler/ |
| disassembler_mips.cc | 206 case 'f': // Floating point "fmt". 208 size_t fmt = (instruction >> 21) & 0x7; // TODO: other fmts? local 209 switch (fmt) {
|
| /art/test/092-locale/src/ |
| Main.java | 74 DateFormat fmt = DateFormat.getDateInstance(DateFormat.FULL, usa); local 75 fmt.setTimeZone(tz); // defaults to local TZ; force GMT 76 System.out.println("USA(" + fmt.getTimeZone().getID() + "): " 77 + fmt.format(when)); 90 fmt = DateFormat.getDateInstance(DateFormat.FULL, usa); 91 fmt.setTimeZone(tz); // defaults to local TZ; force GMT 92 System.out.println("France(" + fmt.getTimeZone().getID() + "): " 93 + fmt.format(when));
|
| /device/lge/mako/camera/QCamera/HAL/core/src/ |
| QCameraStream.cpp | 112 mm_camera_ch_image_fmt_parm_t fmt; 132 memset(&fmt, 0, sizeof(mm_camera_ch_image_fmt_parm_t)); 133 fmt.ch_type = MM_CAMERA_CH_PREVIEW; 134 fmt.def.fmt = CAMERA_YUV_420_NV12; //dim.prev_format; 135 fmt.def.dim.width = dim.display_width; 136 fmt.def.dim.height = dim.display_height; 137 LOGV("%s: preview channel fmt = %d", __func__, 142 rc = cam_config_set_parm(cameraId, MM_CAMERA_PARM_CH_IMAGE_FMT, &fmt); 164 memset(&fmt, 0, sizeof(mm_camera_ch_image_fmt_parm_t)) 264 mm_camera_ch_image_fmt_parm_t fmt; local [all...] |
| /device/lge/mako/camera/ |
| QCameraStream.cpp | 113 mm_camera_ch_image_fmt_parm_t fmt; 133 memset(&fmt, 0, sizeof(mm_camera_ch_image_fmt_parm_t)); 134 fmt.ch_type = MM_CAMERA_CH_PREVIEW; 135 fmt.def.fmt = CAMERA_YUV_420_NV12; //dim.prev_format; 136 fmt.def.dim.width = dim.display_width; 137 fmt.def.dim.height = dim.display_height; 138 ALOGV("%s: preview channel fmt = %d", __func__, 143 rc = cam_config_set_parm(cameraId, MM_CAMERA_PARM_CH_IMAGE_FMT, &fmt); 165 memset(&fmt, 0, sizeof(mm_camera_ch_image_fmt_parm_t)) 265 mm_camera_ch_image_fmt_parm_t fmt; local [all...] |
| /external/bluetooth/bluedroid/stack/a2dp/ |
| a2d_sbc.c | 119 UINT8 fmt; local 126 fmt = p_pkt[1]; 129 if(fmt & A2D_SBC_CH_M_BITS) 131 if(fmt & A2D_SBC_SUBBAND_BIT)
|
| /external/chromium_org/courgette/ |
| memory_monitor.cc | 22 LOG(INFO) << "Peak " << fmt(high_); 25 std::string fmt(size_t s) { function in struct:H 51 base::StringAppendF(&o, " (%c%s)", sign, fmt(w).c_str()); 59 base::StringAppendF(&o, " %s", fmt(s).c_str()); 61 base::StringAppendF(&o, " %s*%u", fmt(s).c_str(), n); 65 base::StringAppendF(&o, " = %s", fmt(sum).c_str());
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| datefmt.cpp | 99 DateFormat* fmt = (DateFormat*)&other; local 101 return (this == fmt) || 103 fCalendar&&(fCalendar->isEquivalentTo(*fmt->fCalendar)) && 104 (fNumberFormat && *fNumberFormat == *fmt->fNumberFormat));
|
| /external/chromium_org/third_party/icu/source/test/cintltst/ |
| cdtdptst.c | 49 UDateFormat *fullFmt, *fmt; local 69 fmt= udat_open(UDAT_IGNORE,UDAT_IGNORE,"en_US", NULL, 0,pattern, u_strlen(pattern), &status); 75 d = udat_parse(fmt, s, u_strlen(s), &pos, &status); 97 udat_close(fmt); 232 UDateFormat *fmt; local 239 fmt = udat_open(UDAT_FULL, UDAT_FULL, "cs", NULL, 0, NULL, 0, &status); 246 lneed=udat_toPattern(fmt, TRUE, NULL, lneed, &status); 250 udat_toPattern(fmt, TRUE, pattern, lneed+1, &status); 263 juneStr = myDateFormat(fmt, june); 264 julyStr = myDateFormat(fmt, july) [all...] |
| currtest.c | 159 UNumberFormat *fmt = unum_open(UNUM_CURRENCY, NULL, 0, "hu_HU", NULL, &status); local 170 unum_formatDouble(fmt, 123.456, buffer, sizeof(buffer)/sizeof(buffer[0]), NULL, &status); 176 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 2); 177 unum_formatDouble(fmt, 123.456, buffer, sizeof(buffer)/sizeof(buffer[0]), NULL, &status); 183 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 3); 184 unum_formatDouble(fmt, 123.456, buffer, sizeof(buffer)/sizeof(buffer[0]), NULL, &status); 189 unum_close(fmt);
|
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| nmfmtrt.cpp | 92 NumberFormat *fmt = NULL; local 96 fmt = NumberFormat::createInstance(status); 98 test(fmt); 100 delete fmt; 102 fmt = NumberFormat::createCurrencyInstance(status); 104 test(fmt); 106 delete fmt; 108 fmt = NumberFormat::createPercentInstance(status); 110 test(fmt); 112 delete fmt; [all...] |
| selfmts.cpp | 221 SelectFormat fmt = *selFmt[0]; local 222 SelectFormat* dupPFmt = new SelectFormat(fmt);
|
| /external/chromium_org/third_party/webrtc/modules/video_capture/linux/ |
| video_capture_linux.cc | 171 struct v4l2_fmtdesc fmt; local 173 memset(&fmt, 0, sizeof(fmt)); 174 fmt.index = 0; 175 fmt.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; 178 while (ioctl(_deviceFd, VIDIOC_ENUM_FMT, &fmt) == 0) { 181 fmt.pixelformat & 0xFF, (fmt.pixelformat>>8) & 0xFF, 182 (fmt.pixelformat>>16) & 0xFF, (fmt.pixelformat>>24) & 0xFF [all...] |
| /external/icu/icu4c/source/samples/date/ |
| date.c | 248 UDateFormat *fmt; local 263 fmt = udat_open(style, style, 0, tz, -1,NULL,0, status); 266 udat_applyPattern(fmt,FALSE,uFormat,-1); 268 len = udat_format(fmt, when, 0, len, 0, status); 273 udat_format(fmt, when, s, len + 1, 0, status); 287 udat_close(fmt); 293 UDateFormat *fmt = NULL; local 318 fmt = udat_open(style, style, 0, tz, -1,NULL,0, status); 321 udat_applyPattern(fmt,FALSE,uFormat,-1); 325 when = udat_parse(fmt, uParse, -1, &parsepos, status) [all...] |
| /external/icu/icu4c/source/test/cintltst/ |
| cdtdptst.c | 49 UDateFormat *fullFmt, *fmt; local 69 fmt= udat_open(UDAT_PATTERN,UDAT_PATTERN,"en_US", NULL, 0,pattern, u_strlen(pattern), &status); 75 d = udat_parse(fmt, s, u_strlen(s), &pos, &status); 97 udat_close(fmt); 232 UDateFormat *fmt; local 239 fmt = udat_open(UDAT_FULL, UDAT_FULL, "cs", NULL, 0, NULL, 0, &status); 246 lneed=udat_toPattern(fmt, TRUE, NULL, lneed, &status); 250 udat_toPattern(fmt, TRUE, pattern, lneed+1, &status); 263 juneStr = myDateFormat(fmt, june); 264 julyStr = myDateFormat(fmt, july) [all...] |
| /external/icu/icu4c/source/test/intltest/ |
| nmfmtrt.cpp | 92 NumberFormat *fmt = NULL; local 96 fmt = NumberFormat::createInstance(status); 98 test(fmt); 100 delete fmt; 102 fmt = NumberFormat::createCurrencyInstance(status); 104 test(fmt); 106 delete fmt; 108 fmt = NumberFormat::createPercentInstance(status); 110 test(fmt); 112 delete fmt; [all...] |
| selfmts.cpp | 223 SelectFormat fmt = *selFmt[0]; local 224 SelectFormat* dupPFmt = new SelectFormat(fmt);
|