/external/chromium_org/cc/layers/ |
layer.cc | 880 layer->SetDebugName(DebugName()); 1038 std::string Layer::DebugName() { 1039 return client_ ? client_->DebugName() : std::string(); [all...] |
layer.h | 366 virtual std::string DebugName();
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderGeometryMap.cpp | 144 fprintf(stderr, " [%d] %s: offset=%d,%d", i, m_mapping[i].m_renderer->debugName().ascii().data(), m_mapping[i].m_offset.width().toInt(), m_mapping[i].m_offset.height().toInt());
|
RenderLayerCompositor.h | 197 virtual String debugName(const GraphicsLayer*) OVERRIDE;
|
CompositedLayerMapping.cpp | [all...] |
CompositedLayerMapping.h | 198 virtual String debugName(const GraphicsLayer*) OVERRIDE;
|
RenderLayer.h | 94 String debugName() const; [all...] |
RenderLayer.cpp | 170 String RenderLayer::debugName() const 173 return m_reflectionInfo->debugName(); 174 return renderer()->debugName(); [all...] |
RenderObject.h | 150 String debugName() const; [all...] |
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
UiTest.java | 85 mTests[index].debugName = RsBenchRS.createZeroTerminatedAlloc(mRS,
|
/external/v8/src/ |
compiler.cc | 816 shared->DebugName())); 820 GDBJIT(AddCode(Handle<String>(shared->DebugName()),
|
log.cc | 990 name_buffer_->AppendString(shared->DebugName()); 1005 shared->DebugName()->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); [all...] |
cpu-profiler.cc | 394 shared->DebugName(),
|
hydrogen-instructions.cc | 670 stream->Add("%o ", function()->shared()->DebugName()); 689 stream->Add("o ", target()->shared()->DebugName()); [all...] |
deoptimizer.cc | 498 PrintF("[method: %s]\n", *shared->DebugName()->ToCString()); [all...] |
frames.cc | 812 function_->shared()->DebugName()->ShortPrint(); [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readelf.c | [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsLayer.h | 92 virtual blink::WebString debugName(blink::WebLayer*) OVERRIDE;
|
/external/chromium_org/ui/compositor/ |
layer.h | 339 virtual std::string DebugName() OVERRIDE;
|
layer.cc | 665 std::string Layer::DebugName() {
|
/external/chromium_org/v8/src/ |
cpu-profiler.cc | 271 profiles_->GetFunctionName(shared->DebugName()),
|
log.cc | 218 name_buffer_->AppendString(shared->DebugName()); [all...] |
compiler.cc | [all...] |
/prebuilts/sdk/tools/linux/ |
zipalign | |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Node.h | 599 String debugName() const; [all...] |