Searched refs:format (Results 301 - 325 of 6114) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/re/re.def/defns.regex.format.specifier/
H A DAndroid.mk17 test_makefile := external/libcxx/test/re/re.def/defns.regex.format.specifier/Android.mk
19 test_name := re/re.def/defns.regex.format.specifier/nothing_to_do
/external/libexif/libexif/canon/
H A Dmnote-canon-entry.h24 #include <libexif/exif-format.h>
32 ExifFormat format; member in struct:_MnoteCanonEntry
/external/libexif/libexif/fuji/
H A Dmnote-fuji-entry.h24 #include <libexif/exif-format.h>
34 ExifFormat format; member in struct:_MnoteFujiEntry
/external/libexif/libexif/olympus/
H A Dmnote-olympus-entry.h24 #include <libexif/exif-format.h>
32 ExifFormat format; member in struct:_MnoteOlympusEntry
/external/libexif/libexif/pentax/
H A Dmnote-pentax-entry.h24 #include <libexif/exif-format.h>
32 ExifFormat format; member in struct:_MnotePentaxEntry
/external/libvpx/libvpx/tools/
H A Dgen_authors.sh9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dutil.h14 int (*error)(const char *format, va_list args);
15 int (*warning)(const char *format, va_list args);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.h40 unsigned r300_get_pixel_alignment(enum pipe_format format,
53 unsigned r300_stride_to_width(enum pipe_format format,
H A Dr300_texture.h42 uint32_t r300_translate_texformat(enum pipe_format format,
47 uint32_t r500_tx_format_msb_bit(enum pipe_format format);
49 boolean r300_is_colorbuffer_format_supported(enum pipe_format format);
51 boolean r300_is_zs_format_supported(enum pipe_format format);
53 boolean r300_is_sampler_format_supported(enum pipe_format format);
57 enum pipe_format format,
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.h42 gl_format format; member in struct:nouveau_surface
51 unsigned flags, unsigned format,
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyKeyPairGenerator1.java95 private String format; field in class:MyKeyPairGenerator1.PubKey
101 this.format = "test1";
110 return format;
121 private String format; field in class:MyKeyPairGenerator1.PrivKey
127 this.format = "test1";
136 return format;
/external/chromium_org/cc/resources/
H A Dscoped_resource.cc20 ResourceFormat format) {
24 set_dimensions(size, format);
26 size, GL_CLAMP_TO_EDGE, hint, format));
35 ResourceFormat format) {
39 set_dimensions(size, format);
45 format));
18 Allocate(const gfx::Size& size, ResourceProvider::TextureHint hint, ResourceFormat format) argument
33 AllocateManaged(const gfx::Size& size, GLenum target, ResourceFormat format) argument
/external/chromium_org/native_client_sdk/src/libraries/error_handling/
H A Dstring_stream.c21 int ssvprintf(sstream_t* stream, const char* format, va_list args) { argument
27 len = vsnprintf(NULL, 0, format, args);
36 vsprintf(&stream->data[stream->length], format, hold);
42 int ssprintf(sstream_t* stream, const char* format, ...) { argument
45 va_start(args, format);
46 out = ssvprintf(stream, format, args);
/external/chromium_org/ppapi/api/
H A Dppb_image_data.idl65 PP_ImageDataFormat format;
83 * GetNativeImageDataFormat() returns the browser's preferred format for
84 * image data. The browser uses this format internally for painting. Other
88 * @return A <code>PP_ImageDataFormat</code> containing the preferred format.
93 * IsImageDataFormatSupported() determines if the given image data format is
99 * @param[in] format The image data format.
102 * image data format is supported by the browser.
105 [in] PP_ImageDataFormat format);
108 * Create() allocates an image data resource with the given format an
[all...]
/external/chromium_org/ppapi/c/private/
H A Dppb_flash_clipboard.h49 /** Indicates an invalid or unsupported clipboard data format. */
52 * Indicates plaintext clipboard data. The format expected/returned is a
57 * Indicates HTML clipboard data. The format expected/returned is a
62 * Indicates RTF clipboard data. The format expected/returned is a
83 * Registers a custom clipboard format. The format is identified by a
84 * string. An id identifying the format will be returned if the format is
86 * format. If the format ha
[all...]
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Derr.h138 err_report(int priority, char *format, ...);
158 #define debug_print(mod, format, arg) \
159 if (mod.on) err_report(err_level_debug, ("%s: " format "\n"), mod.name, arg)
160 #define debug_print2(mod, format, arg1,arg2) \
161 if (mod.on) err_report(err_level_debug, ("%s: " format "\n"), mod.name, arg1,arg2)
166 #define debug_print(mod, format, arg)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_texture.h42 uint32_t r300_translate_texformat(enum pipe_format format,
47 uint32_t r500_tx_format_msb_bit(enum pipe_format format);
49 boolean r300_is_colorbuffer_format_supported(enum pipe_format format);
51 boolean r300_is_zs_format_supported(enum pipe_format format);
53 boolean r300_is_sampler_format_supported(enum pipe_format format);
57 enum pipe_format format,
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dcompsize.c35 ** Return the number of elements per group of a specified format
38 __glElementsPerGroup(GLenum format, GLenum type) argument
65 switch (format) {
137 ** and format.
141 GLenum format, GLenum type, GLenum target)
167 ** Zero is returned if either format or type are invalid.
169 components = __glElementsPerGroup(format, type);
171 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
140 __glImageSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLenum target) argument
/external/chromium_org/tools/gyp/test/variables/commands/
H A Dupdate_golden7 python ../../../gyp --debug variables --format gypd --depth . commands.gyp > commands.gyp.stdout
8 python ../../../gyp --ignore-environment --debug variables --format gypd --depth . commands.gyp > commands.gyp.ignore-env.stdout
10 python ../../../gyp --debug variables --format gypd --depth . commands-repeated.gyp > commands-repeated.gyp.stdout
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDop.java40 /** {@code non-null;} the instruction format */
41 private final InsnFormat format; field in class:Dop
56 * @param format {@code non-null;} the instruction format
60 public Dop(int opcode, int family, int nextOpcode, InsnFormat format, argument
74 if (format == null) {
75 throw new NullPointerException("format == null");
81 this.format = format;
111 * Gets the instruction format
[all...]
/external/icu/icu4c/source/layout/
H A DDeviceTables.cpp24 le_uint16 format = SWAPW(deltaFormat) - 1; local
27 if (ppem >= start && ppem <= SWAPW(endSize) && format < FORMAT_COUNT) {
29 le_uint16 bits = fieldBits[format];
34 le_uint16 field = (word >> shift) & fieldMasks[format];
38 if ((field & fieldSignBits[format]) != 0) {
39 result |= ~ fieldMasks[format];
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpmu.y2 %parse-param {struct list_head *format}
37 format: label
38 format format_term
45 ABORT_ON(perf_pmu__new_format(format, name,
52 ABORT_ON(perf_pmu__new_format(format, name,
59 ABORT_ON(perf_pmu__new_format(format, name,
/external/lldb/tools/debugserver/source/
H A DDNBError.cpp63 DNBError::LogThreadedIfError(const char *format, ...) const argument
69 va_start (args, format);
70 ::vasprintf (&arg_msg, format, args);
85 DNBError::LogThreaded(const char *format, ...) const argument
89 va_start (args, format);
90 ::vasprintf (&arg_msg, format, args);
/external/mesa3d/src/glx/
H A Dcompsize.c35 ** Return the number of elements per group of a specified format
38 __glElementsPerGroup(GLenum format, GLenum type) argument
65 switch (format) {
137 ** and format.
141 GLenum format, GLenum type, GLenum target)
167 ** Zero is returned if either format or type are invalid.
169 components = __glElementsPerGroup(format, type);
171 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
140 __glImageSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLenum target) argument
/external/srtp/crypto/include/
H A Derr.h138 err_report(int priority, char *format, ...);
158 #define debug_print(mod, format, arg) \
159 if (mod.on) err_report(err_level_debug, ("%s: " format "\n"), mod.name, arg)
160 #define debug_print2(mod, format, arg1,arg2) \
161 if (mod.on) err_report(err_level_debug, ("%s: " format "\n"), mod.name, arg1,arg2)
166 #define debug_print(mod, format, arg)

Completed in 778 milliseconds

<<11121314151617181920>>