HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 301 - 325 of 6363) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/re/re.def/defns.regex.format.specifier/
Android.mk 17 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/
mnote-canon-entry.h 24 #include <libexif/exif-format.h>
32 ExifFormat format; member in struct:_MnoteCanonEntry
  /external/libexif/libexif/fuji/
mnote-fuji-entry.h 24 #include <libexif/exif-format.h>
34 ExifFormat format; member in struct:_MnoteFujiEntry
  /external/libexif/libexif/olympus/
mnote-olympus-entry.h 24 #include <libexif/exif-format.h>
32 ExifFormat format; member in struct:_MnoteOlympusEntry
  /external/libexif/libexif/pentax/
mnote-pentax-entry.h 24 #include <libexif/exif-format.h>
32 ExifFormat format; member in struct:_MnotePentaxEntry
  /external/libvpx/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
util.h 14 int (*error)(const char *format, va_list args);
15 int (*warning)(const char *format, va_list args);
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.h 40 unsigned r300_get_pixel_alignment(enum pipe_format format,
53 unsigned r300_stride_to_width(enum pipe_format format,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_surface.h 42 gl_format format; member in struct:nouveau_surface
51 unsigned flags, unsigned format,
  /art/runtime/base/
stringprintf.cc 23 void StringAppendV(std::string* dst, const char* format, va_list ap) {
32 int result = vsnprintf(space, sizeof(space), format, backup_ap);
55 result = vsnprintf(buf, length, format, backup_ap);
74 void StringAppendF(std::string* dst, const char* format, ...) {
76 va_start(ap, format);
77 StringAppendV(dst, format, ap);
  /bionic/libc/bionic/
malloc_debug_common.h 115 #define debug_log(format, ...) \
116 __libc_format_log(ANDROID_LOG_DEBUG, "malloc_leak_check", (format), ##__VA_ARGS__ )
117 #define error_log(format, ...) \
118 __libc_format_log(ANDROID_LOG_ERROR, "malloc_leak_check", (format), ##__VA_ARGS__ )
119 #define info_log(format, ...) \
120 __libc_format_log(ANDROID_LOG_INFO, "malloc_leak_check", (format), ##__VA_ARGS__ )
  /bionic/libc/private/
libc_logging.h 76 __LIBC_HIDDEN__ __noreturn void __libc_fatal(const char* format, ...) __printflike(1, 2);
84 __LIBC_HIDDEN__ void __libc_fatal_no_abort(const char* format, ...)
92 __LIBC_HIDDEN__ int __libc_format_buffer(char* buffer, size_t buffer_size, const char* format, ...)
95 __LIBC_HIDDEN__ int __libc_format_fd(int fd, const char* format, ...)
98 __LIBC_HIDDEN__ int __libc_format_log(int priority, const char* tag, const char* format, ...)
101 __LIBC_HIDDEN__ int __libc_format_log_va_list(int priority, const char* tag, const char* format,
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dop.java 29 /** {@code non-null;} the instruction format */
30 private final InsnFormat format; field in class:Dop
44 * @param format {@code non-null;} the instruction format
49 public Dop(int opcode, int family, InsnFormat format,
59 if (format == null) {
60 throw new NullPointerException("format == null");
69 this.format = format;
100 * Gets the instruction format
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dop.java 40 /** {@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,
74 if (format == null) {
75 throw new NullPointerException("format == null");
81 this.format = format;
111 * Gets the instruction format
    [all...]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyKeyPairGenerator1.java 95 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/
scoped_resource.cc 20 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));
  /external/chromium_org/native_client_sdk/src/libraries/error_handling/
string_stream.c 21 int ssvprintf(sstream_t* stream, const char* format, va_list args) {
27 len = vsnprintf(NULL, 0, format, args);
36 vsprintf(&stream->data[stream->length], format, hold);
42 int ssprintf(sstream_t* stream, const char* format, ...) {
45 va_start(args, format);
46 out = ssvprintf(stream, format, args);
  /external/chromium_org/ppapi/api/
ppb_image_data.idl 65 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 and size
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_flash_clipboard.h 49 /** 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 has already been registered, the id associated wit
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
err.h 138 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/
r300_texture.h 42 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/
compsize.c 35 ** Return the number of elements per group of a specified format
38 __glElementsPerGroup(GLenum format, GLenum type)
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) {
  /external/chromium_org/tools/gyp/test/variables/commands/
update_golden 7 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/
Dop.java 40 /** {@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,
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/
DeviceTables.cpp 24 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];

Completed in 1085 milliseconds

<<11121314151617181920>>