Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 25 of 5303) sorted by relevance

12345678910>>...213

/external/rust/android-crates-io/crates/syn/tests/debug/
Dgen.rs10 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
17 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
30 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
42 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
53 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
70 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
78 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
92 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
100 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
114 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/tests/debug/
Dgen.rs10 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
17 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
30 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
42 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
53 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
70 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
78 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
92 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
100 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
114 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/tests/debug/
Dgen.rs10 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
17 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
30 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
42 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
53 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
70 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
78 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
92 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
100 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
114 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
[all …]
Dmod.rs36 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
42 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
48 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
54 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
60 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
66 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
72 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() method
89 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() function
98 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() function
107 fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in fmt() function
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Dconst_debugs.rs7 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
22 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
36 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
55 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
70 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
76 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
82 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
97 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
112 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
202 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
[all …]
/external/mesa3d/src/util/
Dlog.h68 #define mesa_loge(fmt, ...) mesa_log(MESA_LOG_ERROR, (MESA_LOG_TAG), (fmt), ##__VA_ARGS__) argument
69 #define mesa_logw(fmt, ...) mesa_log(MESA_LOG_WARN, (MESA_LOG_TAG), (fmt), ##__VA_ARGS__) argument
70 #define mesa_logi(fmt, ...) mesa_log(MESA_LOG_INFO, (MESA_LOG_TAG), (fmt), ##__VA_ARGS__) argument
72 #define mesa_logd(fmt, ...) mesa_log(MESA_LOG_DEBUG, (MESA_LOG_TAG), (fmt), ##__VA_ARGS__) argument
74 #define mesa_logd(fmt, ...) __mesa_log_use_args((fmt), ##__VA_ARGS__) argument
77 #define mesa_loge_v(fmt, va) mesa_log_v(MESA_LOG_ERROR, (MESA_LOG_TAG), (fmt), (va)) argument
78 #define mesa_logw_v(fmt, va) mesa_log_v(MESA_LOG_WARN, (MESA_LOG_TAG), (fmt), (va)) argument
79 #define mesa_logi_v(fmt, va) mesa_log_v(MESA_LOG_INFO, (MESA_LOG_TAG), (fmt), (va)) argument
81 #define mesa_logd_v(fmt, va) mesa_log_v(MESA_LOG_DEBUG, (MESA_LOG_TAG), (fmt), (va)) argument
83 #define mesa_logd_v(fmt, va) __mesa_log_use_args((fmt), (va)) argument
[all …]
/external/erofs-utils/include/erofs/
Dprint.h34 #define pr_fmt(fmt) EROFS_MODNAME ": " fmt "\n" argument
36 #define PR_FMT_FUNC_LINE(fmt) pr_fmt(fmt) argument
39 #define pr_fmt(fmt) EROFS_MODNAME ": " FUNC_LINE_FMT fmt "\n" argument
41 #define PR_FMT_FUNC_LINE(fmt) pr_fmt(fmt), __func__, __LINE__ argument
46 #define erofs_dbg(fmt, ...) do { \ argument
54 #define erofs_info(fmt, ...) do { \ argument
63 #define erofs_warn(fmt, ...) do { \ argument
72 #define erofs_err(fmt, ...) do { \ argument
80 #define erofs_dump(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) argument
/external/cronet/tot/third_party/libc++/src/test/std/time/time.syn/
Dformatter.sys_time.pass.cpp77 constexpr std::basic_string_view<CharT> fmt = in test_valid_values_year() local
133 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%b='%b'%t%%h='%h'%t%%B='%B'%t%%m='%m'%t%%Om=… in test_valid_values_month() local
223 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%d='%d'%t%%Od='%Od'%t%%e='%e'%t%%Oe='%Oe'%n}… in test_valid_values_day() local
278 constexpr std::basic_string_view<CharT> fmt = in test_valid_values_weekday() local
345 constexpr std::basic_string_view<CharT> fmt = SV("{:%%j='%j'%n}"); in test_valid_values_day_of_year() local
372 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%U='%U'%t%%OU='%OU'%t%%W='%W'%t%%OW='%OW'%n}… in test_valid_values_week() local
425 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%g='%g'%t%%G='%G'%t%%V='%V'%t%%OV='%OV'%n}"); in test_valid_values_iso_8601_week() local
479 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%D='%D'%t%%F='%F'%t%%x='%x'%t%%Ex='%Ex'%n}"); in test_valid_values_date() local
543 constexpr std::basic_string_view<CharT> fmt = SV( in test_valid_values_time() local
803 constexpr std::basic_string_view<CharT> fmt = SV("{:%%c='%c'%t%%Ec='%Ec'%n}"); in test_valid_values_date_time() local
[all …]
Dformatter.zoned_time.pass.cpp67 constexpr std::basic_string_view<CharT> fmt = in test_valid_values_year() local
125 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%b='%b'%t%%h='%h'%t%%B='%B'%t%%m='%m'%t%%Om=… in test_valid_values_month() local
215 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%d='%d'%t%%Od='%Od'%t%%e='%e'%t%%Oe='%Oe'%n}… in test_valid_values_day() local
270 constexpr std::basic_string_view<CharT> fmt = in test_valid_values_weekday() local
337 constexpr std::basic_string_view<CharT> fmt = SV("{:%%j='%j'%n}"); in test_valid_values_day_of_year() local
377 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%U='%U'%t%%OU='%OU'%t%%W='%W'%t%%OW='%OW'%n}… in test_valid_values_week() local
430 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%g='%g'%t%%G='%G'%t%%V='%V'%t%%OV='%OV'%n}"); in test_valid_values_iso_8601_week() local
484 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%D='%D'%t%%F='%F'%t%%x='%x'%t%%Ex='%Ex'%n}"); in test_valid_values_date() local
548 constexpr std::basic_string_view<CharT> fmt = SV( in test_valid_values_time() local
810 constexpr std::basic_string_view<CharT> fmt = SV("{:%%c='%c'%t%%Ec='%Ec'%n}"); in test_valid_values_date_time() local
[all …]
Dformatter.file_time.pass.cpp84 constexpr std::basic_string_view<CharT> fmt = in test_valid_values_year() local
142 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%b='%b'%t%%h='%h'%t%%B='%B'%t%%m='%m'%t%%Om=… in test_valid_values_month() local
232 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%d='%d'%t%%Od='%Od'%t%%e='%e'%t%%Oe='%Oe'%n}… in test_valid_values_day() local
285 constexpr std::basic_string_view<CharT> fmt = in test_valid_values_weekday() local
352 constexpr std::basic_string_view<CharT> fmt = SV("{:%%j='%j'%n}"); in test_valid_values_day_of_year() local
378 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%U='%U'%t%%OU='%OU'%t%%W='%W'%t%%OW='%OW'%n}… in test_valid_values_week() local
429 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%g='%g'%t%%G='%G'%t%%V='%V'%t%%OV='%OV'%n}"); in test_valid_values_iso_8601_week() local
481 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%D='%D'%t%%F='%F'%t%%x='%x'%t%%Ex='%Ex'%n}"); in test_valid_values_date() local
545 constexpr std::basic_string_view<CharT> fmt = SV( in test_valid_values_time() local
807 constexpr std::basic_string_view<CharT> fmt = SV("{:%%c='%c'%t%%Ec='%Ec'%n}"); in test_valid_values_date_time() local
[all …]
Dformatter.local_time.pass.cpp78 constexpr std::basic_string_view<CharT> fmt = in test_valid_values_year() local
134 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%b='%b'%t%%h='%h'%t%%B='%B'%t%%m='%m'%t%%Om=… in test_valid_values_month() local
224 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%d='%d'%t%%Od='%Od'%t%%e='%e'%t%%Oe='%Oe'%n}… in test_valid_values_day() local
279 constexpr std::basic_string_view<CharT> fmt = in test_valid_values_weekday() local
346 constexpr std::basic_string_view<CharT> fmt = SV("{:%%j='%j'%n}"); in test_valid_values_day_of_year() local
375 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%U='%U'%t%%OU='%OU'%t%%W='%W'%t%%OW='%OW'%n}… in test_valid_values_week() local
428 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%g='%g'%t%%G='%G'%t%%V='%V'%t%%OV='%OV'%n}"); in test_valid_values_iso_8601_week() local
482 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%D='%D'%t%%F='%F'%t%%x='%x'%t%%Ex='%Ex'%n}"); in test_valid_values_date() local
546 constexpr std::basic_string_view<CharT> fmt = SV( in test_valid_values_time() local
806 constexpr std::basic_string_view<CharT> fmt = SV("{:%%c='%c'%t%%Ec='%Ec'%n}"); in test_valid_values_date_time() local
/external/cronet/stable/third_party/libc++/src/test/std/time/time.syn/
Dformatter.sys_time.pass.cpp77 constexpr std::basic_string_view<CharT> fmt = in test_valid_values_year() local
133 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%b='%b'%t%%h='%h'%t%%B='%B'%t%%m='%m'%t%%Om=… in test_valid_values_month() local
223 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%d='%d'%t%%Od='%Od'%t%%e='%e'%t%%Oe='%Oe'%n}… in test_valid_values_day() local
278 constexpr std::basic_string_view<CharT> fmt = in test_valid_values_weekday() local
345 constexpr std::basic_string_view<CharT> fmt = SV("{:%%j='%j'%n}"); in test_valid_values_day_of_year() local
372 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%U='%U'%t%%OU='%OU'%t%%W='%W'%t%%OW='%OW'%n}… in test_valid_values_week() local
425 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%g='%g'%t%%G='%G'%t%%V='%V'%t%%OV='%OV'%n}"); in test_valid_values_iso_8601_week() local
479 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%D='%D'%t%%F='%F'%t%%x='%x'%t%%Ex='%Ex'%n}"); in test_valid_values_date() local
543 constexpr std::basic_string_view<CharT> fmt = SV( in test_valid_values_time() local
803 constexpr std::basic_string_view<CharT> fmt = SV("{:%%c='%c'%t%%Ec='%Ec'%n}"); in test_valid_values_date_time() local
[all …]
Dformatter.zoned_time.pass.cpp67 constexpr std::basic_string_view<CharT> fmt = in test_valid_values_year() local
125 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%b='%b'%t%%h='%h'%t%%B='%B'%t%%m='%m'%t%%Om=… in test_valid_values_month() local
215 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%d='%d'%t%%Od='%Od'%t%%e='%e'%t%%Oe='%Oe'%n}… in test_valid_values_day() local
270 constexpr std::basic_string_view<CharT> fmt = in test_valid_values_weekday() local
337 constexpr std::basic_string_view<CharT> fmt = SV("{:%%j='%j'%n}"); in test_valid_values_day_of_year() local
377 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%U='%U'%t%%OU='%OU'%t%%W='%W'%t%%OW='%OW'%n}… in test_valid_values_week() local
430 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%g='%g'%t%%G='%G'%t%%V='%V'%t%%OV='%OV'%n}"); in test_valid_values_iso_8601_week() local
484 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%D='%D'%t%%F='%F'%t%%x='%x'%t%%Ex='%Ex'%n}"); in test_valid_values_date() local
548 constexpr std::basic_string_view<CharT> fmt = SV( in test_valid_values_time() local
810 constexpr std::basic_string_view<CharT> fmt = SV("{:%%c='%c'%t%%Ec='%Ec'%n}"); in test_valid_values_date_time() local
[all …]
Dformatter.file_time.pass.cpp84 constexpr std::basic_string_view<CharT> fmt = in test_valid_values_year() local
142 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%b='%b'%t%%h='%h'%t%%B='%B'%t%%m='%m'%t%%Om=… in test_valid_values_month() local
232 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%d='%d'%t%%Od='%Od'%t%%e='%e'%t%%Oe='%Oe'%n}… in test_valid_values_day() local
285 constexpr std::basic_string_view<CharT> fmt = in test_valid_values_weekday() local
352 constexpr std::basic_string_view<CharT> fmt = SV("{:%%j='%j'%n}"); in test_valid_values_day_of_year() local
378 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%U='%U'%t%%OU='%OU'%t%%W='%W'%t%%OW='%OW'%n}… in test_valid_values_week() local
429 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%g='%g'%t%%G='%G'%t%%V='%V'%t%%OV='%OV'%n}"); in test_valid_values_iso_8601_week() local
481 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%D='%D'%t%%F='%F'%t%%x='%x'%t%%Ex='%Ex'%n}"); in test_valid_values_date() local
545 constexpr std::basic_string_view<CharT> fmt = SV( in test_valid_values_time() local
807 constexpr std::basic_string_view<CharT> fmt = SV("{:%%c='%c'%t%%Ec='%Ec'%n}"); in test_valid_values_date_time() local
[all …]
Dformatter.local_time.pass.cpp78 constexpr std::basic_string_view<CharT> fmt = in test_valid_values_year() local
134 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%b='%b'%t%%h='%h'%t%%B='%B'%t%%m='%m'%t%%Om=… in test_valid_values_month() local
224 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%d='%d'%t%%Od='%Od'%t%%e='%e'%t%%Oe='%Oe'%n}… in test_valid_values_day() local
279 constexpr std::basic_string_view<CharT> fmt = in test_valid_values_weekday() local
346 constexpr std::basic_string_view<CharT> fmt = SV("{:%%j='%j'%n}"); in test_valid_values_day_of_year() local
375 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%U='%U'%t%%OU='%OU'%t%%W='%W'%t%%OW='%OW'%n}… in test_valid_values_week() local
428 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%g='%g'%t%%G='%G'%t%%V='%V'%t%%OV='%OV'%n}"); in test_valid_values_iso_8601_week() local
482 …constexpr std::basic_string_view<CharT> fmt = SV("{:%%D='%D'%t%%F='%F'%t%%x='%x'%t%%Ex='%Ex'%n}"); in test_valid_values_date() local
546 constexpr std::basic_string_view<CharT> fmt = SV( in test_valid_values_time() local
806 constexpr std::basic_string_view<CharT> fmt = SV("{:%%c='%c'%t%%Ec='%Ec'%n}"); in test_valid_values_date_time() local
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/include/
DStmUtil.h8 #define dbgPrint(fmt, ...) fprintf(stderr, "%s: " fmt, GetLogStamp(), ##__VA_ARGS__); argument
9 #define dbgPrintAppend(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__); argument
10 #define itmPrint(__channel, fmt, ...) fprintf(g_itm[__channel], "%s: " fmt, GetLogStamp(), ##__VA_A… argument
11 #define itmPrintAppend(__channel, fmt, ...) fprintf(g_itm[__channel], fmt, ##__VA_ARGS__); argument
13 #define dbgPrint(fmt, ...) ((void)0) argument
14 #define dbgPrintAppend(fmt, ...) ((void)0) argument
16 #define logError(fmt, ...) dbgPrint("[ERROR] %s (%s@%u) - " fmt, __func__, __FILE__, __LINE__, ##__… argument
17 #define logWarning(fmt, ...) dbgPrint("[WARNING] %s (%s@%u) - " fmt, __func__, __FILE__, __LINE__, … argument
18 #define logInfo(fmt, ...) dbgPrint("[Info] %s (%s@%u) - " fmt, __func__, __FILE__, __LINE__, ##__VA… argument
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/
DSimpleFormatterTest.java34 SimpleFormatter fmt = SimpleFormatter.compile("This doesn''t have templates '{0}"); in TestWithNoArguments() local
93 SimpleFormatter fmt = SimpleFormatter.compile("a{20}c"); in TestBigArgument() local
111 SimpleFormatter fmt = SimpleFormatter.compile( in TestTooFewArgumentValues() local
137 SimpleFormatter fmt = SimpleFormatter.compile( in TestWithArguments() local
162 SimpleFormatter fmt = SimpleFormatter.compile( in TestFormatUseAppendToAsArgument() local
175 SimpleFormatter fmt = SimpleFormatter.compile("{2}, {0}, {1} and {3}"); in TestFormatReplaceNoOptimization() local
193 SimpleFormatter fmt = SimpleFormatter.compile("boo {2}, {0}, {1} and {3}"); in TestFormatReplaceNoOptimizationLeadingText() local
210 SimpleFormatter fmt = SimpleFormatter.compile("{2}, {0}, {1} and {3}"); in TestFormatReplaceOptimization() local
227 SimpleFormatter fmt = SimpleFormatter.compile("{2}, {0}, {1} and {3}"); in TestFormatReplaceOptimizationNoOffsets() local
241 SimpleFormatter fmt = SimpleFormatter.compile( in TestFormatReplaceNoOptimizationNoOffsets() local
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DSimpleFormatterTest.java37 SimpleFormatter fmt = SimpleFormatter.compile("This doesn''t have templates '{0}"); in TestWithNoArguments() local
96 SimpleFormatter fmt = SimpleFormatter.compile("a{20}c"); in TestBigArgument() local
114 SimpleFormatter fmt = SimpleFormatter.compile( in TestTooFewArgumentValues() local
140 SimpleFormatter fmt = SimpleFormatter.compile( in TestWithArguments() local
165 SimpleFormatter fmt = SimpleFormatter.compile( in TestFormatUseAppendToAsArgument() local
178 SimpleFormatter fmt = SimpleFormatter.compile("{2}, {0}, {1} and {3}"); in TestFormatReplaceNoOptimization() local
196 SimpleFormatter fmt = SimpleFormatter.compile("boo {2}, {0}, {1} and {3}"); in TestFormatReplaceNoOptimizationLeadingText() local
213 SimpleFormatter fmt = SimpleFormatter.compile("{2}, {0}, {1} and {3}"); in TestFormatReplaceOptimization() local
230 SimpleFormatter fmt = SimpleFormatter.compile("{2}, {0}, {1} and {3}"); in TestFormatReplaceOptimizationNoOffsets() local
244 SimpleFormatter fmt = SimpleFormatter.compile( in TestFormatReplaceNoOptimizationNoOffsets() local
[all …]
/external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/include/
Dnx_dbg.h32 #define prt(fmt, ...) do { \ argument
47 #define prt_err(fmt, ...) do { if (nx_dbg >= 0) { \ argument
53 #define prt_warn(fmt, ...) do { if (nx_dbg >= 1) { \ argument
59 #define prt_info(fmt, ...) do { if (nx_dbg >= 2) { \ argument
64 #define prt_trace(fmt, ...) do { if (nx_gzip_trace_enabled()) { \ argument
69 #define prt_stat(fmt, ...) do { if (nx_gzip_gather_statistics()) { \ argument
74 #define hw_trace(fmt, ...) do { \ argument
80 #define sw_trace(fmt, ...) do { \ argument
/external/musl/src/legacy/
Derr.c8 void vwarn(const char *fmt, va_list ap) in vwarn()
18 void vwarnx(const char *fmt, va_list ap) in vwarnx()
25 _Noreturn void verr(int status, const char *fmt, va_list ap) in verr()
31 _Noreturn void verrx(int status, const char *fmt, va_list ap) in verrx()
37 void warn(const char *fmt, ...) in warn()
45 void warnx(const char *fmt, ...) in warnx()
53 _Noreturn void err(int status, const char *fmt, ...) in err()
61 _Noreturn void errx(int status, const char *fmt, ...) in errx()
/external/trusty/musl/src/legacy/
Derr.c8 void vwarn(const char *fmt, va_list ap) in vwarn()
18 void vwarnx(const char *fmt, va_list ap) in vwarnx()
25 _Noreturn void verr(int status, const char *fmt, va_list ap) in verr()
31 _Noreturn void verrx(int status, const char *fmt, va_list ap) in verrx()
37 void warn(const char *fmt, ...) in warn()
45 void warnx(const char *fmt, ...) in warnx()
53 _Noreturn void err(int status, const char *fmt, ...) in err()
61 _Noreturn void errx(int status, const char *fmt, ...) in errx()
/external/libcxx/test/std/re/re.results/re.results.form/
Dform1.pass.cpp33 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
46 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
58 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
70 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
83 const char fmt[] = "match: &, m[1]: \\1, m[2]: \\2"; in main() local
97 const char fmt[] = "match: &, m[1]: \\1, m[2]: \\2"; in main() local
110 const char fmt[] = "match: &, m[1]: \\1, m[2]: \\2"; in main() local
124 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
136 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
149 const wchar_t fmt[] = L"match: &, m[1]: \\1, m[2]: \\2"; in main() local
/external/cronet/stable/third_party/libc++/src/test/std/re/re.results/re.results.form/
Dform1.pass.cpp32 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
45 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
57 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
69 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
82 const char fmt[] = "match: &, m[1]: \\1, m[2]: \\2"; in main() local
96 const char fmt[] = "match: &, m[1]: \\1, m[2]: \\2"; in main() local
109 const char fmt[] = "match: &, m[1]: \\1, m[2]: \\2"; in main() local
124 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
136 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
149 const wchar_t fmt[] = L"match: &, m[1]: \\1, m[2]: \\2"; in main() local
/external/cronet/tot/third_party/libc++/src/test/std/re/re.results/re.results.form/
Dform1.pass.cpp32 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
45 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
57 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
69 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
82 const char fmt[] = "match: &, m[1]: \\1, m[2]: \\2"; in main() local
96 const char fmt[] = "match: &, m[1]: \\1, m[2]: \\2"; in main() local
109 const char fmt[] = "match: &, m[1]: \\1, m[2]: \\2"; in main() local
124 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
136 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; in main() local
149 const wchar_t fmt[] = L"match: &, m[1]: \\1, m[2]: \\2"; in main() local
/external/deqp-deps/amber/src/
Dformat_test.cc27 Format fmt(f32.get()); in TEST_F() local
36 Format fmt(type.get()); in TEST_F() local
47 Format fmt(type.get()); in TEST_F() local
58 Format fmt(type.get()); in TEST_F() local
65 const char* fmt; member
80 Format fmt(type.get()); in TEST_P() local
125 Format fmt(type.get()); in TEST_P() local
265 Format fmt(type.get()); in TEST_F() local
279 Format fmt(type.get()); in TEST_F() local
295 Format fmt(type.get()); in TEST_F() local
[all …]

12345678910>>...213