Searched refs:teardown (Results 1 - 25 of 58) sorted by relevance

123

/external/glide/library/src/main/java/com/bumptech/glide/load/model/
H A DModelLoaderFactory.java26 public void teardown(); method in interface:ModelLoaderFactory
/external/chromium_org/third_party/polymer/components-chromium/core-transition/
H A Dcore-transition-extracted.js30 * @method teardown
33 teardown: function(node) {
H A Dcore-transition-css-extracted.js83 teardown: function(node) {
/external/chromium-trace/trace-viewer/src/base/unittest/
H A Dassertions_test.js29 teardown(function() {
/external/chromium-trace/trace-viewer/src/ui/
H A Dfilter_control_test.js16 teardown(function() {
/external/chromium_org/third_party/libwebp/dec/
H A Ddecode_vp8.h33 // /* 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/webp/src/dec/
H A Ddecode_vp8.h33 // /* 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/chromium_org/third_party/WebKit/Tools/qunit/test/
H A Dtest.js1 test("module without setup/teardown (default)", function() {
33 module("setup/teardown test", {
38 teardown: function() {
43 test("module with setup/teardown", function() {
48 module("setup/teardown test 2");
50 test("module without setup/teardown", function() {
58 module("teardown and stop", {
59 teardown: function() {
60 equal(state, "done", "Test teardown.");
64 test("teardown mus
[all...]
/external/expat/tests/
H A Dminicheck.c49 tcase_teardown_function teardown)
53 tc->teardown = teardown;
138 /* teardown */
139 if (tc->teardown != NULL) {
144 tc->teardown();
47 tcase_add_checked_fixture(TCase *tc, tcase_setup_function setup, tcase_teardown_function teardown) argument
H A Dminicheck.h58 tcase_teardown_function teardown; member in struct:TCase
/external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/
H A DStreamUrlLoader.java22 public void teardown() { } method in class:StreamUrlLoader.Factory
H A DStreamFileLoader.java26 public void teardown() { } method in class:StreamFileLoader.Factory
H A DStreamResourceLoader.java26 public void teardown() { } method in class:StreamResourceLoader.Factory
H A DStreamStringLoader.java26 public void teardown() { } method in class:StreamStringLoader.Factory
H A DStreamUriLoader.java31 public void teardown() { } method in class:StreamUriLoader.Factory
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/
H A Ddromaeorunner.js30 DRT.teardown(event.data);
46 teardown: function(data) {
44 teardown: function(data) { method
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dbitvect_test.c147 void (*teardown)(void))
153 if (teardown)
154 teardown();
146 runtest_(const char *testname, int (*testfunc)(void), void (*setup)(void), void (*teardown)(void)) argument
/external/glide/library/src/main/java/com/bumptech/glide/load/model/file_descriptor/
H A DFileDescriptorFileLoader.java27 public void teardown() { method in class:FileDescriptorFileLoader.Factory
H A DFileDescriptorResourceLoader.java27 public void teardown() { } method in class:FileDescriptorResourceLoader.Factory
H A DFileDescriptorStringLoader.java27 public void teardown() { } method in class:FileDescriptorStringLoader.Factory
H A DFileDescriptorUriLoader.java28 public void teardown() { } method in class:FileDescriptorUriLoader.Factory
/external/glide/library/src/main/java/com/bumptech/glide/volley/
H A DVolleyUrlLoader.java41 public void teardown() { } method in class:VolleyUrlLoader.Factory
/external/chromium_org/remoting/webapp/unittests/
H A Dl10n_unittest.js13 teardown: function() {
H A Dmenu_button_unittest.js29 teardown: function() {
/external/cmockery/cmockery_0_1_2/src/google/
H A Dcmockery.h208 #define unit_test_teardown(test, teardown) \
209 { #test "_" #teardown, teardown, UNIT_TEST_FUNCTION_TYPE_TEARDOWN }
212 * and a teardown function. Either setup or teardown can be NULL.
214 #define unit_test_setup_teardown(test, setup, teardown) \
217 unit_test_teardown(test, teardown)
280 // Function prototype for setup, test and teardown functions.
294 * NOTE: Every setup function must be paired with a teardown function. It's

Completed in 1606 milliseconds

123