HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 226 - 250 of 5297) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/cfi/cross-dso/
simple-fail.cpp 65 fprintf(stderr, "=0=\n");
78 fprintf(stderr, "=1=\n");
85 fprintf(stderr, "=2=\n");
  /external/curl/tests/libtest/
lib1530.c 34 fprintf(stderr, "opensocket() returns CURL_SOCKET_BAD\n");
45 fprintf(stderr, "curl_global_init() failed\n");
50 fprintf(stderr, "curl_easy_init() failed\n");
  /external/dbus/test/name-test/
test-autolaunch.c 26 fprintf (stderr, "*** Failed to autolaunch session bus: %s\n",
38 fprintf (stderr, "*** Autolaunched session bus, but an error was set!\n");
45 fprintf (stderr, "*** Failed to autolaunch session bus but no error was set\n");
  /external/libdivsufsort/examples/
suftest.c 61 fprintf(stderr,
64 fprintf(stderr, "usage: %s FILE\n\n", progname);
91 fprintf(stderr, "%s: Cannot open file `%s': ", argv[0], fname);
98 fprintf(stderr, "%s: Cannot set mode: ", argv[0]);
113 fprintf(stderr, "%s: Cannot ftell `%s': ", argv[0], fname);
118 fprintf(stderr, "%s: Input file `%s' is too big.\n", argv[0], fname);
122 fprintf(stderr, "%s: Cannot fseek `%s': ", argv[0], fname);
131 fprintf(stderr, "%s: Cannot allocate memory.\n", argv[0]);
137 fprintf(stderr, "%s: %s `%s': ",
147 fprintf(stderr, "%s: %" PRIdOFF_T " bytes ... ", fname, n)
    [all...]
  /external/libmtp/examples/
trexist.c 28 fprintf(stderr, "trexist <trackid>\n");
48 fprintf(stderr, "illegal value %s\n", argv[1]);
51 fprintf(stderr, "bad song id %u\n", id);
  /external/libvncserver/test/
cargstest.c 16 #define CHECK(a,b) if(screen->a!=b) { fprintf(stderr,#a " is %d (should be " #b ")\n",screen->a); ret=1; }
23 fprintf(stderr,"fake_argc is %d (should be 2)\n",fake_argc);
27 fprintf(stderr,"fake_argv[1] is %s (should be -nothing)\n",fake_argv[1]);
  /external/libxml2/doc/examples/
parse2.c 31 fprintf(stderr, "Failed to allocate parser context\n");
38 fprintf(stderr, "Failed to parse %s\n", filename);
42 fprintf(stderr, "Failed to validate %s\n", filename);
  /external/selinux/libselinux/utils/
compute_create.c 15 fprintf(stderr, "usage: %s scontext tcontext tclass\n",
22 fprintf(stderr, "Invalid class '%s'\n", argv[3]);
28 fprintf(stderr, "%s: security_compute_create failed\n",
compute_member.c 15 fprintf(stderr, "usage: %s scontext tcontext tclass\n",
22 fprintf(stderr, "Invalid class '%s'\n", argv[3]);
28 fprintf(stderr, "%s: security_compute_member failed\n",
compute_relabel.c 15 fprintf(stderr, "usage: %s scontext tcontext tclass\n",
22 fprintf(stderr, "%s: invalid class '%s'\n", argv[0], argv[3]);
28 fprintf(stderr, "%s: security_compute_relabel failed\n",
getpidcon.c 13 fprintf(stderr, "usage: %s pid\n", argv[0]);
18 fprintf(stderr, "%s: invalid pid %s\n", argv[0], argv[1]);
24 fprintf(stderr, "%s: getpidcon() failed\n", argv[0]);
setenforce.c 11 fprintf(stderr, "usage: %s [ Enforcing | Permissive | 1 | 0 ]\n",
24 fprintf(stderr, "%s: SELinux is disabled\n", argv[0]);
38 fprintf(stderr, "%s: setenforce() failed\n", argv[0]);
  /external/valgrind/helgrind/tests/
free_is_write.c 24 fprintf(stderr, "Start.\n");
30 fprintf(stderr, "Pointer to allocated memory: %p\n", s_mem);
40 fprintf(stderr, "Done.\n");
  /external/valgrind/memcheck/tests/linux/
capget.c 18 fprintf(stderr, "Running as root\n");
24 fprintf(stderr,
48 fprintf(stderr, "This program is Linux-specific\n");
  /external/valgrind/memcheck/tests/solaris/
scalar.h 8 fprintf(stderr, "---------------------------------------------------------\n" \
25 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
30 fprintf(stderr, "Expected error %s (%d), got success\n", #E, E); \
  /external/valgrind/memcheck/tests/
wcs.c 15 fprintf (stderr, "wcslen: %zd\n", l); // wcslen: 53
20 fprintf (stderr, "wcscmp equal: %d\n", wcscmp (a, b)); // wcscmp equal: 0
25 fprintf (stderr, "wcsrchr == wcschr: %d\n", d == e); // wcsrchr == wcschr: 1
  /external/valgrind/none/tests/amd64-linux/
map_32bits.c 23 fprintf(stderr, "first mmap : %p\n", first);
26 fprintf(stderr, "last mmap ok: %p\n", last);
40 fprintf(stderr, "retry mmap ok: %p\n", res);
  /external/valgrind/tests/
min_power_isa.c 27 fprintf(stderr, "usage: min_power_ISA <ISA> [-debug]\n" );
59 fprintf(stderr, "ERROR: invalid ISA version. Valid versions numbers are:\n" );
60 fprintf(stderr, " 2.05, 2.06, 2.07\n" );
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
main2.c 29 fprintf(stderr, "BUG: read: %s\n", strerror(errno));
41 fprintf(stderr, "BUG: failed to read any data from pipe\n");
46 fprintf(stderr, "BUG: unexpected EOF\n");
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
main2.c 29 fprintf(stderr, "BUG: read: %s\n", strerror(errno));
41 fprintf(stderr, "BUG: failed to read any data from pipe\n");
46 fprintf(stderr, "BUG: unexpected EOF\n");
  /sdk/find_lock/
find_lock_exe.cpp 30 gIsConsole = true; // tell utils to to print errors to stderr
48 fprintf(stderr, "Error: Missing directory path\n");
52 fprintf(stderr, "Error: '%s' is not a valid directory.\n", dirPath.cstr());
73 fflush(stderr);
  /system/sepolicy/tools/sepolicy-analyze/
attribute.c 4 fprintf(stderr, "\tattribute <attribute-name>\n");
15 fprintf(stderr, "%s is not defined in this policy.\n", name);
20 fprintf(stderr, "%s is a type not an attribute in this policy.\n", name);
  /build/tools/zipalign/
ZipAlign.cpp 32 fprintf(stderr, "Zip alignment utility\n");
33 fprintf(stderr, "Copyright (C) 2009 The Android Open Source Project\n\n");
34 fprintf(stderr,
37 fprintf(stderr,
39 fprintf(stderr, " -c: check alignment only (does not modify file)\n");
40 fprintf(stderr, " -f: overwrite existing outfile.zip\n");
41 fprintf(stderr, " -p: page align stored shared object files\n");
42 fprintf(stderr, " -v: verbose output\n");
43 fprintf(stderr, " -z: recompress using Zopfli\n");
80 fprintf(stderr, "ERROR: unable to retrieve entry %d\n", i)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_compose.py 45 stderr = self.RunGsUtil(['compose'] + components + ['gs://b/composite-obj'],
47 self.assertIn('command accepts at most', stderr)
50 stderr = self.RunGsUtil(
55 stderr)
61 stderr = self.RunGsUtil(['compose'] + components + [target],
66 self.assertIn(expected_msg, stderr)
69 stderr = self.RunGsUtil(
75 self.assertIn(expected_msg, stderr)
111 stderr = self.RunGsUtil(['-h', gen_match_header, 'compose', suri(k1_uri),
115 self.assertIn('PreconditionException', stderr)
    [all...]
  /system/extras/ext4_utils/
make_ext4fs_main.c 55 fprintf(stderr, "%s [ -l <len> ] [ -j <journal size> ] [ -b <block_size> ]\n", basename(path));
56 fprintf(stderr, " [ -g <blocks per group> ] [ -i <inodes> ] [ -I <inode size> ]\n");
57 fprintf(stderr, " [ -L <label> ] [ -f ] [ -a <android mountpoint> ] [ -u ]\n");
58 fprintf(stderr, " [ -S file_contexts ] [ -C fs_config ] [ -T timestamp ]\n");
59 fprintf(stderr, " [ -z | -s ] [ -w ] [ -c ] [ -J ] [ -v ] [ -B <block_list_file> ]\n");
60 fprintf(stderr, " [ -d <base_alloc_file_in> ] [ -D <base_alloc_file_out> ]\n");
61 fprintf(stderr, " <filename> [[<directory>] <target_out_directory>]\n");
120 fprintf(stderr, "can't set android permissions - built without android support\n");
144 fprintf(stderr, "Warning: -t (initialize inode tables) is deprecated\n");
168 fprintf(stderr, "failed to open block_list_file: %s\n", strerror(errno))
    [all...]

Completed in 810 milliseconds

1 2 3 4 5 6 7 8 91011>>