Home
last modified time | relevance | path

Searched full:print (Results 1 – 25 of 6102) sorted by relevance

12345678910>>...245

/third_party/icu/icu4c/source/tools/gensprep/
DfilterRFC3454.pl78 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/flutter/skia/third_party/externals/icu/source/tools/gensprep/
DfilterRFC3454.pl78 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/
Dwinmakemakefile.py55 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/flutter/skia/third_party/externals/harfbuzz/src/
Dgen-arabic-table.py8print ("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 …]
Dgen-vowel-constraints.py17 print (s.encode ('utf-8'), end='')
28print ('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 …]
Dgen-indic-table.py8print ("usage: ./gen-indic-table.py IndicSyllabicCategory.txt IndicPositionalCategory.txt Blocks.t…
88 print ("/* == Start of generated table == */")
89 print ("/*")
90 print (" * The following table is generated by running:")
91 print (" *")
92 print (" * ./gen-indic-table.py IndicSyllabicCategory.txt IndicPositionalCategory.txt Blocks.txt")
93 print (" *")
94 print (" * on files with these headers:")
95 print (" *")
98 print (" * %s" % (l.strip()))
[all …]
Dgen-emoji-table.py9 print("usage: ./gen-emoji-table.py emoji-data.txt", file=sys.stderr)
37 print ("/* == Start of generated table == */")
38 print ("/*")
39 print (" * The following tables are generated by running:")
40 print (" *")
41 print (" * ./gen-emoji-table.py emoji-data.txt")
42 print (" *")
43 print (" * on file with this header:")
44 print (" *")
46 print (" * %s" % (l.strip()))
[all …]
/third_party/harfbuzz/src/
Dgen-arabic-table.py74 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 …]
Dgen-vowel-constraints.py149 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 …]
Dgen-indic-table.py92 print ("/* == Start of generated table == */")
93 print ("/*")
94 print (" * The following table is generated by running:")
95 print (" *")
96 print (" * ./gen-indic-table.py IndicSyllabicCategory.txt IndicPositionalCategory.txt Blocks.txt")
97 print (" *")
98 print (" * on files with these headers:")
99 print (" *")
102 print (" * %s" % (l.strip()))
103 print (" */")
[all …]
Dgen-arabic-joining-list.py66 print ("static bool")
67 print ("has_arabic_joining (hb_script_t script)")
68 print ("{")
69 print (" /* List of scripts that have data in arabic-table. */")
70 print (" switch ((int) script)")
71 print (" {")
74 print (" case HB_SCRIPT_{}:".format (script.upper ()))
76 print (" return true;")
77 print ()
78 print (" default:")
[all …]
/third_party/icu/icu4c/source/common/
Drbbicst.pl67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
104print " 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";
194print "Error at line $state_line_num[$state]: target state \"$state_dest_state[$state]\" is not de…
198print "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/
Drbbicst.pl67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
104print " 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";
194print "Error at line $state_line_num[$state]: target state \"$state_dest_state[$state]\" is not de…
198print "Error at line $state_line_num[$state]: target state \"$state_push_state[$state]\" is not de…
236 print "/*\n";
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbicst.pl67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
104print " 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";
194print "Error at line $state_line_num[$state]: target state \"$state_dest_state[$state]\" is not de…
198print "Error at line $state_line_num[$state]: target state \"$state_push_state[$state]\" is not de…
236 print "/*\n";
[all …]
/third_party/libevdev/libevdev/
Dmake-event-names.py72 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/jerryscript/tests/jerry/fail/
Dregression-test-issue-2774.js15 /* Discard the output of the 'print' function */
16 print = function () {} function
18 print ( JSON . stringify ( "" ) === '""' )
20 print ( JSON . stringify ( normal_string ) == '"asdasd"' )
22 print ( JSON . stringify ( format_characters ) == '"\\ba\\fs\\nd\\ra\\tsd"' )
24 print ( JSON . stringify ( ctl_string ) == "h" )
26 print ( JSON . stringify ( escpad_string ) == '"\\"asdasd"' )
27 print ( JSON . stringify ( '\u2040' ) == '"⁀"' )
28 print ( JSON . stringify ( 'abc\u2040\u2030cba' ) == '"abc⁀‰cba"' )
29 print ( JSON . stringify ( 1 ) === '1' )
[all …]
Dregression-test-issue-2775.js15 /* Discard the output of the 'print' function */
16 print = function () {} function
18 print ( JSON . stringify ( "" ) === '""' )
20 print ( JSON . stringify ( normal_string ) == '"asdasd"' )
22 print ( JSON . stringify ( format_characters ) == '"\\ba\\fs\\nd\\ra\\tsd"' )
24 print ( JSON . stringify ( ctl_string ) == '"asd\\u001fasd"' )
26 print ( JSON . stringify ( escpad_string ) == '"\\"asdasd"' )
27 print ( JSON . stringify ( true ) === 'true' )
28 print ( JSON . stringify ( "foo" ) === '"foo"' )
29 print ( JSON . stringify ( null ) === 'null' )
[all …]
/third_party/Linux_Kernel/scripts/
Dkernel-doc441 print "Usage: $0 [ -docbook | -html | -html5 | -text | -man | -list ]\n";
442 print " [ -no-doc-sections ]\n";
443 print " [ -function funcname [ -function funcname ...] ]\n";
444 print " [ -nofunction funcname [ -nofunction funcname ...] ]\n";
445 print " [ -v ]\n";
446 print " c source file(s) > outputfile\n";
447 print " -v : verbose output, more warnings & other info listed\n";
471 # print STDERR "constant section '$1' = '$contents'\n";
474 # print STDERR "parameter def '$1' = '$contents'\n";
479 # print STDERR "parameter def '...' = '$contents'\n";
[all …]
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-1973.js15 print (777E7777777777 == Infinity)
16 print (-777E7777777777 == -Infinity)
17 print (777E-7777777777 == 0)
18 print (-777E-7777777777 == -0)
20 print (100E307 == Infinity)
21 print (10E307 == 1E308)
22 print (10E308 == Infinity)
23 print (1E308 == 1E308)
24 print (0.1E309 == 1E308)
25 print (0.1E310 == Infinity)
[all …]
/third_party/boost/libs/python/test/
Dstr.cpp20 void work_with_string(object print) in work_with_string() argument
23 print(data.split(" ")); in work_with_string()
24 print(data.split(" ",3)); in work_with_string()
25 print(str("<->").join(data.split(" "))); in work_with_string()
26 print(data.capitalize()); in work_with_string()
27 print('[' + data.center(30) + ']'); in work_with_string()
28 print(data.count("t")); in work_with_string()
30 print(data.encode("utf-8")); in work_with_string()
31 print(data.decode("utf-8")); in work_with_string()
33 print(data.encode("utf-8").attr("decode")("utf-8")); in work_with_string()
[all …]
/third_party/e2fsprogs/lib/et/
Det_c.awk124 print "/*" > outfile
125 print " * " outfn ":" > outfile
126 print " * This file is automatically generated; please do not edit it." > outfile
127 print " */" > outfile
129 print "" > outfile
130 print "#include <stdlib.h>" > outfile
131 print "" > outfile
132 print "#define N_(a) a" > outfile
133 print "" > outfile
134 print "static const char * const text[] = {" > outfile
[all …]
/third_party/libxml2/python/tests/
Dreader.py23 print("test1: Error reading to first element")
27 print("test1: Error reading the first element")
31 print("test1: Error reading to second element")
35 print("test1: Error reading the second element")
39 print("test1: Error reading to third element")
43 print("test1: Error reading the third element")
47 print("test1: Error reading to text node")
52 print("test1: Error reading the text node")
56 print("test1: Error reading to end of third element")
60 print("test1: Error reading the end of third element")
[all …]
/third_party/grpc/src/compiler/
Dcsharp_generator.cc75 printer->Print("/// <summary>\n"); in GenerateDocCommentBodyImpl()
91 printer->Print("///\n"); in GenerateDocCommentBodyImpl()
94 printer->Print("///$line$\n", "line", *it); in GenerateDocCommentBodyImpl()
97 printer->Print("/// </summary>\n"); in GenerateDocCommentBodyImpl()
115 printer->Print( in GenerateDocCommentServerMethod()
119 printer->Print( in GenerateDocCommentServerMethod()
124 printer->Print( in GenerateDocCommentServerMethod()
128 printer->Print( in GenerateDocCommentServerMethod()
132 printer->Print( in GenerateDocCommentServerMethod()
136 printer->Print( in GenerateDocCommentServerMethod()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dregexcst.pl66 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
103print " rbbicsts: at line $line_num, bad character literal or character class name.\n";
104 print " scanning $fields[0]\n";
124 print " rbbicsts: at line $line_num, destination state missing.\n";
136 print " rbbicsts: at line $line_num, expected state after ^ (no spaces).\n";
154 print " rbbicsts: at line $line_num, unexpected extra stuff on input line.\n";
155 print " scanning $fields[0]\n";
193print "Error at line $state_line_num[$state]: target state \"$state_dest_state[$state]\" is not de…
197print "Error at line $state_line_num[$state]: target state \"$state_push_state[$state]\" is not de…
204 print "// © 2016 and later: Unicode, Inc. and others.\n";
[all …]
/third_party/icu/icu4c/source/i18n/
Dregexcst.pl66 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
103print " rbbicsts: at line $line_num, bad character literal or character class name.\n";
104 print " scanning $fields[0]\n";
124 print " rbbicsts: at line $line_num, destination state missing.\n";
136 print " rbbicsts: at line $line_num, expected state after ^ (no spaces).\n";
154 print " rbbicsts: at line $line_num, unexpected extra stuff on input line.\n";
155 print " scanning $fields[0]\n";
193print "Error at line $state_line_num[$state]: target state \"$state_dest_state[$state]\" is not de…
197print "Error at line $state_line_num[$state]: target state \"$state_push_state[$state]\" is not de…
204 print "// © 2016 and later: Unicode, Inc. and others.\n";
[all …]

12345678910>>...245