HomeSort by relevance Sort by last modified time
    Searched refs:PRINT (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/webrtc/webrtc/modules/audio_device/android/
audio_manager_unittest.cc 18 #define PRINT(...) fprintf(stderr, __VA_ARGS__);
60 PRINT("%sAcoustic Echo Canceler support: %s\n", kTag,
65 PRINT("%sAutomatic Gain Control support: %s\n", kTag,
70 PRINT("%sNoise Suppressor support: %s\n", kTag,
75 PRINT("%sLow latency output support: %s\n", kTag,
81 PRINT("PLAYOUT:\n");
82 PRINT("%saudio layer: %s\n", kTag,
84 PRINT("%ssample rate: %d Hz\n", kTag, playout_parameters_.sample_rate());
85 PRINT("%schannels: %" PRIuS "\n", kTag, playout_parameters_.channels());
86 PRINT("%sframes per buffer: %" PRIuS " <=> %.2f ms\n", kTag
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_print.cpp 351 #define PRINT(args...) \
369 int Modifier::print(char *buf, size_t size) const function in class:nv50_ir::Modifier
374 PRINT("%s", colour[TXT_INSN]);
379 PRINT("not");
390 int LValue::print(char *buf, size_t size, DataType ty) const function in class:nv50_ir::LValue
440 PRINT("%s%c%c%i%s", colour[col], p, r, idx, postFix);
445 int ImmediateValue::print(char *buf, size_t size, DataType ty) const function in class:nv50_ir::ImmediateValue
449 PRINT("%s", colour[TXT_IMMD]);
452 case TYPE_F32: PRINT("%f", reg.data.f32); break;
453 case TYPE_F64: PRINT("%f", reg.data.f64); break
469 int Symbol::print(char *buf, size_t size, DataType ty) const function in class:nv50_ir::Symbol
474 int Symbol::print(char *buf, size_t size, function in class:nv50_ir::Symbol
530 void Instruction::print() const function in class:nv50_ir::Instruction
765 Function::print() function in class:nv50_ir::Function
772 Program::print() function in class:nv50_ir::Program
    [all...]
  /external/syslinux/com32/gpllib/zzjson/
zzjson_print.c 8 #define PRINT(fmt...) if (config->print(config->ohandle, ##fmt) < 0) return -1;
10 #define PUTC(c) PRINT("%c",c)
48 if (c) PRINT("%s%*s%c", indent ? "\n" : "", indent, "", c);
54 PRINT("\n%*s\"", indent+INC, "");
57 PRINT("\" :");
68 PRINT(objval ? " \"" : "\n%*s\"", indent, "");
73 PRINT(objval ? " false" : "\n%*sfalse", indent, "");
76 PRINT(objval ? " null" : "\n%*snull", indent, "");
79 PRINT(objval ? " true" : "\n%*strue", indent, "")
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
debug.h 25 #define PRINT(x...) do { \
32 #define D PRINT
38 #define V PRINT
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
debug.h 37 #define PRINT(x...) do { \
44 #define D PRINT
50 #define V PRINT
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc/
debug.h 25 #define PRINT(x...) do { \
32 #define D PRINT
38 #define V PRINT
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
debug.h 37 #define PRINT(x...) do { \
44 #define D PRINT
50 #define V PRINT
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
debug.h 37 #define PRINT(x...) do { \
44 #define D PRINT
50 #define V PRINT
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc/
debug.h 25 #define PRINT(x...) do { \
32 #define D PRINT
38 #define V PRINT
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
debug.h 37 #define PRINT(x...) do { \
44 #define D PRINT
50 #define V PRINT
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
debug.h 37 #define PRINT(x...) do { \
44 #define D PRINT
50 #define V PRINT
  /toolchain/binutils/binutils-2.27/bfd/
cpu-alpha.c 25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
33 PRINT, \
cpu-cris.c 68 #define N(NUMBER, PRINT, NEXT) \
69 { 32, 32, 8, bfd_arch_cris, NUMBER, "cris", PRINT, 1, FALSE, \
cpu-nios2.c 47 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
55 PRINT, \
cpu-aarch64.c 103 #define N(NUMBER, PRINT, DEFAULT, NEXT) \
105 "aarch64", PRINT, 4, DEFAULT, compatible, scan, \
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 47 #define PRINT(...) \
63 PRINT(", "); \
65 PRINT(", "); \
67 PRINT(", ");
71 PRINT(", ");
75 PRINT(", "); \
77 PRINT(", "); \
79 PRINT(", ");
83 PRINT(", ");
87 PRINT(", "); \
    [all...]
  /external/tcpdump/
print-krb.c 131 #define PRINT if ((cp = c_print(ndo, cp, ndo->ndo_snapend)) == NULL) goto trunc
133 PRINT;
135 PRINT;
137 PRINT;
144 #undef PRINT
155 #define PRINT if ((cp = c_print(ndo, cp, ndo->ndo_snapend)) == NULL) goto trunc
180 PRINT;
182 PRINT;
189 PRINT;
212 PRINT;
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c     [all...]
syswrap-generic.c     [all...]
syswrap-solaris.c     [all...]
syswrap-linux.c 798 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
    [all...]
  /bionic/libc/stdio/
vfprintf.cpp 91 struct __siov* iovp; /* for PRINT macro */
117 #define PRINT(ptr, len) \
167 PRINT(cp, m);
615 * required by a decimal %[diouxX] precision, then print the
630 if (sign) PRINT(&sign, 1);
633 PRINT(ox, 2);
644 PRINT(cp, size);
649 PRINT(zeroes, 1);
650 if (prec || flags & ALT) PRINT(decimal_point, 1);
657 if (prec || flags & ALT) PRINT(decimal_point, 1)
    [all...]
vfwprintf.cpp 91 struct __siov* iovp; /* for PRINT macro */
117 #define PRINT(ptr, len) \
156 PRINT(cp, m);
596 * required by a decimal %[diouxX] precision, then print the
611 if (sign) PRINT(&sign, 1);
614 PRINT(ox, 2);
625 PRINT(cp, size);
630 PRINT(zeroes, 1);
631 if (prec || flags & ALT) PRINT(decimal_point, 1);
638 if (prec || flags & ALT) PRINT(decimal_point, 1)
    [all...]
  /bionic/linker/
linker_debug.h 74 #define PRINT(x...) _PRINTVF(-1, x)
linker_globals.h 57 PRINT(fmt, x); \

Completed in 920 milliseconds

1 2 3 4