Searched full:print (Results 1 – 25 of 8554) sorted by relevance
12345678910>>...343
/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/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 | gl_x86-64_asm.py | 57 print('\tsubq\t$%u, %%rsp' % (adjust_stack)) 75 print('\taddq\t$%u, %%rsp' % (adjust_stack)) 82 print('\tmovq\t%s, (%%rsp)' % (reg)) 84 print('\tmovq\t%s, %u(%%rsp)' % (reg, offset)) 86 print('\tpushq\t%s' % (reg)) 94 print('\tmovq\t(%%rsp), %s' % (reg)) 96 print('\tmovq\t%u(%%rsp), %s' % (offset, reg)) 98 print('\tpopq\t%s' % (reg)) 122 print("/* If we build with gcc's -fvisibility=hidden flag, we'll need to change") 123 print(" * the symbol visibility mode to 'default'.") [all …]
|
D | gl_table.py | 48 print(' %s (GLAPIENTRYP %s)(%s); /* %d */' % ( 52 print('#ifndef GLAPIENTRYP') 53 print('# ifndef GLAPIENTRY') 54 print('# define GLAPIENTRY') 55 print('# endif') 56 print('') 57 print('# define GLAPIENTRYP GLAPIENTRY *') 58 print('#endif') 59 print('') 60 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/flutter/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/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/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/mesa3d/src/util/format/ |
D | u_format_table.py | 123 …print('/* This file is autogenerated by u_format_table.py from u_format.csv. Do not edit directly.… 124 print(file=file) 125 # This will print the copyright message on the top of this file 126 print(CopyRight.strip(), file=file) 127 print(file=file) 128 print('#include "util/format/u_format.h"', file=file) 132 print('#include "u_format_bptc.h"') 133 print('#include "u_format_fxt1.h"') 134 print('#include "u_format_s3tc.h"') 135 print('#include "u_format_rgtc.h"') [all …]
|
/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/ |
D | debianrules | 52 print STDOUT "export kde_confdir=$kde_confdir\n"; 53 print STDOUT "export kde_prefix=$kde_prefix\n"; 54 print STDOUT "export kde_bindir=$kde_bindir\n"; 55 print STDOUT "export kde_includedir=$kde_includedir\n"; 56 print STDOUT "export kde_libdir=$kde_libdir\n"; 57 print STDOUT "export kde_cgidir=$kde_cgidir\n"; 58 print STDOUT "export kde_moduledir=$kde_moduledir\n"; 59 print STDOUT "export kde_appsdir=$kde_appsdir\n"; 60 print STDOUT "export kde_datadir=$kde_datadir\n"; 61 print STDOUT "export kde_htmldir=$kde_htmldir\n"; [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | gen-arabic-table.py | 8 …print ("usage: ./gen-arabic-table.py ArabicShaping.txt UnicodeData.txt Blocks.txt", file=sys.stder… 69 print () 71 print ("#define %s %s" % (short, value)) 86 print () 87 print ("static const uint8_t joining_table[] =") 88 print ("{") 93 print () 94 print ("#define joining_offset_0x%04xu %d" % (start, offset)) 103 print () 105 print ("\n /* %s */" % block) [all …]
|
D | gen-vowel-constraints.py | 17 print (s.encode ('utf-8'), end='') 28 …print ('usage: ./gen-vowel-constraints.py HBIndicVowelConstraints.txt Scripts.txt', file=sys.stder… 146 print ('/* == Start of generated functions == */') 147 print ('/*') 148 print (' * The following functions are generated by running:') 149 print (' *') 150 print (' * %s use Scripts.txt' % sys.argv[0]) 151 print (' *') 152 print (' * on files with these headers:') 153 print (' *') [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 …]
|
D | gen-vowel-constraints.py | 149 print ('/* == Start of generated functions == */') 150 print ('/*') 151 print (' * The following functions are generated by running:') 152 print (' *') 153 print (' * %s ms-use/IndicShapingInvalidCluster.txt Scripts.txt' % sys.argv[0]) 154 print (' *') 155 print (' * on files with these headers:') 156 print (' *') 158 print (' * %s' % line.strip ()) 159 print (' *') [all …]
|
/third_party/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 …]
|
D | gen-vowel-constraints.py | 149 print ('/* == Start of generated functions == */') 150 print ('/*') 151 print (' * The following functions are generated by running:') 152 print (' *') 153 print (' * %s ms-use/IndicShapingInvalidCluster.txt Scripts.txt' % sys.argv[0]) 154 print (' *') 155 print (' * on files with these headers:') 156 print (' *') 158 print (' * %s' % line.strip ()) 159 print (' *') [all …]
|
/third_party/openh264/module/ |
D | task_utils.py | 96 print "// %d arguments --"%args 103 …print "template<"+ gen_typenames(args, member) + "> class gmp_args_%s_%d : public gmp_args_base {"… 105 …print "template<"+ gen_typenames(args, member) + ", typename R> class gmp_args_%s_%d_ret : public … 107 print " public:" 110 print " gmp_args_%s_%d ("%(nm, args) + gen_args_type(args, member) + ") :" 111 print " " + gen_init(args, False, member) + " {}" 113 print " gmp_args_%s_%d_ret ("%(nm, args) + gen_args_type(args, member) + ", R* r) :" 114 print " " + gen_init(args, True, member) + " {}" 115 print " virtual bool returns_value() const {\n return true;\n }" 116 print [all …]
|
/third_party/flutter/skia/third_party/externals/icu/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 …]
|
/third_party/skia/third_party/externals/icu/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 …]
|
/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 …]
|
/third_party/node/deps/icu-small/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 …]
|
/third_party/libevdev/libevdev/ |
D | make-event-names.py | 72 print("static const char * const %s_map[%s_MAX + 1] = {" % (prefix, prefix.upper())) 74 print(" [%s] = \"%s\"," % (name, name)) 77 print(" [%s] = \"%s\"," % (name, name)) 78 print("};") 79 print("") 83 print("static const char * const * const event_type_map[EV_MAX + 1] = {") 88 print(" [EV_%s] = %s_map," % (prefix[:-1], prefix[:-1].lower())) 90 print("};") 91 print("") 93 print("#if __clang__") [all …]
|
/third_party/icu/tools/commit-checker/ |
D | check.py | 75 print("- %s `%s`" % (commit.commit.hexsha[:7], commit.commit.summary)) 76 print("\t- Authored by %s <%s>" % (commit.commit.author.name, commit.commit.author.email)) 77 print("\t- Committed at %s" % commit.commit.committed_datetime.isoformat()) 78 print("\t- GitHub Link: %s" % "%s/commit/%s" % (github_url, commit.commit.hexsha)) 82 print("- %s: `%s`" % (issue.issue_id, issue.issue.fields.summary)) 84 print("\t- Assigned to %s" % issue.issue.fields.assignee.displayName) 86 print("\t- No assignee!") 87 print("\t- Jira Link: %s" % issue_id_to_url(issue.issue_id, **kwargs)) 141 print("Loaded issues %d-%d" % (start, start + len(issues)), file=sys.stderr) 155 print("Loaded single issue %s" % issue_id, file=sys.stderr) [all …]
|
12345678910>>...343