| /external/lldb/tools/debugserver/source/ |
| D | DNBLog.h | 61 #define DNBLog(fmt, ...) do { if (DNBLogEnabled()) { _DNBLog(0, fmt, ## __VA… argument 62 #define DNBLogDebug(fmt, ...) do { if (DNBLogEnabled()) { _DNBLogDebug(fmt, ## __… argument 63 #define DNBLogDebugVerbose(fmt, ...) do { if (DNBLogEnabled()) { _DNBLogDebugVerbose(fmt… argument 64 #define DNBLogThreaded(fmt, ...) do { if (DNBLogEnabled()) { _DNBLogThreaded(fmt, ##… argument 65 #define DNBLogThreadedIf(mask, fmt, ...) do { if (DNBLogEnabledForAny(mask)) { _DNBLogThread… argument 66 #define DNBLogError(fmt, ...) do { if (DNBLogEnabled()) { _DNBLogError(fmt, ## __… argument 67 #define DNBLogFatalError(err, fmt, ...) do { if (DNBLogEnabled()) { _DNBLogFatalError(err, … argument 68 #define DNBLogVerbose(fmt, ...) do { if (DNBLogEnabled()) { _DNBLogVerbose(fmt, ## … argument 69 #define DNBLogWarning(fmt, ...) do { if (DNBLogEnabled()) { _DNBLogWarning(fmt, ## … argument 70 #define DNBLogWarningVerbose(fmt, ...) do { if (DNBLogEnabled()) { _DNBLogWarningVerbose(f… argument
|
| /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/ |
| D | parse-utils.c | 28 void __vdie(const char *fmt, va_list ap) in __vdie() 44 void __die(const char *fmt, ...) in __die() 53 void __weak die(const char *fmt, ...) in die() 62 void __vwarning(const char *fmt, va_list ap) in __vwarning() 74 void __warning(const char *fmt, ...) in __warning() 83 void __weak warning(const char *fmt, ...) in warning() 92 void __vpr_stat(const char *fmt, va_list ap) in __vpr_stat() 98 void __pr_stat(const char *fmt, ...) in __pr_stat() 107 void __weak vpr_stat(const char *fmt, va_list ap) in vpr_stat() 112 void __weak pr_stat(const char *fmt, ...) in pr_stat()
|
| /external/icu/icu4c/source/test/intltest/ |
| D | numfmtst.h | 202 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { in expect2() 208 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { in expect2() 214 void expect(NumberFormat& fmt, const char *str, const Formattable& n) { in expect() 229 void expect(NumberFormat* fmt, const Formattable& n, in expect() 234 void expect(NumberFormat* fmt, const Formattable& n, in expect() 239 void expect(NumberFormat* fmt, const Formattable& n, in expect() 250 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad() 258 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad() 265 void expectPat(DecimalFormat& fmt, const char *exp) { in expectPat() 272 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad()
|
| D | reldatefmttest.cpp | 261 RelativeDateTimeFormatter fmt("en", status); in TestFormatWithQuantityIllegalArgument() local 272 RelativeDateTimeFormatter fmt("en", status); in TestFormatWithoutQuantityIllegalArgument() local 286 RelativeDateTimeFormatter fmt("en", status); in TestCustomNumberFormat() local 296 RelativeDateTimeFormatter fmt("en", nf, status); in TestCustomNumberFormat() local 310 RelativeDateTimeFormatter fmt("en", status); in TestCombineDateAndTime() local 333 RelativeDateTimeFormatter fmt(locale, status); in RunTest() local 346 RelativeDateTimeFormatter fmt(locale, status); in RunTest() local 355 const RelativeDateTimeFormatter& fmt, in RunTest() 365 const RelativeDateTimeFormatter& fmt, in RunTest() 375 const RelativeDateTimeFormatter& fmt, in CheckExpectedResult() [all …]
|
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| D | numfmtst.h | 196 void expect2(NumberFormat& fmt, const Formattable& n, const char* str) { in expect2() 202 void expect2(NumberFormat* fmt, const Formattable& n, const char* str, UErrorCode ec) { in expect2() 208 void expect(NumberFormat& fmt, const char *str, const Formattable& n) { in expect() 223 void expect(NumberFormat* fmt, const Formattable& n, in expect() 234 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad() 242 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad() 249 void expectPat(DecimalFormat& fmt, const char *exp) { in expectPat() 256 void expectPad(DecimalFormat& fmt, const char *pat, in expectPad()
|
| /external/libcxx/test/re/re.results/re.results.form/ |
| D | form4.pass.cpp | 30 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local 39 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local 48 const char fmt[] = "match: &, m[1]: \\1, m[2]: \\2"; in main() local 58 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local 67 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local 76 const wchar_t fmt[] = L"match: &, m[1]: \\1, m[2]: \\2"; in main() local
|
| D | form3.pass.cpp | 35 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); in main() local 44 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); in main() local 53 nstr fmt("match: &, m[1]: \\1, m[2]: \\2"); in main() local 63 wstr fmt(L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); in main() local 72 wstr fmt(L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); in main() local 81 wstr fmt(L"match: &, m[1]: \\1, m[2]: \\2"); in main() local
|
| D | form1.pass.cpp | 32 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local 44 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local 57 const char fmt[] = "match: &, m[1]: \\1, m[2]: \\2"; in main() local 71 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local 83 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local 96 const wchar_t fmt[] = L"match: &, m[1]: \\1, m[2]: \\2"; in main() local
|
| D | form2.pass.cpp | 37 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); in main() local 48 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); in main() local 60 nstr fmt("match: &, m[1]: \\1, m[2]: \\2"); in main() local 73 wstr fmt(L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); in main() local 84 wstr fmt(L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); in main() local 96 wstr fmt(L"match: &, m[1]: \\1, m[2]: \\2"); in main() local
|
| /external/chromium_org/third_party/libevent/ |
| D | log.c | 70 event_err(int eval, const char *fmt, ...) in event_err() 81 event_warn(const char *fmt, ...) in event_warn() 91 event_errx(int eval, const char *fmt, ...) in event_errx() 102 event_warnx(const char *fmt, ...) in event_warnx() 112 event_msgx(const char *fmt, ...) in event_msgx() 122 _event_debugx(const char *fmt, ...) in _event_debugx() 132 _warn_helper(int severity, int log_errno, const char *fmt, va_list ap) in _warn_helper()
|
| /external/icu/icu4c/source/i18n/ |
| D | unum.cpp | 129 unum_close(UNumberFormat* fmt) in unum_close() 135 unum_clone(const UNumberFormat *fmt, in unum_clone() 161 unum_format( const UNumberFormat* fmt, in unum_format() 172 unum_formatInt64(const UNumberFormat* fmt, in unum_formatInt64() 205 unum_formatDouble( const UNumberFormat* fmt, in unum_formatDouble() 239 unum_formatDecimal(const UNumberFormat* fmt, in unum_formatDecimal() 283 unum_formatDoubleCurrency(const UNumberFormat* fmt, in unum_formatDoubleCurrency() 322 const UNumberFormat* fmt, in parseRes() 350 unum_parse( const UNumberFormat* fmt, in unum_parse() 362 unum_parseInt64( const UNumberFormat* fmt, in unum_parseInt64() [all …]
|
| D | fmtable.cpp | 907 UFormattable *fmt = (new Formattable())->toUFormattable(); in ufmt_open() local 916 ufmt_close(UFormattable *fmt) { in ufmt_close() 923 ufmt_getType(const UFormattable *fmt, UErrorCode *status) { in ufmt_getType() 933 ufmt_isNumeric(const UFormattable *fmt) { in ufmt_isNumeric() 939 ufmt_getDate(const UFormattable *fmt, UErrorCode *status) { in ufmt_getDate() 946 ufmt_getDouble(UFormattable *fmt, UErrorCode *status) { in ufmt_getDouble() 953 ufmt_getLong(UFormattable *fmt, UErrorCode *status) { in ufmt_getLong() 961 ufmt_getObject(const UFormattable *fmt, UErrorCode *status) { in ufmt_getObject() 974 ufmt_getUChars(UFormattable *fmt, int32_t *len, UErrorCode *status) { in ufmt_getUChars() 994 ufmt_getArrayLength(const UFormattable* fmt, UErrorCode *status) { in ufmt_getArrayLength() [all …]
|
| /external/ppp/pppd/ |
| D | utils.c | 135 slprintf __V((char *buf, int buflen, char *fmt, ...)) in slprintf() 145 char *fmt; in slprintf() local 162 vslprintf(buf, buflen, fmt, args) in vslprintf() argument 436 vslp_printer __V((void *arg, char *fmt, ...)) in vslp_printer() 446 char *fmt; in vslp_printer() local 562 pr_log __V((void *arg, char *fmt, ...)) in pr_log() 573 char *fmt; in pr_log() local 659 logit(level, fmt, args) in logit() argument 718 fatal __V((char *fmt, ...)) in fatal() 725 char *fmt; in fatal() local [all …]
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| D | unum.cpp | 125 unum_close(UNumberFormat* fmt) in unum_close() 131 unum_clone(const UNumberFormat *fmt, in unum_clone() 157 unum_format( const UNumberFormat* fmt, in unum_format() 168 unum_formatInt64(const UNumberFormat* fmt, in unum_formatInt64() 201 unum_formatDouble( const UNumberFormat* fmt, in unum_formatDouble() 235 unum_formatDecimal(const UNumberFormat* fmt, in unum_formatDecimal() 279 unum_formatDoubleCurrency(const UNumberFormat* fmt, in unum_formatDoubleCurrency() 318 const UNumberFormat* fmt, in parseRes() 346 unum_parse( const UNumberFormat* fmt, in unum_parse() 358 unum_parseInt64( const UNumberFormat* fmt, in unum_parseInt64() [all …]
|
| D | fmtable.cpp | 907 UFormattable *fmt = (new Formattable())->toUFormattable(); in ufmt_open() local 916 ufmt_close(UFormattable *fmt) { in ufmt_close() 923 ufmt_getType(const UFormattable *fmt, UErrorCode *status) { in ufmt_getType() 933 ufmt_isNumeric(const UFormattable *fmt) { in ufmt_isNumeric() 939 ufmt_getDate(const UFormattable *fmt, UErrorCode *status) { in ufmt_getDate() 946 ufmt_getDouble(UFormattable *fmt, UErrorCode *status) { in ufmt_getDouble() 953 ufmt_getLong(UFormattable *fmt, UErrorCode *status) { in ufmt_getLong() 961 ufmt_getObject(const UFormattable *fmt, UErrorCode *status) { in ufmt_getObject() 974 ufmt_getUChars(UFormattable *fmt, int32_t *len, UErrorCode *status) { in ufmt_getUChars() 994 ufmt_getArrayLength(const UFormattable* fmt, UErrorCode *status) { in ufmt_getArrayLength() [all …]
|
| /external/fonttools/Lib/fontTools/misc/ |
| D | sstruct.py | 62 def pack(fmt, obj): argument 78 def unpack(fmt, data, obj=None): argument 102 def unpack2(fmt, data, obj=None): argument 106 def calcsize(fmt): argument 135 def getformat(fmt): argument
|
| /external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/ |
| D | kernel.h | 74 vscnprintf(char *buf, size_t size, const char *fmt, va_list args) in vscnprintf() 84 static inline int scnprintf(char * buf, size_t size, const char * fmt, ...) in scnprintf() 107 #define pr_fmt(fmt) fmt argument 110 #define pr_err(fmt, ...) \ argument 112 #define pr_warning(fmt, ...) \ argument 114 #define pr_info(fmt, ...) \ argument 116 #define pr_debug(fmt, ...) \ argument 118 #define pr_debugN(n, fmt, ...) \ argument 120 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) argument 121 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__) argument [all …]
|
| /external/icu/icu4c/source/common/ |
| D | utracimp.h | 235 #define UTRACE_DATA0(level, fmt) \ argument 248 #define UTRACE_DATA1(level, fmt, a) \ argument 261 #define UTRACE_DATA2(level, fmt, a, b) \ argument 274 #define UTRACE_DATA3(level, fmt, a, b, c) \ argument 287 #define UTRACE_DATA4(level, fmt, a, b, c, d) \ argument 300 #define UTRACE_DATA5(level, fmt, a, b, c, d, e) \ argument 313 #define UTRACE_DATA6(level, fmt, a, b, c, d, e, f) \ argument 326 #define UTRACE_DATA7(level, fmt, a, b, c, d, e, f, g) \ argument 339 #define UTRACE_DATA8(level, fmt, a, b, c, d, e, f, g, h) \ argument 352 #define UTRACE_DATA9(level, fmt, a, b, c, d, e, f, g, h, i) \ argument
|
| /external/chromium_org/third_party/icu/source/common/ |
| D | utracimp.h | 235 #define UTRACE_DATA0(level, fmt) \ argument 248 #define UTRACE_DATA1(level, fmt, a) \ argument 261 #define UTRACE_DATA2(level, fmt, a, b) \ argument 274 #define UTRACE_DATA3(level, fmt, a, b, c) \ argument 287 #define UTRACE_DATA4(level, fmt, a, b, c, d) \ argument 300 #define UTRACE_DATA5(level, fmt, a, b, c, d, e) \ argument 313 #define UTRACE_DATA6(level, fmt, a, b, c, d, e, f) \ argument 326 #define UTRACE_DATA7(level, fmt, a, b, c, d, e, f, g) \ argument 339 #define UTRACE_DATA8(level, fmt, a, b, c, d, e, f, g, h) \ argument 352 #define UTRACE_DATA9(level, fmt, a, b, c, d, e, f, g, h, i) \ argument
|
| /external/qemu/android/utils/ |
| D | panic.c | 17 _android_panic_defaultHandler( const char* fmt, va_list args ) in _android_panic_defaultHandler() 26 void android_panic( const char* fmt, ... ) in android_panic() 35 void android_vpanic( const char* fmt, va_list args ) in android_vpanic()
|
| /external/android-clat/ |
| D | logging.c | 31 void logmsg(int prio, const char *fmt, ...) { in logmsg() 46 void logmsg_dbg(int prio, const char *fmt, ...) { in logmsg_dbg() 54 void logmsg_dbg(__attribute__((unused)) int prio, __attribute__((unused)) const char *fmt, ...) {} in logmsg_dbg()
|
| /external/chromium_org/base/strings/ |
| D | safe_sprintf.h | 226 ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, in SafeSNPrintf() 240 ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, in SafeSPrintf() 253 ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, in SafeSNPrintf() 267 ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, in SafeSPrintf() 280 ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, in SafeSNPrintf() 294 ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, in SafeSPrintf() 307 ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, in SafeSNPrintf() 321 ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, in SafeSPrintf() 333 ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, in SafeSNPrintf() 343 ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, in SafeSPrintf() [all …]
|
| /external/qemu/include/qapi/ |
| D | error.h | 51 #define error_setg(err, fmt, ...) \ argument 53 #define error_setg_errno(err, os_error, fmt, ...) \ argument 56 #define error_setg_win32(err, win32_err, fmt, ...) \ argument
|
| /external/deqp/framework/egl/ |
| D | egluCallLogWrapper.cpp | 58 std::ostream& operator<< (std::ostream& str, PointerFmt<T> fmt) in operator <<() 95 inline std::ostream& operator<< (std::ostream& str, EnumPointerFmt fmt) in operator <<() 117 inline std::ostream& operator<< (std::ostream& str, StringFmt fmt) in operator <<() 136 inline std::ostream& operator<< (std::ostream& str, const ConfigAttribValuePointerFmt& fmt) in operator <<() 156 inline std::ostream& operator<< (std::ostream& str, const ContextAttribValuePointerFmt& fmt) in operator <<() 176 inline std::ostream& operator<< (std::ostream& str, const SurfaceAttribValuePointerFmt& fmt) in operator <<() 195 inline std::ostream& operator<< (std::ostream& str, const EGLDisplayFmt& fmt) in operator <<() 214 inline std::ostream& operator<< (std::ostream& str, const EGLSurfaceFmt& fmt) in operator <<() 233 inline std::ostream& operator<< (std::ostream& str, const EGLContextFmt& fmt) in operator <<()
|
| /external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
| D | color.c | 171 const char *fmt, va_list args, const char *trail) in __color_vsnprintf() 195 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, in __color_vfprintf() 221 const char *fmt, va_list args) in color_vsnprintf() 226 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) in color_vfprintf() 232 const char *fmt, ...) in color_snprintf() 243 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...) in color_fprintf() 254 int color_fprintf_ln(FILE *fp, const char *color, const char *fmt, ...) in color_fprintf_ln() 310 int percent_color_fprintf(FILE *fp, const char *fmt, double percent) in percent_color_fprintf() 321 int percent_color_snprintf(char *bf, size_t size, const char *fmt, double percent) in percent_color_snprintf()
|