/external/qemu/distrib/sdl-1.2.15/src/audio/mint/ |
SDL_mintaudio_dma8.c | 50 #define DEBUG_NAME "audio:dma8: " 87 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n")); 103 DEBUG_PRINT((DEBUG_NAME "no 8 bits sound\n")); 110 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n")); 117 DEBUG_PRINT((DEBUG_NAME "8 bits audio available!\n")); 176 DEBUG_PRINT((DEBUG_NAME "closeaudio: replay stopped\n")); 181 DEBUG_PRINT((DEBUG_NAME "closeaudio: interrupt disabled\n")); 187 DEBUG_PRINT((DEBUG_NAME "closeaudio: no more interrupt running\n")); 195 DEBUG_PRINT((DEBUG_NAME "closeaudio: buffers freed\n")); 203 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff)) [all...] |
SDL_mintaudio_mcsn.c | 52 #define DEBUG_NAME "audio:mcsn: " 94 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n")); 110 DEBUG_PRINT((DEBUG_NAME "no 16 bits sound\n")); 116 DEBUG_PRINT((DEBUG_NAME "no MCSN audio\n")); 123 DEBUG_PRINT((DEBUG_NAME "no interrupt at end of replay\n")); 129 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n")); 135 DEBUG_PRINT((DEBUG_NAME "MCSN audio available!\n")); 222 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff)); 278 DEBUG_PRINT((DEBUG_NAME "freq %d: %lu Hz, clock %lu, prediv %d\n", 288 DEBUG_PRINT((DEBUG_NAME "obtained: %d bits, ",spec->format & 0x00ff)) [all...] |
SDL_mintaudio_xbios.c | 54 #define DEBUG_NAME "audio:xbios: " 96 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n")); 107 DEBUG_PRINT((DEBUG_NAME "no 16 bits sound\n")); 113 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n")); 119 DEBUG_PRINT((DEBUG_NAME "XBIOS audio available!\n")); 279 DEBUG_PRINT((DEBUG_NAME "Not enough memory for the measure\n")); 306 DEBUG_PRINT((DEBUG_NAME "measure %d: freq=%lu KHz\n", i+1, khz)); 318 DEBUG_PRINT((DEBUG_NAME "No measure\n")); 321 DEBUG_PRINT((DEBUG_NAME "No SDMA clock\n")); 335 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff)) [all...] |
SDL_mintaudio_gsxb.c | 50 #define DEBUG_NAME "audio:gsxb: " 87 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n")); 98 DEBUG_PRINT((DEBUG_NAME "no 16 bits sound\n")); 107 DEBUG_PRINT((DEBUG_NAME "no GSXB audio\n")); 113 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n")); 119 DEBUG_PRINT((DEBUG_NAME "GSXB audio available!\n")); 183 DEBUG_PRINT((DEBUG_NAME "NSetinterrupt() failed in close\n")); 211 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff)); 301 DEBUG_PRINT((DEBUG_NAME "freq %d: %lu Hz, clock %lu, prediv %d\n", 311 DEBUG_PRINT((DEBUG_NAME "obtained: %d bits, ",spec->format & 0x00ff)) [all...] |
SDL_mintaudio_stfa.c | 51 #define DEBUG_NAME "audio:stfa: " 93 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n")); 109 DEBUG_PRINT((DEBUG_NAME "no STFA audio\n")); 116 DEBUG_PRINT((DEBUG_NAME "STFA audio available!\n")); 205 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff)); 223 DEBUG_PRINT((DEBUG_NAME "freq %d: %lu Hz, clock %lu, prediv %d\n", 233 DEBUG_PRINT((DEBUG_NAME "obtained: %d bits, ",spec->format & 0x00ff)); 289 DEBUG_PRINT((DEBUG_NAME "hardware initialized\n")); 304 DEBUG_PRINT((DEBUG_NAME "buffer size=%d\n", spec->size)); 317 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", SDL_MintAudio_audiobuf[0])) [all...] |
/external/chromium_org/webkit/common/gpu/ |
context_provider_in_process.cc | 43 const std::string& debug_name) { 46 return new ContextProviderInProcess(context3d.Pass(), debug_name); 66 const std::string& debug_name) 69 debug_name_(debug_name) {
|
context_provider_in_process.h | 27 const std::string& debug_name); 52 const std::string& debug_name);
|
/external/chromium_org/content/common/gpu/client/ |
context_provider_command_buffer.h | 31 const std::string& debug_name); 57 const std::string& debug_name);
|
context_provider_command_buffer.cc | 41 const std::string& debug_name) { 45 return new ContextProviderCommandBuffer(context3d.Pass(), debug_name); 50 const std::string& debug_name) 52 debug_name_(debug_name),
|
/external/kernel-headers/original/linux/ |
android_power.h | 54 //android_suspend_lock_t *android_allocate_suspend_lock(const char *debug_name);
|
/external/chromium_org/v8/src/ |
codegen.cc | 84 PrintF("%s", *info->function()->debug_name()->ToCString()); 165 *function->debug_name()->ToCString(), tracing_scope.file()); 180 code->Disassemble(*function->debug_name()->ToCString(),
|
compiler.cc | 461 Handle<String> name = info()->function()->debug_name(); [all...] |
lithium-allocator.cc | [all...] |
ast.h | 2304 Handle<String> debug_name() const { function in class:v8::internal::V8_FINAL [all...] |
hydrogen-instructions.cc | [all...] |
/external/v8/src/ |
codegen.cc | 141 *function->debug_name()->ToCString()); 147 code->Disassemble(*function->debug_name()->ToCString());
|
compiler.cc | 246 Handle<String> name = info->function()->debug_name();
|
ast.h | 2061 Handle<String> debug_name() const { function in class:v8::internal::FunctionLiteral [all...] |
hydrogen-instructions.cc | [all...] |
lithium-allocator.cc | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/ |
sctpdataengine.h | 179 void set_debug_name(const std::string& debug_name) { 180 debug_name_ = debug_name; 182 const std::string& debug_name() const { return debug_name_; } function in class:cricket::SctpDataMediaChannel
|
/external/chromium_org/cc/layers/ |
layer_impl.h | 277 void SetDebugName(const std::string& debug_name) { debug_name_ = debug_name; } 278 std::string debug_name() const { return debug_name_; } function in class:cc::LayerImpl
|
render_surface_impl.cc | 59 owning_layer_->debug_name().data());
|
layer_impl.cc | [all...] |
/external/v8/src/x64/ |
full-codegen-x64.cc | 133 *info->function()->debug_name()->ToCString()); [all...] |