Searched defs:format (Results 1 - 25 of 694) sorted by relevance

1234567891011>>

/external/clang/test/Lexer/
H A Dchar-escapes.c22 const char *format = "abc \m def"; // expected-warning{{unknown escape sequence '\m'}} variable
/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
H A Dblock-printf-attribute-1.c6 void (^b) (int arg, const char * format, ...) __attribute__ ((__format__ (__printf__, 1, 3))) = // expected-error {{format argument not a string type}} local
7 ^ __attribute__ ((__format__ (__printf__, 1, 3))) (int arg, const char * format, ...) {}; // expected-error {{format argument not a string type}}
9 void (^z) (int arg, const char * format, ...) __attribute__ ((__format__ (__printf__, 2, 3))) = ^ __attribute__ ((__format__ (__printf__, 2, 3))) (int arg, const char * format, ...) {}; local
11 z(1, "%s", 1); // expected-warning{{format specifies type 'char *' but the argument has type 'int'}}
16 // Handle block with multiple format attributes.
20 vprintf_scanf("%", ap, "%d"); // expected-warning {{incomplete format specifier}}, expected-warning {{more '%' conversions than data arguments}}
/external/compiler-rt/lib/
H A Deprintf.c26 void __eprintf(const char* format, const char* assertion_expression, argument
29 fprintf(stderr, format, assertion_expression, line, file);
/external/elfutils/backends/
H A Dalpha_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
40 *format = "b"
H A Di386_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
40 *format = "b"
H A Dppc_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
40 *format = "b"
H A Dsparc_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
40 *format = "b"
/external/skia/src/gpu/
H A DGrPrintf_printf.cpp16 void GrPrintf(const char format[], ...) { argument
22 va_start(args, format);
23 vsnprintf(buffer, MAX_BUFFER_SIZE, format, args);
H A DGrPrintf_skia.cpp18 void GrPrintf(const char format[], ...) { argument
24 va_start(args, format);
25 vsnprintf(buffer, MAX_BUFFER_SIZE, format, args);
/external/skia/src/ports/
H A DSkDebug_android.cpp17 void SkDebugf(const char format[], ...) { argument
19 va_start(args, format);
20 __android_log_vprint(ANDROID_LOG_DEBUG, LOG_TAG, format, args);
H A DSkDebug_brew.cpp19 void SkDebugf(const char format[], ...) { argument
22 va_start(args, format);
23 VSNPRINTF(buffer, kBufferSize, format, args);
H A DSkDebug_stdio.cpp17 void SkDebugf(const char format[], ...) { argument
20 va_start(args, format);
21 vsnprintf(buffer, kBufferSize, format, args);
H A DSkDebug_win.cpp19 void SkDebugf(const char format[], ...) { argument
22 va_start(args, format);
23 vsnprintf(buffer, kBufferSize, format, args);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Ddebug.cpp20 void Trace(const char *format, ...) { argument
21 if (!format) return;
27 va_start(args, format);
28 vsnprintf(buf, kTraceBufferLen, format, args);
/external/chromium/base/allocator/
H A Dunittest_utils.cc10 inline int snprintf(char* buffer, size_t count, const char* format, ...) { argument
13 va_start(args, format);
14 result = _vsnprintf(buffer, count, format, args);
/external/chromium/chrome/common/extensions/
H A Dextension_error_utils.cc10 const std::string& format,
12 std::string ret_val = format;
18 const std::string& format,
21 std::string ret_val = format;
28 const std::string& format,
32 std::string ret_val = format;
9 FormatErrorMessage( const std::string& format, const std::string& s1) argument
17 FormatErrorMessage( const std::string& format, const std::string& s1, const std::string& s2) argument
27 FormatErrorMessage( const std::string& format, const std::string& s1, const std::string& s2, const std::string& s3) argument
/external/chromium/third_party/libjingle/source/talk/base/
H A Dchecks.cc35 void Fatal(const char* file, int line, const char* format, ...) { argument
39 va_start(arguments, format);
40 vsnprintf(msg, sizeof(msg), format, arguments);
/external/clang/test/PCH/
H A Dva_arg.cpp14 void f(char *buffer, unsigned count, const char* format, va_list argptr) { argument
15 vsnprintf(buffer, count, format, argptr);
/external/harfbuzz/src/
H A Dharfbuzz-debug.c11 const char* function, const char* format, ...) {
12 if (format[0] == '\n' && format[1] == '\0')
15 va_start(args, format);
16 android_vprintLog(ANDROID_LOG_DEBUG, NULL, LOG_TAG, format, args);
10 Android_Debug(const char* file, int line, const char* function, const char* format, ...) argument
/external/libvorbis/doc/
H A D08-residue.tex23 \subsection{Residue format}
25 Residue format partitions each vector in the vector bundle into chunks,
72 \captionof{figure}{illustration of residue vector format}
245 format 1 decode process. Thus we describe first the decode
271 2) if residue encoding is format 2
350 \subsubsection{format 0 specifics}
384 \subsubsection{format 1 specifics}
416 \subsubsection{format 2 specifics}
418 Format 2 is reducible to format 1. It may be implemented as an additional step prior to and an additional post-decode step after a normal format
[all...]
/external/oprofile/libutil++/
H A Dstream_util.h34 std::ios::fmtflags format; member in class:io_state
/external/webkit/Source/ThirdParty/ANGLE/src/common/
H A Ddebug.cpp22 void trace(const char *format, ...) argument
27 if (format)
34 va_start(vararg, format);
35 vfprintf(file, format, vararg);
/external/webkit/Source/WebKit/mac/Misc/
H A DOldWebAssertions.c30 void WebReportError(const char *file, int line, const char *function, const char *format, ...);
36 void WebReportError(const char *file, int line, const char *function, const char *format, ...) argument
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerFactory.java52 * value is passed in this format: {uri}localName
82 * @param format The output format, minimally the "method" property must be set.
90 public static Serializer getSerializer(Properties format) argument
96 String method = format.getProperty(OutputKeys.METHOD);
106 format.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER);
139 ser.setOutputFormat(format);
161 sh.setOutputFormat(format);

Completed in 452 milliseconds

1234567891011>>