HomeSort by relevance Sort by last modified time
    Searched full:puts (Results 1 - 25 of 640) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/samples/datecal/
cal.cpp 19 puts("C++ sample");
22 puts("Couldn't create GregorianCalendar");
42 puts("Calendar::get failed");
48 puts("Calendar::add failed");
59 puts("Date-Calendar sample program");
ccal.c 15 puts("----");
16 puts("C Sample");
22 puts("Couldn't create GregorianCalendar");
43 puts("Calendar::get failed");
50 puts("Calendar::add failed");
  /external/webkit/WebKitTools/iExploder/tools/
osx_last_crash.rb 17 #puts line
40 puts File.basename(filename) + " - " + date
41 puts "==================================================="
43 puts line
45 puts ""
showtest.rb 34 puts "syntax: showtest.rb [test#] [subtest#]"
43 puts ie.buildPage()
  /external/icu4c/samples/break/
break.cpp 38 puts("");
94 puts("ICU Break Iterator Sample Program\n");
95 puts("C++ Break Iteration\n");
100 puts("");
113 puts("\n Sentence Boundaries... ");
114 puts("----- forward: -----------");
116 puts("----- backward: ----------");
125 puts("----- forward: -----------");
128 puts("----- first: -------------");
131 puts("----- last: --------------")
    [all...]
  /external/stlport/test/eh/
locale.cpp 43 if(char_type.is(ctype_base::upper, '?')) puts("Upper");
44 if(char_type.is(ctype_base::lower, '?')) puts("Lower");
45 puts("Next");
46 if(isupper('?', cout.getloc())) puts("Upper");
47 if(islower('?', cout.getloc())) puts("Lower");
  /development/tools/findunused/
find_unused_resources.rb 179 puts "=== #{unusedResources.appDir}"
181 puts "----- Unused layout ids"
183 puts " #{f[0]} #{f[1]}"
187 puts "----- Unused string ids"
189 puts " #{f[0]} #{f[1]}"
197 puts "<h3>#{title}</h3>"
198 puts "<table border='1'>"
200 puts "<tr><td><b>#{f[0]}</b></td> <td>#{f[1]}</td></tr>"
202 puts "</table>"
207 puts "<html><header><title>#{title}</title></header><body>
    [all...]
  /external/elfutils/tests/
show-die-info.c 218 puts ("");
230 puts ("************* DW_AT_low_pc verify failed ************");
232 puts ("************* DW_AT_low_pc form failed ************");
234 puts ("************* DW_AT_low_pc form (2) failed ************");
236 puts ("************* DW_AT_low_pc attr failed ************");
247 puts ("************* DW_AT_high_pc verify failed ************");
249 puts ("************* DW_AT_high_pc form failed ************");
251 puts ("************* DW_AT_high_pc form (2) failed ************");
253 puts ("************* DW_AT_high_pc attr failed ************");
265 puts ("************* DW_AT_byte_size verify failed ************")
    [all...]
get-aranges.c 66 puts ("failed to get CU die offset");
77 puts ("failed to get CU die");
120 puts ("failed to get CU die");
get-pubnames.c 37 puts ("failed to get CU die");
48 puts ("failed to get object die");
  /frameworks/base/cmds/keystore/
keystore_cli.c 59 puts("Failed to connect");
74 puts("Failed to receive");
82 puts("Failed to receive");
89 puts("Failed to receive");
94 puts("");
  /external/icu4c/samples/date/
date.c 148 puts("Usage: icudate [OPTIONS]");
149 puts("Options:");
150 puts(" -h, --help Print this message and exit.");
151 puts(" -v, --version Print the version number of date and exit.");
152 puts(" -u, --gmt Display the date in Greenwich Mean Time.");
153 puts(" -f, --full Use full display format.");
154 puts(" -l, --long Use long display format.");
155 puts(" -m, --medium Use medium display format.");
156 puts(" -s, --short Use short display format.");
169 puts(U_COPYRIGHT_STRING)
    [all...]
  /external/openssl/crypto/jpake/
jpaketest.c 36 puts("A->B s1");
48 puts("B->A s1");
60 puts("A->B s2");
72 puts("B->A s2");
87 puts("A->B s3a");
99 puts("B->A s3b");
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_DOUBLE.S 6 * Compare two floating-point values. Puts 0, 1, or -1 into the
9 * Provide a "naninst" instruction that puts 1 or -1 into r1 depending
TEMPLATE_CMPL_FLOAT.S 6 * Compare two floating-point values. Puts 0, 1, or -1 into the
9 * Provide a "naninst" instruction that puts 1 or -1 into r1 depending
  /external/webkit/WebKitTools/iExploder/htdocs/
webserver.rb 42 puts "* iExploder #{$VERSION} will be available at http://localhost:#{port}"
43 puts "* Max Tags: #$HTML_MAX_TAGS Max Attrs: #$HTML_MAX_ATTRS Max Props: #$CSS_MAX_PROPS"
44 puts
  /external/clearsilver/ruby/
install.rb 312 $stderr.puts "mkdir -p #{dname}" if verbose?
328 $stderr.puts "rm -f #{fname}" if verbose?
338 $stderr.puts "rm -rf #{dn}" if verbose?
371 $stderr.puts "install #{from} #{dest}" if verbose?
386 File.open( objdir + '/InstalledFiles', 'a' ) {|f| f.puts realdest }
396 $stderr.puts str if verbose?
552 $stderr.puts '---> ' + rel if verbose?
556 $stderr.puts '<--- ' + rel if verbose?
603 $stderr.puts %Q<set #! line to "\#!#{config('ruby-path')}" for #{path} ...> if verbose?
741 $stderr.puts 'skipping ext/* by user option' if verbose
    [all...]
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_CMPG_DOUBLE_VFP.S 6 * Compare two floating-point values. Puts 0, 1, or -1 into the
TEMPLATE_CMPG_FLOAT_VFP.S 6 * Compare two floating-point values. Puts 0, 1, or -1 into the
TEMPLATE_CMPL_DOUBLE_VFP.S 6 * Compare two floating-point values. Puts 0, 1, or -1 into the
TEMPLATE_CMPL_FLOAT_VFP.S 6 * Compare two floating-point values. Puts 0, 1, or -1 into the
  /frameworks/base/cmds/system_server/
system_main.cpp 5 * puts the main thread into the thread pool so it can handle
  /bionic/libc/stdio/
puts.c 1 /* $OpenBSD: puts.c,v 1.7 2005/08/08 08:05:36 espie Exp $ */
42 puts(const char *s) function
  /dalvik/vm/mterp/armv5te/
OP_CMPL_DOUBLE.S 7 * Compare two floating-point values. Puts 0, 1, or -1 into the
10 * Provide a "naninst" instruction that puts 1 or -1 into r1 depending
  /external/bluetooth/glib/gio/
gdataoutputstream.c 217 * Puts a byte into the output stream.
244 * Puts a signed 16-bit integer into the output stream.
284 * Puts an unsigned 16-bit integer into the output stream.
324 * Puts a signed 32-bit integer into the output stream.
364 * Puts an unsigned 32-bit integer into the stream.
404 * Puts a signed 64-bit integer into the stream.
444 * Puts an unsigned 64-bit integer into the stream.
484 * Puts a string into the output stream.

Completed in 131 milliseconds

1 2 3 4 5 6 7 8 91011>>