HomeSort by relevance Sort by last modified time
    Searched refs:cleanup (Results 101 - 125 of 514) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
clear-watch-invalid-id-crash.js 1 description("Tests for a crash when clearWatch() is called with a zero ID.<br><br>We call clearWatch() with a request in progress then navigate the page. This accesses the watchers map during cleanup and triggers the crash. This page should not be visible when the test completes.");
  /external/webkit/Source/WebKit/qt/tests/benchmarks/painting/
tst_painting.cpp 58 void cleanup();
80 void tst_Painting::cleanup() function in class:tst_Painting
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
ContactsDumpActivity.java 77 cleanup(); method
86 private void cleanup() { method in class:ContactsDumpActivity
  /external/bluetooth/bluedroid/hci/include/
bt_vendor_lib.h 306 void (*cleanup)(void); member in struct:__anon2495
  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 152 ALOGW("init has been called repeatedly without calling cleanup ?");
292 static void cleanup( void ) function
294 BTHCDBG("cleanup");
305 p_hci_if->cleanup();
310 bt_vnd_if->cleanup();
326 cleanup
  /external/e2fsprogs/lib/ext2fs/
inode_io.c 138 goto cleanup;
145 goto cleanup;
160 goto cleanup;
165 cleanup:
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
Filter.java 192 public void cleanup(Renderer r) { method in class:Filter.Pass
230 // cleanup(renderManager.getRenderer());
237 * cleanup this filter
240 protected final void cleanup(Renderer r) { method in class:Filter
243 defaultPass.cleanup(r);
248 pass.cleanup(r);
267 * override this method if you have some cleanup to do
PreDepthProcessor.java 96 public void cleanup() { method in class:PreDepthProcessor
  /external/libxml2/include/libxml/
uri.h 43 int cleanup; /* parsing potentially unclean URI */ member in struct:_xmlURI
  /external/openssh/
md-sha256.c 78 ssh_sha256.cleanup = ssh_sha256_cleanup;
  /external/openssl/crypto/evp/
digest.c 274 if (ctx->digest->cleanup)
276 ctx->digest->cleanup(ctx);
379 if (ctx->digest && ctx->digest->cleanup
381 ctx->digest->cleanup(ctx);
  /external/openssl/crypto/rand/
rand.h 85 void (*cleanup)(void); member in struct:rand_meth_st
  /external/openssl/include/openssl/
rand.h 85 void (*cleanup)(void); member in struct:rand_meth_st
  /external/qemu/distrib/sdl-1.2.15/test/
testfile.c 25 static void cleanup( void ) { function
37 cleanup();
50 cleanup();
180 cleanup();
  /external/webkit/Source/WebCore/fileapi/
FileReaderLoader.cpp 111 cleanup();
115 void FileReaderLoader::cleanup() function in class:WebCore::FileReaderLoader
185 cleanup();
202 cleanup();
FileReaderLoader.h 85 void cleanup();
  /external/webkit/Source/WebCore/platform/audio/
FFTFrame.h 66 static void cleanup();
  /external/webkit/Source/WebCore/svg/
SVGPathByteStreamBuilder.h 41 virtual void cleanup() { m_byteStream = 0; } function in class:WebCore::SVGPathByteStreamBuilder
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCache.h 38 // This class is not generally threadsafe. However, get() and cleanup() are
43 static void cleanup(bool isPrivateBrowsing);
  /frameworks/native/services/sensorservice/
BatteryService.h 64 static void cleanup(uid_t uid) { function in class:android::BatteryService
  /hardware/libhardware/include/hardware/
bt_hl.h 116 void (*cleanup)(void); member in struct:__anon19143
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
JniCallbacks.java 36 void cleanup() { method in class:JniCallbacks
  /build/tools/atree/
files.cpp 195 goto cleanup;
203 goto cleanup;
213 goto cleanup;
221 goto cleanup;
228 goto cleanup;
291 goto cleanup;
319 cleanup:
  /external/valgrind/main/tests/
vg_regtest.in 73 # - cleanup: <post-test cleanup cmd> (default: none)
146 my $cleanup; # cleanup command to run
245 ($prereq, $post, $cleanup) = (undef, undef, undef);
293 } elsif ($line =~ /^\s*cleanup:\s*(.*)$/) {
294 $cleanup = $1;
503 if (defined $cleanup) {
504 (system("$cleanup") == 0) or
505 print("(cleanup operation failed: $cleanup)\n")
    [all...]
  /external/checkpolicy/
module_compiler.c 764 goto cleanup;
774 goto cleanup;
780 goto cleanup;
786 goto cleanup;
792 goto cleanup;
830 goto cleanup;
836 goto cleanup;
846 goto cleanup;
853 goto cleanup;
861 cleanup
    [all...]

Completed in 3389 milliseconds

1 2 3 45 6 7 8 91011>>