HomeSort by relevance Sort by last modified time
    Searched full:debug_name (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.h 29 : debug_name(),
37 EstimatorConfig(std::string debug_name,
42 : debug_name(debug_name),
50 EstimatorConfig(std::string debug_name,
56 : debug_name(debug_name),
64 EstimatorConfig(std::string debug_name,
69 : debug_name(debug_name),
77 std::string debug_name; member in struct:webrtc::testing::bwe::BweTestConfig::EstimatorConfig
    [all...]
bwe_test.cc 33 : debug_name_(config.debug_name),
  /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/content/common/gpu/client/
context_provider_command_buffer.h 32 const std::string& debug_name);
58 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/chromium_org/webkit/common/gpu/
context_provider_in_process.h 27 const std::string& debug_name);
53 const std::string& debug_name);
context_provider_in_process.cc 43 const std::string& debug_name) {
46 return new ContextProviderInProcess(context3d.Pass(), debug_name);
68 const std::string& debug_name)
71 debug_name_(debug_name) {
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_factory_impl.h 44 const std::string& debug_name) OVERRIDE;
synchronous_compositor_factory_impl.cc 195 const std::string& debug_name) {
199 WrapContext(context.Pass()), debug_name);
  /external/chromium_org/content/renderer/android/
synchronous_compositor_factory.h 58 const std::string& debug_name) = 0;
  /external/chromium_org/v8/src/
codegen.cc 120 PrintF("%s", info->function()->debug_name()->ToCString().get());
203 function->debug_name()->ToCString().get(), os);
217 code->Disassemble(function->debug_name()->ToCString().get(), os);
compiler.cc 416 Handle<String> name = info()->function()->debug_name();
    [all...]
lithium-allocator.cc     [all...]
ast.h 2363 Handle<String> debug_name() const { function in class:v8::internal::FINAL
    [all...]
hydrogen-instructions.cc     [all...]
objects.cc 1433 SmartArrayPointer<char> debug_name = local
    [all...]
  /external/chromium_org/v8/src/compiler/
linkage.h 62 const char* debug_name = "")
72 debug_name_(debug_name) {
127 const char* debug_name() const { return debug_name_; } function in class:v8::internal::compiler::FINAL
pipeline.cc 171 << info()->function()->debug_name()->ToCString().get()
323 << info()->function()->debug_name()->ToCString().get()
linkage.cc 36 return os << d.kind() << ":" << d.debug_name() << ":r" << d.ReturnCount()
register-allocator.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.h 188 void set_debug_name(const std::string& debug_name) {
189 debug_name_ = debug_name;
191 const std::string& debug_name() const { return debug_name_; } function in class:cricket::SctpDataMediaChannel

Completed in 4987 milliseconds

1 2