/third_party/alsa-utils/alsactl/init/ |
D | test | 4 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 …]
|
D | info | 3 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 …]
|
D | help | 3 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/nouveau/codegen/ |
D | nv50_ir_print.cpp | 417 #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/ltp/testcases/kernel/fs/inode/ |
D | inode01.c | 146 #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/ |
D | asn1.c | 212 #define DO_TEST(TYPE, D2I, I2D, PRINT) { \ argument 222 PRINT(bio, type); \ 232 #define DO_TEST_PRINT_OFFSET(TYPE, D2I, I2D, PRINT) { \ argument 241 PRINT(bio, type, 0); \ 250 #define DO_TEST_PRINT_PCTX(TYPE, D2I, I2D, PRINT) { \ argument 259 PRINT(bio, type, 0, pctx); \
|
/third_party/node/deps/openssl/openssl/fuzz/ |
D | asn1.c | 212 #define DO_TEST(TYPE, D2I, I2D, PRINT) { \ argument 222 PRINT(bio, type); \ 232 #define DO_TEST_PRINT_OFFSET(TYPE, D2I, I2D, PRINT) { \ argument 241 PRINT(bio, type, 0); \ 250 #define DO_TEST_PRINT_PCTX(TYPE, D2I, I2D, PRINT) { \ argument 259 PRINT(bio, type, 0, pctx); \
|
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/ |
D | Main.java | 29 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/ |
D | cook.c | 1049 #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->ch_layout.nb_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 …]
|
D | wmaprodec.c | 265 #define PRINT(a, b) av_log(s->avctx, AV_LOG_DEBUG, " %s = %d\n", a, b); in dump_context() macro 268 PRINT("ed sample bit depth", s->bits_per_sample); in dump_context() 270 PRINT("samples per frame", s->samples_per_frame); in dump_context() 271 PRINT("log2 frame size", s->log2_frame_size); in dump_context() 272 PRINT("max num subframes", s->max_num_subframes); in dump_context() 273 PRINT("len prefix", s->len_prefix); in dump_context() 274 PRINT("num channels", s->nb_channels); in dump_context()
|
/third_party/mesa3d/docs/relnotes/ |
D | 6.3 | 39 Vertex/Fragment Program PRINT Instruction 43 extended with a PRINT instruction.
|
/third_party/protobuf/php/tests/proto/ |
D | test_reserved_enum_value_upper.proto | 53 PRINT = 47; enumerator
|
D | test_reserved_message_upper.proto | 52 message PRINT {} message
|
D | test_reserved_enum_upper.proto | 52 enum PRINT { ZERO48 = 0; } enum
|
/third_party/mksh/ |
D | edit.c | 3605 NONE = 0, EXPAND, COMPLETE, PRINT enumerator 5423 expanded = PRINT; in complete_word() 5426 if (cmd == 0 && expanded == PRINT && buf) { in complete_word()
|
D | sh.h | 278 #undef PRINT /* LynxOS defines that somewhere */
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 1235 if (NIR_DEBUG(PRINT)) { in radeonsi_screen_create_impl()
|
D | si_state_shaders.cpp | 161 nir_serialize(&blob, sel->nir, NIR_DEBUG(PRINT) == 0); in si_get_ir_cache_key() 2979 nir_serialize(&blob, sel->nir, NIR_DEBUG(PRINT) == 0); in si_init_shader_selector_async()
|
/third_party/libexif/po/ |
D | uk.po | 3637 msgid "PRINT Image Matching" 3638 msgstr "PRINT Image Matching" 3641 msgid "Related to Epson's PRINT Image Matching technology" 3642 msgstr "Пов'язано із технологією PRINT Image Matching компанії Epson"
|
D | da.po | 3574 msgid "PRINT Image Matching" 3575 msgstr "PRINT Image Matching" 3578 msgid "Related to Epson's PRINT Image Matching technology" 3579 msgstr "Forbundet med Epsons PRINT Image Matching technology"
|
D | de.po | 4338 msgid "PRINT Image Matching" 4339 msgstr "PRINT Image Matching" 4342 msgid "Related to Epson's PRINT Image Matching technology" 4343 msgstr "Verwandt mit Epson PRINT Image Matching Technologie"
|
D | en_AU.po | 4239 msgid "PRINT Image Matching" 4240 msgstr "PRINT Image Matching" 4243 msgid "Related to Epson's PRINT Image Matching technology" 4244 msgstr "Related to Epson's PRINT Image Matching technology"
|
D | nl.po | 3457 msgid "PRINT Image Matching" 3458 msgstr "PRINT-afbeeldingsvergelijking" 3461 msgid "Related to Epson's PRINT Image Matching technology" 3462 msgstr "Verwant aan Epson's PRINT Image Matching technologie"
|
D | en_GB.po | 4239 msgid "PRINT Image Matching" 4240 msgstr "PRINT Image Matching" 4243 msgid "Related to Epson's PRINT Image Matching technology" 4244 msgstr "Related to Epson's PRINT Image Matching technology"
|
D | sv.po | 3468 msgid "PRINT Image Matching" 3469 msgstr "Bildmatchning för PRINT" 3472 msgid "Related to Epson's PRINT Image Matching technology" 3473 msgstr "Relaterat till Epsons bildmatchningsteknologi PRINT"
|