Home
last modified time | relevance | path

Searched refs:PRINT (Results 1 – 25 of 69) sorted by relevance

123

/third_party/alsa-utils/alsactl/init/
Dtest4 PRINT="Default CTL:\n"
5 PRINT=" CTL{numid}=\"$ctl{numid}\"\n"
6 PRINT=" CTL{iface}=\"$ctl{iface}\"\n"
7 PRINT=" CTL{device}=\"$ctl{device}\"\n"
8 PRINT=" CTL{subdevice}=\"$ctl{subdevice}\"\n"
9 PRINT=" CTL{name}=\"$ctl{name}\"\n"
10 PRINT=" CTL{index}=\"$ctl{index}\"\n"
14 PRINT="After CTL{reset}=\"mixer\":\n"
15 PRINT=" CTL{numid}=\"$ctl{numid}\"\n"
16 PRINT=" CTL{iface}=\"$ctl{iface}\"\n"
[all …]
Dinfo3 PRINT="CARDINFO:\n"
4 PRINT=" CARDINFO{id}=\"$CARDINFO{id}\"\n"
5 PRINT=" CARDINFO{card}=\"$CARDINFO{card}\"\n"
6 PRINT=" CARDINFO{driver}=\"$CARDINFO{driver}\"\n"
7 PRINT=" CARDINFO{name}=\"$CARDINFO{name}\"\n"
8 PRINT=" CARDINFO{longname}=\"$CARDINFO{longname}\"\n"
9 PRINT=" CARDINFO{mixername}=\"$CARDINFO{mixername}\"\n"
10 PRINT=" CARDINFO{components}=\"$CARDINFO{components}\"\n"
13 PRINT="sysfs:\n"
14 ATTR{bus}=="*", PRINT=" ATTR{bus}=\"$ATTR{bus}\"\n"
[all …]
Dhelp3 PRINT="Available commands (identified by the environment variable CMD):\n\n"
4 PRINT=" (not set) Do a soundcard initialization\n"
5 PRINT=" default Do a default (guess method) initialization\n"
6 PRINT=" help Show this information\n"
7 PRINT=" info Print all available hardware identification\n"
8 PRINT=" test Do alsactl utility parser tests\n"
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_print.cpp417 #define PRINT(args...) \ macro
440 PRINT("%s", colour[TXT_INSN]); in print()
445 PRINT("not"); in print()
509 PRINT("%s%c%c%i%s", colour[col], p, r, idx, postFix); in print()
518 PRINT("%s", colour[TXT_IMMD]); in print()
521 case TYPE_F32: PRINT("%f", reg.data.f32); break; in print()
522 case TYPE_F64: PRINT("%f", reg.data.f64); break; in print()
523 case TYPE_U8: PRINT("0x%02x", reg.data.u8); break; in print()
524 case TYPE_S8: PRINT("%i", reg.data.s8); break; in print()
525 case TYPE_U16: PRINT("0x%04x", reg.data.u16); break; in print()
[all …]
/third_party/boost/libs/multiprecision/test/
Dtest_numeric_limits.cpp70 #define PRINT(x) \ macro
188 PRINT(is_specialized); in test()
204 PRINT(lowest()); in test()
206 PRINT(digits); in test()
207 PRINT(digits10); in test()
209 PRINT(max_digits10); in test()
211 PRINT(is_signed); in test()
212 PRINT(is_integer); in test()
213 PRINT(is_exact); in test()
214 PRINT(radix); in test()
[all …]
/third_party/gstreamer/gstreamer/gst/parse/
Dparse.l35 #define PRINT(...) GST_CAT_DEBUG (GST_CAT_PIPELINE, "flex: " __VA_ARGS__) macro
37 #define PRINT(args...) GST_CAT_DEBUG (GST_CAT_PIPELINE, "flex: " args)
40 PRINT (const char *format, ...)
93 PRINT ("ASSIGNMENT: %s", yytext);
103 PRINT ("PRESET: %s", &pos[1]);
111 PRINT ("PADREF: %s", yytext);
118 PRINT ("REF: %s", yytext);
128 PRINT ("BINREF: %s", yytext);
135 PRINT ("IDENTIFIER: %s", yytext);
146 PRINT ("LINK: %s", yytext);
[all …]
Dlex.priv_gst_parse_yy.c1073 #define PRINT(...) GST_CAT_DEBUG (GST_CAT_PIPELINE, "flex: " __VA_ARGS__) macro
1075 #define PRINT(args...) GST_CAT_DEBUG (GST_CAT_PIPELINE, "flex: " args) macro
1078 PRINT (const char *format, ...) in PRINT() function
1430 PRINT ("ASSIGNMENT: %s", yytext);
1444 PRINT ("PRESET: %s", &pos[1]);
1455 PRINT ("PADREF: %s", yytext);
1465 PRINT ("REF: %s", yytext);
1479 PRINT ("BINREF: %s", yytext);
1489 PRINT ("IDENTIFIER: %s", yytext);
1504 PRINT ("LINK: %s", yytext);
[all …]
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c92 #define PRINT if(!quiet)gst_print macro
427 PRINT ("%16s: %s\n", i == 0 ? gst_tag_get_nick (tag) : "", str); in print_tag()
469 PRINT ("%s%s:", &spc[MAX_INDENT - indent], in print_toc_entry()
472 PRINT (" start: %" GST_TIME_FORMAT, GST_TIME_ARGS (start)); in print_toc_entry()
475 PRINT (" stop: %" GST_TIME_FORMAT, GST_TIME_ARGS (stop)); in print_toc_entry()
477 PRINT ("\n"); in print_toc_entry()
505 PRINT ("handling interrupt.\n"); in intr_handler()
525 PRINT ("SIGHUP: dumping dot file snapshot ...\n"); in hup_handler()
527 PRINT ("SIGHUP: not dumping dot file snapshot, GST_DEBUG_DUMP_DOT_DIR " in hup_handler()
556 PRINT (_("Setting pipeline to PLAYING ...\n")); in do_initial_play()
[all …]
/third_party/ltp/testcases/kernel/fs/inode/
Dinode01.c146 #ifdef PRINT in main()
194 #ifdef PRINT in main()
227 #ifdef PRINT in main()
359 #ifdef PRINT in generate()
411 #ifdef PRINT in generate()
481 #ifdef PRINT in check()
487 #ifdef PRINT in check()
/third_party/openssl/fuzz/
Dasn1.c207 #define DO_TEST(TYPE, D2I, I2D, PRINT) { \ argument
216 PRINT(bio, type); \
225 #define DO_TEST_PRINT_OFFSET(TYPE, D2I, I2D, PRINT) { \ argument
233 PRINT(bio, type, 0); \
241 #define DO_TEST_PRINT_PCTX(TYPE, D2I, I2D, PRINT) { \ argument
249 PRINT(bio, type, 0, pctx); \
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
DMain.java29 PRINT, enumConstant
48 } else if (args[0].equalsIgnoreCase(Command.PRINT.name())) { in main()
50 cmd = Command.PRINT; in main()
94 if (cmd == Command.PRINT) { in main()
/third_party/ffmpeg/libavcodec/
Dcook.c1049 #define PRINT(a, b) ff_dlog(q->avctx, " %s = %d\n", a, b); in dump_cook_context() macro
1053 PRINT("js_subband_start", q->subpacket[0].js_subband_start); in dump_cook_context()
1054 PRINT("js_vlc_bits", q->subpacket[0].js_vlc_bits); in dump_cook_context()
1057 PRINT("nb_channels", q->avctx->channels); in dump_cook_context()
1058 PRINT("bit_rate", (int)q->avctx->bit_rate); in dump_cook_context()
1059 PRINT("sample_rate", q->avctx->sample_rate); in dump_cook_context()
1060 PRINT("samples_per_channel", q->subpacket[0].samples_per_channel); in dump_cook_context()
1061 PRINT("subbands", q->subpacket[0].subbands); in dump_cook_context()
1062 PRINT("js_subband_start", q->subpacket[0].js_subband_start); in dump_cook_context()
1063 PRINT("log2_numvector_size", q->subpacket[0].log2_numvector_size); in dump_cook_context()
[all …]
Dwmaprodec.c259 #define PRINT(a, b) av_log(s->avctx, AV_LOG_DEBUG, " %s = %d\n", a, b); in dump_context() macro
262 PRINT("ed sample bit depth", s->bits_per_sample); in dump_context()
264 PRINT("samples per frame", s->samples_per_frame); in dump_context()
265 PRINT("log2 frame size", s->log2_frame_size); in dump_context()
266 PRINT("max num subframes", s->max_num_subframes); in dump_context()
267 PRINT("len prefix", s->len_prefix); in dump_context()
268 PRINT("num channels", s->nb_channels); in dump_context()
/third_party/mesa3d/docs/relnotes/
D6.339 Vertex/Fragment Program PRINT Instruction
43 extended with a PRINT instruction.
/third_party/protobuf/php/tests/proto/
Dtest_reserved_enum_value_upper.proto53 PRINT = 47; enumerator
Dtest_reserved_message_upper.proto52 message PRINT {} message
Dtest_reserved_enum_upper.proto52 enum PRINT { ZERO48 = 0; } enum
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.h191 CallInst* PRINT(const std::string& printStr);
192 CallInst* PRINT(const std::string& printStr, const std::initializer_list<Value*>& printArgs);
Dbuilder_misc.cpp373 CallInst* Builder::PRINT(const std::string& printStr, in PRINT() function in SwrJit::Builder
537 CallInst* Builder::PRINT(const std::string& printStr) { return PRINT(printStr, {}); } in PRINT() function in SwrJit::Builder
Dfetch_jit.cpp2191 PRINT("vVertexElements[%d]: 0x%x\n", {C(c), vVertexElements[c]}); in StoreVertexElements()
2198 PRINT("vVertexElements[%d]: %f\n", {C(c), vVertexElements[c]}); in StoreVertexElements()
/third_party/mksh/
Dedit.c3605 NONE = 0, EXPAND, COMPLETE, PRINT enumerator
5423 expanded = PRINT; in complete_word()
5426 if (cmd == 0 && expanded == PRINT && buf) { in complete_word()
Dsh.h278 #undef PRINT /* LynxOS defines that somewhere */
/third_party/libexif/po/
Duk.po3477 msgid "PRINT Image Matching"
3478 msgstr "PRINT Image Matching"
3481 msgid "Related to Epson's PRINT Image Matching technology"
3482 msgstr "Пов’язано із технологією PRINT Image Matching компанії Epson"
Dpl.po3474 msgid "PRINT Image Matching"
3475 msgstr "Dopasowywanie obrazu PRINT"
3478 msgid "Related to Epson's PRINT Image Matching technology"
3479 msgstr "Nieznany (związany z technologią Epsona PRINT Image Matching)"
Dnl.po3467 msgid "PRINT Image Matching"
3468 msgstr "PRINT-afbeeldingsvergelijking"
3471 msgid "Related to Epson's PRINT Image Matching technology"
3472 msgstr "Verwant aan Epson's PRINT Image Matching technologie"

123