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

  /external/expat/tests/
minicheck.c 49 tcase_teardown_function teardown)
53 tc->teardown = teardown;
138 /* teardown */
139 if (tc->teardown != NULL) {
144 tc->teardown();
minicheck.h 57 tcase_teardown_function teardown; member in struct:TCase
  /external/webkit/WebCore/svg/graphics/
SVGPaintServerPattern.h 68 virtual void teardown(GraphicsContext*&, const RenderObject*, SVGPaintTargetType, bool isPaintingText) const;
SVGPaintServer.h 71 virtual void teardown(GraphicsContext*&, const RenderObject*, SVGPaintTargetType, bool isPaintingText = false) const;
SVGPaintServerGradient.h 70 virtual void teardown(GraphicsContext*&, const RenderObject*, SVGPaintTargetType, bool isPaintingText) const;
SVGPaintServer.cpp 178 teardown(context, path, type);
193 void SVGPaintServer::teardown(GraphicsContext*& context, const RenderObject*, SVGPaintTargetType, bool) const function in class:WebCore::SVGPaintServer
205 void SVGPaintServer::teardown(GraphicsContext*&, const RenderObject*, SVGPaintTargetType, bool) const function in class:WebCore::SVGPaintServer
SVGPaintServerPattern.cpp 174 void SVGPaintServerPattern::teardown(GraphicsContext*& context, const RenderObject*, SVGPaintTargetType, bool) const function in class:WebCore::SVGPaintServerPattern
SVGPaintServerGradient.cpp 227 // teardown, so we don't apply it here. For non-CG platforms, we
252 void SVGPaintServerGradient::teardown(GraphicsContext*& context, const RenderObject* object, SVGPaintTargetType, bool isPaintingText) const function in class:WebCore::SVGPaintServerGradient
255 // renderPath() is not used when painting text, so we paint the gradient during teardown()
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 310 mNetTrackers[netType].teardown(); method
392 teardown(mNetTrackers[t]);
397 private boolean teardown(NetworkStateTracker netTracker) { method in class:ConnectivityService
398 if (netTracker.teardown()) {
722 if (DBG) Slog.d(TAG, "Doing network teardown");
724 tracker.teardown();
819 nt.teardown();
    [all...]
  /frameworks/base/core/java/android/net/
NetworkStateTracker.java 344 * @return {@code true} if a teardown occurred, {@code false} if the
345 * teardown did not occur.
347 public abstract boolean teardown(); method in class:NetworkStateTracker
350 * Reenable connectivity to a network after a {@link #teardown()}.
MobileDataStateTracker.java 322 public boolean teardown() { method in class:MobileDataStateTracker
333 * Re-enable mobile data connectivity after a {@link #teardown()}.
  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 547 public void teardown() { method in class:HTML5VideoViewProxy
  /external/webkit/WebCore/svg/
SVGFont.cpp 548 activePaintServer->teardown(context, run.referencingRenderObject(), targetType);
  /external/webkit/WebCore/rendering/
SVGRootInlineBox.cpp 378 m_fillPaintServer->teardown(m_paintInfo.context, m_fillPaintServerObject, ApplyToFillTargetType, true);
389 m_strokePaintServer->teardown(m_paintInfo.context, m_strokePaintServerObject, ApplyToStrokeTargetType, true);
503 // If we're both stroked & filled, teardown fill paint server before stroking.
530 // If we're both stroked & filled, teardown fill paint server before stroking.
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 459 * supplicant daemon and there is at least one enabled network. If a teardown
462 * for any reason other than a teardown request, Wi-Fi is considered
1449 public boolean teardown() { method in class:WifiStateTracker
    [all...]

Completed in 289 milliseconds