HomeSort by relevance Sort by last modified time
    Searched refs:teardown (Results 1 - 17 of 17) 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/core/java/android/webkit/
HTML5Audio.java 210 private void teardown() { method in class:HTML5Audio
HTML5VideoViewProxy.java 571 public void teardown() { method in class:HTML5VideoViewProxy
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 385 mNetTrackers[netType].teardown(); method
396 mNetTrackers[netType].teardown(); method
575 teardown(mNetTrackers[t]);
580 private boolean teardown(NetworkStateTracker netTracker) { method in class:ConnectivityService
581 if (netTracker.teardown()) {
1010 mNetTrackers[ConnectivityManager.TYPE_WIMAX].teardown(); method
    [all...]
  /frameworks/base/core/java/android/net/
NetworkStateTracker.java 346 * @return {@code true} if a teardown occurred, {@code false} if the
347 * teardown did not occur.
349 public abstract boolean teardown(); method in class:NetworkStateTracker
352 * Reenable connectivity to a network after a {@link #teardown()}.
MobileDataStateTracker.java 359 public boolean teardown() { method in class:MobileDataStateTracker
370 * Re-enable mobile data connectivity after a {@link #teardown()}.
  /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...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 288 function teardown() { function
333 $this->teardown();
1732 function teardown() { function
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 521 * supplicant daemon and there is at least one enabled network. If a teardown
524 * for any reason other than a teardown request, Wi-Fi is considered
1609 public boolean teardown() { method in class:WifiStateTracker
    [all...]

Completed in 222 milliseconds