/external/iproute2/examples/diffserv/ |
efcbq | 5 print "$TC qdisc add $DEV handle 1:0 root dsmark indices 64 set_tc_index\n"; 6 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex ". 8 print "$TC qdisc add $DEV parent 1:0 handle 2:0 cbq bandwidth ". 13 print "$TC class add $DEV parent 2:0 classid 2:1 cbq bandwidth ". 17 print "$TC qdisc add $DEV parent 2:1 pfifo limit 5\n"; 18 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 ". 23 print "#BE class(2:2) \n"; 24 print "$TC class add $DEV parent 2:0 classid 2:2 cbq bandwidth ". 27 print "$TC qdisc add $DEV parent 2:2 red limit 60KB ". 30 print "$TC filter add $DEV parent 2:0 protocol ip prio 2 " [all...] |
/external/v8/src/ |
prettyprinter.cc | 54 if (!node->is_initializer_block()) Print("{ "); 56 if (node->statements()->length() > 0) Print(" "); 57 if (!node->is_initializer_block()) Print("}"); 62 Print("var "); 65 Print(" = "); 68 Print(";"); 74 Print(";"); 79 Print(";"); 84 Print("if ("); 86 Print(") "); [all...] |
/external/bluetooth/bluez/test/ |
test-adapter | 15 print "Usage: %s <command>" % (sys.argv[0]) 16 print "" 17 print " address" 18 print " name [name]" 19 print " powered [on/off]" 20 print " pairable [on/off]" 21 print " pairabletimeout [timeout]" 22 print " discoverable [on/off]" 23 print " discoverabletimeout [timeout]" 24 print " discovering [all...] |
test-network | 16 print "Usage: %s <address> [service]" % (sys.argv[0]) 33 print "Connected %s to %s" % (device, address) 35 print "Press CTRL-C to disconnect" 39 print "Terminating connection"
|
test-serial | 16 print "Usage: %s <address> [service]" % (sys.argv[0]) 33 print "Connected %s to %s" % (node, address) 35 print "Press CTRL-C to disconnect" 39 print "Terminating connection"
|
list-devices | 35 print "[ " + i + " ]" 42 print " %s = %s" % (key, list) 44 print " %s = %s" % (key, value) 54 print " [ " + n + " ]" 61 print " %s = %s" % (key, list) 64 print " %s = %s" % (key, list) 66 print " %s = 0x%06x" % (key, value) 68 print " %s = %s" % (key, value) 78 print " [ " + x + " ]" 82 print " %s = %s" % (key, properties[key] [all...] |
/external/dropbear/libtommath/ |
pretty.build | 15 print "Scanning for source files...\n"; 19 print "Source files to build: $count\nBuilding...\n"; 25 if ($i % 4 == 0) { print "/, "; } 26 if ($i % 4 == 1) { print "-, "; } 27 if ($i % 4 == 2) { print "\\, "; } 28 if ($i % 4 == 3) { print "|, "; } 38 print "["; 39 for (; $x < $cnt; $x++) { print "#"; } 40 for (; $x < 30; $x++) { print " "; } 41 print "]\r" [all...] |
gen.pl | 11 print OUT "/* Start: $filename */\n"; 12 print OUT while <SRC>; 13 print OUT "\n/* End: $filename */\n\n"; 16 print OUT "\n/* EOF */\n";
|
/external/libpng/scripts/ |
libpng-config.in | 35 --prefix print libpng prefix 36 --libdir print path to directory containing library 37 --libs print library linking information 38 --ccopts print compiler options 39 --cppflags print pre-processor flags 40 --cflags print preprocessor flags, I_opts, and compiler options 41 --I_opts print "-I" include options 42 --L_opts print linker "-L" flags for dynamic linking 43 --R_opts print dynamic linker "-R" or "-rpath" flags 44 --ldopts print linker option [all...] |
/dalvik/tests/051-thread/src/ |
Main.java | 27 System.out.print("Starting thread '" + t.getName() + "'\n"); 36 System.out.print("Thread starter returning\n"); 52 System.out.print("@ Thread running\n"); 56 System.out.print("@ FAILED: setDaemon() succeeded\n"); 58 System.out.print("@ Got expected setDaemon exception\n"); 67 System.out.print("@ Interrupted!\n"); 70 System.out.print("@ Thread bailing\n");
|
/dalvik/libcore/luni/src/test/java/com/google/coretests/ |
PerfStatCollector.java | 89 out.print("-4 VBAD"); break; 90 case 4: out.print(" 4 Good"); break; 91 case 3: out.print(" 3 good"); break; 92 case -2: out.print("-2 SLOW"); break; 93 case 2: out.print(" 2 Fast"); break; 94 case 1: out.print(" 1 fast"); break; 96 if (res == -2) out.print("-3 FAIL"); 97 else out.print("-3 ERR "); 100 if (res == 0) out.print(" "); 101 else if (res == -2) out.print(" fail") 146 void print(PrintStream out, boolean bigMarking) { method in class:PerfStatCollector.Item 153 print(out, false); method [all...] |
/external/bluetooth/glib/gio/ |
makegioalias.pl | 10 print <<EOF; 22 print <<EOF 32 print <<EOF 68 print $_; 88 print $_; 95 print $_; 116 print <<EOF 123 print <<EOF 131 print <<EOF;
|
/external/bluetooth/glib/gobject/ |
makegobjectalias.pl | 10 print <<EOF; 22 print <<EOF 32 print <<EOF 68 print $_; 88 print $_; 95 print $_; 116 print <<EOF 123 print <<EOF 131 print <<EOF;
|
/external/icu4c/test/compat/ |
tzone.pl | 8 print "Usage: tzone [year month day hour minute]\n"; 27 print "The date we are using is: $month-$day-$year $hour:$minute.\n"; 29 print "We are using the current date.\n"; 46 print "The following time zones had wrong results.\n"; 54 #if the result is wrong print the time zone information to a log file 56 print "\nTIME ZONE: $tzone\n"; 57 print "@result\n"; 62 print "\nThe number of time zones with wrong results: $count out of $index\n"; 64 print("\n\nGood Bye!\n");
|
/external/qemu/ |
gen-skin.py | 40 print "static const unsigned char %s[%d] = {" % (data_name, data_len + data_add) 54 print line 66 print line 67 print "};\n" 70 print "usage: progname skindirpath > default-skin.h" 72 print header 75 print footer 77 print " { \"%s\", %s, %d }," % (e[0], e[1], e[2]) 78 print footer2
|
/frameworks/base/tests/CoreTests/android/core/ |
PrintWriterTest.java | 44 a.print("ZZZ"); 53 b.print(true); 54 b.print((char) 'A'); 55 b.print("BCD".toCharArray()); 56 b.print((double) 1.2); 57 b.print((float) 3); 58 b.print((int) 4); 59 b.print((long) 5); 69 b.print("THE END");
|
/external/icu4c/test/perf/perldriver/ |
Output.pm | 52 print HTML "<td class=\""; 54 print HTML "value"; 56 print HTML "worse"; 58 print HTML "\">"; 60 print HTML formatPercent(2, $mean); 62 print HTML formatNumber(2, $mult, $mean); 64 print HTML "</td>\n"; 65 print HTML "<td class=\""; 67 print HTML "error"; 69 print HTML "errorLarge" [all...] |
/external/webkit/WebCore/dom/ |
make_names.pl | 225 print F "$macro $name","$suffix;\n"; 257 # Helper method that print the constructor's signature avoiding 263 print F "static PassRefPtr<$parameters{namespace}Element> ${constructorName}Constructor(const QualifiedName& $constructorTagName, Document* document"; 265 print F ", HTMLFormElement*"; 266 print F " formElement" if $tags{$tagName}{constructorNeedsFormElement}; 268 print F ", bool"; 269 print F " createdByParser" if $tags{$tagName}{constructorNeedsCreatedByParser}; 270 print F ")\n{\n"; 282 print F <<END 298 print F " return $newPrefix$interfaceName${createSuffix}($constructorTagName, document" [all...] |
/external/dropbear/libtomcrypt/ |
parsenames.pl | 10 print $b; 18 print "$obj "; 20 if ($ARGV[0] eq "HEADERS") { print "testprof/tomcrypt_test.h"; } 22 print "\n\n";
|
/external/icu4c/i18n/ |
regexcst.pl | 64 print " rbbicst: at line $line-num duplicate definition of state $state_name\n"; 101 print " rbbicsts: at line $line_num, bad character literal or character class name.\n"; 102 print " scanning $fields[0]\n"; 122 print " rbbicsts: at line $line_num, destination state missing.\n"; 134 print " rbbicsts: at line $line_num, expected state after ^ (no spaces).\n"; 152 print " rbbicsts: at line $line_num, unexpected extra stuff on input line.\n"; 153 print " scanning $fields[0]\n"; 191 print "Error at line $state_line_num[$state]: target state \"$state_dest_state[$state]\" is not defined.\n"; 195 print "Error at line $state_line_num[$state]: target state \"$state_push_state[$state]\" is not defined.\n"; 202 print "//---------------------------------------------------------------------------------\n" [all...] |
/system/core/libacc/tests/data/ |
typedef.c | 12 void print(Point* p) { function 33 print(&c); 35 print(&a); 37 print(&b);
|
/development/tools/findunused/ |
findunusedtranslations | 4 print STDERR "Usage: findunusedtranslations values/strings.xml\n"; 5 print STDERR "\n"; 6 print STDERR "Will read values/strings.xml and rewrite\n"; 7 print STDERR "values-xx/strings.xml and values-xx-rYY/strings.xml\n"; 8 print STDERR "files to remove strings that no longer appear in the\n"; 9 print STDERR "base strings file.\n"; 19 print STDERR "Bad format for $ARGV[0]\n"; 24 print STDERR "$0: $ARGV[0]: No such file\n"; 56 print "Rewriting $match\n"; 98 print OUT $text [all...] |
/cts/tools/host/src/com/android/cts/ |
CUIOutputStream.java | 30 * Print a line of message onto the CTS host console. 32 * @param msg The message to be print. 34 static public void print(final String msg) { method in class:CUIOutputStream 35 sOutput.print(msg); 41 * Print a line of message onto the CTS host console with a carriage return. 43 * @param msg The message to be print. 79 * Print prompt. 82 print(CTS_PROMPT_SIGN);
|
/external/e2fsprogs/lib/ss/ |
ct_c.awk | 5 print "#include <ss/ss.h>" > outfile 6 print "" >outfile 41 print " (char const *)0" > outfile 42 print "};" > outfile 58 print "#__ERROR_IN_FILE__" > outfile 69 print " { 0, 0, 0, 0 }" > outfile 70 print "};" > outfile 71 print "" > outfile
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/ |
jsref.js | 69 // print out bugnumber 131 * print function. When running tests in the browser, these 148 print( string ); 151 print( string ); 153 /* end of print functions */ 162 print(sizeTag); 163 print(testcases.length); 166 print(beginTag + 'PASSED' + endTag); 167 print(testcases[tc].passed); 168 print(beginTag + 'NAME' + endTag) [all...] |