HomeSort by relevance Sort by last modified time
    Searched full:format (Results 251 - 275 of 12508) sorted by null

<<11121314151617181920>>

  /external/icu4c/extra/uconv/unicode/
uwmsg.h 23 /* Format a message and print it's output to a given file stream */
26 /* format an error message */
  /external/icu4c/samples/date/
date.c 46 static void date(const UChar *tz, UDateFormatStyle style, char *format, UErrorCode *status);
67 char *format = NULL; local
90 /* display date in long format */
94 /* display date in medium format */
98 /* display date in short format */
102 else if(strcmp(arg, "-F") == 0 || strcmp(arg, "--format") == 0) {
105 format = argv[optind];
138 date(tz, style, format, &status);
153 puts(" -f, --full Use full display format.");
154 puts(" -l, --long Use long display format.")
    [all...]
  /external/libsepol/include/sepol/
debug.h 23 * particular format. Passing NULL here
27 __attribute__ ((format(printf, 3, 4)))
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
LIST 16 date-format-tofte
17 date-format-xparb
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
LIST 16 date-format-tofte
17 date-format-xparb
  /external/webkit/Source/WebCore/svg/
SVGPathStringBuilder.cpp 41 m_stringBuilder.append(String::format("M %.6lg %.6lg ", targetPoint.x(), targetPoint.y()));
43 m_stringBuilder.append(String::format("m %.6lg %.6lg ", targetPoint.x(), targetPoint.y()));
49 m_stringBuilder.append(String::format("L %.6lg %.6lg ", targetPoint.x(), targetPoint.y()));
51 m_stringBuilder.append(String::format("l %.6lg %.6lg ", targetPoint.x(), targetPoint.y()));
57 m_stringBuilder.append(String::format("H %.6lg ", x));
59 m_stringBuilder.append(String::format("h %.6lg ", x));
65 m_stringBuilder.append(String::format("V %.6lg ", y));
67 m_stringBuilder.append(String::format("v %.6lg ", y));
73 m_stringBuilder.append(String::format("C %.6lg %.6lg %.6lg %.6lg %.6lg %.6lg ", point1.x(), point1.y(), point2.x(), point2.y(), targetPoint.x(), targetPoint.y()));
75 m_stringBuilder.append(String::format("c %.6lg %.6lg %.6lg %.6lg %.6lg %.6lg ", point1.x(), point1.y(), point2.x(), point2.y(), targetPo (…)
    [all...]
  /sdk/emulator/opengl/system/renderControl_enc/
renderControl.attrib 36 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height)
40 len pixels (((glUtilsPixelBitSize(format, type) * width) >> 3) * height)
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_CharStar.c 307 M4OSA_Char *format, ...)
326 "M4OSA_Char* %x)",pStrOut,strOutMaxLen,format);
329 M4OSA_DEBUG_IF2(M4OSA_NULL == format, M4ERR_PARAMETER,
332 va_start(marker,format);
335 pTemp = format;
387 err= vsnprintf((char *)pStrOut, (size_t)strOutMaxLen + 1, (const char *)format, marker);
401 newFormatLength = strlen((const char *)format) + 1;
412 /* copy format to newFormat, replacing %[flags][width][.precision]ll[conversion]
414 while(*format)
416 nbChar = strcspn((const char *)format, "%")
    [all...]
  /external/blktrace/
blkparse_fmt.c 2 * This file contains format parsing code for blkparse, allowing you to
3 * customize the individual action format and generel output format.
39 fprintf(stderr,"Bad format specifier %c\n", spec);
43 fprintf(stderr,"Bad format specifier - need ',' %s\n", option);
167 char format[64]; local
171 sprintf(format, "%%-%d", width);
173 sprintf(format, "%%%d", width);
175 sprintf(format, "%%");
179 fprintf(ofp, strcat(format, "s"), act)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 114 def.format.video.cMIMEType =
119 def.format.video.pNativeRender = NULL;
120 def.format.video.nFrameWidth = mWidth;
121 def.format.video.nFrameHeight = mHeight;
122 def.format.video.nStride = def.format.video.nFrameWidth;
123 def.format.video.nSliceHeight = def.format.video.nFrameHeight;
124 def.format.video.nBitrate = 0;
125 def.format.video.xFramerate = 0
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 118 def.format.video.cMIMEType = const_cast<char *>(MEDIA_MIMETYPE_VIDEO_AVC);
119 def.format.video.pNativeRender = NULL;
120 def.format.video.nFrameWidth = mWidth;
121 def.format.video.nFrameHeight = mHeight;
122 def.format.video.nStride = def.format.video.nFrameWidth;
123 def.format.video.nSliceHeight = def.format.video.nFrameHeight;
124 def.format.video.nBitrate = 0;
125 def.format.video.xFramerate = 0
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/po/
Makevars 15 --flag=_:1:pass-c-format\
16 --flag=N_:1:pass-c-format\
17 --flag=error:3:c-format --flag=error_at_line:5:c-format\
20 --flag=asprintf:2:c-format --flag=vasprintf:2:c-format\
21 --flag=asnprintf:3:c-format --flag=vasnprintf:3:c-format\
22 --flag=wrapf:1:c-format\
23 --flag=error:3:c-format --flag=error_at_line:5:c-format
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldFormatterTest.java 51 assertEquals("aaa 111?", new Formatter().format("aaa %s?", ones).toString());
52 assertEquals("aaa 111 bbb 222?", new Formatter().format("aaa %s bbb %s?", ones, twos).toString());
65 fLoc.format(Locale.US, "%f", val);
66 fNoL.format("%f", val);
73 fLoc.format(Locale.US, "%f", val);
74 fNoL.format("%f", val);
80 fLoc.format(Locale.US, "%f", val);
81 fNoL.format("%f", val);
87 fLoc.format(Locale.US, "%tA %tB %td %tT", cal, cal, cal, cal);
88 fNoL.format("%tA %tB %td %tT", cal, cal, cal, cal)
    [all...]
  /external/llvm/include/llvm/Support/
Format.h 1 //===- Format.h - Efficient printf-style formatting for streams -*- C++ -*-===//
10 // This file implements the format() function, which can be used with other
15 // OS << "mynumber: " << format("%4.5f", 1234.412) << '\n';
19 // OS << format("mynumber: %4.5f\n", 1234.412);
53 /// print - Format the object into the specified buffer. On success, this
75 /// format_object1 - This is a templated helper class used by the format
76 /// function that captures the object to be formated and the format string. When
92 /// format_object2 - This is a templated helper class used by the format
93 /// function that captures the object to be formated and the format string. When
110 /// format_object3 - This is a templated helper class used by the format
176 inline format_object1<T> format(const char *Fmt, const T &Val) { function in namespace:llvm
183 inline format_object2<T1, T2> format(const char *Fmt, const T1 &Val1, function in namespace:llvm
191 inline format_object3<T1, T2, T3> format(const char *Fmt, const T1 &Val1, function in namespace:llvm
199 inline format_object4<T1, T2, T3, T4> format(const char *Fmt, const T1 &Val1, function in namespace:llvm
208 inline format_object5<T1, T2, T3, T4, T5> format(const char *Fmt,const T1 &Val1, function in namespace:llvm
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/dma/
SDL_dmaaudio.c 250 static int DMA_ReopenAudio(_THIS, const char *audiodev, int format, int stereo,
280 /* Set the audio format */
281 value = format;
283 (value != format) ) {
284 SDL_SetError("Couldn't set audio format");
311 int format; local
331 SDL_SetError("Couldn't get audio format list");
335 /* Try for a closest match on audio format */
336 format = 0;
337 for ( test_format = SDL_FirstAudioFormat(spec->format);
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 70 * made and reported for each of the known graphic format.
171 uint32_t format; member in class:Rectangle
242 uint32_t format; member in struct:meas
278 uint32_t maxOverlays(uint32_t format, bool allowOverlap);
279 list<uint32_t> supportedTransforms(uint32_t format);
280 list<uint32_t> supportedBlends(uint32_t format);
281 uint32_t dfMinWidth(uint32_t format);
282 uint32_t dfMinHeight(uint32_t format);
283 uint32_t dfMaxWidth(uint32_t format);
284 uint32_t dfMaxHeight(uint32_t format);
435 const struct hwcTestGraphicFormat *format; local
    [all...]
  /external/bluetooth/glib/po/
am.po 20 #, c-format
26 #, c-format
32 #, c-format
38 #, c-format
47 #, c-format
60 #, c-format
65 #, c-format
70 #, c-format
75 #, c-format
80 #, c-format
    [all...]
ar.po 26 #, c-format
32 #, c-format
38 #, c-format
44 #, c-format
53 #, c-format
66 #, c-format
71 #, c-format
76 #, c-format
81 #, c-format
86 #, c-format
    [all...]
as.po 22 #, c-format
28 #, c-format
34 #, c-format
40 #, c-format
49 #, c-format
62 #, c-format
67 #, c-format
72 #, c-format
77 #, c-format
82 #, c-format
    [all...]
bg.po 20 #, c-format
26 #, c-format
32 #, c-format
38 #, c-format
47 #, c-format
60 #, c-format
65 #, c-format
70 #, c-format
75 #, c-format
80 #, c-format
    [all...]
bn.po 21 #, c-format
27 #, c-format
33 #, c-format
39 #, c-format
48 #, c-format
61 #, c-format
66 #, c-format
71 #, c-format
76 #, c-format
81 #, c-format
    [all...]
bn_IN.po 27 #, c-format
33 #, c-format
39 #, c-format
45 #, c-format
54 #, c-format
67 #, c-format
72 #, c-format
77 #, c-format
82 #, c-format
87 #, c-format
    [all...]
bs.po 20 #, fuzzy, c-format
26 #, c-format
32 #, c-format
38 #, c-format
47 #, c-format
60 #, c-format
65 #, c-format
70 #, c-format
75 #, c-format
80 #, c-format
    [all...]
dz.po 22 #, c-format
28 #, c-format
34 #, c-format
40 #, c-format
49 #, c-format
62 #, c-format
67 #, c-format
72 #, c-format
77 #, c-format
82 #, c-format
    [all...]
el.po 28 #, c-format
34 #, c-format
40 #, c-format
46 #, c-format
56 #, c-format
69 #, c-format
74 #, c-format
79 #, c-format
85 #, c-format
90 #, c-format
    [all...]

Completed in 936 milliseconds

<<11121314151617181920>>