/external/openssl/crypto/rsa/ |
rsa_lib.c | 229 fprintf(stderr,"RSA_free, bad reference count\n"); 266 fprintf(stderr, "RSA_up_ref, bad reference count\n");
|
rsa_sign.c | 251 fprintf(stderr,"in(%s) expect(%s)\n",OBJ_nid2ln(sigtype), 263 fprintf(stderr,"signature has problems, re-make with post SSLeay045\n");
|
/external/oprofile/daemon/liblegacy/ |
opd_kernel.c | 64 fprintf(stderr, 67 fprintf(stderr, "kernel profiles will be wrong.\n");
|
/external/ppp/pppd/ |
srp-entry.c | 88 (void) fprintf(stderr, "Usage:\n\t%s [-i index] [clientname]\n", 136 (void) fprintf(stderr, "SRP modulus/generator %d not found\n",
|
/external/qemu/ |
cbuffer.c | 22 # define ASSERT(cond,fmt,...) ({ if (!(cond)) { fprintf(stderr, fmt, __VA_ARGS__); assert(cond); } }) 42 fprintf(stderr, "assert:%s:%ld: assertion failed: %s (pos=%d count=%d size=%d)\n",
|
/external/qemu/distrib/jpeg-6b/ |
wrppm.c | 184 fprintf(dest->pub.output_file, "P5\n%ld %ld\n%d\n", 190 fprintf(dest->pub.output_file, "P6\n%ld %ld\n%d\n",
|
/external/qemu/distrib/sdl-1.2.12/src/audio/arts/ |
SDL_artsaudio.c | 241 fprintf(stderr, "Wrote %d bytes of audio data\n", written); 280 fprintf(stderr, "Trying format 0x%4.4x\n", test_format);
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/ |
SDL_cdrom.c | 163 fprintf(stderr, "Current position: %d, track = %d (offset is %d)\n", 237 fprintf(stderr, "Playing %d frames at offset %d\n", length, start);
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_gl.c | 309 fprintf(stderr, "setted depth size %d\n", this->gl_config.depth_size); 360 fprintf(stderr, "ARGB: %d, %d, %d, %d\n", this->gl_config.alpha_size, this->gl_config.red_size, this->gl_config.green_size, this->gl_config.blue_size);
|
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
SDL_dx5yuv.c | 139 fprintf(stderr, "Code %d: 0x%x\n", i, PrintFOURCC(codes[i])); 144 fprintf(stderr, "No FOURCC codes supported\n");
|
/external/qemu/hw/ |
armv7m.c | 177 fprintf(stderr, "Unable to find CPU definition\n"); 217 fprintf(stderr, "qemu: could not load kernel '%s'\n",
|
/external/quake/quake/src/QW/client/ |
sys_android.c | 69 fprintf(stderr, "%s", text); 156 fprintf(stderr, "Error: %s\n", string); 172 fprintf(stderr, "Warning: %s", string);
|
sys_linux.c | 66 fprintf(stderr, "%s", text);
152 fprintf(stderr, "Error: %s\n", string);
167 fprintf(stderr, "Warning: %s", string);
419 // fprintf(stderr, "writable code %lx(%lx)-%lx, length=%lx\n", startaddr,
|
/external/quake/quake/src/WinQuake/ |
sys_linux.cpp | 48 fprintf(stderr, "%s", text); 150 fprintf(stderr, "Error: %s\n", string); 165 fprintf(stderr, "Warning: %s", string); 448 // fprintf(stderr, "writable code %lx(%lx)-%lx, length=%lx\n", startaddr,
|
/external/speex/libspeex/ |
_kiss_fft_guts.h | 58 fprintf(stderr,"WARNING:overflow @ " __FILE__ "(%d): (%d " #op" %d) = %ld\n",__LINE__,(a),(b),(SAMPPROD)(a) op (SAMPPROD)(b) ); } 160 fprintf(stderr,"%g + %gi\n",(double)((c)->r),(double)((c)->i) )
|
/external/valgrind/main/tests/ |
s390x_features.c | 257 fprintf(stderr, "invalid cpu specification '%s'\n", cpu); 292 fprintf( stderr, "usage: s390x_features <feature> [<machine-model>]\n" );
|
/external/webkit/Source/WebCore/bridge/jni/ |
JNIUtility.h | 203 fprintf(stderr, "\n"); 245 fprintf(stderr, "\n");
|
/external/webkit/Source/WebCore/platform/text/ |
TextEncodingRegistry.cpp | 378 fprintf(stderr, "Dumping %u entries in WebCore::textEncodingNameMap...\n", size); 385 fprintf(stderr, "'%s' => '%s'\n", it->first, it->second);
|
/external/webkit/Source/WebCore/wml/ |
WMLPageState.cpp | 56 fprintf(stderr, "Dumping WMLPageState (this=%p) associated with Page (page=%p)...\n", this, m_page); 58 fprintf(stderr, "\t-> name: '%s'\tvalue: '%s'\n", (*it).first.latin1().data(), (*it).second.latin1().data());
|
/external/webkit/Tools/DumpRenderTree/cg/ |
ImageDiffCG.cpp | 242 fprintf(stdout, "diff: %01.2f%% failed\n", difference); 244 fprintf(stdout, "diff: %01.2f%% passed\n", difference);
|
/external/webkit/Tools/DumpRenderTree/qt/ |
DumpRenderTreeQt.cpp | 224 fprintf(stdout, "ALERT: %s\n", message.toUtf8().constData()); 302 fprintf (stdout, "CONSOLE MESSAGE: line %d: %s\n", lineNumber, newMessage.toUtf8().constData()); 310 fprintf(stdout, "CONFIRM: %s\n", msg.toUtf8().constData()); 319 fprintf(stdout, "PROMPT: %s, default text: %s\n", msg.toUtf8().constData(), defaultValue.toUtf8().constData()); 354 fprintf(stdout, "Policy delegate: attempt to load %s with navigation type '%s'\n", 941 fprintf(stdout, "Source:\n\n%s\n", markup.toUtf8().constData()); 957 fprintf(stdout, "Content-Type: text/plain\n"); 958 fprintf(stdout, "%s", resultString.toUtf8().constData()); 961 fprintf(stdout, "%s", dumpBackForwardList(webPage()).toUtf8().constData()); 964 fprintf(stdout, "%s", dumpBackForwardList(page).toUtf8().constData()) [all...] |
/external/webkit/Tools/DumpRenderTree/win/ |
ImageDiffCairo.cpp | 246 fprintf(stdout, "diff: %01.2f%% failed\n", difference); 248 fprintf(stdout, "diff: %01.2f%% passed\n", difference);
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
alloca.c | 448 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl); 469 fprintf (stderr, "%011o %011o\n", pseg, size);
|
/external/zlib/contrib/blast/ |
blast.c | 434 if (ret != 0) fprintf(stderr, "blast error: %d\n", ret); 439 if (n) fprintf(stderr, "blast warning: %d unused bytes of input\n", n);
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerDriver.cpp | 315 fprintf(out, " NuPlayer\n"); 316 fprintf(out, " numFramesTotal(%lld), numFramesDropped(%lld), "
|