HomeSort by relevance Sort by last modified time
    Searched refs:cleanup (Results 76 - 100 of 464) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/core/com/jme3/app/
DebugKeysAppState.java 83 public void cleanup() { method in class:DebugKeysAppState
84 super.cleanup();
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestAppStateLifeCycle.java 120 public void cleanup() { method in class:TestAppStateLifeCycle.TestState
121 super.cleanup();
122 System.out.println("Cleanup");
  /external/webkit/Source/WebKit/qt/tests/benchmarks/webgl/
tst_webgl.cpp 36 void cleanup();
88 void tst_WebGlPerformance::cleanup() function in class:tst_WebGlPerformance
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 47 static inline void cleanup(int failed) function
412 cleanup(-1);
426 cleanup(-1);
448 cleanup(-1);
454 cleanup(-1);
463 cleanup(-1);
484 cleanup(-1);
490 cleanup(-1);
507 cleanup(-1);
516 cleanup(0)
    [all...]
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallHelper.java 148 cleanup(); method
164 // somehow never call cleanup().
268 cleanup(); method
297 cleanup(); method
418 // We're not done yet, though, so don't call cleanup() here.
442 cleanup(); method
458 * The exact cleanup steps are:
474 private void cleanup() { method in class:EmergencyCallHelper
475 if (DBG) log("cleanup()...");
  /external/jmonkeyengine/engine/src/core/com/jme3/app/state/
AppStateManager.java 59 * <li>cleanup() : called ONCE on the render thread at the beginning of the next update
82 * cleanup.
229 state.cleanup();
245 // Cleanup any states pending
286 * Calls cleanup on attached states, do not call directly.
288 public void cleanup(){ method in class:AppStateManager
291 state.cleanup();
  /external/kernel-headers/original/linux/
serio.h 68 void (*cleanup)(struct serio *); member in struct:serio_driver
118 if (serio->drv && serio->drv->cleanup)
119 serio->drv->cleanup(serio);
  /external/qemu/
net.h 21 NetCleanup *cleanup; member in struct:VLANClientState
60 NetCleanup *cleanup,
144 NetCleanup *cleanup,
  /external/webkit/Tools/Scripts/
parallelcl 15 sub cleanup(\@);
137 cleanup(@tmpFiles);
217 sub cleanup(\@) subroutine
  /frameworks/av/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c 555 goto cleanup;
601 if (M4NO_ERROR != err) goto cleanup;
607 if (M4NO_ERROR != err) goto cleanup;
626 if (M4NO_ERROR != err) goto cleanup;
630 cleanup:
691 goto cleanup;
722 goto cleanup;
727 goto cleanup;
779 goto cleanup;
792 goto cleanup;
    [all...]
  /frameworks/compile/slang/tests/
test.py 25 cleanup = 1 variable in class:Options
157 if Options.cleanup:
176 ' -n, --no-cleanup Don\'t clean up after running tests\n'
193 elif arg in ('-n', '--no-cleanup'):
194 Options.cleanup = 0
  /frameworks/rs/driver/
rsdPath.cpp 65 static void cleanup(const Context *rsc, const Path *m) { function
75 cleanup(rsc, m);
99 cleanup(rsc, m);
  /external/zlib/examples/
enough.c 179 local void cleanup(void) function
300 cleanup();
462 /* set up globals for cleanup() */
525 cleanup();
537 cleanup();
554 cleanup();
567 cleanup();
  /bootable/recovery/applypatch/
imgdiff_test.sh 64 cleanup() { function
111 # --------------- cleanup ----------------------
113 cleanup
  /cts/tests/tests/webkitsecurity/assets/
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.");
  /device/samsung/tuna/libsensors/
SamsungSensorBase.cpp 109 goto cleanup;
117 cleanup:
  /external/clang/lib/CodeGen/
CGCleanup.cpp 13 // A "cleanup" is a piece of code which needs to be executed whenever
124 EHCleanupScope &cleanup = cast<EHCleanupScope>(*find(si)); local
125 if (cleanup.isActive()) return si;
126 si = cleanup.getEnclosingNormalCleanup();
135 EHCleanupScope *cleanup = dyn_cast<EHCleanupScope>(&*find(si)); local
136 if (cleanup && !cleanup->isActive()) {
137 si = cleanup->getEnclosingEHScope();
150 assert(((Size % sizeof(void*)) == 0) && "cleanup type is misaligned");
175 EHCleanupScope &Cleanup = cast<EHCleanupScope>(*begin())
259 EHCleanupScope &cleanup = cast<EHCleanupScope>(*EHStack.begin()); local
    [all...]
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_make_key.c 107 goto cleanup;
110 cleanup:
  /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
  /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;

Completed in 930 milliseconds

1 2 34 5 6 7 8 91011>>