HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 351 - 375 of 3862) sorted by null

<<11121314151617181920>>

  /external/icu4c/samples/layout/
GnomeGUISupport.cpp 33 fprintf(stderr, "%s: %s\n", title, message);
  /external/iproute2/ip/
ipprefix.c 45 fprintf(stderr, "Not a prefix: %08x %08x %08x\n",
52 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len);
62 fprintf(stderr, "wrong family %d\n", prefix->prefix_family);
66 fprintf(stderr, "wrong ND type %d\n", prefix->prefix_type);
  /external/iproute2/tc/
emp_ematch.l 22 fprintf(stderr, "match argument too long.\n"); \
96 fprintf(stderr, "error: octal escape sequence" \
104 fprintf(stderr, "error: invalid octale escape sequence\n");
114 fprintf(stderr, "error: hexadecimal escape " \
f_flow.c 23 fprintf(stderr,
83 fprintf(stderr, "Unknown flow key \"%s\"\n", s);
147 fprintf(stderr, "Illegal \"handle\"\n");
168 fprintf(stderr, "Illegal \"mask\"\n");
175 fprintf(stderr, "Illegal \"or\"\n");
182 fprintf(stderr, "Illegal \"xor\"\n");
189 fprintf(stderr, "Illegal \"rshift\"\n");
196 fprintf(stderr, "Illegal \"addend\"\n");
203 fprintf(stderr, "Illegal \"divisor\"\n");
210 fprintf(stderr, "Illegal \"baseclass\"\n")
    [all...]
m_gact.c 46 fprintf(stderr, "Usage: ... gact <ACTION> [RAND] [INDEX]\n");
47 fprintf(stderr,
55 fprintf(stderr, "Usage: ... gact <ACTION> [INDEX]\n");
56 fprintf(stderr,
87 fprintf(stderr,"bad action type %s\n",*argv);
143 fprintf(stderr, "Illegal \"random type\"\n");
157 fprintf(stderr, "Illegal probability val 0x%x\n",pp.pval);
161 fprintf(stderr, "Illegal probability val 0x%x\n",pp.pval);
176 fprintf(stderr, "Illegal \"index\"\n");
  /external/openssl/crypto/bio/
bio_lcl.h 7 #define UP_stderr stderr
  /external/qemu/
keymaps.c 81 fprintf(stderr,
88 fprintf(stderr,
97 fprintf(stderr,
125 // fprintf(stderr, "Warning: unknown keysym %s\n", line);
134 //fprintf(stderr, "keypad keysym %04x keycode %d\n", keysym, keycode);
140 //fprintf(stderr,"Setting keysym %s (%d) to %d\n",line,keysym,keycode);
144 fprintf(stderr,
149 fprintf(stderr, "Setting %d: %d,%d\n",
179 fprintf(stderr, "Warning: no scancode found for keysym %d\n",
  /external/quake/quake/src/QW/client/
main.cpp 77 fprintf(stderr,
82 fprintf(stderr, "RegisterNatives failed for '%s'\n", className);
113 fprintf(stderr, "ERROR: GetEnv failed\n");
121 fprintf(stderr, "ERROR: miniglobe native registration failed\n");
  /external/srtp/crypto/test/
aes_calc.c 58 fprintf(stderr,
67 fprintf(stderr,
76 fprintf(stderr,
85 fprintf(stderr,
  /external/valgrind/main/auxprogs/
Merge3Way.hs 22 then hPutStrLn stderr ("done: " ++ f)
24 do hPutStrLn stderr (" do: " ++ f)
27 hPutStrLn stderr (rs ++ f)
51 = do hPutStrLn stderr ("FAIL: " ++ who)
  /external/valgrind/main/drd/tests/
pth_mutex_reinit.c 33 fprintf(stderr, "Done.\n");
rwlock_test.c 74 fprintf(stderr, "Error: unknown option '%c'.\n", optchar);
107 fprintf(stderr, "s_counter - expected_counter = %d\n",
110 fprintf(stderr, "s_grand_sum - expected_grand_sum = %lld\n",
112 fprintf(stderr, "Finished.\n");
rwlock_type_checking.c 34 fprintf(stderr, "Finished.\n");
  /external/valgrind/main/memcheck/tests/
calloc-overflow.c 18 fprintf(stderr, "x = %#lx\n", (long)x);
linux-syslog-syscall.c 21 fprintf(stderr, "Done.\n");
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.h 23 fprintf(stderr, "-----------------------------------------------------\n" \
41 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
45 fprintf(stderr, "Expected error %s (%d), got success\n", #E, E); \
57 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
  /external/valgrind/main/none/tests/
munmap_exe.c 17 fprintf(stderr, "error mmapping\n");
  /external/webkit/Tools/MIDLWrapper/
MIDLWrapper.cpp 14 fwprintf(stderr, L"######### im in ur IDE, compiling ur c0des ########\n");
25 fwprintf(stderr, L"Couldn't find PATH environment variable!\n");
31 fwprintf(stderr, L"Couldn't find Tools\\vcbin in PATH!\n");
71 fwprintf(stderr, L"New path: %s\n", envp[pathIndex]);
  /external/webkit/Tools/Scripts/
add-include 38 unless ($filename =~ /(\w+)\.cpp$/) { print STDERR "Command line args must be .cpp files: $filename.\n"; next FILE; }
55 unless (open INPUT, "<", $filename) { print STDERR "File does not exist: $filename\n"; next FILE; }
59 if ($pastIncludes) { print STDERR "Saw more includes after include section in $filename, line $.\n"; next FILE; }
63 unless ($sawConfig) { print STDERR "First include must be config.h in $filename, line $.\n"; next FILE; }
67 unless ($sawSelfInclude) { print STDERR "Second include must be $base.h in $filename, line $.\n"; next FILE; }
79 unless ($currentCondition eq "") { print STDERR "Nested #if in include section in $filename, line $.\n"; next FILE; }
84 unless ($currentCondition ne "") { print STDERR "Extra #endif in include section in $filename, line $.\n"; next FILE; }
94 unless ($currentCondition eq "") { print STDERR "Unterminated #if in include section in $filename, line $.\n"; next FILE; }
119 unless (open OUTPUT, ">", $filename) { print STDERR "Could not open file for writing: $filename\n"; next FILE; };
check-webkit-style 63 # Change stderr to write with replacement characters so we don't die
65 stderr = codecs.StreamReaderWriter(sys.stderr,
72 stderr.encoding = "UTF-8"
75 # the global sys.stderr. This involves updating the code to
77 # sys.stderr explicitly anywhere.
78 sys.stderr = stderr
86 checker.configure_logging(stream=stderr, is_verbose=is_verbose)
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 69 fprintf(stderr, "input file required\n");
112 fprintf(stderr, "input file required\n");
118 fprintf(stderr, "Unable to stat input file: %s\n", strerror(errno));
123 fprintf(stderr, "Input file should be a regular file.\n");
129 fprintf(stderr, "Could not open input file %s\n", inFile);
139 fprintf(stderr, "Could not read all of file %s\n", inFile);
157 fprintf(stderr, "failed to parse option\n");
174 fprintf(stderr, "failed to translate bitcode\n");
182 fprintf(stderr, "failed to get metadata\n");
  /frameworks/compile/libbcc/helper/
DebugHelper.c 27 return fprintf(stderr, "[%s] %s", tag, msg);
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
debug.h 44 fprintf(stderr, "%s(%d) ", __FUNCTION__, __LINE__); \
45 fprintf(stderr, ##x); \
51 fprintf(stderr, "%s:%s:(%d): ", __FILE__, __FUNCTION__, __LINE__); \
52 fprintf(stderr, ##msg); \
  /sdk/emulator/qtools/
read_addr.cpp 8 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
  /sdk/emulator/tests/
test-qemud-pipes.c 66 fprintf(stderr, "Could not start server: %s\n", strerror(errno));
72 fprintf(stderr, "Server error: %s\n", strerror(errno));
87 fprintf(stderr, "Client read error: %s\n", strerror(errno));
101 fprintf(stderr, "Client write error: %s\n", strerror(errno));

Completed in 432 milliseconds

<<11121314151617181920>>