/external/v8/tools/ |
stats-viewer.py | 96 something goes wrong print an informative message and exit the 101 print "\"%s\" is neither a counter file nor a PID." % self.data_name 109 print "Can't find counter file in maps for PID %s." % self.data_name 122 print "File %s is not stats data." % self.data_name 454 print "Usage: stats-viewer.py <stats data>|<test_shell pid>"
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_print.c | 30 DEBUG PRINT METHODS 164 /* print location information if specified */ 185 /* clear print location */ 189 { /* if no info is specified, we still need to print the new line */ 335 /* print second address if supplied */
|
/hardware/ti/wlan/wl1271/utils/ |
timer.c | 619 * \brief Print module / timer information 621 * Print the module's information / a specific timer information. 641 /* Print module parameters */ 646 /* Print Init Queue Info */ 650 /* Print Operational Queue Info */
|
/system/core/toolbox/ |
getevent.c | 297 fprintf(stderr, " -n: don't print newlines\n"); 298 fprintf(stderr, " -s: print switch states for given bits\n"); 299 fprintf(stderr, " -S: print all switch states\n"); 303 fprintf(stderr, " -c: print given number of events then exit\n"); 304 fprintf(stderr, " -r: print rate events are received\n");
|
/system/wlan/ti/wilink_6_1/utils/ |
timer.c | 639 * \brief Print module / timer information 641 * Print the module's information / a specific timer information. 661 /* Print module parameters */ 666 /* Print Init Queue Info */ 670 /* Print Operational Queue Info */
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
Monkey.java | 317 * Print report from a single command line. 322 * @param reportName Simple tag that will print before the report and in 534 System.out.print(":Dropped: keys="); 535 System.out.print(mDroppedKeyEvents); 536 System.out.print(" pointers="); 537 System.out.print(mDroppedPointerEvents); 538 System.out.print(" trackballs="); 539 System.out.print(mDroppedTrackballEvents); 540 System.out.print(" flips="); [all...] |
/external/dbus/tools/ |
Makefile.in | 67 dbus-print-message.$(OBJEXT) 71 am_dbus_send_OBJECTS = dbus-print-message.$(OBJEXT) \ 294 dbus-print-message.c \ 295 dbus-print-message.h \ 300 dbus-print-message.c \ 301 dbus-print-message.h 418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus-print-message.Po@am__quote@ 521 END { for (i in files) print i; }'`; \ 534 END { for (i in files) print i; }'`; \ 550 END { for (i in files) print i; }'`; [all...] |
dbus-launch.c | 897 "--print-pid", write_pid_fd_as_string, 898 "--print-address", write_address_fd_as_string, 912 "--print-pid", write_pid_fd_as_string, 913 "--print-address", write_address_fd_as_string, 931 "--print-pid", write_pid_fd_as_string, 932 "--print-address", write_address_fd_as_string, 974 /* Read the pipe data, print, and exit */
|
/external/icu4c/extra/uconv/ |
uconv.cpp | 191 /* Print converter information. If lookfor is set, only that converter will 213 the default name (because we want to print the exact 229 /* Print converter names. We come here for one of two reasons: we 231 single converter to print but in canon mode, hence we need to 232 get to it in order to print everything. */ 311 /* Print the current alias so that it looks right. */ 334 /* Print a * after the default standard name */ 371 /* Print all available transliterators. If canon is non zero, print 825 // print the input file offset of the start of the error bytes [all...] |
/external/ppp/pppd/ |
pppd.h | 127 #define OPT_HIDE 0x10000 /* for o_string, print value as ?????? */ 144 #define OPT_NOPRINT 0x40000000 /* don't print this option at all */ 238 extern char *no_ppp_msg; /* message to print if ppp not in kernel */ 275 extern int kdebugflag; /* Tell kernel to print debug messages */ 318 extern bool dump_options; /* print out option values */ 319 extern bool dryrun; /* check everything, print options, exit */ 407 /* Print a packet in readable form */ 484 void print_link_stats __P((void)); /* Print stats, if available */ 684 /* Print an error message about an option */ 692 /* print out values of all options * [all...] |
/cts/tools/host/src/com/android/cts/ |
TestPackage.java | 470 * Print the message by appending the new line mark. 472 * @param msg The message to be print. 481 * Print the message without appending the new line mark. 483 * @param msg The message to be print. 485 protected void print(final String msg) { method in class:TestPackage 487 CUIOutputStream.print(msg); 544 print(mCurrentTest.getFullName() + "..."); [all...] |
/cts/tools/test-progress/src/ |
TestCoverageDoclet.java | 200 pr.print("<tr style=\"background-color:"+colo+"\">"); 202 pr.print("<td>"+col+"</td>"); 204 pr.print("</tr>"); 212 pr.print(val); 223 // and collect the annotation info. Print which test classes 749 printer.print("<a href=\"" + link + "\">" + info.getName() + "</a>"); 751 printer.print(info.getName());
|
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_TestWebServer.java | 149 * Print to the log file (if logging enabled) 639 ps.print(HTTP_VERSION_STRING + " " + HTTP_BAD_METHOD + 723 // Print string to log and output stream 726 ps.print(s); 729 // Print bytes to log and output stream 735 // Print CRLF to log and output stream 742 // Print status to log and output stream
|
/dalvik/libcore/text/src/main/java/java/text/ |
BreakIterator.java | 107 * //print each word in order 111 * //print each sentence in reverse order 123 * Print each element in order: 137 * Print each element in reverse order: 152 * Print the first element: 165 * Print the last element: 178 * Print the element at a specified position:
|
/external/dbus/bus/ |
dbus-daemon.1 | 12 [\-\-print-address[=DESCRIPTOR]] [\-\-print-pid[=DESCRIPTOR]] [\-\-fork] 71 .I "--print-address[=DESCRIPTOR]" 72 Print the address of the message bus to standard output, or 76 .I "--print-pid[=DESCRIPTOR]" 77 Print the process ID of the message bus to standard output, or 89 Print the version of the daemon.
|
dbus-daemon.1.in | 12 [\-\-print-address[=DESCRIPTOR]] [\-\-print-pid[=DESCRIPTOR]] [\-\-fork] 71 .I "--print-address[=DESCRIPTOR]" 72 Print the address of the message bus to standard output, or 76 .I "--print-pid[=DESCRIPTOR]" 77 Print the process ID of the message bus to standard output, or 89 Print the version of the daemon.
|
/external/tcpdump/ |
print-bootp.c | 21 * Format and print bootp packets. 25 "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.78.2.9 2007/08/21 22:02:08 guy Exp $ (LBL)"; 61 * Print bootp requests 96 /* Only print interesting fields */ 178 * The first character specifies the format to print: 461 /* Print data */ 789 /* Only print if there are unknown bits */
|
/frameworks/base/docs/html/guide/developing/ |
debug-tasks.jd | 48 class you can use to print out messages to the logcat. You can read messages 54 <pre class="no-pretty-print"> 58 <pre class="no-pretty-print"> 160 <pre class="no-pretty-print"> 164 <pre class="no-pretty-print"> 206 <pre class="no-pretty-print"> 260 <pre class="no-pretty-print">
|
/bionic/libc/regex/ |
engine.c | 52 #define print sprint macro 64 #define print lprint macro 104 static void print(struct match *, char *, states, int, FILE *); 114 #define SP(t, s, c) print(m, t, s, c, stdout) 950 - print - print a set of states 953 print(struct match *m, char *caption, states st, int ch, FILE *d) function 974 - at - print current situation 1018 #undef print macro
|
/cts/tools/spec-progress/src/ |
SpecProgressDoclet.java | 614 printer.print(" <li>"); 615 printer.print(comments[i].text()); 620 printer.print(" <li>"); 621 printer.print(errors.get(i)); 637 * Print the table header for an element table. 651 * Print the table header for stats table table. 674 printer.print(" <td>"); 677 printer.print("<a href=\"" + link + "\">" + info.getName() + "</a>"); 679 printer.print(info.getName()); [all...] |
/external/dnsmasq/contrib/dnslist/ |
dnslist.pl | 82 print "check_state: state file has been changed.\n"; 90 print "check_state: reading state file at startup.\n"; 182 print "do_host: $ether joined the network.\n"; 187 print "do_host: $ether left the network.\n"; 242 print "write_output: page updated.\n"; 248 print; 373 interactive use in the most ordinary way, to print or display an 379 does not normally print such an announcement, your work based on 380 the Program is not required to print an announcement.)
|
/external/v8/src/ |
scopes.cc | 426 if (var->rewrite() != NULL) PrintF("%s, ", printer->Print(var->rewrite())); 429 var->var_uses()->Print(); 431 var->obj_uses()->Print(); 445 void Scope::Print(int n) { 449 // Print header. 456 // Print parameters, if any. 492 // Print locals. 514 // Print inner scopes (disable by providing negative n). 518 inner_scopes_[i]->Print(n1); [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
CatchStructs.java | 224 * Helper method to annotate or simply print the exception handlers. 229 * @param printTo {@code null-ok;} where to print to 303 * @param printTo {@code null-ok;} where to print to
|
/dalvik/vm/compiler/codegen/arm/ |
ArchUtility.c | 21 /* Decode and print a ARM register name */ 166 /* Nothing to print for BLX_2 */ 234 /* Pretty-print a LIR instruction */
|
/development/tools/yuv420sp2rgb/ |
yuv420sp2rgb.c | 209 PRINT("encoding PPM\n"); 216 PRINT("encoding raw RGB24\n"); 220 PRINT("encoding raw ARGB\n");
|