HomeSort by relevance Sort by last modified time
    Searched refs:fmt_ (Results 1 - 19 of 19) sorted by null

  /external/strace/
error_prints.h 66 #define error_func_msg(fmt_, ...) \
67 error_msg("%s: " fmt_, __func__, ##__VA_ARGS__)
68 #define perror_func_msg(fmt_, ...) \
69 perror_msg("%s: " fmt_, __func__, ##__VA_ARGS__)
70 #define debug_func_msg(fmt_, ...) \
71 debug_msg("%s: " fmt_, __func__, ##__VA_ARGS__)
72 #define debug_func_perror_msg(fmt_, ...) \
73 debug_perror_msg("%s: " fmt_, __func__, ##__VA_ARGS__)
74 #define error_func_msg_and_die(fmt_, ...) \
75 error_msg_and_die("%s: " fmt_, __func__, ##__VA_ARGS__
    [all...]
xstring.h 48 * @param fmt_ Format string.
51 #define xsnprintf(str_, size_, fmt_, ...) \
52 xsnprintf_((str_), (size_), __func__, #fmt_ ", " #__VA_ARGS__, \
53 (fmt_), __VA_ARGS__)
60 * @param fmt_ Format string.
63 #define xsprintf(str_, fmt_, ...) \
64 xsnprintf((str_), sizeof(str_) + MUST_BE_ARRAY(str_), (fmt_), \
95 * @param fmt_ Format string.
99 #define xappendstr(str_, pos_, fmt_, ...) \
102 "xappendstr(" #str_ ", " #pos_ ", " #fmt_ ", " \
    [all...]
  /external/adhd/cras/src/tests/
mix_unittest.cc 29 fmt_ = SND_PCM_FORMAT_S16_LE;
77 fmt_, (uint8_t *)mix_buffer_, (uint8_t *)src_buffer_,
100 snd_pcm_format_t fmt_; member in class:__anon14155::MixTestSuiteS16_LE
104 cras_mix_add(fmt_, (uint8_t *)mix_buffer_, (uint8_t *)src_buffer_,
110 cras_mix_add(fmt_, (uint8_t *)mix_buffer_, (uint8_t *)src_buffer_,
112 cras_mix_add(fmt_, (uint8_t *)mix_buffer_, (uint8_t *)src_buffer_,
121 cras_mix_add(fmt_, (uint8_t *)mix_buffer_, (uint8_t *)src_buffer_,
125 cras_mix_add(fmt_, (uint8_t *)mix_buffer_, (uint8_t *)src_buffer_,
134 cras_mix_add(fmt_, (uint8_t *)mix_buffer_, (uint8_t *)src_buffer_,
143 cras_mix_add(fmt_, (uint8_t *)mix_buffer_, (uint8_t *)src_buffer_
359 snd_pcm_format_t fmt_; member in class:__anon14155::MixTestSuiteS24_LE
617 snd_pcm_format_t fmt_; member in class:__anon14155::MixTestSuiteS32_LE
890 snd_pcm_format_t fmt_; member in class:__anon14155::MixTestSuiteS24_3LE
    [all...]
loopback_iodev_unittest.cc 44 fmt_.frame_rate = 48000;
45 fmt_.num_channels = 2;
46 fmt_.format = SND_PCM_FORMAT_S16_LE;
50 loop_in_->format = &fmt_;
65 struct cras_audio_format fmt_; member in class:__anon14154::LoopBackTestSuite
74 iodev.format = &fmt_;
75 iodev.ext_format = &fmt_;
146 loop_hook(buf_, nframes, &fmt_, loop_hook_cb_data);
rstream_unittest.cc 23 fmt_.format = SND_PCM_FORMAT_S16_LE;
24 fmt_.frame_rate = 48000;
25 fmt_.num_channels = 2;
32 config_.format = &fmt_;
45 struct cras_audio_format fmt_; member in class:__anon14159::RstreamTestSuite
110 EXPECT_TRUE(format_equal(&fmt_ret, &fmt_));
147 EXPECT_TRUE(format_equal(&fmt_ret, &fmt_));
alsa_io_unittest.cc 1776 struct cras_audio_format fmt_; member in class:__anon14121::AlsaVolumeMuteSuite
1931 struct cras_audio_format fmt_; member in class:__anon14121::AlsaFreeRunTestSuite
    [all...]
audio_thread_unittest_obsolete.cc 501 memset(&fmt_, 0, sizeof(fmt_));
502 fmt_.frame_rate = 44100;
503 fmt_.num_channels = 2;
504 fmt_.format = SND_PCM_FORMAT_S16_LE;
507 iodev_.format = &fmt_;
562 memcpy(&(*rstream)->format, &fmt_, sizeof(fmt_));
655 struct cras_audio_format fmt_; member in class:WriteStreamSuite
715 1000000000ULL / (uint64_t)fmt_.frame_rate
1286 struct cras_audio_format fmt_; member in class:AddStreamSuite
    [all...]
  /external/strace/tests/
tests.h 79 # define perror_msg_and_fail(fmt_, ...) \
80 perror_msg_and_fail("%s:%d: " fmt_, __FILE__, __LINE__, ##__VA_ARGS__)
83 # define error_msg_and_fail(fmt_, ...) \
84 error_msg_and_fail("%s:%d: " fmt_, __FILE__, __LINE__, ##__VA_ARGS__)
  /external/strace/tests-m32/
tests.h 79 # define perror_msg_and_fail(fmt_, ...) \
80 perror_msg_and_fail("%s:%d: " fmt_, __FILE__, __LINE__, ##__VA_ARGS__)
83 # define error_msg_and_fail(fmt_, ...) \
84 error_msg_and_fail("%s:%d: " fmt_, __FILE__, __LINE__, ##__VA_ARGS__)
  /external/strace/tests-mx32/
tests.h 79 # define perror_msg_and_fail(fmt_, ...) \
80 perror_msg_and_fail("%s:%d: " fmt_, __FILE__, __LINE__, ##__VA_ARGS__)
83 # define error_msg_and_fail(fmt_, ...) \
84 error_msg_and_fail("%s:%d: " fmt_, __FILE__, __LINE__, ##__VA_ARGS__)
  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring_unittest.cpp 30 fmt_.reset();
48 fmt_ = pdfium::MakeUnique<CFGAS_FormatString>(mgr_.get());
49 return fmt_.get();
54 std::unique_ptr<CFGAS_FormatString> fmt_; member in class:CFGAS_FormatStringTest
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
subr.go 153 func Warn(fmt_ string, args ...interface{}) {
154 adderr(lineno, fmt_, args...)
159 func Warnl(line src.XPos, fmt_ string, args ...interface{}) {
160 adderr(line, fmt_, args...)
166 func Fatalf(fmt_ string, args ...interface{}) {
171 fmt.Printf(fmt_, args...)
1195 fmt_ := ""
1197 fmt_ += fmt.Sprintf("\n\t%v", tl)
1200 fmt_ += fmt.Sprintf("\n\t%v", tr)
1206 fmt_ += "\n\t(*struct vs *interface)
    [all...]
ssa.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
subr.go 153 func Warn(fmt_ string, args ...interface{}) {
154 adderr(lineno, fmt_, args...)
159 func Warnl(line src.XPos, fmt_ string, args ...interface{}) {
160 adderr(line, fmt_, args...)
166 func Fatalf(fmt_ string, args ...interface{}) {
171 fmt.Printf(fmt_, args...)
1195 fmt_ := ""
1197 fmt_ += fmt.Sprintf("\n\t%v", tl)
1200 fmt_ += fmt.Sprintf("\n\t%v", tr)
1206 fmt_ += "\n\t(*struct vs *interface)
    [all...]
ssa.go     [all...]
  /external/vixl/src/aarch64/
debugger-aarch64.cc 227 Format(const char* fmt, char type_code) : fmt_(fmt), type_code_(type_code) {}
234 fprintf(out, fmt_, value);
239 const char* fmt_; member in class:vixl::aarch64::Format
1078 fprintf(out, "[Format %c%u - %s]", type_code_, size, fmt_);
    [all...]
  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 887 Formatter(char *str_, const char *fmt_, size_t size_)
888 : str(str_), str_off(0), size(size_), fmt_start(fmt_), fmt_cur(fmt_),
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
config.go 88 Warnl(pos src.XPos, fmt_ string, args ...interface{})