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

1 2 3

  /frameworks/av/media/libstagefright/foundation/
ADebug.cpp 97 char *debugName = strdup(name);
99 for (size_t i = 0; i < NELEM(terms) && debugName != NULL; i++) {
102 char *match = strcasestr(debugName, term);
103 if (match != NULL && (match == debugName || match[-1] == '.'
106 if (match == debugName || match[-1] == '.') {
109 memmove(match, src, debugName + strlen(debugName) - src + 1);
113 return debugName;
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsOp.cpp 250 char* debugName = DEBUG_FILENAME_STRING;
251 if (debugName && debugName[0]) {
252 SkPathOpsDebug::BumpTestName(debugName);
253 SkPathOpsDebug::ShowPath(one, two, op, debugName);
  /external/skia/src/pathops/
SkPathOpsOp.cpp 250 char* debugName = DEBUG_FILENAME_STRING;
251 if (debugName && debugName[0]) {
252 SkPathOpsDebug::BumpTestName(debugName);
253 SkPathOpsDebug::ShowPath(one, two, op, debugName);
  /external/chromium_org/v8/src/compiler/
js-inlining.cc 384 function->shared()->DebugName()->ToCString();
386 info_->shared_info()->DebugName()->ToCString().get());
396 SmartArrayPointer<char> name = function->shared()->DebugName()->ToCString();
401 name.get(), info_->shared_info()->DebugName()->ToCString().get());
407 SmartArrayPointer<char> name = function->shared()->DebugName()->ToCString();
409 info_->shared_info()->DebugName()->ToCString().get());
linkage-impl.h 179 descriptor.DebugName(zone->isolate()));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerClient.h 69 virtual String debugName(const GraphicsLayer*) = 0;
GraphicsLayer.cpp 427 clone->setDebugName(debugName(layer));
555 json->setString("debugName", m_client->debugName(this));
679 String GraphicsLayer::debugName(WebLayer* webLayer) const
688 highlightDebugName = "LinkHighlight[" + String::number(i) + "] for " + m_client->debugName(this);
694 name = "ContentsLayer for " + m_client->debugName(this);
698 name = m_client->debugName(this);
    [all...]
ImageLayerChromiumTest.cpp 42 virtual String debugName(const GraphicsLayer*) OVERRIDE { return String(); }
GraphicsLayerTest.cpp 52 virtual String debugName(const GraphicsLayer*) OVERRIDE { return String(); }
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
TextTest.java 51 mTests[index].debugName = RsBenchRS.createZeroTerminatedAlloc(mRS,
rsbench.rs 48 rs_allocation debugName;
200 const char *testName = rsGetElementAt(gTestScripts[benchMode].debugName, 0);
FillTest.java 69 mTests[index].debugName = RsBenchRS.createZeroTerminatedAlloc(mRS,
MeshTest.java 72 mTests[index].debugName = RsBenchRS.createZeroTerminatedAlloc(mRS,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerReflectionInfo.cpp 148 String RenderLayerReflectionInfo::debugName() const
150 return box().debugName() + " (reflection)";
RenderLayerReflectionInfo.h 73 String debugName() const;
  /art/compiler/optimizing/
pretty_printer.h 37 PrintString(instruction->DebugName());
graph_visualizer.cc 124 output_ << instruction->DebugName();
139 output_ << instruction->DebugName();
  /external/chromium_org/v8/src/
interface-descriptors.cc 45 const char* CallInterfaceDescriptor::DebugName(Isolate* isolate) {
cpu-profiler.cc 233 tag, profiles_->GetFunctionName(shared->DebugName()),
260 tag, profiles_->GetFunctionName(shared->DebugName()),
  /system/core/liblog/
fake_log_device.c 72 char *debugName;
163 free(ls->debugName);
187 logState->debugName = strdup(pathName);
565 TRACE("%s: ignoring binary log\n", state->debugName);
571 state->debugName, count);
  /cts/tests/app/src/android/app/cts/
LaunchpadActivity.java 219 * @param debugName for the lifecycle shown in the logs
222 private void addPossibleLifecycle(String debugName, String[] lifecycle) {
223 mLifecycleNames.put(lifecycle, debugName);
  /cts/tests/tests/os/src/android/os/cts/
LaunchpadActivity.java 219 * @param debugName for the lifecycle shown in the logs
222 private void addPossibleLifecycle(String debugName, String[] lifecycle) {
223 mLifecycleNames.put(lifecycle, debugName);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.h 141 virtual String debugName(const GraphicsLayer*) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.h 157 virtual String debugName(const GraphicsLayer*) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/web/
PageOverlay.cpp 83 virtual String debugName(const GraphicsLayer* graphicsLayer) OVERRIDE

Completed in 1987 milliseconds

1 2 3