HomeSort by relevance Sort by last modified time
    Searched full:print (Results 126 - 150 of 3470) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu4c/samples/break/
break.cpp 43 /* Print each element in order: */
55 /* Print each element in reverse order: */
67 /* Print the first element */
75 /* Print the last element */
83 /* Print the element at a specified position */
102 //print each sentence in forward and reverse order
120 //print each word in order
127 //print first element
130 //print last element
133 //print word at charpos 1
    [all...]
ubreak.c 32 /* Print each element in order: */
43 /* Print each element in reverse order: */
53 /* Print first element */
61 /* Print last element */
69 /* Print the element at a specified position */
93 /*print each sentence in forward and reverse order*/
107 /*print each word in order*/
114 /*print first element*/
117 /*print last element*/
120 /*print word at charpos 10 *
    [all...]
  /build/tools/
mktarball.sh 26 subdirs=`find ${dir_to_tar} -type d -print`
27 files=`find ${dir_to_tar} \! -type d -print`
32 new_uid=`echo ${new_info} | awk '{print $1;}'`
33 new_gid=`echo ${new_info} | awk '{print $2;}'`
34 new_perms=`echo ${new_info} | awk '{print $3;}'`
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
msd.h 102 Print("Reset MSD\n");
123 Print("Received MSD Determine Request\n");
138 Print("Received MSD\n");
157 Print("Received MSDAck\n");
175 Print("Received MSDReject\n");
193 Print("Received MSDRelease\n");
211 Print("Received MSD Timeout\n");
229 Print(" MSD::TimeoutOccurred");
238 if (Status == MSD_INDETERMINATE) Print(" Status == INDETERMINATE\n");
239 else if (Status == MSD_MASTER) Print(" Status == MASTER\n")
    [all...]
  /external/openssl/apps/
progs.pl 3 print "/* apps/progs.h */\n";
4 print "/* automatically generated by progs.pl for openssl.c */\n\n";
11 print <<'EOF';
31 { print "#if !defined(OPENSSL_NO_SOCK) && !(defined(OPENSSL_NO_SSL2) && defined(OPENSSL_NO_SSL3))\n${str}#endif\n"; }
33 { print "#ifndef OPENSSL_NO_SPEED\n${str}#endif\n"; }
35 { print "#ifndef OPENSSL_NO_ENGINE\n${str}#endif\n"; }
37 { print "#ifndef OPENSSL_NO_RSA\n${str}#endif\n"; }
39 { print "#ifndef OPENSSL_NO_DSA\n${str}#endif\n"; }
41 { print "#ifndef OPENSSL_NO_EC\n${str}#endif\n";}
43 { print "#ifndef OPENSSL_NO_DH\n${str}#endif\n";
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
armtime 15 # verbose mode: print collected info
20 # super verbose mode: print collected info and debug awk script
56 kernel = 0; # don't print separate kernel time statistics
80 print "got(/proc/uptime):", $0, "=>", factor, uptime_total, uptime_idle
91 print "got(/sys/..time_in_state):", $0, "=>", factor, cpu_time, cpu_MHz, MHZtime[$1]
116 print "got (" $i ") =>", time
135 print "got(time)", $0, "=>", proctime_total, proctime_work
140 print "ARMtime Results"
151 print " Test duration:", uptime_total, "(uptime)" dur_time dur_cpu
159 print " ARM-CPU time at", i/1000, "MHz: ", MHZtime[i], "s
    [all...]
  /external/tcpdump/
print-tftp.c 21 * Format and print trivial file transfer protocol packets.
26 "@(#) $Header: /tcpdump/master/tcpdump/print-tftp.c,v 1.37.2.1 2007/09/14 01:03:12 guy Exp $ (LBL)";
72 * Print trivial file transfer program requests
85 /* Print length */
88 /* Print tftp request type */
112 /* Print filename or first option */
119 /* Print the mode (RRQ and WRQ only) and any options */
141 /* Print error code string */
145 /* Print error message string */
  /external/webkit/WebCore/css/
maketokenizer 0 print <<END;
45 print<<END
81 print;
84 print;
94 print;
104 print;
107 print;
118 print;
124 print "case YY_END_OF_BUFFER:\n";
129 print "\tyy_c_buf_p = yy_cp - 1;\n"
    [all...]
  /external/webkit/WebKitTools/Scripts/
run-iexploder-tests 72 print "Saved the test as iexploder$downloadTest.html on the desktop\n";
75 print "Last generated tests:\n";
76 system "grep 'iexploder.cgi' $iExploderTestDirectory/access_log.txt | tail -n -5 | awk -F'[ =&\\?]' '{if (\$8 == \"lookup\") print \$11; else print \$9}'";
92 print REDIRECT_HTML "<html>\n";
93 print REDIRECT_HTML " <head>\n";
94 print REDIRECT_HTML " <meta http-equiv=\"refresh\" content=\"1;URL=$redirectTo\" />\n";
95 print REDIRECT_HTML " <script type=\"text/javascript\">\n";
96 print REDIRECT_HTML " document.location = \"$redirectTo\";\n";
97 print REDIRECT_HTML " </script>\n"
    [all...]
run-mangleme-tests 74 print "Saved the test as mangleme$downloadTest.html on the desktop\n";
77 print "Last generated tests:\n";
78 system "grep 'Mangle attempt' /tmp/WebKit/error_log.txt | tail -n -5 | awk ' {print \$4}'";
94 print REDIRECT_HTML "<html>\n";
95 print REDIRECT_HTML " <head>\n";
96 print REDIRECT_HTML " <meta http-equiv=\"refresh\" content=\"1;URL=$redirectTo\" />\n";
97 print REDIRECT_HTML " <script type=\"text/javascript\">\n";
98 print REDIRECT_HTML " document.location = \"$redirectTo\";\n";
99 print REDIRECT_HTML " </script>\n";
100 print REDIRECT_HTML " </head>\n"
    [all...]
split-file-by-class 45 print "Splitting class $filename.{h,cpp}:\n";
73 print "Skipping $filename, already correctly named.\n";
75 print "$filename only includes one class, renaming to $classname.h\n";
82 print "Skipping $filename, already correctly named.\n";
84 print "Using SVN to copy $basename.{h,cpp} to $classname.{h,cpp}\n";
93 print "Fixing $classname.h as much as possible.\n";
99 print NEWHEADER $classDef . "\n";
102 print NEWHEADER $line . "\n";
107 print "Fixing $classname.cpp as much as possible.\n";
117 print NEWCPP $line
    [all...]
parallelcl 22 print STDERR "Received " . @ARGV . " arguments:\n";
24 print STDERR "$arg\n";
31 print STDERR "The invoking process wants preprocessed source, so let's hand off this whole command to the real cl.exe\n" if $debug;
52 print STDERR "Last character of first line = '" . substr($firstLine, -1, 1) . "'\n" if $debug;
54 print STDERR "First file is quoted\n" if $debug;
57 print STDERR "First file is NOT quoted\n" if $debug;
69 print STDERR "######## Found options $options ##########\n" if $debug;
70 print STDERR "####### Found first source file $sources[0] ########\n" if @sources && $debug;
91 print STDERR "\n\n####### COMPILING $numSources FILES USING AT MOST $numJobs PARALLEL INSTANCES OF cl.exe ###########\n\n";# if $debug;
101 print STDERR "######## jobSize = $jobSize ##########\n" if $debug
    [all...]
check-dom-results 96 print "${name}: all ${count} tests succeeded";
98 print "${name}: ${successCount} out of ${count} tests succeeded (${percentage}%)";
100 print " ($disabledCount disabled)" if $disabledCount;
101 print "\n";
103 print "\n";
105 print " Disabled:\n";
110 print " ${directory}/${failure}";
114 print " Failed:\n";
121 print " ${directory}/${failure}";
125 print "\n"
    [all...]
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
Logger.java 40 public void print(String msg) { method in class:Logger.Stream
42 super.print(" ");
44 super.print(msg);
57 print(prefix);
61 public void print(byte[] data) { method in class:Logger.Stream
65 public void print(byte[] data, int offset, int len) { method in class:Logger.Stream
  /external/clearsilver/java-jni/servlet/
CSPage.java 89 out.print(rb.getString("cookies.name") + " " + cookieName +
91 out.print(rb.getString("cookies.value") + " " + cookieValue);
97 out.print(cs.render());
102 out.print("<HR><PRE>");
103 out.print(hdf.dump());
104 out.print("</PRE>");
  /external/v8/test/mjsunit/
invalid-lhs.js 48 assertThrows("for (12 in [1]) print(12);");
49 assertThrows("for (eval('var x') in [1]) print(12);");
50 assertDoesNotThrow("if (false) for (eval('var x') in [1]) print(12);");
53 assertThrows("for (12 = 1;;) print(12);");
54 assertThrows("for (eval('var x') = 1;;) print(12);");
55 assertDoesNotThrow("if (false) for (eval('var x') = 1;;) print(12);");
  /build/libs/host/
list.java 27 System.out.print(" case '" + argv[0] + "': return \"");
30 System.out.print("\\x" + nibble((b >> 4) & 0x0f) + nibble(b & 0xf));
  /dalvik/dx/src/junit/textui/
ResultPrinter.java 26 synchronized void print(TestResult result, long runTime) { method in class:ResultPrinter
71 // I feel like making this a println, then adding a line giving the throwable a chance to print something
73 getWriter().print(count + ") " + booBoo.failedTest());
77 getWriter().print(BaseTestRunner.getFilteredTrace(booBoo.trace()));
83 getWriter().print("OK");
112 getWriter().print("E");
119 getWriter().print("F");
132 getWriter().print(".");
  /dalvik/libcore/luni/src/test/java/com/google/coretests/
ResultPrinter.java 42 synchronized void print(TestResult result, long runTime) { method in class:ResultPrinter
87 // I feel like making this a println, then adding a line giving the throwable a chance to print something
89 getWriter().print(count + ") " + booBoo.failedTest());
93 getWriter().print(BaseTestRunner.getFilteredTrace(booBoo.trace()));
99 getWriter().print("OK");
130 getWriter().print("E");
137 getWriter().print("F");
150 getWriter().print(".");
  /dalvik/libcore/luni/src/test/java/junit/textui/
ResultPrinter.java 27 synchronized void print(TestResult result, long runTime) { method in class:ResultPrinter
72 // I feel like making this a println, then adding a line giving the throwable a chance to print something
74 getWriter().print(count + ") " + booBoo.failedTest());
78 getWriter().print(BaseTestRunner.getFilteredTrace(booBoo.trace()));
84 getWriter().print("OK");
115 getWriter().print("E");
122 getWriter().print("F");
135 getWriter().print(".");
  /dalvik/tests/030-bad-finalizer/
run 22 print "(segfault)"
26 print;
  /external/bluetooth/glib/docs/reference/glib/
gtester-report.xml 32 print help and exit
39 print version information and exit
  /external/clearsilver/python/
upload.py 26 print "Content-Type: text/plain\r\n\r\n"
28 print data
  /external/grub/docs/
grub-md5-crypt.8 12 print this message and exit
15 print the version information and exit
grub-terminfo.8 12 print this message and exit
15 print the version information and exit

Completed in 67 milliseconds

1 2 3 4 56 7 8 91011>>