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

<<11121314151617181920>>

  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CRC32Test.java 63 // System.out.print("value of crc " + crc.getValue());
73 // System.out.print("value of crc"+crc.getValue());
82 // System.out.print("value of crc"+crc.getValue());
106 // System.out.print("value of crc"+crc.getValue());
131 // System.out.print("value of crc"+crc.getValue());
140 // System.out.print("value of crc " + crc.getValue());
149 // System.out.print("value of crc " + crc.getValue());
171 // System.out.print("value of crc"+crc.getValue());
181 // System.out.print("value of crc"+crc.getValue());
207 // System.out.print("value of crc"+crc.getValue())
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 26 print("*** error: wrong number of arguments, must be 2"); return
30 print("*** error: could not open input file: " .. arg[1]); return
34 print("*** error: could not open output file: " .. arg[2]); return
71 print("line: ", line); return
82 print("*** error: syntax error in property list")
83 print("line: ", line); return
89 print("*** error: no mapval property found")
90 print("line: ", line); return
95 print("*** error: no symbol found")
96 print("line: ", line)
    [all...]
picoloadphones.lua 24 print("*** error: wrong number of arguments, must be 2"); return
28 print("*** error: could not open input file: " .. arg[1]); return
32 print("*** error: could not open output file: " .. arg[2]); return
69 print("line: ", line); return
80 print("*** error: syntax error in property list")
81 print("line: ", line); return
87 print("*** error: no mapval property found")
88 print("line: ", line); return
93 print("*** error: no symbol found")
94 print("line: ", line)
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-168347.js 63 sFunc += ' print("i = i+1 succeeded \ti = " + f.i);';
67 sFunc += ' print("i = i+1 failed with " + e + "\ti = " + f.i);';
73 sFunc += ' print("++i succeeded \t\ti = " + f.i);';
77 sFunc += ' print("++i failed with " + e + "\ti = " + f.i);';
83 sFunc += ' print("i++ succeeded \t\ti = " + f.i);';
87 sFunc += ' print("i++ failed with " + e + "\ti = " + f.i);';
93 sFunc += ' print("--i succeeded \t\ti = " + f.i);';
97 sFunc += ' print("--i failed with " + e + "\ti = " + f.i);';
103 sFunc += ' print("i-- succeeded \t\ti = " + f.i);';
107 sFunc += ' print("i-- failed with " + e + "\ti = " + f.i);'
    [all...]
  /hardware/ti/wlan/wl1271/Test/
smeDebug.c 149 * \brief Print the SME debug menu
151 * Print the SME debug menu
160 WLAN_OS_REPORT(("1900 - Print the SME Debug Help\n"));
161 WLAN_OS_REPORT(("1901 - Print the SME object\n"));
162 WLAN_OS_REPORT(("1902 - Print the SME statistics\n"));
164 WLAN_OS_REPORT(("1904 - Print BSSID list\n"));
258 * \brief Print the SME object
260 * Print the SME object
272 * \brief Print the SME statistics
274 * Print the SME statistic
    [all...]
  /system/wlan/ti/wilink_6_1/Test/
