Searched full:print (Results 1 – 25 of 7789) sorted by relevance
12345678910>>...312
| /third_party/ncurses/include/ |
| D | MKterm.h.awk.in | 4 print " char *term_names; /* str_table offset of term names */" 5 print " char *str_table; /* pointer to string table */" 6 print " NCURSES_SBOOL *Booleans; /* array of boolean values */" 8 print " char **Strings; /* array of string offsets */" 9 print "" 10 print "#if NCURSES_XNAMES" 11 print " char *ext_str_table; /* pointer to extended string table */" 12 print " char **ext_Names; /* corresponding names */" 13 print "" 14 print " unsigned short num_Booleans;/* count total Booleans */"; [all …]
|
| /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 …]
|
| /third_party/ncurses/ncurses/base/ |
| D | MKkeyname.awk | 31 print "/* generated by MKkeyname.awk */" 32 print "" 33 print "#include <curses.priv.h>" 34 print "#include <tic.h>" 35 print "" 42 print "struct kn { short offset; int code; };" 43 print "static const struct kn _nc_key_names[] = {" 50 print "struct kn { const char *name; int code; };" 51 print "static const struct kn _nc_key_names[] = {" 61 print "" [all …]
|
| /third_party/rust/rust/tests/ui/print_type_sizes/ |
| D | niche-filling.stdout | 1 print-type-size type: `IndirectNonZero`: 12 bytes, alignment: 4 bytes 2 print-type-size field `.nested`: 8 bytes 3 print-type-size field `.post`: 2 bytes 4 print-type-size field `.pre`: 1 bytes 5 print-type-size end padding: 1 bytes 6 print-type-size type: `MyOption<IndirectNonZero>`: 12 bytes, alignment: 4 bytes 7 print-type-size variant `Some`: 12 bytes 8 print-type-size field `.0`: 12 bytes 9 print-type-size variant `None`: 0 bytes 10 print-type-size type: `EmbeddedDiscr`: 8 bytes, alignment: 4 bytes [all …]
|
| D | packed.stdout | 1 print-type-size type: `Packed2C`: 12 bytes, alignment: 2 bytes 2 print-type-size field `.a`: 1 bytes 3 print-type-size field `.b`: 1 bytes 4 print-type-size field `.g`: 4 bytes 5 print-type-size field `.c`: 1 bytes 6 print-type-size padding: 1 bytes 7 print-type-size field `.h`: 2 bytes 8 print-type-size field `.d`: 1 bytes 9 print-type-size end padding: 1 bytes 10 print-type-size type: `Padded`: 12 bytes, alignment: 4 bytes [all …]
|
| /third_party/mesa3d/src/mapi/glapi/gen/ |
| D | gl_SPARC_asm.py | 42 print('#ifdef __arch64__') 43 print('#define GL_OFF(N)\t((N) * 8)') 44 print('#define GL_LL\t\tldx') 45 print('#define GL_TIE_LD(SYM)\t%tie_ldx(SYM)') 46 print('#define GL_STACK_SIZE\t128') 47 print('#else') 48 print('#define GL_OFF(N)\t((N) * 4)') 49 print('#define GL_LL\t\tld') 50 print('#define GL_TIE_LD(SYM)\t%tie_ld(SYM)') 51 print('#define GL_STACK_SIZE\t64') [all …]
|
| D | gl_x86_asm.py | 56 print('#include "x86/assyntax.h"') 57 print('') 58 print('#if defined(STDCALL_API)') 59 print('# define GL_PREFIX(n,n2) GLNAME(CONCAT(gl,n2))') 60 print('#else') 61 print('# define GL_PREFIX(n,n2) GLNAME(CONCAT(gl,n))') 62 print('#endif') 63 print('') 64 print('#define GL_OFFSET(x) CODEPTR(REGOFF(4 * x, EAX))') 65 print('') [all …]
|
| D | glX_proto_recv.py | 45 print '# include <X11/Xfuncproto.h>' 46 print '' 47 print 'struct __GLXclientStateRec;' 48 print '' 56 print 'extern _X_HIDDEN void __glXDisp_%s(GLbyte * pc);' % (func.name) 57 … print 'extern _X_HIDDEN _X_COLD void __glXDispSwap_%s(GLbyte * pc);' % (func.name) 59 … print 'extern _X_HIDDEN int __glXDisp_%s(struct __GLXclientStateRec *, GLbyte *);' % (func.name) 60 …print 'extern _X_HIDDEN _X_COLD int __glXDispSwap_%s(struct __GLXclientStateRec *, GLbyte *);' % (… 64 … print 'extern _X_HIDDEN int __glXDisp_%s(struct __GLXclientStateRec *, GLbyte *);' % (n) 65 …print 'extern _X_HIDDEN _X_COLD int __glXDispSwap_%s(struct __GLXclientStateRec *, GLbyte *);' % (… [all …]
|
| /third_party/skia/m133/third_party/externals/icu/source/tools/gensprep/ |
| D | filterRFC3454.pl | 78 print $outFH $copyright; 79 print $outFH $warning; 82 print $outFH "\@normalize;;\n"; 85 print $outFH "\@check-bidi;;\n"; 87 print $outFH "\n"; 161 print $outFH $comment."\n"; 169 print $outFH "\n# Total code points $count\n\n"; 172 if($print==1){ 173 print $line; 198 #print $start." ".$end."\n"; [all …]
|
| /third_party/skia/third_party/externals/icu/source/tools/gensprep/ |
| D | filterRFC3454.pl | 78 print $outFH $copyright; 79 print $outFH $warning; 82 print $outFH "\@normalize;;\n"; 85 print $outFH "\@check-bidi;;\n"; 87 print $outFH "\n"; 161 print $outFH $comment."\n"; 169 print $outFH "\n# Total code points $count\n\n"; 172 if($print==1){ 173 print $line; 198 #print $start." ".$end."\n"; [all …]
|
| /third_party/icu/icu4c/source/tools/gensprep/ |
| D | filterRFC3454.pl | 78 print $outFH $copyright; 79 print $outFH $warning; 82 print $outFH "\@normalize;;\n"; 85 print $outFH "\@check-bidi;;\n"; 87 print $outFH "\n"; 161 print $outFH $comment."\n"; 169 print $outFH "\n# Total code points $count\n\n"; 172 if($print==1){ 173 print $line; 198 #print $start." ".$end."\n"; [all …]
|
| /third_party/ncurses/test/ |
| D | mk-test.awk | 46 print "# generated by mk-test.awk\n"; 69 print ""; 71 print "SCRIPTS = \\" 72 print " $(srcdir)/savescreen.sh \\" 73 print " $(srcdir)/tput-colorcube \\" 74 print " $(srcdir)/tput-initc \\" 75 print " $(srcdir)/tracemunch" 76 print "DATAFILES = \\" 77 print " $(srcdir)/*.x* \\" 78 print " $(srcdir)/*.dat" [all …]
|
| /third_party/rust/rust/tests/ui/async-await/future-sizes/ |
| D | async-awaiting-fut.stdout | 1 print-type-size type: `[async fn body@$DIR/async-awaiting-fut.rs:21:21: 24:2]`: 3078 bytes, alignme… 2 print-type-size discriminant: 1 bytes 3 print-type-size variant `Unresumed`: 0 bytes 4 print-type-size variant `Suspend0`: 3077 bytes 5 print-type-size local `.__awaitee`: 3077 bytes 6 print-type-size variant `Returned`: 0 bytes 7 print-type-size variant `Panicked`: 0 bytes 8 print-type-size type: `[async fn body@$DIR/async-awaiting-fut.rs:10:64: 19:2]`: 3077 bytes, alignme… 9 print-type-size discriminant: 1 bytes 10 print-type-size variant `Unresumed`: 1025 bytes [all …]
|
| D | large-arg.stdout | 1 print-type-size type: `[async fn body@$DIR/large-arg.rs:6:21: 8:2]`: 3076 bytes, alignment: 1 bytes 2 print-type-size discriminant: 1 bytes 3 print-type-size variant `Unresumed`: 0 bytes 4 print-type-size variant `Suspend0`: 3075 bytes 5 print-type-size local `.__awaitee`: 3075 bytes 6 print-type-size variant `Returned`: 0 bytes 7 print-type-size variant `Panicked`: 0 bytes 8 print-type-size type: `[async fn body@$DIR/large-arg.rs:10:30: 12:2]`: 3075 bytes, alignment: 1 byt… 9 print-type-size discriminant: 1 bytes 10 print-type-size variant `Unresumed`: 1024 bytes [all …]
|
| /third_party/ncurses/ncurses/tinfo/ |
| D | MKnames.awk | 55 print value 56 print "\t\t(NCURSES_CONST char *)0," 57 print "};" 58 print "" 64 print "};" 65 print "" 67 print "" 71 print "/* This file was generated by MKnames.awk */" 72 print "" 73 print "#include <curses.priv.h>" [all …]
|
| D | MKcodes.awk | 55 print value 56 print "\t\t(NCURSES_CONST char *)0," 57 print "};" 58 print "" 64 print "};" 65 print "" 67 print "" 71 print "/* This file was generated by MKcodes.awk */" 72 print "" 73 print "#include <curses.priv.h>" [all …]
|
| /third_party/mesa3d/src/util/format/ |
| D | u_format_table.py | 141 …print('/* This file is autogenerated by u_format_table.py from u_format.yaml. Do not edit directly… 142 print(file=file) 143 # This will print the copyright message on the top of this file 144 print(CopyRight.strip(), file=file) 145 print(file=file) 148 print("#if UTIL_ARCH_LITTLE_ENDIAN", file=sys.stdout3) 151 print("#define %s %s" % (f.le_alias, f.name), file=sys.stdout3) 152 print("#elif UTIL_ARCH_BIG_ENDIAN", file=sys.stdout3) 155 print("#define %s %s" % (f.be_alias, f.name), file=sys.stdout3) 156 print("#endif", file=sys.stdout3) [all …]
|
| /third_party/python/Tools/freeze/ |
| D | winmakemakefile.py | 55 print("# Makefile for Microsoft Visual C++ generated by freeze.py script") 56 print() 57 print('target = %s' % target) 58 print('pythonhome = %s' % vars['prefix']) 59 print() 60 print('DEBUG=0 # Set to 1 to use the _d versions of Python.') 61 print('!IF $(DEBUG)') 62 print('debug_suffix=_d') 63 print('c_debug=/Zi /Od /DDEBUG /D_DEBUG') 64 print('l_debug=/DEBUG') [all …]
|
| /third_party/grpc/tools/codegen/core/ |
| D | gen_config_vars.py | 39 print("config has no name: %r" % attr) 45 print("use experiment system for experiments") 48 print("no description for %s" % attr["name"]) 51 print("no default for %s" % attr["name"]) 77 # utility: print a big comment block into a set of files 81 print("// %s" % line, file=f) 82 print(file=f) 193 print('syntax = "proto3";', file=P) 194 print(file=P) 195 print("package grpc.testing;", file=P) [all …]
|
| D | gen_stats_data.py | 111 # print("gen_map_table(%s, %s)" % (mapped_bounds, shift_data)) 184 # print first_nontrivial, shift_data, bounds 185 …# if shift_data is not None: print [hex(x >> shift_data[0]) for x in code_bounds[first_nontrivial:… 245 # utility: print a big comment block into a set of files 249 print("// %s" % line, file=f) 250 print(file=f) 283 print("#ifndef GRPC_SRC_CORE_TELEMETRY_STATS_DATA_H", file=H) 284 print("#define GRPC_SRC_CORE_TELEMETRY_STATS_DATA_H", file=H) 285 print(file=H) 286 print("#include <grpc/support/port_platform.h>", file=H) [all …]
|
| /third_party/ncurses/Ada95/ |
| D | mk-pkg.awk | 34 print "# generated by mk-pkg.awk\n"; 38 print "real_bindir = $(libexecdir)/$(PACKAGE)" 39 print "REAL_BINDIR = $(LIBEXECDIR)/$(PACKAGE)" 40 print "SUB_MFLAGS = $(TOP_MFLAGS) BINDIR=$(REAL_BINDIR)" 41 print "samples = samples" 42 print "" 43 print "TESTS = \\" 44 print " $(samples)/ncurses \\" 45 print " $(samples)/rain \\" 46 print " $(samples)/tour" [all …]
|
| /third_party/rust/rust/tests/debuginfo/ |
| D | basic-types-mut-globals.rs | 4 // about UTF-32 character encoding and will print a rust char as only 15 // gdbg-command:print 'basic_types_mut_globals::B' 16 // gdbr-command:print B 18 // gdbg-command:print 'basic_types_mut_globals::I' 19 // gdbr-command:print I 21 // gdbg-command:print/d 'basic_types_mut_globals::C' 22 // gdbr-command:print C 25 // gdbg-command:print/d 'basic_types_mut_globals::I8' 26 // gdbr-command:print I8 28 // gdbg-command:print 'basic_types_mut_globals::I16' [all …]
|
| /third_party/skia/m133/third_party/externals/harfbuzz/src/ |
| D | gen-arabic-table.py | 74 print () 76 print ("#define %s %s" % (short, value)) 91 print () 92 print ("static const uint8_t joining_table[] =") 93 print ("{") 98 print () 99 print ("#define joining_offset_0x%04xu %d" % (start, offset)) 108 print () 110 print ("\n /* %s */" % block) 112 print ("\n /* FILLER */") [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | gen-arabic-table.py | 74 print () 76 print ("#define %s %s" % (short, value)) 91 print () 92 print ("static const uint8_t joining_table[] =") 93 print ("{") 98 print () 99 print ("#define joining_offset_0x%04xu %d" % (start, offset)) 108 print () 110 print ("\n /* %s */" % block) 112 print ("\n /* FILLER */") [all …]
|
| /third_party/icu/icu4c/source/common/ |
| D | rbbicst.pl | 67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n"; 104 … print " rbbicsts: at line $line_num, bad character literal or character class name.\n"; 105 print " scanning $fields[0]\n"; 125 print " rbbicsts: at line $line_num, destination state missing.\n"; 137 print " rbbicsts: at line $line_num, expected state after ^ (no spaces).\n"; 155 print " rbbicsts: at line $line_num, unexpected extra stuff on input line.\n"; 156 print " scanning $fields[0]\n"; 194 …print "Error at line $state_line_num[$state]: target state \"$state_dest_state[$state]\" is not de… 198 …print "Error at line $state_line_num[$state]: target state \"$state_push_state[$state]\" is not de… 236 print "/*\n"; [all …]
|
12345678910>>...312