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

<<21222324252627282930>>

  /frameworks/minikin/app/
HyphTool.cpp 16 fprintf(stderr, "error opening %s\n", fn);
22 fprintf(stderr, "error opening %s\n", fn);
28 fprintf(stderr, "error reading %s\n", fn);
40 fprintf(stderr, "usage: hyphtool word\n");
  /hardware/bsp/intel/peripheral/libmraa/examples/
uart.c 37 fprintf(stderr, "UART failed to setup\n");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
build.py 13 return not subprocess.Popen(cmd, stdout=None, stderr=None, env=env).wait()
  /ndk/sources/third_party/googletest/googletest/test/
gtest_throw_on_failure_test_.cc 48 fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program.");
  /ndk/tests/device/multi-static-instances/jni/
main.cpp 19 fprintf(stderr, "ERROR: instance() returned two distinct addresses: %p %p\n", first, second);
  /ndk/tests/device/test-basic-rtti/jni/
test_basic_rtti.cpp 46 fprintf(stderr, "KO: Could not dynamically cast 'foo' to a 'Bar*'\n");
  /ndk/tests/device/test-compiler-bug-1/jni/
main.c 43 fprintf(stderr, "ERROR: test(%d) returned %d instead of %d\n",
  /ndk/tests/device/test-cpufeatures/jni/
test_android_setCpu_2.c 7 fprintf(stderr, "ERROR: %s\n", msg);
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/condense/
condense.cpp 27 fprintf(stderr, "\nError(%u): %s\n", (unsigned)reader.GetErrorOffset(), GetParseError_En(reader.GetParseErrorCode()));
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/pretty/
pretty.cpp 25 fprintf(stderr, "\nError(%u): %s\n", (unsigned)reader.GetErrorOffset(), GetParseError_En(reader.GetParseErrorCode()));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
rndo-add.c 47 fprintf (stderr, "Usage: rndo-add <prec> <x> <y>\n");
54 fprintf (stderr, "rndo-add: bad precision\n");
63 fprintf (stderr, "rndo-add: bad x value\n");
70 fprintf (stderr, "rndo-add: bad y value\n");
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
tf_inherit_check.py 19 sys.stderr.write("fd %d is open in child" % fd)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
tf_inherit_check.py 19 sys.stderr.write("fd %d is open in child" % fd)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
tf_inherit_check.py 19 sys.stderr.write("fd %d is open in child" % fd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
tf_inherit_check.py 19 sys.stderr.write("fd %d is open in child" % fd)
  /system/core/libsparse/
sparse_err.c 28 vfprintf(stderr, fmt, argp);
  /system/extras/ext4_utils/
blk_alloc_to_base_fs.c 28 fprintf(stderr, "Usage: %s input_blk_alloc_file output_base_fs_file \n", filename);
43 fprintf(stderr, "failed to open %s: %s\n", argv[1], strerror(errno));
48 fprintf(stderr, "failed to open %s: %s\n", argv[2], strerror(errno));
68 fprintf(stderr, "Bad blk_alloc format\n");
  /system/extras/f2fs_utils/
make_f2fs_main.c 38 fprintf(stderr, "%s -l <len>\n", basename(path));
39 fprintf(stderr, " <filename>\n");
62 fprintf(stderr, "Expected filename after options\n");
70 fprintf(stderr, "Unexpected argument: %s\n", argv[optind]);
  /system/sepolicy/tools/sepolicy-analyze/
booleans.c 4 fprintf(stderr, "\tbooleans\n");
perm.c 4 fprintf(stderr, "\tpermissive\n");
  /system/sepolicy/tools/
sepolicy-check.c 18 fprintf(stderr, "%s -s <source> -t <target> -c <class> -p <perm> -P <policy file>\n", arg0);
25 fprintf(stderr, "Out of memory\n");
52 fprintf(stderr, "Bad op while checking!");
73 fputs("out of memory\n", stderr);
78 fputs("out of memory\n", stderr);
133 fprintf(stderr, "source type %s does not exist\n", s);
140 fprintf(stderr, "target type %s does not exist\n", t);
147 fprintf(stderr, "class %s does not exist\n", c);
155 fprintf(stderr, "perm %s does not exist in class %s\n", p, c);
160 fprintf(stderr, "perm %s does not exist in class %s\n", p, c)
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
justsyms_exec.c 42 fprintf(stderr, "&%s is %8p, expected %08lx\n", name, sym, v);
  /device/generic/goldfish/libqemu/
test_util.c 54 fprintf(stderr, "%s: Can't create socket!!\n", __FUNCTION__);
64 fprintf(stderr, "%s: Can't connect to tcp:local:%d: %s\n",
79 fprintf(stderr, "%s: Could not open '%s' pipe: %s\n", __FUNCTION__, pipename, strerror(errno));
95 fprintf(stderr, "%s: error: %s\n", __FUNCTION__, strerror(errno));
99 fprintf(stderr, "%s: disconnection!\n", __FUNCTION__);
118 fprintf(stderr, "%s: error: %s\n", __FUNCTION__, strerror(errno));
122 fprintf(stderr, "%s: disconnection!\n", __FUNCTION__);
  /external/boringssl/src/tool/
server.cc 107 fprintf(stderr, "Failed to load private key: %s\n", key_file.c_str());
111 fprintf(stderr, "Failed to load cert chain: %s\n", key_file.c_str());
117 fprintf(stderr, "Failed setting cipher list\n");
123 fprintf(stderr, "Failed to load OCSP response: %s\n", args_map["-ocsp-response"].c_str());
139 fprintf(stderr, "Error while connecting: %d\n", ssl_err);
140 ERR_print_errors_cb(PrintErrorCallback, stderr);
144 fprintf(stderr, "Connected.\n");
  /external/iproute2/lib/
namespace.c 38 fprintf(stderr, "Bind %s -> %s failed: %s\n",
53 fprintf(stderr, "Cannot open network namespace \"%s\": %s\n",
59 fprintf(stderr, "setting the network namespace \"%s\" failed: %s\n",
67 fprintf(stderr, "unshare failed: %s\n", strerror(errno));
72 fprintf(stderr, "\"mount --make-rslave /\" failed: %s\n",
78 fprintf(stderr, "umount of /sys failed: %s\n", strerror(errno));
82 fprintf(stderr, "mount of /sys failed: %s\n",strerror(errno));

Completed in 997 milliseconds

<<21222324252627282930>>