Searched refs:format (Results 1 - 25 of 6114) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/
H A Dbool-concat.js28 function format(a) { function
37 assertEquals("XtrueY", format(true));
38 assertEquals("XfalseY", format(false));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dlog.h14 #define LOG_TRACE(format, ...)
15 #define LOG_ERROR(format, ...)
16 #define LOG_WARN(format, ...)
22 #define LOG_TRACE(format, ...) \
23 nacl_io_log(LOG_PREFIX format "\n", ##__VA_ARGS__)
27 #define LOG_TRACE(format, ...)
31 #define LOG_ERROR(format, ...) \
32 nacl_io_log(LOG_PREFIX "%s:%d: error: " format "\n", \
37 #define LOG_WARN(format, ...) \
38 nacl_io_log(LOG_PREFIX "%s:%d: warning: " format "\
[all...]
/external/clang/test/CodeGen/
H A D2006-01-13-Includes.c4 int printf(const char * restrict format, ...);
H A D2002-02-18-64bitConstant.c5 int printf(const char * restrict format, ...);
/external/chromium_org/v8/test/intl/number-format/
H A Dformat-is-bound.js35 // The format() method should be properly bound to the nf object.
36 numberArray.forEach(nf.format);
39 nf.format(12345);
/external/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.cpp17 OS << format("0x%08x", getOffset()) << ": Compile Unit:"
18 << " length = " << format("0x%08x", getLength())
19 << " version = " << format("0x%04x", getVersion())
20 << " abbr_offset = " << format("0x%04x", getAbbreviations()->getOffset())
21 << " addr_size = " << format("0x%02x", getAddressByteSize())
22 << " (next unit at " << format("0x%08x", getNextUnitOffset())
H A DDWARFTypeUnit.cpp26 OS << format("0x%08x", getOffset()) << ": Type Unit:"
27 << " length = " << format("0x%08x", getLength())
28 << " version = " << format("0x%04x", getVersion())
29 << " abbr_offset = " << format("0x%04x", getAbbreviations()->getOffset())
30 << " addr_size = " << format("0x%02x", getAddressByteSize())
31 << " type_signature = " << format("0x%16" PRIx64, TypeHash)
32 << " type_offset = " << format("0x%04x", TypeOffset)
33 << " (next unit at " << format("0x%08x", getNextUnitOffset())
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_table.py97 for format in formats:
99 print 'util_format_%s_description = {' % (format.short_name(),)
100 print " %s," % (format.name,)
101 print " \"%s\"," % (format.name,)
102 print " \"%s\"," % (format.short_name(),)
103 print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size())
104 print " %s," % (layout_map(format.layout),)
105 print " %u,\t/* nr_channels */" % (format
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_table.py97 for format in formats:
99 print 'util_format_%s_description = {' % (format.short_name(),)
100 print " %s," % (format.name,)
101 print " \"%s\"," % (format.name,)
102 print " \"%s\"," % (format.short_name(),)
103 print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size())
104 print " %s," % (layout_map(format.layout),)
105 print " %u,\t/* nr_channels */" % (format
[all...]
/external/clang/test/Sema/
H A Dblock-sentinel-attribute.c3 void (^e) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (1,1))); variable
6 void (^bbad) (int arg, const char * format) __attribute__ ((__sentinel__)) ; // expected-warning {{'sentinel' attribute only supported for variadic blocks}} local
7 bbad = ^void (int arg, const char * format) __attribute__ ((__sentinel__)) {} ; // expected-warning {{'sentinel' attribute only supported for variadic blocks}}
8 void (^b) (int arg, const char * format, ...) __attribute__ ((__sentinel__)) = // expected-note {{block has been explicitly marked sentinel here}} local
9 ^ __attribute__ ((__sentinel__)) (int arg, const char * format, ...) {};
10 void (^z) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (2))) = ^ __attribute__ ((__sentinel__ (2))) (int arg, const char * format, ...) {}; // expected-note {{block has been explicitly marked sentinel here}} local
13 void (^y) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (5))) = ^ __attribute__ ((__sentinel__ (5))) (int arg, const char * format, ...) {}; // expected-note {{block has been explicitly marked sentinel here}} local
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Ddebug.h14 int dump_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
17 int ui__error(const char *format, ...) __attribute__((format(printf, 1, 2)));
18 int ui__warning(const char *format, ...) __attribute__((format(printf, 1, 2)));
/external/chromium_org/third_party/skia/src/ports/
H A DSkDebug_stdio.cpp15 void SkDebugf(const char format[], ...) { argument
17 va_start(args, format);
18 vfprintf(stderr, format, args);
/external/skia/src/ports/
H A DSkDebug_stdio.cpp15 void SkDebugf(const char format[], ...) { argument
17 va_start(args, format);
18 vfprintf(stderr, format, args);
H A DSkDebug_android.cpp24 void SkDebugf(const char format[], ...) { argument
26 va_start(args, format);
27 __android_log_vprint(ANDROID_LOG_DEBUG, LOG_TAG, format, args);
32 vprintf(format, args);
/external/chromium_org/v8/test/intl/date-format/
H A Dformat-is-bound.js35 // The format() method should be properly bound to the dtf object.
36 dateArray.forEach(dtf.format);
39 dtf.format();
/external/clang/test/Preprocessor/
H A Dmacro_paste_commaext.c7 #define debug(format, ...) format, ## __VA_ARGS__)
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dcompilerdebug.cpp21 void Trace(const char *format, ...) { argument
22 if (!format) return;
28 va_start(args, format);
29 vsnprintf(buf, kTraceBufferLen, format, args);
/external/clang/test/CodeGenCXX/
H A Ddebug-info-rvalue-ref.cpp4 extern int printf(const char * format, ...);
/external/clang/test/Modules/Inputs/System/usr/include/
H A Dstdio.h2 int fprintf(FILE*restrict, const char* restrict format, ...);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/asm/
H A Dbug.h6 #define WARN(condition, format...) ({ \
9 __WARN_printf(format); \
13 #define WARN_ONCE(condition, format...) ({ \
18 if (WARN(!__warned, format)) \
/external/qemu/android/base/
H A DStringFormat.h23 // output from |format| and potentially any following arguments.
24 String StringFormat(const char* format, ...);
28 String StringFormatWithArgs(const char* format, va_list args);
31 // |string| is the target String instance, |format| the format string,
33 // appending the result of StringFormat(format,...) to |*string| directly.
34 void StringAppendFormat(String* string, const char* format, ...);
39 const char* format,
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dsimple_bitmap_glyph.cc21 SimpleBitmapGlyph::SimpleBitmapGlyph(ReadableFontData* data, int32_t format) argument
22 : BitmapGlyph(data, format) {
28 SimpleBitmapGlyph::Builder::Builder(ReadableFontData* data, int32_t format) argument
29 : BitmapGlyph::Builder(data, format) {
32 SimpleBitmapGlyph::Builder::Builder(WritableFontData* data, int32_t format) argument
33 : BitmapGlyph::Builder(data, format) {
41 Ptr<SimpleBitmapGlyph> glyph = new SimpleBitmapGlyph(data, format());
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dsimple_bitmap_glyph.cc21 SimpleBitmapGlyph::SimpleBitmapGlyph(ReadableFontData* data, int32_t format) argument
22 : BitmapGlyph(data, format) {
28 SimpleBitmapGlyph::Builder::Builder(ReadableFontData* data, int32_t format) argument
29 : BitmapGlyph::Builder(data, format) {
32 SimpleBitmapGlyph::Builder::Builder(WritableFontData* data, int32_t format) argument
33 : BitmapGlyph::Builder(data, format) {
41 Ptr<SimpleBitmapGlyph> glyph = new SimpleBitmapGlyph(data, format());
/external/bison/src/
H A Dcomplain.h35 the normal warning format. */
41 void warn (char const *format, ...)
44 void warn_at (location loc, char const *format, ...)
51 char const *format, ...)
56 void complain (char const *format, ...)
59 void complain_at (location loc, char const *format, ...)
66 char const *format, ...)
72 void yacc_at (location loc, char const *format, ...)
78 void midrule_value_at (location loc, char const *format, ...)
83 void fatal (char const *format,
[all...]
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DFillArrayDataPayloadDecodedInstruction.java38 private FillArrayDataPayloadDecodedInstruction(InstructionCodec format, argument
40 super(format, opcode, 0, null, 0, 0L);
50 public FillArrayDataPayloadDecodedInstruction(InstructionCodec format, argument
52 this(format, opcode, data, data.length, 1);
58 public FillArrayDataPayloadDecodedInstruction(InstructionCodec format, argument
60 this(format, opcode, data, data.length, 2);
66 public FillArrayDataPayloadDecodedInstruction(InstructionCodec format, argument
68 this(format, opcode, data, data.length, 4);
74 public FillArrayDataPayloadDecodedInstruction(InstructionCodec format, argument
76 this(format, opcod
[all...]

Completed in 592 milliseconds

1234567891011>>