/external/stlport/src/ |
ctype.cpp | 78 ctype_base::mask(space | print) /* */, 79 ctype_base::mask(punct | print) /* ! */, 80 ctype_base::mask(punct | print) /* " */, 81 ctype_base::mask(punct | print) /* # */, 82 ctype_base::mask(punct | print) /* $ */, 83 ctype_base::mask(punct | print) /* % */, 84 ctype_base::mask(punct | print) /* & */, 85 ctype_base::mask(punct | print) /* ' */, 86 ctype_base::mask(punct | print) /* ( */, 87 ctype_base::mask(punct | print) /* ) */, [all...] |
/external/dropbear/libtommath/ |
dep.pl | 11 print CLASS "#if !(defined(LTM1) && defined(LTM2) && defined(LTM3))\n#if defined(LTM2)\n#define LTM3\n#endif\n#if defined(LTM1)\n#define LTM2\n#endif\n#define LTM1\n\n#if defined(LTM_ALL)\n"; 16 print "Processing $filename\n"; 21 print CLASS "#define $define\n"; 31 print OUT $line; 33 print OUT "#include <tommath.h>\n#ifdef $define\n$line"; 38 print OUT $_; 42 print OUT "#endif\n"; 50 print CLASS "#endif\n\n"; 61 print CLASS "#if defined($filename)\n"; 76 print CLASS " #define $a\n" [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ReceiverList.java | 70 pw.print(prefix); pw.print("app="); pw.print(app); 71 pw.print(" pid="); pw.print(pid); pw.print(" uid="); pw.println(uid); 73 pw.print(prefix); pw.print("curBroadcast="); pw.print(curBroadcast); 74 pw.print(" linkedToDeath="); pw.println(linkedToDeath) [all...] |
HistoryRecord.java | 108 pw.print(prefix); pw.print("packageName="); pw.print(packageName); 109 pw.print(" processName="); pw.println(processName); 110 pw.print(prefix); pw.print("launchedFromUid="); pw.print(launchedFromUid); 111 pw.print(" app="); pw.println(app); 112 pw.print(prefix); pw.println(intent); 113 pw.print(prefix); pw.print("frontOfTask="); pw.print(frontOfTask) [all...] |
UriPermission.java | 83 pw.print(prefix); pw.print("modeFlags=0x"); 84 pw.print(Integer.toHexString(modeFlags)); 85 pw.print(" uid="); pw.print(uid); 86 pw.print(" globalModeFlags=0x"); 89 pw.print(prefix); pw.print("readActivities="); pw.println(readActivities); 92 pw.print(prefix); pw.print("writeActivities="); pw.println(writeActivities) [all...] |
/bionic/libc/tools/ |
checksyscalls.py | 15 print "usage: checksyscalls [options] [kernel_headers_rootdir]" 16 print " options: -v enable verbose mode" 43 print "could not locate this system kernel headers root directory, please" 44 print "specify one when calling this program, i.e. 'checksyscalls <headers-directory>'" 46 print "using the following kernel headers root: '%s'" % linux_root 50 print "the directory '%s' does not exist. aborting\n" % headers_root 57 print "could not locate the %s file. Aborting" % syscalls_txt 60 print "parsing %s" % syscalls_file 89 #print "%s = %s" % (m.group(1), m.group(2)) 97 #print "%s = %s" % (m.group(1), m.group(2) [all...] |
/external/webkit/JavaScriptCore/API/tests/ |
minidom.js | 36 print("PASS: " + a + " should be " + b + " and is.", "green"); 38 print("__FAIL__: " + a + " should be " + b + " but instead is " + evalA + ".", "red"); 43 print("Node is " + Node); 45 print(p + ": " + Node[p]); 48 print("node is " + node); 50 print(p + ": " + node[p]); 62 print("item " + i + ": " + childNodes.item(i)); 66 print(i + ": " + childNodes[i]); 73 print("item " + i + ": " + childNodes.item(i)); 77 print(i + ": " + childNodes[i]) [all...] |
/external/icu4c/config/ |
icu-config-bottom | 21 echo " --bindir Print binary directory path (bin)" 22 echo " --cc Print C compiler used [CC]" 23 echo " --cflags Print C compiler flags [CFLAGS]" 24 echo " --cflags-dynamic Print additional C flags for" 26 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]" 27 echo " --cppflags-dynamic Print additional C Preprocessor flags for" 29 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)" 30 echo " --cxx Print C++ compiler used [CXX]" 31 echo " --cxxflags Print C++ compiler flags [CXXFLAGS]" 32 echo " --cxxflags-dynamic Print additional C++ flags for [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/js1_3/ |
jsref.js | 139 print( string + BR + CR ); 142 print( H2 + string + H2_ ); 151 print(sizeTag); 152 print(testcases.length); 155 print(beginTag + 'PASSED' + endTag); 156 print(testcases[tc].passed); 157 print(beginTag + 'NAME' + endTag); 158 print(testcases[tc].name); 159 print(beginTag + 'EXPECTED' + endTag); 160 print(testcases[tc].expect) [all...] |
/build/tools/ |
compare_fileslist.py | 56 print """<html> 82 print "<table>" 83 print "<tr>" 86 print " <td class='fn'>%s</td>" % cgi.escape(combo) 87 print "</tr>" 90 print "<tr>" 93 print " <td class='z'> </td>" 95 print " <td class='d'>%d</td>" % sz 97 print " <td class='sz'>%d</td>" % sz 98 print " <td class='fn'>%s</td>" % cgi.escape(row[0] [all...] |
/external/webkit/WebCore/css/ |
makeprop.pl | 37 print GPERF << "EOF"; 52 print GPERF $name . ", CSSProperty" . $id . "\n"; 54 print GPERF "%%\n"; 58 print HEADER << "EOF"; 74 print HEADER " CSSProperty" . $id . " = " . $i . ",\n"; 82 print HEADER "};\n\n"; 83 print HEADER "const int firstCSSProperty = $first;\n"; 84 print HEADER "const int numCSSProperties = $num;\n"; 85 print HEADER "const size_t maxCSSPropertyNameLength = $maxLen;\n"; 87 print HEADER << "EOF" [all...] |
make-css-file-arrays.pl | 43 print HEADER "namespace WebCore {\n"; 44 print OUT "namespace WebCore {\n"; 68 print HEADER "extern const char ${name}UserAgentStyleSheet[${length}];\n"; 69 print OUT "extern const char ${name}UserAgentStyleSheet[${length}] = {\n"; 72 print OUT " "; 75 print OUT ", " unless $j == 0; 76 print OUT ord substr $text, $i, 1; 80 print OUT "," unless $i == $length; 81 print OUT "\n"; 83 print OUT "};\n" [all...] |
makevalues.pl | 37 print GPERF << "EOF"; 53 print GPERF $name . ", CSSValue" . $id . "\n"; 55 print GPERF "%%\n"; 59 print HEADER << "EOF"; 73 print HEADER "const int CSSValue" . $id . " = " . $i . ";\n"; 79 print HEADER "const int numCSSValueKeywords = " . $i . ";\n"; 80 print HEADER "const size_t maxCSSValueKeywordLength = " . $maxLen . ";\n"; 81 print HEADER << "EOF"; 92 print C "static const char * const valueList[] = {\n"; 93 print C "\"\",\n" [all...] |
/dalvik/tests/009-instanceof2/src/ |
Main.java | 30 System.out.print("instanceof Serializable = "); 32 System.out.print("instanceof Cloneable = "); 34 System.out.print("instanceof Runnable = "); 38 System.out.print("aaOkay (false) = "); 41 System.out.print("bbOkay (true) = ");
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
genlingware.pl | 90 print this help 227 print "*** error: incorrect number of parameters\n"; 241 print "*** error: can't open $in\n"; 254 #print "$key -> $value\n"; 256 print "*** error: not a valid knowledge base name $key\n"; 268 print "*** error: can't open $out for writing\n"; 286 print "offset after svoxheader: $offs\n"; 294 #print size of fields header 305 print "filled length of header : $len\n"; 309 print "offset after length of header: $offs\n" [all...] |
/external/e2fsprogs/lib/et/ |
et_h.awk | 128 print "/*" > outfile 129 print " * " outfn ":" > outfile 130 print " * This file is automatically generated; please do not edit it." > outfile 131 print " */" > outfile 132 print "" > outfile 133 print "#include <et/com_err.h>" > outfile 134 print "" > outfile 185 print "extern const struct error_table et_" table_name "_error_table;" > outfile 186 print "extern void initialize_" table_name "_error_table(void);" > outfile 187 print "" > outfil [all...] |
/external/icu4c/tools/genren/ |
genren.pl | 69 #We will print our copyright here + warnings 74 print HEADER <<"EndOfHeaderComment"; 150 print STDERR "$_\n"; 152 print STDERR "Skipped strange mangled function $_\n"; 154 print STDERR "Skipped vtable $_\n"; 156 print STDERR "Skipped typeinfo $_\n"; 158 print STDERR "Skipped ignored function $_\n"; 170 print HEADER "\n/* C exports renaming data */\n\n"; 172 print HEADER "#define $_ $_$U_ICU_VERSION_SUFFIX\n"; 175 print HEADER "/* C++ class names renaming defines */\n\n" [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
PYXWriter.java | 43 theWriter.print('A'); 45 theWriter.print(' '); 56 // theWriter.print('!'); 70 theWriter.print(')'); 79 theWriter.print('('); 102 theWriter.print('-'); 106 theWriter.print("\\t"); 109 theWriter.print("\\\\"); 112 theWriter.print(buff[i]); 123 theWriter.print('?') [all...] |
/development/tools/axl/ |
udpServer.py | 16 print 'Server is at IP adress: ', ip 17 print 'Listening for requests on port %s ...' % port 23 print 'Sending packet', count, 'to', address[0]
|
/development/tools/zoneinfo/ |
generate | 26 cat $version/* | grep '^Link' | awk '{print $1, $2, $3}' 28 cat $version/* | grep '^Zone' | awk '{print $2}' 29 cat $version/* | grep '^Link' | awk '{print $3}'
|
/external/bluetooth/bluez/test/ |
simple-agent | 22 print "Release" 29 print "Authorize (%s, %s)" % (device, uuid) 38 print "RequestPinCode (%s)" % (device) 44 print "RequestPasskey (%s)" % (device) 51 print "DisplayPasskey (%s, %d)" % (device, passkey) 56 print "RequestConfirmation (%s, %d)" % (device, passkey) 65 print "ConfirmModeChange (%s)" % (mode) 70 print "Cancel" 73 print "New device (%s)" % (device) 77 print "Creating device failed: %s" % (error [all...] |
test-manager | 9 print "Adapter with path %s added" % (path) 12 print "Adapter with path %s removed" % (path) 15 print "Default adapter is now at path %s" % (path)
|
/external/proguard/src/proguard/ |
ConfigurationWriter.java | 183 writer.print(optionName); 184 writer.print(' '); 185 writer.print(relativeFileName(entry.getFile())); 198 writer.print(ConfigurationConstants.CLOSE_ARGUMENTS_KEYWORD); 211 writer.print(ConfigurationConstants.SEPARATOR_KEYWORD); 218 writer.print(ConfigurationConstants.OPEN_ARGUMENTS_KEYWORD); 225 writer.print(ConfigurationConstants.ARGUMENT_SEPARATOR_KEYWORD); 228 writer.print(quotedString((String)filter.get(index))); 251 writer.print(optionName); 252 writer.print(' '); [all...] |
/external/webkit/JavaScriptCore/docs/ |
make-bytecode-docs.pl | 10 print OUTPUT "<style>p code \{ font-size: 14px; \}</style>\n"; 31 print OUTPUT "<h2><code>${opcode}</code></h2>\n<p><b>Format: </b><code>\n${format}\n</code></p>\n<p>\n${doc}\n</p>\n"; 41 print "UNDOCUMENTED: ${undoc}\n";
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
fail-on-update.php | 32 print("CACHE MANIFEST\n"); 33 print("NETWORK:\n"); 34 print("fail-on-update.php?command=\n");
|