HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 1701 - 1725 of 4596) sorted by null

<<61626364656667686970>>

  /external/icu4c/i18n/
dtitvfmt.cpp 125 : Format(itvfmt),
185 Format*
192 DateIntervalFormat::operator==(const Format& other) const {
207 ( Format::operator==(other) &&
236 DateIntervalFormat::format(const Formattable& obj, function in class:DateIntervalFormat
248 return format(interval, appendTo, fieldPosition, status);
257 DateIntervalFormat::format(const DateInterval* dtInterval, function in class:DateIntervalFormat
270 return format(*fFromCalendar, *fToCalendar, appendTo,fieldPosition, status);
278 DateIntervalFormat::format(Calendar& fromCalendar, function in class:DateIntervalFormat
326 return fDateFormat->format(fromCalendar, appendTo, pos)
    [all...]
  /frameworks/base/core/java/android/view/
WindowManager.java 1204 public int format; field in class:WindowManager.LayoutParams
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 190 connection.executeSimpleCommand(String.format(Locale.US,
236 connection.executeSimpleCommand(String.format(Locale.US,
261 String.format(Locale.US, ImapConstants.UID_COPY + " %s \"%s\"",
350 String.format(Locale.US,
482 throw new MessagingException(String.format("Invalid range: %d %d", start, end));
485 searchForUids(String.format(Locale.US, "%d:%d NOT DELETED", start, end)), listener);
580 mConnection.sendCommand(String.format(Locale.US,
    [all...]
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 249 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs )
262 for (i = 0; format[i] != 0; i++) {
263 if (format[i] != '%') {
264 send(format[i]);
270 if (format[i] == 0)
272 if (format[i] == '%') {
281 if (format[i] == '(') {
286 if (format[i] == ',') {
291 if (format[i] == '-') {
296 if (format[i] == '0')
    [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp 67 // audio_format_t format
108 audio_format_t format,
122 mStatus = set(streamType, sampleRate, format, channelMask,
130 audio_format_t format,
149 mStatus = set(streamType, sampleRate, format, channelMask,
178 audio_format_t format,
222 if (format == AUDIO_FORMAT_DEFAULT) {
223 format = AUDIO_FORMAT_PCM_16_BIT;
230 if (!audio_is_valid_format(format)) {
231 ALOGE("Invalid format");
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoEncoder.java 43 * An encoder for the dex debug info state machine format. The format
203 annotate(1, String.format("%04x: prologue end",address));
410 String.format("parameters_size: %04x", szParamTypes));
621 String.format("%04x: +local restart %s",
700 String.format("%04x: +local %s", address,
730 String.format("%04x: +localx %s", address,
755 String.format("%04x: -local %s", address,
816 String.format("%04x: line %d", address, line));
823 * Essentially the same as described in "DWARF Debugging Format Version 3
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoEncoder.java 43 * An encoder for the dex debug info state machine format. The format
203 annotate(1, String.format("%04x: prologue end",address));
410 String.format("parameters_size: %04x", szParamTypes));
621 String.format("%04x: +local restart %s",
700 String.format("%04x: +local %s", address,
730 String.format("%04x: +localx %s", address,
755 String.format("%04x: -local %s", address,
816 String.format("%04x: line %d", address, line));
823 * Essentially the same as described in "DWARF Debugging Format Version 3
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 344 int format,
358 if (format == CAMERA2_HAL_PIXEL_FORMAT_ZSL) {
359 format = HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED;
362 if (format != HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED) {
367 if (format == (int)kAvailableFormats[formatIdx]) break;
370 ALOGE("%s: Format 0x%x is not supported", __FUNCTION__, format);
377 switch (format) {
400 ALOGE("%s: Unknown format 0x%x", __FUNCTION__, format);
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
camera.cc 63 // format suitable for use with SkBitmap. For the formula see
76 // Enumerates available frame sizes for specified pixel format and picks up the
219 v4l2_format format = {}; local
220 format.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
221 format.fmt.pix.width = frame_size.width();
222 format.fmt.pix.height = frame_size.height();
223 format.fmt.pix.pixelformat = V4L2_PIX_FMT_YUYV;
224 format.fmt.pix.field = V4L2_FIELD_INTERLACED;
225 if (xioctl(fd, VIDIOC_S_FMT, &format) == -1) {
237 frame_width_ = format.fmt.pix.width
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoEncoder.java 43 * An encoder for the dex debug info state machine format. The format
203 annotate(1, String.format("%04x: prologue end",address));
410 String.format("parameters_size: %04x", szParamTypes));
621 String.format("%04x: +local restart %s",
700 String.format("%04x: +local %s", address,
730 String.format("%04x: +localx %s", address,
755 String.format("%04x: -local %s", address,
816 String.format("%04x: line %d", address, line));
823 * Essentially the same as described in "DWARF Debugging Format Version 3
    [all...]
  /external/kernel-headers/original/linux/
pnp.h 452 #define pnp_err(format, arg...) printk(KERN_ERR "pnp: " format "\n" , ## arg)
453 #define pnp_info(format, arg...) printk(KERN_INFO "pnp: " format "\n" , ## arg)
454 #define pnp_warn(format, arg...) printk(KERN_WARNING "pnp: " format "\n" , ## arg)
457 #define pnp_dbg(format, arg...) printk(KERN_DEBUG "pnp: " format "\n" , ## arg)
459 #define pnp_dbg(format, arg...) do {} while (0)
usb.h     [all...]
  /external/openssl/apps/
apps.c 170 const char *key_descrip, int format);
786 X509 *load_cert(BIO *err, const char *file, int format,
818 if (format == FORMAT_ASN1)
820 else if (format == FORMAT_NETSCAPE)
838 else if (format == FORMAT_PEM)
841 else if (format == FORMAT_PKCS12)
848 BIO_printf(err,"bad input format specified for %s\n",
862 EVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin,
872 if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE))
878 if (format == FORMAT_ENGINE
    [all...]
  /external/v8/src/
platform-win32.cc 83 const char* format, va_list argptr) {
85 return _vsnprintf(buffer, sizeOfBuffer, format, argptr);
690 static void VPrintHelper(FILE* stream, const char* format, va_list args) {
692 vfprintf(stream, format, args);
698 OS::VSNPrintF(buffer, format, args);
742 void OS::Print(const char* format, ...) {
744 va_start(args, format);
745 VPrint(format, args);
750 void OS::VPrint(const char* format, va_list args) {
751 VPrintHelper(stdout, format, args)
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp 67 OMX_IN OMX_COLOR_FORMATTYPE format,
84 switch (format) {
150 ret = Exynos_OSAL_Hal2OMXPixelFormat(priv_hnd->format);
163 OMX_IN OMX_COLOR_FORMATTYPE format,
172 ret = Exynos_OSAL_LockANBHandle((OMX_U32)pANB->handle, width, height, format, planes);
246 width = pExynosPort->portDefinition.format.video.nFrameWidth;
247 height = pExynosPort->portDefinition.format.video.nFrameHeight;
249 pExynosPort->portDefinition.format.video.eColorFormat,
436 pExynosPort->portDefinition.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE)OMX_SEC_COLOR_FormatNV12Tiled;
550 * meta data contains the following data format
    [all...]
  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 99 static void TRACE_ERROR(const char* format, ...)
102 va_start(ap, format);
104 vfprintf(stderr, format, ap);
109 static void TRACE_WARNING(const char* format, ...)
112 va_start(ap, format);
114 vfprintf(stderr, format, ap);
119 static void TRACE_INFO(const char* format, ...)
122 va_start(ap, format);
124 vfprintf(stderr, format, ap);
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 17 package android.text.format.cts;
24 import android.text.format.Time;
338 String expectedTime = String.format("%d-%02d-%02d %02d:%02d",
340 String actualTime = String.format("%d-%02d-%02d %02d:%02d",
356 String expectedTime = String.format("%d-%02d-%02d %02d:%02d",
358 String actualTime = String.format("%d-%02d-%02d %02d:%02d",
379 String expectedTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d",
382 String actualTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d",
401 String expectedTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d",
404 String actualTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d"
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 354 // of the graphic format named by the desc parameter. Search failure
368 // of the graphic format specified by the id parameter. Search failure
373 if (id == hwcTestGraphicFormat[n1].format) {
382 // Given the integer ID of a graphic format, return a pointer to
383 // a string that describes the format.
384 const char *hwcTestGraphicFormat2str(uint32_t format)
389 if (format == hwcTestGraphicFormat[n1].format) {
541 // Returns a uint32_t that contains a format specific representation of a
543 uint32_t hwcTestColor2Pixel(uint32_t format, ColorFract color, float alpha
546 uint32_t format; member in struct:attrib
609 int format; member in struct:attrib
799 uint32_t format; member in struct:attrib
    [all...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 55 audio_format_t format; member in struct:android::submix_config
148 static int out_set_format(struct audio_stream *stream, audio_format_t format)
150 if (format != AUDIO_FORMAT_PCM_16_BIT) {
345 static int in_set_format(struct audio_stream *stream, audio_format_t format)
347 if (format != AUDIO_FORMAT_PCM_16_BIT) {
557 config->format = AUDIO_FORMAT_PCM_16_BIT;
558 rsxadev->config.format = config->format;
569 const NBAIO_Format format = Format_from_SR_C(config->sample_rate, 2); local
570 const NBAIO_Format offers[1] = {format};
    [all...]
  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 77 struct v4l2_format format; member in struct:rotator_info
447 // format
448 info->format.type = info->buf_type;
449 if (exynos_v4l2_g_fmt(fd, &info->format) < 0) {
454 if (info->width != info->format.fmt.pix_mp.width ||
455 info->height != info->format.fmt.pix_mp.height ||
456 info->v4l2_colorformat != info->format.fmt.pix_mp.pixelformat) {
512 info->format.fmt.pix_mp.width = info->width;
513 info->format.fmt.pix_mp.height = info->height;
514 info->format.fmt.pix_mp.pixelformat = info->v4l2_colorformat
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 337 String.format(Messages.ApkBuilder_Using_s_To_Sign, keystoreOsPath));
399 String msg = String.format(
405 consoleMsgs.add(String.format(
557 envp[i++] = String.format("%1$s=%2$s", //$NON-NLS-1$
595 String msg = String.format(Messages.Proguard_Exec_Error, commandArray[0]);
598 String msg = String.format(Messages.Proguard_Exec_Error, commandArray[0]);
746 String.format("Pre-Dexing %1$s -> %2$s", input, fileName));
758 String message = String.format(Messages.Dalvik_Error_d, res);
764 String.format("Using Pre-Dexed %1$s <- %2$s",
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 549 bufferConf.nSizeImage = pExynosInputPort->portDefinition.format.video.nFrameWidth
550 * pExynosInputPort->portDefinition.format.video.nFrameHeight * 3 / 2;
648 if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth) ||
649 (pExynosInputPort->portDefinition.format.video.nFrameHeight != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight)) {
650 pExynosInputPort->portDefinition.format.video.nFrameWidth = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth;
651 pExynosInputPort->portDefinition.format.video.nFrameHeight = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight;
652 pExynosInputPort->portDefinition.format.video.nStride = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
653 pExynosInputPort->portDefinition.format.video.nSliceHeight = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
668 if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth) ||
669 (pExynosInputPort->portDefinition.format.video.nFrameHeight != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight) |
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ConfigResultsElement.java 334 localBuffer.append(Util.PERCENTAGE_FORMAT.format(delta));
336 localBuffer.append(Util.PERCENTAGE_FORMAT.format(error));
342 localBuffer.append(Util.DOUBLE_FORMAT.format(stats[1]));
344 localBuffer.append(Util.DOUBLE_FORMAT.format(stats[2]));
346 localBuffer.append(Util.PERCENTAGE_FORMAT.format(stats[3]));
385 localBuffer.append(Util.PERCENTAGE_FORMAT.format(error));
  /external/eigen/unsupported/test/mpreal/
mpreal.cpp 413 std::string mpreal::toString(const std::string& format) const
418 if( !format.empty() )
420 if(!(mpfr_asprintf(&s,format.c_str(),mp) < 0))
440 char format[128]; local
445 sprintf(format,"%%.%dRNg",digits); // Default format
447 return toString(std::string(format));
  /external/icu4c/test/intltest/
dcfmapts.cpp 121 Format *clone = def.clone();
127 // ======= Test various format() methods
129 logln((UnicodeString)"Testing various format() methods");
139 res1 = def.format(d, res1, pos1);
142 res2 = pat.format(l, res2, pos2);
146 res3 = cust1.format(fD, res3, pos3, status);
148 errln((UnicodeString)"ERROR: format(Formattable [double]) failed");
153 res4 = cust2.format(fL, res4, pos4, status);
155 errln((UnicodeString)"ERROR: format(Formattable [long]) failed");
450 pat.format(Roundingnumber, resultStr)
    [all...]

Completed in 1358 milliseconds

<<61626364656667686970>>