/external/v8/src/ |
platform-nullos.cc | 111 // Print (debug) message to console. 112 void OS::Print(const char* format, ...) { 117 // Print (debug) message to console. 124 // Print error message to console. 134 // Print error message to console.
|
d8.js | 314 case 'print': 603 // Create a JSON request for the print command. 804 print('Tracing of compiled scripts ' + (trace_compile ? 'on' : 'off')); 817 print('warning: arguments to \'help\' are ignored'); 820 print('break location [condition]'); 821 print(' break on named function: location is a function name'); 822 print(' break on function: location is #<id>#'); 823 print(' break on script position: location is name:line[:column]'); 824 print('clear <breakpoint #>'); 825 print('backtrace [n] | [-n] | [from to]') [all...] |
/external/v8/test/cctest/ |
test-assembler-arm.cc | 78 Code::cast(code)->Print(); 115 Code::cast(code)->Print(); 161 Code::cast(code)->Print(); 209 Code::cast(code)->Print(); 269 Code::cast(code)->Print();
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-objdump.1 | 244 information stored in the file and print it out using a C like syntax. 274 When disassembling, print the complete address on each line. This is 325 Print a summary of the options to \fBobjdump\fR and exit. 401 instructs the disassembler to print a mnemonic suffix even when the 417 Print the 'raw' instruction mneumonic instead of some pseudo 418 instruction mneumonic. I.E. print 'daddu' or 'or' instead of 'move', 423 Print \s-1GPR\s0 (general\-purpose register) names as appropriate 429 Print \s-1FPR\s0 (floating\-point register) names as 435 Print \s-1CP0\s0 (system control coprocessor; coprocessor 0) register names 442 Print \s-1HWR\s0 (hardware register, used by the \f(CW\*(C`rdhwr\*(C'\fR instruction) name [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-objdump.1 | 244 information stored in the file and print it out using a C like syntax. 274 When disassembling, print the complete address on each line. This is 325 Print a summary of the options to \fBobjdump\fR and exit. 401 instructs the disassembler to print a mnemonic suffix even when the 417 Print the 'raw' instruction mneumonic instead of some pseudo 418 instruction mneumonic. I.E. print 'daddu' or 'or' instead of 'move', 423 Print \s-1GPR\s0 (general\-purpose register) names as appropriate 429 Print \s-1FPR\s0 (floating\-point register) names as 435 Print \s-1CP0\s0 (system control coprocessor; coprocessor 0) register names 442 Print \s-1HWR\s0 (hardware register, used by the \f(CW\*(C`rdhwr\*(C'\fR instruction) name [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/ |
i686-unknown-linux-gnu-objdump.1 | 244 information stored in the file and print it out using a C like syntax. 274 When disassembling, print the complete address on each line. This is 325 Print a summary of the options to \fBobjdump\fR and exit. 401 instructs the disassembler to print a mnemonic suffix even when the 417 Print the 'raw' instruction mneumonic instead of some pseudo 418 instruction mneumonic. I.E. print 'daddu' or 'or' instead of 'move', 423 Print \s-1GPR\s0 (general\-purpose register) names as appropriate 429 Print \s-1FPR\s0 (floating\-point register) names as 435 Print \s-1CP0\s0 (system control coprocessor; coprocessor 0) register names 442 Print \s-1HWR\s0 (hardware register, used by the \f(CW\*(C`rdhwr\*(C'\fR instruction) name [all...] |
/frameworks/base/services/java/com/android/server/ |
UiModeManagerService.java | [all...] |
/external/jdiff/src/jdiff/ |
HTMLReportGenerator.java | [all...] |
/bionic/libc/kernel/tools/ |
cpp.py | 128 print msg 349 #print "## EOF after '%s'" % value 357 #print "## COMMENT: '%s'" % value 372 print "nextRealToken: \\ found, next token is '%s'" % repr(self.peekChar()) 459 print "getTokens: %s" % repr(tok) 570 print "running CppTokenizer tests" 981 print "CppExpr: trying to parse %s" % repr(tokens) 984 print "CppExpr: got " + repr(expr) 992 print "%d:%d: %s" % (tok.lineno,tok.colno,msg) 994 print "EOF: %s" % ms [all...] |
/external/webkit/WebCore/platform/graphics/win/ |
WKCACFLayer.cpp | 558 // Print heading info 563 // Print layer tree from the root 579 // Print name if needed 586 // Print masksToBounds if needed 593 // Print opacity if needed 600 // Print sublayerTransform if needed 609 // Print transform if needed 618 // Print contents if needed 626 // Print sublayers if needed
|
/frameworks/base/tools/aapt/ |
Main.cpp | 40 * Print usage info. 51 " badging Print the label and icon for the app declared in APK.\n" 52 " permissions Print the permissions from the APK.\n" 53 " resources Print the resource table from the APK.\n" 54 " configurations Print the configurations in the APK.\n" 55 " xmltree Print the compiled xmls in the given assets.\n" 56 " xmlstrings Print the strings of the given compiled xml assets.\n\n", gProgName); 84 " Print program version.\n\n", gProgName); 87 " -a print Android-specific data (resources, manifest) when listing\n"
|
/build/tools/releasetools/ |
common.py | 52 print " running: ", " ".join(args) 79 print "creating %s..." % (targetname,) 244 Print a warning if the data is nearing the maximum size.""" 254 print 255 print " WARNING: ", msg 256 print 258 print " ", msg 304 print docstring.rstrip("\n") 305 print COMMON_DOCSTRING 325 print "**", str(err), "** [all...] |
/external/clearsilver/python/examples/base/ |
sgmllib.py | 332 print '*** Unbalanced </' + tag + '>' 333 print '*** Stack:', self.stack 482 print '*** Unbalanced </' + tag + '>' 483 print '*** Stack:', self.stack 542 print 'data:', `data` 549 print 'comment:', r 554 print 'start tag: <' + tag + '>' 556 print 'start tag: <' + tag, 558 print name + '=' + '"' + value + '"', 559 print '>' [all...] |
/cts/tools/dasm/src/java_cup/ |
Main.java | 23 * <li> Print a summary if requested. 42 * <dd> don't print the usual summary of parse states, etc. 44 * <dd> print messages to indicate progress of the system 46 * <dd> print time usage summary 75 /** User option -- do we print progress messages. */ 93 /** User option -- do not print a summary. */ 208 /** Print a "usage message" that described possible command line options, 229 " -nosummary don't print the usual summary of parse states, etc.\n" + 230 " -progress print messages to indicate progress of the system\n" + 231 " -time print time usage summary\n" [all...] |
/frameworks/base/opengl/tools/glgen/src/ |
JniCodeEmitter.java | 167 out.print(iii + indent + "getOffset(" + argName + ")"); 169 out.print(iii + indent + argName); 498 out.print(indent + indent + argType + " " + argName); 704 out.print("static "); 706 out.print(outName); 722 out.print("__" + sig); 754 out.print(" (JNIEnv *_env, jobject _this"); 756 out.print(", "); 779 out.print(getJniType(argType) + " " + jfunc.getArgName(i) + suffix); 782 out.print(", jint remaining") [all...] |
/external/tcpdump/ |
print-stp.c | 8 * Format and print IEEE 802.1d spanning tree protocol packets. 14 "@(#) $Header: /tcpdump/master/tcpdump/print-stp.c,v 1.13.2.7 2007/03/18 17:12:36 hannes Exp $"; 114 /* in non-verbose mode just print the bridge-id */ 209 * in non-verbose mode just print the flags. We dont read that much 210 * of the packet (DEFAULT_SNAPLEN) to print out cist bridge-id 281 * Print 802.1d / 802.1w / 802.1q (mstp) packets.
|
print-domain.c | 24 "@(#) $Header: /tcpdump/master/tcpdump/print-domain.c,v 1.89.2.8 2007/02/13 19:19:27 guy Exp $ (LBL)"; 87 /* print a <domain-name> */ 102 /* print the bit string as a hex string */ 230 /* print a <character-string> */ 318 /* print a query */ 330 /* print the qtype */ 334 /* print the qclass (if it's not IN) */ 355 /* print a reply */ 373 /* print the type/qtype */ 376 /* print the class (if it's not IN and the type isn't OPT) * [all...] |
/external/webkit/WebKitTools/Scripts/webkitperl/ |
httpd.pm | 155 print "\nhttpd is already running: pid $oldPid, killing...\n"; 208 print STDERR "Timed out waiting for httpd to terminate!\n"; 222 print "\n"; 277 print STDERR "\nPID mismatch.\n"; 295 print SCHEDULER_LOCK "$$"; 296 print SEQUENTIAL_GUARD_LOCK "$$";
|
/external/proguard/src/proguard/gui/ |
GUIResources.properties | 87 printUsage = Print usage 96 printMapping = Print mapping 126 printSeeds = Print seeds 127 printConfiguration = Print configuration 128 dump = Print class files 143 Print out the list of unused classes, fields, and methods. 164 Print out the obfuscation mapping of original names to obfuscated names. 243 Print out verbose messages while processing. 245 Print out notes about special or unusual input. 249 <html>Print out warnings about possibly erronous input.<br> [all...] |
/external/qemu/ |
arm-dis.c | 108 %c print condition code (always bits 28-31 in ARM mode) 109 %q print shifter argument 110 %u print condition code (unconditional in ARM mode) 111 %A print address for ldc/stc/ldf/stf instruction 112 %B print vstm/vldm register list 113 %C print vstr/vldr address operand 114 %I print cirrus signed shift immediate: bits 0..3|4..6 115 %F print the COUNT field of a LFM/SFM instruction. 116 %P print floating point precision in arithmetic insn 117 %Q print floating point precision in ldf/stf ins [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/opc_instanceof/ |
Test_opc_instanceof.java | 77 System.out.print("dvmvfe:"); 93 System.out.print("dvmvfe:");
|
/dalvik/libcore/luni/src/test/java/com/google/coretests/ |
CoreTestPrinter.java | 162 getWriter().print("."); 174 getWriter().print("T");
|
/dalvik/tests/020-string/src/ |
Main.java | 36 System.out.print(testStr.charAt(i)); 37 System.out.print("\n");
|
/dalvik/vm/test/ |
TestHash.c | 44 //printf("Print from foreach:\n"); 59 //printf("Print from iterator:\n");
|
/development/tools/jdwpspy/ |
Main.c | 17 * Print a hex dump. Just hands control off to the fancy version. 29 * Print a hex dump in this format:
|