/external/bluetooth/glib/docs/reference/glib/ |
running.sgml | 62 to print out different types of debugging information. 120 The special value help can be used to print all available options. 174 The special value help can be used to print all available options.
|
/external/dbus/tools/ |
dbus-send.c | 28 #include "dbus-print-message.h" 35 fprintf (stderr, "Usage: %s [--help] [--system | --session] [--dest=NAME] [--type=TYPE] [--print-reply=(literal)] [--reply-timeout=MSEC] <destination object path> <message name> [contents ...]\n", appname); 246 else if (strncmp (arg, "--print-reply", 13) == 0)
|
/external/elfutils/ |
INSTALL | 165 Print a summary of the options to `configure', and exit. 170 Do not print messages saying which checks are being made. To 179 Print the version of Autoconf used to generate the `configure'
|
/external/emma/core/java12/com/vladium/emma/ |
Command.java | 190 m_out.print (usageMsgPrefix (m_usageToolName)); 197 m_out.print (usageMsgPrefix (m_usageToolName)); 218 m_out.print (toolNameToCommandName (m_usageToolName) + ": "); m_out.println (msg);
|
/external/icu4c/test/intltest/ |
miscdtfm.cpp | 130 //if ( !dresult[i] ) System.out.print(" <-- error!"); 133 //if ( dresult[i] ) System.out.print(" <-- error!"); 134 System.out.print("exception --> " + exception);
|
/external/icu4c/tools/tzcode/ |
tzselect.ksh | 155 print country 195 $1 == cc { print $4 } 233 $1 == cc && $4 == region { print $3 }
|
/external/iptables/extensions/ |
libip6t_rt.c | 280 print(const struct ip6t_ip6 *ip, function 353 .print = &print,
|
libip6t_tcp.c | 320 print(const struct ip6t_ip6 *ip, function 407 .print = &print,
|
libipt_policy.c | 390 static void print(const struct ipt_ip *ip, function 428 .print = print,
|
libipt_tcp.c | 321 print(const struct ipt_ip *ip, function 408 .print = &print,
|
/external/jdiff/src/jdiff/ |
JDiff.java | 84 System.out.print("JDiff: reading the old API in from file '" + tempOldFileName + "'..."); 90 System.out.print("JDiff: reading the new API in from file '" + tempNewFileName + "'..."); 132 System.out.print("JDiff: finished (took " + (System.currentTimeMillis() - startTime)/1000 + "s");
|
/external/ppp/pppd/ |
options.c | 90 int kdebugflag = 0; /* Tell kernel to print debug messages */ 114 bool dump_options; /* print out option values */ 115 bool dryrun; /* print out option values and exit */ 272 "Print out option values after parsing all options", 1 }, 864 * print_option - print out an option and its value 956 printer(arg, "xxx # [don't know how to print value]"); 968 * print_option_list - print out options in effect from an 988 * print_options - print out what options are in effect. 1009 * usage - print out a message telling how to use the program. 1019 * showhelp - print out usage message and exit [all...] |
/external/qemu/ |
disas.c | 40 /* Print an error message. We can assume that this is in response to 58 /* Just print the address is hex. This is included for completeness even 59 though both GDB and objdump provide their own (to print symbolic
|
/external/strace/ |
INSTALL | 165 Print a summary of the options to `configure', and exit. 170 Do not print messages saying which checks are being made. 177 Print the version of Autoconf used to generate the `configure'
|
/external/tcpdump/ |
print-cdp.c | 29 "@(#) $Header: /tcpdump/master/tcpdump/print-cdp.c,v 1.25 2004/10/07 14:53:11 hannes Exp $"; 120 if (vflag || type == 1) { /* in non-verbose mode just print Device-ID */ 302 * Generic case: just print raw data
|
print-sctp.c | 38 "@(#) $Header: /tcpdump/master/tcpdump/print-sctp.c,v 1.16.2.5 2007/09/13 18:04:58 guy Exp $ (NETLAB/PEL)"; 276 /* print gaps */ 288 /* print duplicate TSNs */
|
/external/webkit/WebCore/page/ |
Console.cpp | 227 // The standard behavior of our console.log will print the DOM tree for nodes. 452 void Console::setShouldPrintExceptions(bool print) 454 printExceptions = print;
|
/external/zlib/examples/ |
fitblk.c | 61 /* print nastygram and leave */ 169 /* clean up and print results to stderr */ 222 /* clean up and print results to stderr */
|
/frameworks/base/tests/DumpRenderTree/assets/ |
run_reliability_tests.py | 116 print "Missing URL list file" 122 print "Missing crash file name, use --crash-file to specify" 128 print "Missing timeout file, use --timeout-file to specify"
|
/hardware/ti/wlan/wl1271/Test/ |
fwdriverdebug.c | 143 WLAN_OS_REPORT(("2200 - Print the FW Debug Help \n")); 367 os_printf("\n print before compare save buf"); 376 os_printf("\n print before compare recived packet");
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
Log.java | 237 * Sets the {@link ILogOutput} to use to print the logs. If not set, {@link System#out} 239 * @param logOutput The {@link ILogOutput} to use to print the log. 346 System.out.print(outMessage);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | 188 print(tag); 189 print(' '); 191 print(mPrefix); 720 * @param objects the objects to print through their <code>toString</code> method. 732 * @param objects the objects to print through their <code>toString</code> method. 741 * @param objects the objects to print through their <code>toString</code> method. 752 * @param objects the objects to print through their <code>toString</code> method. 770 * @param objects the objects to print through their <code>toString</code> method. 781 * @param objects the objects to print through their <code>toString</code> method. [all...] |
/system/wlan/ti/wilink_6_1/Test/ |
fwdriverdebug.c | 143 WLAN_OS_REPORT(("2200 - Print the FW Debug Help \n")); 367 os_printf("\n print before compare save buf"); 376 os_printf("\n print before compare recived packet");
|
/external/tinyxml/ |
tinyxml.h | 162 /** All TinyXml classes can print themselves to a filestream. 163 This is a formatted print, and will insert tabs and newlines. 167 virtual void Print( FILE* cfile, int depth ) const = 0; 396 without any newlines or formatting, as opposed to Print(), which 782 virtual void Print( FILE* cfile, int depth ) const; [all...] |
/bionic/libdl/ |
dltest.c | 50 "print this help screen",
|