HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 876 - 900 of 6144) sorted by null

<<31323334353637383940>>

  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GL_GetProcAddress.3 26 fprintf(stderr, "Multitexture Extensions not present\&.
  /external/qemu/
migration-dummy-android.c 34 fprintf(stderr, "migration not supported !!\n");
migration-tcp-android.c 136 fprintf(stderr, "could not accept migration connection\n");
142 fprintf(stderr, "could not qemu_fopen socket\n");
149 fprintf(stderr, "load of migration failed\n");
173 fprintf(stderr, "invalid host/port combination: %s\n", host_port);
  /external/qemu/target-i386/
kvm-gs-restore.c 50 fprintf(stderr, "Invalid signal %x in temp_sig_handler\n", signum);
58 fprintf(stderr, "Invalid signal in temp_sig_handler: "
72 fprintf(stderr, "Invalid signal %x in temp_sig_sigaction\n", signum);
80 fprintf(stderr, "Invalid signal in temp_sig_sigaction: "
  /external/valgrind/main/drd/tests/
annotate_hb_err.c 45 fprintf(stderr, "Done.\n");
annotate_hb_race.c 45 fprintf(stderr, "Done.\n");
annotate_static.cpp 45 fprintf(stderr, "Done.\n");
pth_cancel_locked.c 48 fprintf(stderr, "Test finished.\n");
rwlock_race.c 53 fprintf(stderr, "Result: %d\n", s_racy);
  /external/valgrind/main/gdbserver_tests/
mcinfcallRU.stdinB.gdb 8 shell ./simulate_control_c --vgdb-prefix=./vgdb-prefix-mcinfcallRU 1 grep main mcinfcallRU.stderr.out
  /external/valgrind/main/memcheck/tests/
origin6-fp.c 93 if (0) fprintf(stderr, "r = %g\n", r );
96 if (0) fprintf(stderr, "ri = %d\n", ri);
98 fprintf(stderr, "Test succeeded.\n");
100 fprintf(stderr, "Test FAILED !\n");
  /external/valgrind/main/none/tests/
valgrind_cpp_test.cpp 39 fprintf(stderr, "Compilation succeeded.\n");
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 116 fprintf(stderr,"Not enough space in object array\n");
372 fprintf(stderr,
522 fprintf(stderr,"mkyaffs2image: image building tool for YAFFS2 built "__DATE__"\n");
523 fprintf(stderr,"usage: mkyaffs2image [-f] [-c <size>] [-s <size>] dir image_file [file_contexts mountpoint] [convert]\n");
524 fprintf(stderr," -f fix file stat (mods, user, group) for device\n");
525 fprintf(stderr," -c <size> set the chunk (NAND page) size. default: 2048\n");
526 fprintf(stderr," -s <size> set the spare (NAND OOB) size. default: 64\n");
527 fprintf(stderr," dir the directory tree to be converted\n");
528 fprintf(stderr," image_file the output file to hold the image\n");
529 fprintf(stderr," file_contexts the file contexts configuration used to assign SELinux file context attr (…)
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 107 fprintf(stderr, "Unable to configure SIGINT handler: %s\n",
113 fprintf(stderr, "Unable to configure SIGHUP handler: %s\n",
156 fprintf(stderr, "ERROR: unable to create video/avc codec instance\n");
165 fprintf(stderr, "ERROR: unable to configure codec (err=%d)\n", err);
176 fprintf(stderr,
187 fprintf(stderr, "ERROR: unable to start codec (err=%d)\n", err);
305 fprintf(stderr, "Unable to get output buffers (err=%d)\n", err);
355 fprintf(stderr, "Failed writing data to muxer (err=%d)\n",
363 fprintf(stderr, "Unable to release output buffer (err=%d)\n",
386 fprintf(stderr, "Unable to start muxer (err=%d)\n", err)
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 127 fprintf(stderr, "AVC video profile %d and level %d\n", profile, level);
189 fprintf(stderr, "Failed to instantiate decoder for '%s'.\n", mime);
200 fprintf(stderr, "rawSource returned error %d (0x%08x)\n", err, err);
591 fprintf(stderr, "usage: %s [options] [input_filename]\n", me);
592 fprintf(stderr, " -h(elp)\n");
593 fprintf(stderr, " -a(udio)\n");
594 fprintf(stderr, " -n repetitions\n");
595 fprintf(stderr, " -l(ist) components\n");
596 fprintf(stderr, " -m max-number-of-frames-to-decode in each pass\n");
597 fprintf(stderr, " -b bug to reproduce\n")
    [all...]
  /frameworks/base/tools/aapt/
Package.cpp 83 fprintf(stderr, "ERROR: unable to remove '%s': %s\n", outputFile.string(),
88 fprintf(stderr, "ERROR: '%s' exists (use '-f' to force overwrite)\n",
93 fprintf(stderr, "ERROR: '%s' exists and is not a regular file\n", outputFile.string());
106 fprintf(stderr, "ERROR: unable to open '%s' as Zip file for writing\n",
117 fprintf(stderr, "ERROR: unable to process assets while packaging '%s'\n",
129 fprintf(stderr, "ERROR: unable to process jar files while packaging '%s'\n",
168 fprintf(stderr, "ERROR: Zip flush failed, archive may be hosed\n");
180 fprintf(stderr, "warning: could not unlink '%s'\n", outputFile.string());
208 fprintf(stderr, "warning: could not unlink '%s'\n", outputFile.string());
325 fprintf(stderr, "warning: '%s' not added to Zip\n", storageName.string())
    [all...]
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
BCHeaderField.h 81 fprintf(stderr, "Field ID: %d, data length %d, total length %d\n",
83 fprintf(stderr, "Data:");
84 for (size_t i = 0; i < len_; i++) fprintf(stderr, "0x%x ", data_[i]);
85 fprintf(stderr, "\n");
  /frameworks/compile/slang/
slang_assert.h 30 fprintf(stderr, "slangAssert failed at %s:%d - '%s'\n", \
  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 30 #define ASSERT_EQ(x, y) do { if ((x) == (y)) ; else { fprintf(stderr, "0x%x != 0x%x\n", \
187 fprintf(stderr, "%s: unusual receive buffer queue size (%u buffers)\n", argv[0],
194 fprintf(stderr, "%s: unusual transmit buffer queue size (%u buffers)\n", argv[0],
201 fprintf(stderr, "%s: unusual buffer size (%u frames)\n", argv[0],
208 fprintf(stderr, "%s: unusual channel count ignored (%u)\n", argv[0],
227 fprintf(stderr, "%s: unusual sample rate (%u Hz)\n", argv[0],
235 fprintf(stderr, "%s: unknown option %s\n", argv[0], arg);
239 fprintf(stderr, "usage: %s -r# -t# -f# -s# -c#\n", argv[0]);
240 fprintf(stderr, " -r# receive buffer queue count for microphone input, default 1\n");
241 fprintf(stderr, " -t# transmit buffer queue count for speaker output, default 2\n")
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.c 71 fprintf(stderr, "netlink connection failed\n");
77 fprintf(stderr, "'nl80211' netlink not found\n");
91 fprintf(stderr, "nl80211 connection failed\n");
135 fprintf(stderr, "setting netlink attribute failed\n");
  /ndk/sources/cxx-stl/gabi++/tests/
test_gabixx_exceptions.cpp 27 std::fprintf(stderr,"KO: Exception *not* raised!\n");
  /ndk/tests/device/test-basic-exceptions/jni/
test_basic_exceptions.cpp 27 std::fprintf(stderr,"KO: Exception *not* raised!\n");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libxcb-xlib.so.0 
libxcb-xlib.so.0.0 
libxcb-xlib.so.0.0.0 

Completed in 216 milliseconds

<<31323334353637383940>>