/external/qemu/ |
qerror.c | 235 fprintf(stderr, "qerror: bad call in function '%s':\n", qerr->func); 236 fprintf(stderr, "qerror: -> "); 242 fprintf(stderr, "\nqerror: call at %s:%d\n", qerr->file, qerr->linenr);
|
cpus.c | 45 fprintf(stderr, "qemu: hardware error: "); 47 fprintf(stderr, "\n"); 49 fprintf(stderr, "CPU #%d:\n", env->cpu_index); 51 cpu_dump_state(env, stderr, fprintf, X86_DUMP_FPU); 53 cpu_dump_state(env, stderr, fprintf, 0);
|
/external/v8/preparser/ |
preparser-process.cc | 74 fprintf(stderr, "Invalid pushback: '%c' at offset %d.", ch, offset_); 88 fprintf(stderr, "Non-ASCII character in input: '%c'.", next_char); 206 fprintf(stderr, "LOG: data size: %u\n", size);
|
/external/webkit/Source/JavaScriptCore/wtf/ |
Assertions.cpp | 240 fprintf(stderr, "%-3d %s\n", i, demangledName); 243 fprintf(stderr, "%-3d %s\n", i, mangledName); 245 fprintf(stderr, "%-3d %p\n", i, pointer);
|
/external/webkit/Source/WebCore/rendering/ |
CounterNode.cpp | 308 fprintf(stderr, "%c", (current == node) ? '*' : ' '); 310 fprintf(stderr, " "); 311 fprintf(stderr, "%p %s: %d %d P:%p PS:%p NS:%p R:%p\n",
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
DumpRenderTree.cpp | 184 fprintf(stderr, "Unknown option: %s\n", argv[i]); 189 fprintf(stderr, "--pixel-tests with --test-shell requires a file name.\n"); 193 fprintf(stderr, "--stress-opt and --stress-deopt are mutually exclusive.\n");
|
/frameworks/base/cmds/servicemanager/ |
service_manager.c | 14 #define ALOGI(x...) fprintf(stderr, "svcmgr: " x) 15 #define ALOGE(x...) fprintf(stderr, "svcmgr: " x) 226 fprintf(stderr,"invalid id %s\n", str8(s));
|
/hardware/qcom/media/mm-video/vidc/venc/test/ |
venc_test.cpp | 90 #define D(fmt, ...) fprintf(stderr, "venc_test Debug %s::%d "fmt"\n", \ 95 #define E(fmt, ...) fprintf(stderr, "venc_test Error %s::%d "fmt"\n", \ [all...] |
/hardware/ril/rild/ |
rild.c | 44 fprintf(stderr, "Usage: %s -l <ril impl library> [-- <args for impl library>]\n", argv0); 248 fprintf(stderr, "dlopen failed: %s\n", dlerror()); 257 fprintf(stderr, "RIL_Init not defined or exported in %s\n", rilLibPath);
|
/ndk/sources/android/libthread_db/gdb-6.6/ |
libthread_db.c | 18 # define D(...) fprintf(stderr, "libthread_db:%s: ", __FUNCTION__), fprintf(stderr, __VA_ARGS__) 183 fprintf(stderr, "Thread debugging is unsupported on this Android platform!\n");
|
/system/core/adb/ |
adb.h | 380 fprintf(stderr, "%s::%s():", \ 383 fprintf(stderr, __VA_ARGS__ ); \ 395 fprintf(stderr, __VA_ARGS__ ); \
|
/system/core/libnl_2/genl/ |
genl.c | 186 fprintf(stderr, "Receive message error\n"); 189 fprintf(stderr, "Receive data partly lost\n"); 280 fprintf(stderr, \
|
/system/core/toolbox/ |
lsof.c | 193 fprintf(stderr, "Couldn't read %s\n", info.path); 202 fprintf(stderr, "Error reading cmdline: %s: %s\n", info.path, strerror(errno)); 235 fprintf(stderr, "Couldn't open /proc\n");
|
/system/extras/tests/bionic/libc/common/ |
test_cpu_set.c | 42 fprintf(stderr, "Assertion failure:%s:%d: '%s' returned %d (%d expected)\n", \ 50 fprintf(stderr,"Assertion failure:%s:%d: %s is not TRUE\n",\ 59 fprintf(stderr,"Assertion failure:%s:%d: %s is not FALSE\n",\
|
/external/libxml2/ |
xpath.c | 883 fprintf(output, "%s", shift); 884 fprintf(output, "Node is NULL !\n"); 891 fprintf(output, "%s", shift); 892 fprintf(output, " /\n"); 908 fprintf(output, "%s", shift); 909 fprintf(output, "Node is NULL !\n"); 931 fprintf(output, "%s", shift); 932 fprintf(output, "NodeSet is NULL !\n"); 938 fprintf(output, "Set contains %d nodes:\n", cur->nodeNr); 940 fprintf(output, "%s", shift) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
WBAmrDecTest.c | 89 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) 95 #define APP_MEMPRINT(...) fprintf(stderr,__VA_ARGS__) 782 fprintf(stderr, "Error: failed to open the file %s for readonly\ 789 fprintf(stderr, "Error: failed to create the output file \n"); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/ |
WmaDecTest.c | 94 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) 100 #define TIME_PRINT(...) fprintf(stderr,__VA_ARGS__) 101 #define TICK_PRINT(...) fprintf(stderr,__VA_ARGS__) 103 #define TIME_PRINT(...) if(frameMode)fprintf(stderr,__VA_ARGS__) 104 #define TICK_PRINT(...) if(frameMode)fprintf(stderr,__VA_ARGS__) 123 #define APP_MEMPRINT(...) fprintf(stderr,__VA_ARGS__) 735 fprintf(stderr, "Error: failed to open the file %s for readonly\ 741 fprintf(stderr, "Error: failed to create the output file \n"); 824 fprintf(stderr, "Error: failed to open the file %s for readonly access\n", argv[1]); 876 fprintf(stderr, "Error: failed to open the file %s for readonly access\n", argv[1]) [all...] |
/external/regex-re2/re2/ |
dfa.cc | 417 fprintf(stderr, "\nkind %d\n%s\n", (int)kind_, prog_->DumpUnanchored().c_str()); 591 fprintf(stderr, "WorkqToCachedState %s [%#x]", DumpWorkq(q).c_str(), flag); 617 fprintf(stderr, " -> FullMatchState\n"); 678 fprintf(stderr, " -> DeadState\n"); 719 fprintf(stderr, " -cached-> %s\n", DumpState(*it).c_str()); 746 fprintf(stderr, " -> %s\n", DumpState(s).c_str()); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
G729DecTest.c | 211 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) 217 #define DPRINT(...) fprintf(stderr,__VA_ARGS__) 223 #define APP_MEMPRINT(...) fprintf(stderr,__VA_ARGS__) 653 fprintf(stderr, "Error: failed to open the file %s for readonly\ 663 fprintf(stderr, "Error: failed to create the output file \n"); [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.c | 55 #define PRINT(str,args...) fprintf(stdout,"[%s] %s():%d: *** "str"",__FILE__,__FUNCTION__,__LINE__,##args) 544 fprintf (stderr, " : Error \n"); 749 fprintf(stderr, "Error:Fill Data Pipe failed to open\n"); 756 fprintf(stderr, "Error:Empty Data Pipe failed to open\n"); 763 fprintf(stderr, "Error:Empty Data Pipe failed to open\n"); 831 fprintf (stderr,"Error in Get Handle function\n"); [all...] |
/dalvik/vm/compiler/ |
Frontend.cpp | 669 fprintf(file, "digraph G {\n"); 671 fprintf(file, " rankdir=TB\n"); 683 fprintf(file, " entry [shape=Mdiamond];\n"); 685 fprintf(file, " exit [shape=Mdiamond];\n"); 687 fprintf(file, " block%04x [shape=record,label = \"{ \\\n", 690 fprintf(file, " {block id %d\\l}%s\\\n", bb->id, 693 fprintf(file, " {%04x %s\\l}%s\\\n", mir->offset, 699 fprintf(file, " }\"];\n\n"); 704 fprintf(file, " %s [shape=invhouse];\n", blockName); 712 fprintf(file, " %s:s -> %s:n [style=dotted]\n" [all...] |
/external/dbus/dbus/ |
dbus-internals.c | 230 fprintf(stderr, "DBUS_FATAL_WARNINGS should be set to 0 or 1 if set, not '%s'", 243 * fprintf(stderr). _dbus_warn_check_failed() on the other hand is 289 fprintf (stderr, "process %lu: ", _dbus_pid_for_log ()); 441 fprintf (stderr, "%lu: 0x%lx: ", _dbus_pid_for_log (), pthread_self ()); 443 fprintf (stderr, "%lu: ", _dbus_pid_for_log ()); 469 fprintf (stderr, "[%s(%d):%s] ",_dbus_file_path_extract_elements_from_tail(file,2),line,function);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_audiocvt.c | 36 fprintf(stderr, "Converting to mono\n"); 143 fprintf(stderr, "Converting down to stereo\n"); 259 fprintf(stderr, "Converting 6 down to quad\n"); 373 fprintf(stderr, "Converting to stereo\n"); 411 fprintf(stderr, "Converting stereo to surround\n"); 588 fprintf(stderr, "Converting stereo to quad\n"); 742 fprintf(stderr, "Converting to 16-bit LSB\n"); 765 fprintf(stderr, "Converting to 16-bit MSB\n"); 789 fprintf(stderr, "Converting to 8-bit\n"); 815 fprintf(stderr, "Converting audio signedness\n") [all...] |
/external/qemu/telephony/ |
android_modem.c | 49 # define D(...) do { if (D_ACTIVE) fprintf( stderr, __VA_ARGS__ ); } while (0) 50 # define R(...) do { if (R_ACTIVE) fprintf( stderr, __VA_ARGS__ ); } while (0) 1012 fprintf(stderr, ">>> unknown command '%s'\n", cmd ); [all...] |
/external/quake/quake/src/WinQuake/ |
snd_android.cpp | 46 fprintf(stdout, "%u SL failure, exiting\n", res); 50 //fprintf(stdout, "%d SL success, proceeding...\n", res); 70 //fprintf(stdout, "BufferQueueCallback called\n"); 72 //fprintf(stdout, " pContext=%p\n", pContext); 79 //fprintf(stdout, "callback: before enqueue\n"); 86 //fprintf(stdout, "end of BufferQueueCallback()\n"); 189 fprintf(stdout, "bufferQueue example: after CreateAudioPlayer\n"); 193 fprintf(stdout, "bufferQueue example: after Realize\n"); 198 fprintf(stdout, "bufferQueue example: after GetInterface(PLAY)\n"); 229 fprintf(stdout, "bufferQueue example: starting to play\n") [all...] |