/development/tools/yuv420sp2rgb/ |
cmdline.c | 32 "print verbose output", 33 "print this help screen",
|
/external/bison/examples/ |
extexi | 38 print "AT_CLEANUP"; 130 print "extexi: " msg > "/dev/stderr";
|
/external/bison/lib/ |
timevar.c | 449 /* Only print stuff if we have some sort of time information. */ 481 /* Don't print the total execution time here; that goes at the 486 /* Don't print timing variables that were never used. */ 490 /* Don't print timing variables if we're going to get a row of 501 /* Print user-mode time for this process. */ 508 /* Print system-mode time for this process. */ 515 /* Print wall clock time elapsed. */ 524 /* Print total time. */
|
/external/bison/src/ |
main.c | 41 #include "print.h" 182 /* Stop timing and print the times. */
|
/external/bluetooth/glib/docs/reference/glib/ |
gtester.1 | 42 print help and exit 47 print version information and exit
|
/external/e2fsprogs/contrib/ |
dconf | 16 print "B" 62 print "----"
|
/external/e2fsprogs/e2fsck/ |
mtrace.c | 50 * Added by TYT, 10/10/93 --- so that we can print 73 fprintf (mallstream, "- %p\n", ptr); /* Be sure to print it first. */
|
/external/elfcopy/ |
fixdwarf.c | 364 PRINT("NEW VISIT AT %x\n", val); 368 PRINT("\t%s\n", symbols[cnt]); 373 PRINT("OLD VISIT AT %x\n", val); 378 PRINT("\t%s\n", symbols[cnt]); 416 PRINT("DWARF: cannot map address 0x%x to any section!\n", val); 439 PRINT("DWARF: start > end in range 0x%x:[0x%x, 0x%x)!\n", 448 PRINT("DWARF: cannot map range 0x%x:[0x%x, 0x%x) to any section!\n", 498 PRINT("DWARF: cannot map address 0x%x to any section!\n", value);
|
/external/elfutils/tests/ |
update1.c | 60 /* Print the ELF header values. */ 98 /* Print the ELF header values. */
|
/external/freetype/include/freetype/internal/ |
ftdebug.h | 219 /* print a message */ 224 /* print a message and exit */
|
/external/gtest/samples/ |
sample2_unittest.cc | 62 // arguments in order to print them when it fails. Since NULL is 64 // int to print it. However, gcc thinks that NULL should be used as
|
/external/icu4c/tools/genrb/ |
genrb.1.in | 73 Print help about usage and exit. 76 Print the version of
|
/external/iproute2/include/ |
ip6tables.h | 46 void (*print)(const struct ip6t_ip6 *ip, member in struct:ip6tables_match 95 void (*print)(const struct ip6t_ip6 *ip, member in struct:ip6tables_target
|
iptables.h | 69 void (*print)(const struct ipt_ip *ip, member in struct:iptables_match 121 void (*print)(const struct ipt_ip *ip, member in struct:iptables_target
|
/external/iptables/include/ |
ip6tables.h | 79 void (*print)(const struct ip6t_ip6 *ip, member in struct:ip6tables_match 128 void (*print)(const struct ip6t_ip6 *ip, member in struct:ip6tables_target
|
/external/oprofile/daemon/ |
opd_stats.c | 25 * print_if - print an integer value read from file filename, 36 * opd_print_stats - print out latest statistics
|
/external/proguard/src/proguard/ |
DescriptorKeepChecker.java | 88 // Print out notes about argument types that are not being kept. 142 notePrinter.print(referencingClass.getName(),
|
/external/proguard/src/proguard/classfile/util/ |
DynamicClassReferenceInitializer.java | 221 * to print notes. 265 // Print out a note about the construct. 315 // Print out a note about the class cast. 319 notePrinter.print(clazz.getName(), 455 // We didn't find the superclass or interface. Print a note. 456 missingNotePrinter.print(referencingClassName, 467 // Print a warning. 468 dependencyWarningPrinter.print(referencingClassName,
|
/external/proguard/src/proguard/gui/ |
ReTraceRunnable.java | 99 // Print out the exception message. 113 // Print out a message suggesting what to do next.
|
/external/proguard/src/proguard/obfuscate/ |
MappingPrinter.java | 57 * @param printStream the stream to which to print 77 // Print out the class members.
|
/external/qemu/ |
offset_layout.py | 17 print >>sys.stderr, """ 70 print >>sys.stderr, "Mode:", mode
|
/external/tcpdump/ |
print-ap1394.c | 23 "@(#) $Header: /tcpdump/master/tcpdump/print-ap1394.c,v 1.3.2.1 2005/07/07 01:24:33 guy Exp $ (LBL)"; 110 /* ether_type not known, print raw packet */
|
print-syslog.c | 19 "@(#) $Header: /tcpdump/master/tcpdump/print-syslog.c,v 1.1 2004/10/29 11:42:53 hannes Exp $"; 147 /* print the syslog text in verbose mode */
|
/external/v8/src/ |
checks.cc | 42 // First time we try to print an error message 51 // First two times we may try to print a stack dump.
|
/external/v8/test/cctest/ |
testcfg.py | 87 print output.stdout 88 print output.stderr
|