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

1 2 3 4 5 6

  /external/skia/src/gpu/gl/debug/
SkDebugGLContext.cpp 16 this->teardown();
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
ModelLoaderFactory.java 30 void teardown(); method in interface:ModelLoaderFactory
  /system/connectivity/shill/test-scripts/
backchannel 33 echo " teardown <iface> [new_iface_name] Return backchannel device to normal"
66 teardown() {
92 teardown)
93 teardown "$@"
veth 10 # $ veth teardown foo
18 echo " teardown <iface> Tears down <iface>"
41 teardown () {
59 teardown)
60 teardown "$@"
  /external/dbus/test/
syntax.c 260 teardown (Fixture *f, function
272 g_test_add ("/syntax/path", Fixture, &paths, setup, test_syntax, teardown);
274 setup, test_syntax, teardown);
276 setup, test_syntax, teardown);
278 setup, test_syntax, teardown);
280 setup, test_syntax, teardown);
282 setup, test_syntax, teardown);
284 setup, test_syntax, teardown);
286 setup, test_syntax, teardown);
loopback.c 162 teardown (Fixture *f, function
194 test_connect, teardown);
196 test_message, teardown);
199 test_connect, teardown);
201 test_message, teardown);
205 test_connect, teardown);
207 test_message, teardown);
marshal.c 237 teardown (Fixture *f, function
249 g_test_add ("/demarshal/le", Fixture, le_blob, setup, test_endian, teardown);
250 g_test_add ("/demarshal/be", Fixture, be_blob, setup, test_endian, teardown);
252 teardown);
254 teardown);
  /external/dbus/test/internals/
syslog.c 85 teardown (Fixture *f, function
97 g_test_add ("/syslog", Fixture, NULL, setup, test_syslog, teardown);
  /external/tlsdate/
run-tests 18 [ -x "$1"/teardown ] && "$1"/teardown
  /hardware/qcom/display/msm8084/libvirtual/
virtual.h 47 int teardown();
  /hardware/qcom/display/msm8226/libvirtual/
virtual.h 47 int teardown();
  /external/webp/src/dec/
decode_vp8.h 33 // /* customize io's functions (setup()/put()/teardown()) if needed. */
73 // returned, teardown() will NOT be called. But if the setup succeeded
74 // and true is returned, then teardown() will always be called afterward.
79 VP8IoTeardownHook teardown; member in struct:VP8Io
119 VP8IoTeardownHook teardown,
  /external/expat/tests/
minicheck.c 49 tcase_teardown_function teardown)
53 tc->teardown = teardown;
138 /* teardown */
139 if (tc->teardown != NULL) {
144 tc->teardown();
  /external/autotest/server/cros/network/
lucid_sleep_test_base.py 35 self._dr_utils.teardown()
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/file_descriptor/
FileDescriptorStringLoader.java 30 public void teardown() { method in class:FileDescriptorStringLoader.Factory
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/
StreamByteArrayLoader.java 49 public void teardown() { method in class:StreamByteArrayLoader.Factory
StreamStringLoader.java 30 public void teardown() { method in class:StreamStringLoader.Factory
StreamUrlLoader.java 31 public void teardown() { method in class:StreamUrlLoader.Factory
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
ExecutorTestBase.java 40 public void teardown() throws Exception { method in class:ExecutorTestBase
  /external/skia/bench/
GLBench.h 35 virtual void teardown(const GrGLInterface*)=0;
  /external/testng/src/test/java/test/testng56/
ParallelTest.java 18 public void teardown() { method in class:ParallelTest
19 System.out.println(Thread.currentThread().getId() + ":teardown");
  /hardware/qcom/display/msm8084/libexternal/
external.h 49 int teardown();
  /hardware/qcom/display/msm8226/libexternal/
external.h 49 int teardown();
  /hardware/qcom/display/msm8909/libhdmi/
hdmi_stub.cpp 73 int HDMIDisplay::teardown() { function in class:qhwc::HDMIDisplay
  /external/opencv3/3rdparty/libwebp/dec/
decode_vp8.h 33 // /* customize io's functions (setup()/put()/teardown()) if needed. */
73 // returned, teardown() will NOT be called. But if the setup succeeded
74 // and true is returned, then teardown() will always be called afterward.
79 VP8IoTeardownHook teardown; member in struct:VP8Io
119 VP8IoTeardownHook teardown,

Completed in 1099 milliseconds

1 2 3 4 5 6