/external/openssl/apps/ |
CA.pl | 67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n"; 73 print "Certificate is in newcert.pem, private key is in newkey.pem\n" 78 print "Request is in newreq.pem, private key is in newkey.pem\n"; 83 print "Request is in newreq.pem, private key is in newkey.pem\n"; 98 print OUT "01\n"; 102 print "CA certificate filename (or enter to create)\n"; 113 print "Making CA certificate ...\n"; 131 print "PKCS #12 file is in newcert.p12\n"; 140 print "Signed certificate is in newcert.pem\n"; 145 print "Signed CA certificate is in newcert.pem\n" [all...] |
CA.pl.in | 67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n"; 73 print "Certificate is in newcert.pem, private key is in newkey.pem\n" 78 print "Request is in newreq.pem, private key is in newkey.pem\n"; 83 print "Request is in newreq.pem, private key is in newkey.pem\n"; 98 print OUT "01\n"; 102 print "CA certificate filename (or enter to create)\n"; 113 print "Making CA certificate ...\n"; 131 print "PKCS #12 file is in newcert.p12\n"; 140 print "Signed certificate is in newcert.pem\n"; 145 print "Signed CA certificate is in newcert.pem\n" [all...] |
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ConnectionStateSSLv3.java | 152 logger.print(session.master_secret); 154 logger.print(clientRandom); 156 logger.print(serverRandom); 158 //logger.print(key_block); 160 logger.print(client_mac_secret); 162 logger.print(server_mac_secret); 164 logger.print(client_key, 0, key_size); 166 logger.print(server_key, 0, key_size); 169 logger.print(clientIV.getIV()); 171 logger.print(serverIV.getIV()) [all...] |
/external/icu4c/tools/gendraft/ |
genheaders.pl | 113 #print "$headerDef>>> $outfile\n"; 126 #We will print our copyright here + warnings 127 print $outFH <<END_HEADER_COMMENT; 178 #print "$exclude->{$value}\n"; 180 #print "$value $exclude->{$value}\n"; 183 #print "$value $realSymbol $nonExSymbol\n"; 189 #print "$value $realSymbol $nonExSymbol\n"; 193 print "size of disableRenaming: " . keys( %disableRenaming) . ".\n"; 194 print "size of enableRenaming: " . keys( %enableRenaming) . ".\n"; 195 print $outFH "# if U_DISABLE_RENAMING\n" [all...] |
/external/jdiff/src/jdiff/ |
API.java | 87 for (int i = 0; i < indent; i++) System.out.print(" "); 95 System.out.print("Package doc block:"); 107 for (int i = 0; i < indent; i++) System.out.print(" "); 113 for (int i = 0; i < indent; i++) System.out.print(" "); 117 for (int i = 0; i < indent; i++) System.out.print(" "); 122 for (int i = 0; i < indent + 2; i++) System.out.print(" "); 128 System.out.print("abstract "); 148 System.out.print("Class doc block:"); 161 for (int i = 0; i < indent; i++) System.out.print(" "); 163 System.out.print("static ") [all...] |
/external/webkit/WebKitTools/Scripts/ |
add-include | 38 unless ($filename =~ /(\w+)\.cpp$/) { print STDERR "Command line args must be .cpp files: $filename.\n"; next FILE; } 55 unless (open INPUT, "<", $filename) { print STDERR "File does not exist: $filename\n"; next FILE; } 59 if ($pastIncludes) { print STDERR "Saw more includes after include section in $filename, line $.\n"; next FILE; } 63 unless ($sawConfig) { print STDERR "First include must be config.h in $filename, line $.\n"; next FILE; } 67 unless ($sawSelfInclude) { print STDERR "Second include must be $base.h in $filename, line $.\n"; next FILE; } 79 unless ($currentCondition eq "") { print STDERR "Nested #if in include section in $filename, line $.\n"; next FILE; } 84 unless ($currentCondition ne "") { print STDERR "Extra #endif in include section in $filename, line $.\n"; next FILE; } 94 unless ($currentCondition eq "") { print STDERR "Unterminated #if in include section in $filename, line $.\n"; next FILE; } 119 unless (open OUTPUT, ">", $filename) { print STDERR "Could not open file for writing: $filename\n"; next FILE; }; 120 print OUTPUT $contents [all...] |
/frameworks/base/tests/framework-tests/src/com/android/internal/os/ |
LoggingPrintStreamTest.java | 48 out.print(4); 49 out.print(o); 50 out.print(2); 57 out.print(4); 59 out.print(2); 72 out.print(4); 73 out.print(2); 86 out.print("Foo\nBar\nTee".toCharArray()); 93 out.print("Foo\nBar\nTee"); 110 out.print(5) [all...] |
/dalvik/tools/ |
gclog.py | 149 print "%s %s(%d) softlim=%dKB, extlim=%dKB, extalloc=%dKB" % \ 153 # print "RAW: %s %s (%s,%s,%s,%s)" % \ 156 print "+ id=\"%s\" time=%d freed=%d" % (global_info[0], global_info[1], global_info[2]) 157 print "+ freed=%d foot=%d allow=%d objs=%d bytes=%d" % \ 159 print "+ soft=%d act=%d allow=%d objs=%d bytes=%d" % \ 161 print "+ foot=%d total=%d limit=%d alloc=%d" % \ 164 print " freed %d objects / %d bytes in %dms" % \ 185 print "EOF hit" 190 #print "no match on %s" % line.strip() 197 print "usage: %s [-p procFilter] [-d]" % sys.argv[0 [all...] |
/frameworks/base/services/java/com/android/server/ |
InputDevice.java | 123 pw.print("["); 125 if (i > 0) pw.print(", "); 126 pw.print(array[i]); 128 pw.print("]"); 132 pw.print("["); 134 if (i > 0) pw.print(", "); 135 pw.print(array[i] ? "true" : "false"); 137 pw.print("]"); 141 pw.print(prefix); pw.print("xPrecision="); pw.print(xPrecision) [all...] |
KeyInputQueue.java | [all...] |
/build/tools/releasetools/ |
sign_target_files_apks | 65 print >> sys.stderr, "Python 2.4 or newer is required." 111 print "ERROR: no key specified for:\n\n ", 112 print "\n ".join(unknown_apks) 113 print "\nUse '-e <apkname>=' to specify a key (which may be an" 114 print "empty string to not sign this apk)." 146 print " signing: %-*s (%s)" % (maxsize, name, key) 151 print "NOT signing: %s" % (name,) 155 print "rewriting %s:" % (info.filename,) 195 print " replace: ", original_line 196 print " with: ", lin [all...] |
check_target_files_signatures | 45 print >> sys.stderr, "Python 2.4 or newer is required." 86 print "-" * 70 87 print " ", msg 88 print "-" * 70 289 print "uid %s is shared by packages with different certs:" % (uid,) 296 print " %s:" % (ALL_CERTS.Get(cert),) 297 print " %-*s [%s]" % (self.max_pkg_len, 299 print 325 print "%s:" % (ALL_CERTS.Get(cert),) 330 print " %-*s %-*s [%s]" % (self.max_fn_len, apk.filename [all...] |
/sdk/emulator/qtools/ |
thumbdis.cpp | 55 %<bitfield>d print the bitfield in decimal 56 %<bitfield>x print the bitfield in hex 57 %<bitfield>X print the bitfield as 1 hex digit without leading "0x" 58 %<bitfield>r print as an ARM register 59 %<bitfield>f print a floating point constant if >7 else a 61 %<code>y print a single precision VFP reg. 63 %<code>z print a double precision VFP reg 65 %c print condition code (always bits 28-31) 66 %P print floating point precision in arithmetic insn 67 %Q print floating point precision in ldf/stf ins [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/ |
jsref.js | 98 // print out bugnumber 182 print( string + BR + CR ); 185 print( H2 + string + H2_ ); 194 print(sizeTag); 195 print(testcases.length); 198 print(beginTag + 'PASSED' + endTag); 199 print(testcases[tc].passed); 200 print(beginTag + 'NAME' + endTag); 201 print(testcases[tc].name); 202 print(beginTag + 'EXPECTED' + endTag) [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ |
shell.js | 40 print('--- NOTE: IN THIS TESTCASE, WE EXPECT EXIT CODE ' + n + ' ---'); 73 print (FAILED + prefix + lines[i]); 78 * Print a non-failure message. 86 print (STATUS + lines[i]); 91 * Print a bugnumber message. 96 print (BUGNUMBER + num);
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/ |
shell.js | 40 print('--- NOTE: IN THIS TESTCASE, WE EXPECT EXIT CODE ' + n + ' ---'); 73 print (FAILED + prefix + lines[i]); 78 * Print a non-failure message. 86 print (STATUS + lines[i]); 91 * Print a bugnumber message. 96 print (BUGNUMBER + num);
|
/external/webkit/LayoutTests/fast/js/resources/ |
standalone-pre.js | 3 print(msg); 4 print("\nOn success, you will see a series of \"PASS\" messages, followed by \"TEST COMPLETE\".\n"); 5 print(); 10 print(msg); 20 print("PASS", escapeString(msg)); 25 print("FAIL", escapeString(msg));
|
/external/webkit/WebKitTools/BuildSlaveSupport/ |
run-performance-tests | 54 print "Copying built frameworks to PLT slave...\n"; 58 print "Opening reponse port for PLT slave...\n"; 66 print "Starting performance tests on PLT slave...\n"; 69 print "Waiting for PLT slave to respond...\n"; 72 print $_; 77 print "Uploading results to $resultsUploadDestination\n";
|
/bionic/libc/kernel/tools/ |
find_users.py | 15 print """\ 34 print "error: unrecognized option" 61 print f
|
/external/bluetooth/glib/debian/ |
build | 43 print NEWCHANGELOG "$package ($new_version) unstable; urgency=low\n\n * CVS snapshot build at " . scalar localtime() . "\n\n -- $maintainer " . `date -R` . "\n"; 48 print NEWCHANGELOG; 57 print NEWVERSION "$new_version\n";
|
/external/srec/tools/cmd/ |
pht_to_long.pl | 20 print STDERR "using phtfile $phtfile\n"; 44 print OO "$language_header_line\n"; 61 print OO "$word \t @lphlist\n";
|
/external/tcpdump/ |
print-eap.c | 20 * Format and print bootp packets. 25 "@(#) $Header: /tcpdump/master/tcpdump/print-eap.c,v 1.3 2004/04/23 19:03:39 mcr Exp $"; 50 * Print bootp requests
|
/external/v8/benchmarks/ |
run.js | 41 print(name + ': ' + result); 53 print('----'); 54 print('Score (version ' + BenchmarkSuite.version + '): ' + score);
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/ |
regress-104584.js | 27 * on the second call to obj.toString() or print(obj) below - 53 print(obj); 55 print(obj);
|
/external/webkit/WebKitTools/wx/packaging/ |
build-debian-installer.py | 21 print "Archiving git tree..." 24 print "Extracting tree..." 31 print "Building package..."
|