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

1 2 3 4 5 6 78 91011>>

  /external/valgrind/main/drd/tests/
omp_printf.c 11 fprintf(stderr,
58 fprintf(stderr,
64 fprintf(stderr, "%s", "");
68 fprintf(stderr, "Finished.\n");
trylock.c 31 fprintf(stderr, "Locking rwlock via pthread_rwlock_wrlock().\n");
34 fprintf(stderr, "Locking rwlock via pthread_rwlock_trywrlock().\n");
37 fprintf(stderr, "Locking rwlock via pthread_rwlock_timedwrlock().\n");
42 fprintf(stderr, "Locking rwlock via pthread_rwlock_rdlock().\n");
49 fprintf(stderr, "Locking rwlock via pthread_rwlock_tryrdlock().\n");
52 fprintf(stderr, "Locking rwlock via pthread_rwlock_timedrdlock().\n");
57 fprintf(stderr, "Attempt to lock for writing recursively (not allowed).\n");
64 fprintf(stderr, "Locking mutex via pthread_mutex_trylock().\n");
67 fprintf(stderr, "Locking mutex via pthread_mutex_lock().\n");
70 fprintf(stderr, "Locking mutex via pthread_mutex_timedlock().\n")
    [all...]
  /external/valgrind/main/memcheck/tests/
bug287260.c 14 fprintf (stderr, "%d\n", r.rotation);
fwrite.c 10 fprintf(stderr, "open failed\n");
leak-0.c 20 PRINT_LEAK_COUNTS(stderr);
  /external/valgrind/main/memcheck/tests/ppc32/
Makefile.am 7 power_ISA2_05.stderr.exp power_ISA2_05.stdout.exp power_ISA2_05.vgtest
  /external/valgrind/main/memcheck/tests/ppc64/
Makefile.am 7 power_ISA2_05.stderr.exp power_ISA2_05.stdout.exp power_ISA2_05.vgtest
  /external/webrtc/test/testsupport/
frame_writer.cc 31 fprintf(stderr, "Frame length must be >0, was %d\n",
37 fprintf(stderr, "Couldn't open output file for writing: %s\n",
54 fprintf(stderr, "FrameWriter is not initialized (output file is NULL)\n");
60 fprintf(stderr, "Failed to write %d bytes to file %s\n",
  /system/core/toolbox/
md5.c 16 fprintf(stderr,"md5 file ...\n");
29 fprintf(stderr,"could not open %s, %s\n", path, strerror(errno));
44 fprintf(stderr,"could not read %s, %s\n", path, strerror(errno));
50 fprintf(stderr,"could not close %s, %s\n", path, strerror(errno));
mv.c 16 fprintf(stderr,"USAGE: %s <source...> <destination>\n", argv[0]);
25 fprintf(stderr, "failed on %s - %s\n", dest, strerror(errno));
36 fprintf(stderr, "path too long\n");
52 fprintf(stderr, "failed on '%s' - %s\n", source, strerror(errno));
chmod.c 29 fprintf(stderr, "Invalid path specified: too long\n");
38 fprintf(stderr, "Unable to chmod %s: %s\n", subpath, strerror(errno));
50 fprintf(stderr, "Usage: chmod [OPTION] <MODE> <FILE>\n");
51 fprintf(stderr, " -R, --recursive change files and directories recursively\n");
52 fprintf(stderr, " --help display this help and exit\n");
84 fprintf(stderr, "Bad mode\n");
92 fprintf(stderr, "Unable to chmod %s: %s\n", argv[i], strerror(errno));
r.c 9 fprintf(stderr,"r [-b|-s] <address> [<value>]\n");
44 fprintf(stderr, "invalid end address\n");
55 fprintf(stderr,"cannot open /dev/mem\n");
67 fprintf(stderr,"cannot mmap region\n");
76 fprintf(stderr,"%08x: %08x\n", addr, *x);
82 fprintf(stderr,"%08x: %04x\n", addr, *x);
88 fprintf(stderr,"%08x: %02x\n", addr, *x);
  /system/extras/tests/bionic/libc/bionic/
lib_static_init.cpp 8 fprintf(stderr, "Foo::Foo for this=%p called (counter = %d)\n", this, counter);
  /system/security/keystore/
keystore_cli.cpp 52 fprintf(stderr, "%s: could not connect: %d\n", argv[0], ret); \
65 fprintf(stderr, "Usage: %s " #cmd " <name>\n", argv[0]); \
70 fprintf(stderr, "%s: could not connect: %d\n", argv[0], ret); \
83 fprintf(stderr, "Usage: %s " #cmd " <name> <uid>\n", argv[0]); \
89 fprintf(stderr, "Running as uid %d\n", uid); \
93 fprintf(stderr, "%s: could not connect: %d\n", argv[0], ret); \
106 fprintf(stderr, "Usage: %s " #cmd " <name>\n", argv[0]); \
114 fprintf(stderr, "%s: could not connect: %d\n", argv[0], ret); \
127 fprintf(stderr, "Usage: %s " #cmd " <name>\n", argv[0]); \
134 fprintf(stderr, "%s: could not connect: %d\n", argv[0], ret);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributes.cpp 49 fprintf(stderr, "%s=x", identifier);
51 fprintf(stderr, " ");
54 fprintf(stderr, "%s=%lf", identifier, value);
56 fprintf(stderr, " ");
61 fprintf(stderr, "context: %p\n", m_context);
65 fprintf(stderr, " ---> pos=%i, data={", it->key);
71 fprintf(stderr, "}\n");
  /external/dropbear/libtomcrypt/testprof/
modes_test.c 27 fprintf(stderr, "test requires AES");
46 fprintf(stderr, "cbc_getiv failed");
56 fprintf(stderr, "CBC failed");
69 fprintf(stderr, "cfb_getiv failed");
79 fprintf(stderr, "CFB failed");
91 fprintf(stderr, "ofb_getiv failed");
101 fprintf(stderr, "OFB failed");
  /external/iproute2/tc/
f_cgroup.c 21 fprintf(stderr, "Usage: ... cgroup [ match EMATCH_TREE ] [ police POLICE_SPEC ]\n");
22 fprintf(stderr, " [ action ACTION_SPEC ]\n");
35 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n",
50 fprintf(stderr, "Illegal \"ematch\"\n");
57 fprintf(stderr, "Illegal \"action\"\n");
65 fprintf(stderr, "Illegal \"police\"\n");
73 fprintf(stderr, "What is \"%s\"?\n", *argv);
  /external/valgrind/main/none/tests/arm/
Makefile.am 7 neon128.stdout.exp neon128.stderr.exp neon128.vgtest \
8 neon64.stdout.exp neon64.stderr.exp neon64.vgtest \
9 v6intARM.stdout.exp v6intARM.stderr.exp v6intARM.vgtest \
10 v6intThumb.stdout.exp v6intThumb.stderr.exp v6intThumb.vgtest \
11 v6media.stdout.exp v6media.stderr.exp v6media.vgtest \
12 vcvt_fixed_float_VFP.stdout.exp vcvt_fixed_float_VFP.stderr.exp \
14 vfp.stdout.exp vfp.stderr.exp vfp.vgtest
  /frameworks/base/tools/aapt/
printapk.cpp 15 fprintf(stderr,
46 fprintf(stderr, "apk: couldn't open file for read: %s\n", filename);
54 fprintf(stderr, "apk: error determining file size: %s\n", filename);
60 fprintf(stderr, "apk: file too big: %s\n", filename);
66 fprintf(stderr, "apk: error reading file: %s\n", filename);
74 fprintf(stderr, "apk: file doesn't seem to be a zip file: %s\n",
95 fprintf(stderr, "apk: error decompressing resources.arsc");
  /ndk/tests/device/test-stlport_shared-exception/jni/
catchptr1.cpp 25 fprintf(stderr, "25\n");
44 fprintf(stderr, "44\n");
67 fprintf(stderr, "67\n");
86 fprintf(stderr, "86\n");
100 fprintf(stderr, "100\n");
128 fprintf(stderr, "128\n");
142 fprintf(stderr, "142\n");
  /ndk/tests/device/test-stlport_static-exception/jni/
catchptr1.cpp 25 fprintf(stderr, "25\n");
44 fprintf(stderr, "44\n");
67 fprintf(stderr, "67\n");
86 fprintf(stderr, "86\n");
100 fprintf(stderr, "100\n");
128 fprintf(stderr, "128\n");
142 fprintf(stderr, "142\n");
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 42 fprintf(stderr, "usage: rpcperftest service-to-test | :service-to-serve\n");
48 fprintf(stderr, "error: can't get default service manager\n");
56 fprintf(stderr, "error: can't register service: %s\n", argv[1] + 1);
62 fprintf(stderr, "error: can't run service\n");
68 fprintf(stderr, "error: can't find service: %s\n", argv[1]);
75 fprintf(stderr, "error: can't ping: %s [%d]\n", argv[1], status);
85 fprintf(stderr, "error: can't ping: %s [%d]\n", argv[1], status);
  /cts/suite/audio_quality/executable/src/
main.cpp 46 fprintf(stderr, "\n\nexecuting %s\n", command.string());
48 fprintf(stderr, "cannot create zip file with command %s\n", command.string());
56 fprintf(stderr, "%s [-l log_level][-s serial] test_xml\n", bin);
61 fprintf(stderr, "%s [-l log_level][-s serial] test_xml\n", argv[0]);
89 fprintf(stderr, "cannot prepare report dir");
95 fprintf(stderr, "caanot create Settings");
103 fprintf(stderr, "cannot create Log");
117 fprintf(stderr, "cannot create ClientInterface");
121 fprintf(stderr, "cannot init ClientInterface");
126 fprintf(stderr, "cannot get device info")
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
threadtest2.c 46 fprintf(stderr,"id: %s\n", id, argv[0]);
48 /* fprintf(stderr,"%d: OK\n", id); */
60 /* fprintf(stderr,"%d: CHECK\n", id); */
63 fprintf(stderr,"%d, Integrity check returns %d\n", id, rc);
79 fprintf(stderr, "Starting worker %d\n", id);
86 /* fprintf(stderr, "%d: BEGIN\n", id); */
88 /* fprintf(stderr, "%d: END rc=%d\n", id, rc); */
91 fprintf(stderr, "Worker %d finished\n", id);
111 fprintf(stderr,"unable to initialize database\n");
116 fprintf(stderr,"cannot create table t1: %d\n", rc)
    [all...]
  /external/libvorbis/vq/
latticetune.c 51 fprintf(stderr,"Need a lattice codebook on the command line.\n");
55 fprintf(stderr,"Need a codeword data file on the command line.\n");
77 fprintf(stderr,"Provided book is not a latticebook.\n");
90 fprintf(stderr,"Could not open input file %s\n",argv[2]);
147 fprintf(stderr,"%4ld: ",j);
150 fprintf(stderr,"%+3.1f,", c->quantlist[index]*_float32_unpack(c->q_delta)+
154 fprintf(stderr,"\t|");
155 for(k=0;k<base-c->lengthlist[j];k++)fprintf(stderr,"*");
156 fprintf(stderr,"\n");
161 fprintf(stderr,"\r
    [all...]

Completed in 1022 milliseconds

1 2 3 4 5 6 78 91011>>