HomeSort by relevance Sort by last modified time
    Searched refs:debug_name (Results 1 - 15 of 15) sorted by null

  /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/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/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
  /external/chromium_org/v8/src/
codegen.cc 120 PrintF("%s", info->function()->debug_name()->ToCString().get());
202 function->debug_name()->ToCString().get(), tracing_scope.file());
219 code->Disassemble(function->debug_name()->ToCString().get(),
compiler.cc 381 Handle<String> name = info()->function()->debug_name();
    [all...]
lithium-allocator.cc     [all...]
ast.h 2338 Handle<String> debug_name() const { function in class:v8::internal::V8_FINAL
    [all...]
parser.cc 974 SmartArrayPointer<char> name_chars = result->debug_name()->ToCString();
    [all...]
hydrogen-instructions.cc     [all...]
objects.cc 1505 SmartArrayPointer<char> debug_name = local
    [all...]
hydrogen.cc     [all...]

Completed in 409 milliseconds