HomeSort by relevance Sort by last modified time
    Searched refs:debugName (Results 1 - 25 of 41) sorted by null

1 2

  /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/WebKit/Source/core/rendering/
RenderLayerReflectionInfo.h 73 String debugName() const;
RenderLayerReflectionInfo.cpp 148 String RenderLayerReflectionInfo::debugName() const
150 return box().debugName() + " (reflection)";
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());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerClient.h 69 virtual String debugName(const GraphicsLayer*) = 0;
ImageLayerChromiumTest.cpp 42 virtual String debugName(const GraphicsLayer*) OVERRIDE { return String(); }
GraphicsLayerTest.cpp 52 virtual String debugName(const GraphicsLayer*) OVERRIDE { return String(); }
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...]
GraphicsLayer.h 246 String debugName(WebLayer*) const;
  /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);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
TextTest.java 51 mTests[index].debugName = RsBenchRS.createZeroTerminatedAlloc(mRS,
FillTest.java 69 mTests[index].debugName = RsBenchRS.createZeroTerminatedAlloc(mRS,
MeshTest.java 72 mTests[index].debugName = RsBenchRS.createZeroTerminatedAlloc(mRS,
TorusTest.java 101 mTests[index].debugName = RsBenchRS.createZeroTerminatedAlloc(mRS,
UiTest.java 85 mTests[index].debugName = RsBenchRS.createZeroTerminatedAlloc(mRS,
  /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);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.h 141 virtual String debugName(const GraphicsLayer*) OVERRIDE;
PinchViewport.cpp 431 String PinchViewport::debugName(const GraphicsLayer* graphicsLayer)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.h 157 virtual String debugName(const GraphicsLayer*) OVERRIDE;
CompositedLayerMapping.h 195 virtual String debugName(const GraphicsLayer*) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/web/
PageOverlay.cpp 83 virtual String debugName(const GraphicsLayer* graphicsLayer) OVERRIDE
  /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/dom/
Node.h 570 String debugName() const;
    [all...]

Completed in 329 milliseconds

1 2