HomeSort by relevance Sort by last modified time
    Searched refs:STDERR (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/grpc-grpc/src/ruby/end2end/
channel_state_driver.rb 22 STDERR.puts 'start server'
25 STDERR.puts 'start client'
35 STDERR.puts "timeout wait for client pid #{client_pid}"
38 STDERR.puts 'killed client child'
forking_client_driver.rb 20 STDERR.puts 'start server'
23 STDERR.puts 'start client'
32 STDERR.puts "timeout wait for client pid #{client_pid}"
35 STDERR.puts 'killed client child'
channel_closing_driver.rb 23 STDERR.puts 'start server'
26 STDERR.puts 'start client'
39 STDERR.puts "timeout wait for client pid #{client_pid}"
42 STDERR.puts 'killed client child'
sig_int_during_channel_watch_driver.rb 23 STDERR.puts 'start server'
26 STDERR.puts 'start client'
39 STDERR.puts "timeout wait for client pid #{client_pid}"
42 STDERR.puts 'killed client child'
client_memory_usage_driver.rb 20 STDERR.puts 'start server'
23 STDERR.puts 'start client'
grpc_class_init_driver.rb 31 STDERR.puts 'start client'
43 STDERR.puts "timeout waiting for client pid #{client_pid}"
46 STDERR.puts 'killed client child'
client_memory_usage_client.rb 26 STDERR.puts 'client_control_port ignored'
41 STDERR.puts "Succeeded in getting memory usage for #{loop_count} times"
killed_client_thread_driver.rb 36 STDERR.puts 'start server'
54 STDERR.puts 'start client'
65 STDERR.puts 'sent shutdown'
72 STDERR.puts "timeout wait for client pid #{client_pid}"
75 STDERR.puts 'killed client child'
forking_client_client.rb 25 STDERR.puts 'client control port not used'
43 STDERR.puts "timeout waiting for forked process #{p}"
multiple_killed_watching_threads_driver.rb 57 STDERR.puts '10 iterations, sleep 0.1 before killing thread'
59 STDERR.puts '1000 iterations, sleep 0.001 before killing thread'
channel_state_client.rb 23 STDERR.puts 'client_control_port ignored'
killed_client_thread_client.rb 26 STDERR.puts 'client control port not used'
sig_int_during_channel_watch_client.rb 27 STDERR.puts 'client_control_port not used'
  /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";
  /external/curl/tests/
mem-include-scan.pl 42 print STDERR "checking $file...\n";
73 print STDERR "$file doesn't include \"memdebug.h\"!\n";
76 print STDERR "$file doesn't include \"curl_memory.h\"!\n";
94 print STDERR "----\n$errs errors detected!\n";
nroff-scan.pl 66 print STDERR "error: $f:$line: missing \\fP after $str\n";
72 print STDERR "error: $f:$line: referring to non-existing man page $man\n";
76 print STDERR "error: $f:$line: use \\fI before $str\n";
82 print STDERR "error: $f:$line: non-referencing $1\n";
90 print STDERR "error: $f:$line: referring to non-existing man page $man\n";
  /external/ipsec-tools/src/racoon/contrib/
sp.pl 13 print STDERR "install esp transport mode: $src -> $dst\n";
17 print STDERR "delete policy: $src -> $dst\n";
  /external/libpng/
pngtest.c 41 /* #define STDERR stderr */
42 #define STDERR stdout /* For DOS */
92 # define pngtest_debug(m) ((void)fprintf(stderr, m "\n"))
93 # define pngtest_debug1(m,p1) ((void)fprintf(stderr, m "\n", p1))
94 # define pngtest_debug2(m,p1,p2) ((void)fprintf(stderr, m "\n", p1, p2))
467 fprintf(STDERR, "\n%s: libpng warning: %s\n", name, message);
577 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
582 fprintf(STDERR, "WARNING: freeing NULL pointer\n");
601 fprintf(STDERR, "Duplicate free of memory\n")
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
implicit-it.s 2 @ RUN: FileCheck %s < %t --check-prefix=THUMB-STDERR
4 @ RUN: FileCheck %s < %t --check-prefix=ARM-STDERR
10 @ RUN: FileCheck %s < %t --check-prefix=THUMB-STDERR
14 @ RUN: FileCheck %s < %t --check-prefix=THUMB-STDERR
19 @ RUN: FileCheck %s < %t --check-prefix=ARM-STDERR
28 @ THUMB-STDERR: error: predicated instructions must be in IT block
29 @ ARM-STDERR: warning: predicated instructions should be in IT block
39 @ THUMB-STDERR-NOT: error:
40 @ ARM-STDERR-NOT: warning:
47 @ THUMB-STDERR: error: incorrect condition in IT bloc
    [all...]
directive-arch-mode-switch.s 2 @ RUN: FileCheck %s <%t --check-prefix=STDERR
10 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
17 @ STDERR: [[@LINE-1]]:{{[0-9]+}}: warning: new target does not support arm mode, switching to thumb mode
23 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
30 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
41 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
48 @ STDERR: [[@LINE-1]]:{{[0-9]+}}: warning: new target does not support arm mode, switching to thumb mode
  /external/u-boot/scripts/
cleanpatch 87 print STDERR "Usage: $name [-width #] files...\n";
96 print STDERR "$name: $f\n";
99 print STDERR "$f: not a file\n";
104 print STDERR "$name: Cannot open file: $f: $!\n";
123 print STDERR "$name: $f: binary file\n";
167 print STDERR
181 print STDERR "$name: $f: malformed patch\n";
187 print STDERR "$name: $f: malformed patch\n";
240 print STDERR "$name: $f: malformed patch\n";
  /external/syzkaller/vendor/golang.org/x/sys/unix/
mksysnum_darwin.pl 11 print STDERR "GOARCH or GOOS not defined in environment\n";
  /external/tensorflow/tensorflow/java/src/gen/perl/
tftypes-runall.pl 30 print STDERR "Script tftypes-runall seems to be located in the wrong place (could not find $f)\n";
  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd 19 print STDERR "\n\nDEBUG: Inside HOSTAPD Filter\n\n";
24 print STDERR "DEBUG($debugcounter): $line";
  /external/llvm/test/MC/ARM/
directive-arch-mode-switch.s 2 @ RUN: FileCheck %s <%t --check-prefix=STDERR
10 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
17 @ STDERR: [[@LINE-1]]:{{[0-9]+}}: warning: new target does not support arm mode, switching to thumb mode
23 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
30 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
41 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
48 @ STDERR: [[@LINE-1]]:{{[0-9]+}}: warning: new target does not support arm mode, switching to thumb mode

Completed in 391 milliseconds

1 2 3 4