/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
main.rb | 173 @output.puts( tidy( <<-END ) ) 229 @error.puts( message ) 234 @error.puts( "received an error while attempting to load %p" % lib ) 240 puts!( "~ error details:" ) 241 puts!( ' [ %s ]' % error.class.name ) 243 puts!( ' -> ' << message ) 245 puts!( ' ' << call ) 250 puts!( "~ content of $LOAD_PATH: " ) 252 puts!( " - #{ dir }" ) 296 %w(puts print printf flush).each do |method [all...] |
/ndk/sources/host-tools/make-3.81/ |
file.c | 888 puts (_("# Not a target:")); 910 puts (_("# Precious file (prerequisite of .PRECIOUS).")); 912 puts (_("# Phony target (prerequisite of .PHONY).")); 914 puts (_("# Command-line target.")); 916 puts (_("# A default, MAKEFILES, or -include/sinclude makefile.")); 917 puts (f->tried_implicit 923 puts (_("# File is an intermediate prerequisite.")); 932 puts (_("# Modification time never checked.")); 934 puts (_("# File does not exist.")); 936 puts (_("# File is very old.")) [all...] |
/external/icu4c/samples/cal/ |
cal.c | 202 puts("Usage: icucal [OPTIONS] [[MONTH] YEAR]"); 203 puts(""); 204 puts("Options:"); 205 puts(" -h, --help Print this message and exit."); 206 puts(" -v, --version Print the version number of cal and exit."); 207 puts(" -l, --long Use long names."); 208 puts(""); 209 puts("Arguments (optional):"); 210 puts(" MONTH An integer (1-12) indicating the month to display"); 211 puts(" YEAR An integer indicating the year to display") [all...] |
/external/chromium/chrome/common/extensions/ |
extension_unpacker.h | 71 // Decodes the image at the given path and puts it in our list of decoded 75 // Parses the catalog at the given path and puts it in our list of parsed
|
/external/elfutils/tests/ |
funcretval.c | 78 puts ("returns no value"); 84 puts ("");
|
get-pubnames.c | 53 puts ("failed to get CU die"); 64 puts ("failed to get object die");
|
asm-tst3.c | 79 puts ("cannot open backend library"); 165 puts ("not a valid ELF file"); 235 puts ("symbol table has incorrect link"); 242 puts ("cannot get data of symbol table");
|
/external/llvm/test/CodeGen/X86/ |
byval-align.ll | 29 %8 = call i32 @puts(i8* getelementptr inbounds ([8 x i8]* @.str1, i64 0, i64 0)) nounwind ; <i32> [#uses=0] 42 declare i32 @puts(i8*)
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
browser_harness.rb | 61 puts msg 65 f.puts msg 93 puts "#{@server_log_path} was never written to. Unable to launch browser?" 363 opts.on( '-h', '--help', 'Display this screen' ) { puts opts; exit } 368 puts "Unable to parse port option. Try adding -- as an argument before you specify your browser location." 373 puts "No browser specified. Perhaps you need some --help?" 376 puts "options: #{options.inspect}" 377 puts "browser: #{ARGV.inspect}"
|
/frameworks/base/test-runner/src/android/test/ |
LoaderTestCase.java | 56 // The test thread blocks on this queue until the loader puts it's result in 60 // when it puts the result into the blocking queue
|
/hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/build/android/ |
inv_mpu_iio-shared | |
/hardware/invensense/libsensors_iio/software/simple_apps/self_test/build/android/ |
inv_self_test-shared | |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
runtests.c | 78 puts (" OK."); 117 puts (" OK.");
|
/tools/motodev/src/plugins/android.linux.x86/ |
gtk_bridge_app | |
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_CMP_LONG.S | 2 * Compare two 64-bit values. Puts 0, 1, or -1 into the destination
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-template.rb | 179 MethodDescription.new( 'eat', %q[puts( "ate %s %s" % [ number, @name ] )], %w( number ) ), 197 | puts( "ate %s %s" % [ number, @name ] ) 223 MethodDescription.new( 'eat', %q[puts( "ate %s %s" % [ number, @name ] )], %w( number ) ), 241 | puts( "ate %s %s" % [ number, @name ] )
|
/external/chromium/base/json/ |
json_writer.h | 20 // Given a root node, generates a JSON string and puts it into |json|.
|
/external/chromium/net/websockets/ |
websocket_throttle.h | 34 // Puts |job| in |queue_| and queues for the destination addresses
|
/external/icu4c/samples/props/ |
props.cpp | 60 puts("");
|
/external/libpng/scripts/ |
makefile.freebsd | 17 # where make install puts libpng.a and png.h
|
/external/llvm/test/CodeGen/Generic/ |
2003-05-30-BadPreselectPhi.ll | 7 ;; Error: PreSelection puts the arguments of the Phi just before
|
/external/llvm/test/Object/Inputs/COFF/ |
x86-64.yaml | 69 Name: puts
|
/external/stlport/stlport/stl/ |
_range_errors.c | 49 # define _STLP_THROW_MSG(ex,msg) puts(msg),_STLP_ABORT()
|
/external/webkit/Source/WebCore/ |
make-export-file-generator | 57 STDERR.puts "Wrote output to #{output_file}"
|
/external/webkit/Tools/Scripts/ |
roll-over-ChangeLogs | 41 puts "Moving #{path} to #{old_path}..."
|