HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 976 - 1000 of 11127) sorted by null

<<31323334353637383940>>

  /hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.h 30 #define STRING_TO_FOURCC(format) ((uint32_t)(((format)[0])|((format)[1]<<8)|((format)[2]<<16)|((format)[3]<<24)))
62 uint32_t format; //color format member in struct:__anon40365
63 uint32_t s3dformat; //S3D format
  /hardware/libhardware/modules/usbaudio/
alsa_device_proxy.c 41 proxy->alsa_config.format =
42 config->format != PCM_FORMAT_INVALID && profile_is_format_valid(profile, config->format)
43 ? config->format : profile->default_config.format;
108 * Format
112 return proxy->alsa_config.format;
  /libcore/benchmarks/src/benchmarks/regression/
RealToStringBenchmark.java 97 String.format("%f", SMALL);
103 String.format("%f", MEDIUM);
109 String.format("%f", LARGE);
115 String.format("%.2f", SMALL);
121 String.format("%.2f", MEDIUM);
127 String.format("%.2f", LARGE);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
support.cpp 20 int asprintf(char **sptr, const char *__restrict format, ...)
23 va_start(ap, format);
25 result = vasprintf(sptr, format, ap);
33 int vasprintf( char **sptr, const char *__restrict format, va_list ap )
37 int count = _vsnprintf( NULL, 0, format, ap );
46 if (_vsnprintf(p, buffer_size, format, ap) != count) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.form/
form2.pass.cpp 16 // format(OutputIter out, const basic_string<char_type, ST, SA>& fmt,
38 char* r = m.format(output_iterator<char*>(out), fmt).base();
49 char* r = m.format(output_iterator<char*>(out),
61 char* r = m.format(output_iterator<char*>(out),
74 wchar_t* r = m.format(output_iterator<wchar_t*>(out), fmt).base();
85 wchar_t* r = m.format(output_iterator<wchar_t*>(out),
97 wchar_t* r = m.format(output_iterator<wchar_t*>(out),
form3.pass.cpp 16 // format(const basic_string<char_type, ST, SA>& fmt,
36 nstr out = m.format(fmt);
45 nstr out = m.format(fmt, std::regex_constants::format_sed);
54 nstr out = m.format(fmt, std::regex_constants::format_sed);
64 wstr out = m.format(fmt);
73 wstr out = m.format(fmt, std::regex_constants::format_sed);
82 wstr out = m.format(fmt, std::regex_constants::format_sed);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
PhoneNumberTestService.java 95 PhoneNumberFormat format) {
103 formatted = util.format(pn, format);
105 truncated = util.format(pn, format);
109 Log.i(TAG, " PhoneNumberUtil.format(parse(" + number + ", " + country + "), " + format
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursslk.h 51 Justification format; // The Justification member in class:Soft_Label_Key_Set::Soft_Label_Key
54 Soft_Label_Key() : label(NULL), format(Left), num(-1) {
67 format = just;
86 format(rhs.format),
104 static Label_Layout NCURSES_IMPEXP format; // Layout of the Key Sets member in class:Soft_Label_Key_Set
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursslk.h 51 Justification format; // The Justification member in class:Soft_Label_Key_Set::Soft_Label_Key
54 Soft_Label_Key() : label(NULL), format(Left), num(-1) {
67 format = just;
86 format(rhs.format),
104 static Label_Layout NCURSES_IMPEXP format; // Layout of the Key Sets member in class:Soft_Label_Key_Set
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_blit.c 142 util_format_description(texture->resource.b.b.format);
190 surf_tmpl.format = texture->resource.b.b.format;
198 surf_tmpl.format = flushed_depth_texture->resource.b.b.format;
280 surf_tmpl.format = rtex->resource.b.b.format;
393 return info->dst.res->format == info->src.res->format &&
433 templ.format = info->src.res->format
561 unsigned format; member in struct:texture_orig_info
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 142 util_format_description(texture->resource.b.b.format);
190 surf_tmpl.format = texture->resource.b.b.format;
198 surf_tmpl.format = flushed_depth_texture->resource.b.b.format;
280 surf_tmpl.format = rtex->resource.b.b.format;
393 return info->dst.res->format == info->src.res->format &&
433 templ.format = info->src.res->format
561 unsigned format; member in struct:texture_orig_info
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_surface.c 95 depth = screen->format->BitsPerPixel;
96 Rmask = screen->format->Rmask;
97 Gmask = screen->format->Gmask;
98 Bmask = screen->format->Bmask;
99 Amask = screen->format->Amask;
102 surface->format = SDL_AllocFormat(depth, Rmask, Gmask, Bmask, Amask);
103 if ( surface->format == NULL ) {
190 (key == surface->format->colorkey) ) {
205 surface->format->colorkey = key;
219 surface->format->colorkey = 0
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_clipboard_message_filter.cc 43 // native format type. However we should be able to store them in the same way
49 bool JumpToFormatInPickle(const base::string16& format, PickleIterator* iter) {
57 if (stored_format == format)
68 bool IsFormatAvailableInPickle(const base::string16& format,
71 return JumpToFormatInPickle(format, &iter);
74 std::string ReadDataFromPickle(const base::string16& format,
78 if (!JumpToFormatInPickle(format, &iter) || !iter.ReadString(&result))
145 uint32_t format = custom_formats_.RegisterFormat(format_name); local
146 if (format == PP_FLASH_CLIPBOARD_FORMAT_INVALID)
149 PpapiPluginMsg_FlashClipboard_RegisterCustomFormatReply(format);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_printf.cc 120 const char *format, va_list args) {
123 RAW_CHECK(format);
126 const char *cur = format;
230 static void SharedPrintfCode(bool append_pid, const char *format,
264 buffer_size - needed_length, format, args);
283 FORMAT(1, 2)
284 void Printf(const char *format, ...) {
286 va_start(args, format);
287 SharedPrintfCode(false, format, args);
292 FORMAT(1, 2
    [all...]
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 33 private static void generateHeader0(String fileName, String format) {
34 if (format.equals("brief")) {
38 } else if (format.equals("xml")) {
46 throw new RuntimeException("unknown output format");
50 public static void generateFirstHeader(String fileName, String format) {
51 generateHeader0(fileName, format);
54 public static void generateHeader(String fileName, String format) {
56 generateHeader0(fileName, format);
59 public static void generateFooter(String format) {
60 if (format.equals("brief"))
    [all...]
  /development/ndk/platforms/android-3/include/linux/
device.h 207 #define dev_printk(level, dev, format, arg...) printk(level "%s %s: " format , dev_driver_string(dev) , (dev)->bus_id , ## arg)
210 #define dev_dbg(dev, format, arg...) dev_printk(KERN_DEBUG , dev , format , ## arg)
212 #define dev_dbg(dev, format, arg...) do { (void)(dev); } while (0)
215 #define dev_err(dev, format, arg...) dev_printk(KERN_ERR , dev , format , ## arg)
216 #define dev_info(dev, format, arg...) dev_printk(KERN_INFO , dev , format , ## arg)
217 #define dev_warn(dev, format, arg...) dev_printk(KERN_WARNING , dev , format , ## arg
    [all...]
  /external/chromium_org/cc/resources/
texture_uploader.cc 141 ResourceFormat format,
150 if (format == ETC1) {
156 image, image_rect, source_rect, dest_offset, format);
185 ResourceFormat format) {
198 unsigned bytes_per_pixel = BitsPerPixel(format) / 8;
230 GLDataFormat(format),
231 GLDataType(format),
239 ResourceFormat format) {
248 DCHECK_NE(ETC1, format);
253 unsigned bytes_per_pixel = BitsPerPixel(format) / 8
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttpost.c 378 FT_Fixed format; local
393 format = face->postscript.FormatType;
400 if ( format == 0x00020000L )
402 else if ( format == 0x00028000L )
419 FT_Fixed format; local
424 format = face->postscript.FormatType;
426 if ( format == 0x00020000L )
441 else if ( format == 0x00028000L )
483 FT_Fixed format; local
507 format = face->postscript.FormatType
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/gbm/
gbm_drm.c 44 gbm_format_to_gallium(enum gbm_bo_format format)
46 switch (format) {
77 enum gbm_bo_format format,
83 pf = gbm_format_to_gallium(format);
91 if (usage & GBM_BO_USE_SCANOUT && format != GBM_BO_FORMAT_XRGB8888)
147 switch (resource->format) {
149 bo->base.base.format = GBM_BO_FORMAT_XRGB8888;
152 bo->base.base.format = GBM_BO_FORMAT_ARGB8888;
174 enum gbm_bo_format format, uint32_t usage)
189 bo->base.base.format = format
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wayland/
wayland_sw_winsys.c 51 enum pipe_format format; member in struct:wayland_sw_displaytarget
141 enum pipe_format format)
143 switch (format) {
155 enum pipe_format format,
164 if (!wayland_is_displaytarget_format_supported(ws, tex_usage, format))
173 wldt->format = format;
177 format_stride = util_format_get_stride(format, width);
180 nblocksy = util_format_get_nblocksy(format, height);
212 if (!wayland_is_displaytarget_format_supported(ws, 0, templet->format))
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLSL.h 150 GrGLSLExpr(const char format[], const char in0[])
152 fExpr.appendf(format, in0);
156 GrGLSLExpr(const char format[], const char in0[], const char in1[])
158 fExpr.appendf(format, in0, in1);
196 * format should be the form "%s.x" where 'x' is the component(s) to access.
198 * format string is equal to dim(T).
201 T extractComponents(const char format[]) const;
235 GrGLSLExpr1(const char format[], const char in0[])
236 : INHERITED(format, in0) {
238 GrGLSLExpr1(const char format[], const char in0[], const char in1[]
    [all...]
  /external/freetype/src/sfnt/
ttpost.c 378 FT_Fixed format; local
393 format = face->postscript.FormatType;
400 if ( format == 0x00020000L )
402 else if ( format == 0x00028000L )
419 FT_Fixed format; local
424 format = face->postscript.FormatType;
426 if ( format == 0x00020000L )
441 else if ( format == 0x00028000L )
483 FT_Fixed format; local
507 format = face->postscript.FormatType
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
msgfmt.h 13 * 07/22/98 stephen Removed operator!= (defined in Format)
29 #include "unicode/format.h"
57 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
69 * <p>An argument might not specify any format type. In this case,
75 * Format object is created, cached and used.
81 * <p>After construction, a custom Format object can be set for
97 * (or using a custom Format object if one was set).
153 * a <code>Format</code> instance for the format element. The following
154 * table shows how the values map to Format instances. Combinations no
    [all...]
  /external/mesa3d/src/gallium/state_trackers/gbm/
gbm_drm.c 44 gbm_format_to_gallium(enum gbm_bo_format format)
46 switch (format) {
77 enum gbm_bo_format format,
83 pf = gbm_format_to_gallium(format);
91 if (usage & GBM_BO_USE_SCANOUT && format != GBM_BO_FORMAT_XRGB8888)
147 switch (resource->format) {
149 bo->base.base.format = GBM_BO_FORMAT_XRGB8888;
152 bo->base.base.format = GBM_BO_FORMAT_ARGB8888;
174 enum gbm_bo_format format, uint32_t usage)
189 bo->base.base.format = format
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/wayland/
wayland_sw_winsys.c 51 enum pipe_format format; member in struct:wayland_sw_displaytarget
141 enum pipe_format format)
143 switch (format) {
155 enum pipe_format format,
164 if (!wayland_is_displaytarget_format_supported(ws, tex_usage, format))
173 wldt->format = format;
177 format_stride = util_format_get_stride(format, width);
180 nblocksy = util_format_get_nblocksy(format, height);
212 if (!wayland_is_displaytarget_format_supported(ws, 0, templet->format))
    [all...]

Completed in 1381 milliseconds

<<31323334353637383940>>