smeDebug.c 149 * \brief Print the SME debug menu
151 * Print the SME debug menu
160 WLAN_OS_REPORT(("1900 - Print the SME Debug Help\n"));
161 WLAN_OS_REPORT(("1901 - Print the SME object\n"));
162 WLAN_OS_REPORT(("1902 - Print the SME statistics\n"));
164 WLAN_OS_REPORT(("1904 - Print BSSID list\n"));
258 * \brief Print the SME object
260 * Print the SME object
272 * \brief Print the SME statistics
274 * Print the SME statistic
    [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 55 // The threshold for how long an alarm can be late before we print a
460 pw.print(" Realtime wakeup (now=");
461 pw.print(System.currentTimeMillis()); pw.println("):");
471 pw.print(" Elapsed realtime wakeup (now=");
472 pw.print(SystemClock.elapsedRealtime()); pw.println("):");
482 pw.print(" Broadcast ref count: "); pw.println(mBroadcastRefCount);
488 pw.print(" "); pw.println(be.getKey());
489 pw.print(" "); pw.print(bs.aggregateTime);
490 pw.print("ms running, "); pw.print(bs.numWakeup)
    [all...]
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ConnectionStateTLS.java 177 logger.print(session.master_secret);
179 logger.print(clientRandom);
181 logger.print(serverRandom);
183 //logger.print(key_block);
185 logger.print(client_mac_secret);
187 logger.print(server_mac_secret);
189 logger.print(client_key);
191 logger.print(server_key);
196 logger.print(clientIV.getIV());
198 logger.print(serverIV.getIV())
    [all...]
  /external/icu4c/stubdata/
icu_dat_generator.py 55 print "Usage:"
56 print "icu_dat_generator.py icu-version [-v|--verbose] [-h|--help]"
57 print "Example:"
58 print "$ANDROID_BUILD_TOP/external/icu4c/stubdata$ ./icu_dat_generator.py 4.2"
67 print command
94 print "%s not present for resource list." % dat_list_file_path
186 print "copy " + source_path + " " + dest_path
202 print "You must provide icu version number."
203 print "Example: ./icu_dat_generator.py 4.2"
208 print sys.argv[1] + " is not a valid icu version number!
    [all...]
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 140 # Print the results in a HTML page
156 print HTML <<EOF;
169 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n";
171 print HTML <<EOF;
209 print HTML <<EOF;
236 print HTML <<EOF;
255 print HTML "<tr>";
259 print HTML "<td align=\"center\">";
262 print HTML "<font color=\"red\">$value</font>";
265 print HTML "$value"
    [all...]
  /external/strace/
strace-graph 68 print STDERR "$0: $ARGV: cannot find start of resumed call on line $.";
89 print STDERR "$0: $ARGV: $.: cannot parse line.\n";
126 print STDERR "$0: $ARGV: $.: cannot parse string.\n";
135 print STDERR "$0: $ARGV: $.: unrecognized element.\n";
156 print STDERR "$0: $ARGV: $.: missing comma in array.\n";
170 print STDERR "$0: $ARGV: $.: struct field expected.\n";
178 print STDERR "$0: $ARGV: $.: missing comma in struct.\n";
189 print STDERR "$0: $ARGV: $.: missing comma.\n";
257 print "$$elem[0] $$elem[1] @$argv\n";
259 print "$$elem[0] $$elem[1]\n"
    [all...]
  /external/webkit/WebKitTools/CodeCoverage/
run-generate-coverage-data 165 print "Exception on ", e
170 #print gcov
181 print candidates.keys()
183 print "Trying in %s" % (dir)
197 print base
200 print result
205 print "This script needs three parameters"
206 print "Call it with generate_cov RUNID ResultsDir"
214 print "Collection Sources and preparing data tree"
234 print "Found %d candidates" % (len(sources)
    [all...]
  /build/tools/releasetools/
ota_from_target_files 56 print >> sys.stderr, "Python 2.4 or newer is required."
124 print "%s%s %d %d %o" % (" "*indent, self.name, self.uid, self.gid, self.mode)
126 print "%s%s %s %s %s" % (" "*indent, self.name, self.uid, self.gid, self.mode)
128 print "%s%s" % (" "*indent, self.descendants)
129 print "%s%s" % (" "*indent, self.best_subtree)
492 print "WARNING: failure running %s:\n%s\n" % (diff_program, err)
513 print len(diffs), "diffs to compute"
539 print "patching failed! %s" % (name,)
541 print "%8.2f sec %8d / %8d bytes (%6.2f%%) %s" % (
545 print
    [all...]
  /external/v8/samples/
lineprocessor.cc 39 * The program reads input stream, processes it line by line and print
44 * input, process them and print to standard output until input closes.
59 * API of 2 global functions: "read_line" and "print". It should read input
60 * and print converted lines to output itself. This a sample script:
68 print(res);
101 v8::Handle<v8::Value> Print(const v8::Arguments& args);
188 // Bind the global 'print' function to the C++ Print callback.
189 global->Set(v8::String::New("print"), v8::FunctionTemplate::New(Print));
    [all...]
  /build/tools/
java-event-log-tags.py 39 print str(err)
40 print __doc__
45 print __doc__
50 print >> sys.stderr, "unhandled option %s" % (o,)
54 print "need exactly two input files, not %d" % (len(args),)
55 print __doc__
87 print >> sys.stderr, "%s:%d: error: %s" % (fn, ln, msg)
  /external/icu4c/samples/date/
date.c 125 /* print usage info */
131 /* print version info */
137 /* print the date */
150 puts(" -h, --help Print this message and exit.");
151 puts(" -v, --version Print the version number of date and exit.");
216 /* print the date string */
219 /* print a trailing newline */
  /external/webkit/WebKit/scripts/
generate-webkitversion.pl 61 unless (open INPUT, "<", $configFile) { print STDERR "File does not exist: $configFile\n";}
84 print F "/*
124 print F "#ifndef WebKitVersion_h\n";
125 print F "#define WebKitVersion_h\n\n";
127 print F "#define WEBKIT_MAJOR_VERSION $major_version\n";
128 print F "#define WEBKIT_MINOR_VERSION $minor_version\n\n";
130 print F "#endif //WebKitVersion_h\n";
  /external/webkit/WebKitTools/Scripts/
detect-mismatched-virtual-const 69 print "Looking for unmatched const methods in $file\n";
115 # print "line: $line\nclass: $class\nmethod: $method\nsignature: $signature\nconst: $const\n\n";
125 print "unmatched line $method\n\n"
133 #print "\n$sig\n";
136 # print "$#entries\n";
155 print "Both const and non-const versions of $sig:\n";
160 print "\t$method\n";
update-webkit-auxiliary-libs 58 print "Checking Last-Modified date of $zipFile...\n";
61 print STDERR "Couldn't check Last-Modified date of new $zipFile.\n" if $result;
71 print "Current $file is up to date\n";
77 print "Downloading $zipFile...\n\n";
84 print "\nInstalling $file...\n";
102 print STDERR "Couldn't move $file.headers to $webkitLibrariesDir" . ".\n" if $result;
104 print "The $file has been sucessfully installed in\n $webkitLibrariesDir\n";
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
queries.py 48 print "%s" % bug_id
59 print patch.url()
90 print "%s" % tool.bugs.bug_url_for_bug_id(bug_id)
93 print "%s" % tool.bugs.attachment_url_for_id(patch.id(), action="edit")
104 print patch_id
109 help_text = "Print the status of the %s buildbots" % BuildBot.default_host
116 print "%s : %s" % (status_string.ljust(4), builder["name"])
  /external/iptables/
ip6tables-save.c 122 /* print a given ip including mask if neccessary */
142 /* We want this to be readable, so only print out neccessary fields.
150 /* print counters */
154 /* print chain name */
157 /* Print IP part. */
185 /* Print matchinfo part */
190 /* Print target name */
195 /* Print targinfo part */
212 * how to print it */
  /bionic/libc/kernel/tools/
update_all.py 8 print """\
58 #print "OLD " + repr(b.old_files)
74 print "cleaning: %-*s -> %-*s (%s)" % ( 35, path, 35, dst_path, r )
  /build/tools/isprelinked/
isprelinked.c 35 macro PRINT() in multiple compilation unites. */
79 PRINT("%s: 0x%08x\n", filename, prelink_addr);
81 PRINT("%s: not prelinked\n", filename);
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
NotImplementedException.java 52 stream.print("*** defined in -> ");
61 stream.print("the file \"" + fileName + "\"");
63 stream.print(" on line #" + lineNumber);
  /development/testrunner/
logger.py 34 print "Using log file: %s" % _LOG_FILE
49 print msg
79 print msg

Completed in 915 milliseconds

<<11121314151617181920>>