HomeSort by relevance Sort by last modified time
    Searched refs:fprintf (Results 1576 - 1600 of 2586) sorted by null

<<61626364656667686970>>

  /external/linux-tools-perf/
builtin-help.c 84 fprintf(stderr, "Failed to start emacsclient.\n");
97 fprintf(stderr, "Failed to parse emacsclient version.\n");
106 fprintf(stderr,
  /external/openssl/crypto/des/
read_pwd.c 373 fprintf(stderr,"\nVerifying password - %s",prompt);
384 fprintf(stderr,"\nVerify failure");
394 fprintf(stderr,"\n");
  /external/openssl/crypto/txt_db/
txt_db.c 160 fprintf(stderr,"wrong number of fields on line %ld (looking for field %d, got %d, '%s' left)\n",ln,num,n,f);
169 fprintf(stderr,"failure in sk_push\n");
181 if (er == 1) fprintf(stderr,"OPENSSL_malloc failure\n");
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/freebsd/
SDL_syscdrom.c 108 fprintf(stderr, "Duplicate drive detected: %s == %s\n", drive, SDL_cdlist[i]);
124 fprintf(stderr, "Added CD-ROM drive: %s\n", drive);
356 fprintf(stderr, "Trying to play from %d:%d:%d to %d:%d:%d\n",
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/openbsd/
SDL_syscdrom.c 113 fprintf(stderr, "Duplicate drive detected: %s == %s\n", drive, SDL_cdlist[i]);
129 fprintf(stderr, "Added CD-ROM drive: %s\n", drive);
365 fprintf(stderr, "Trying to play from %d:%d:%d to %d:%d:%d\n",
  /external/qemu/slirp-android/
debug.c 39 fprintf(dfd,"Slirp %s - Debugging Started.\n", SLIRP_VERSION);
41 fprintf(dfd,"Debugging Started level %i.\r\n",dbg);
45 fprintf(stderr, "Error: Debugging file \"%s\" could not be opened: %s\r\n",
  /external/valgrind/main/coregrind/
launcher-darwin.c 88 fprintf(stderr, "valgrind: ");
90 fprintf(stderr, "\n");
419 fprintf(stderr, "valgrind: failed to start tool '%s' for platform '%s-darwin': %s\n",
  /external/valgrind/tsan/
ts_offline.cc 282 fprintf(output, "#PC %x java %s\n", pc, str.c_str());
286 fprintf(output, "#> %s\n", str.c_str());
290 fprintf(output, "%s %x %x %lx %lx\n", kEventNames[event.type()],
  /external/webkit/Source/WebCore/bridge/jni/
JNIUtility.cpp 142 fprintf(stderr, "\n");
159 fprintf(stderr, "\n");
342 fprintf(stderr, "\n");
  /frameworks/av/cmds/stagefright/
stream.cpp 300 fprintf(stderr, "Usage: %s filename\n", argv[0]);
347 fprintf(stderr, "Failed to open file '%s'.", argv[1]);
369 fprintf(stderr, "failed to instantiate player.\n");
  /frameworks/compile/libbcc/tests/data/src/
otcc-ansi.c 449 fprintf(stderr, "otcc-ansi.c: could not open file %s\n", *(int*) e);
464 fprintf(stderr, "otcc-ansi.c: About to execute compiled code:\n");
466 fprintf(stderr, "atcc-ansi.c: result: %d\n", result);
  /frameworks/wilhelm/tests/sandbox/
multiplay.c 77 fprintf(stderr, "error %s at line %d\n", result_to_string(result), line);
103 //fprintf(stderr, "PrefetchEventCallback: received event %u, level %u, status %u\n",
131 fprintf(stderr, "unknown option: %s\n", arg);
135 fprintf(stderr, "usage: %s file.wav ...\n", argv[0]);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h 234 #define G711DEC_DPRINT(...) fprintf(stderr,__VA_ARGS__)
240 #define G711DEC_MEMPRINT(...) fprintf(stderr,__VA_ARGS__)
247 #define G711DEC_MCP_DPRINT(...) fprintf(stderr,__VA_ARGS__)
OMX_G711Decoder.h 163 #define G711DEC_DPRINT(...) fprintf(stderr,__VA_ARGS__)
169 #define G711DEC_MEMPRINT(...) fprintf(stderr,__VA_ARGS__)
176 #define G711DEC_MCP_DPRINT(...) fprintf(stderr,__VA_ARGS__)
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 80 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__)
86 #define APP_STATEPRINT(...) fprintf(stderr,__VA_ARGS__)
387 fprintf(stderr, "Error: failed to open the file %s for readonly access\n", argv[1]);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 129 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__)
135 #define APP_MEMPRINT(...) fprintf(stderr,__VA_ARGS__)
648 fprintf(stderr, "Error: failed to open the file %s for read only access\n",argv[1]);
654 fprintf(stderr, "Error: failed to create the output file %s\n",argv[2]);
    [all...]
  /system/core/fastboot/
usb_linux.c 57 #define DBG1(x...) fprintf(stderr, x)
58 #define DBG(x...) fprintf(stderr, x)
291 fprintf(stderr,"ERROR: n = %d, errno = %d (%s)\n",
  /bionic/libc/netbsd/net/
getservent_r.c 95 fprintf(stderr, "*** FIX ME! getservent_r() is going to fail!!!\n");
  /build/tools/rgb2565/
to565.c 128 fprintf(stderr,"%d pixels\n",total);
  /external/bison/src/
nullable.c 52 fprintf (out, "\t%s: %s\n", symbols[i]->tag,
  /external/blktrace/btt/
bt_timeline.c 69 fprintf(iostat_ofp, "\n");
  /external/bluetooth/glib/tests/
spawn-test-win32-gui.c 40 fprintf (stderr, "This is stderr\n");
  /external/chromium/base/debug/
trace_event.cc 164 fprintf(log_file_, "%s", msg.c_str());
  /external/chromium/testing/gtest/test/
gtest_catch_exceptions_test_.cc 295 fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program.");
  /external/chromium/third_party/libevent/
log.c 185 (void)fprintf(stderr, "[%s] %s\n", severity_str, msg);

Completed in 1178 milliseconds

<<61626364656667686970>>