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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/svg/
SVGPathTraversalStateBuilder.h 40 virtual void cleanup() { m_traversalState = 0; } function in class:WebCore::SVGPathTraversalStateBuilder
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCookieJar.h 40 static void cleanup(bool isPrivateBrowsing);
  /hardware/libhardware/include/hardware/
bt_pan.h 79 * Cleanup the pan interface
81 void (*cleanup)(void); member in struct:__anon19147
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 43 public boolean cleanup(); method in interface:ProfileService.IProfileServiceBinder
65 protected boolean cleanup() { method in class:ProfileService
154 log("Cleanup already started... Skipping cleanup()...");
156 log("cleanup()");
158 cleanup(); method
160 mBinder.cleanup();
  /bootable/recovery/
verifier_test.sh 52 cleanup() { function
99 # --------------- cleanup ----------------------
101 cleanup
  /device/common/libbt/src/
bt_vendor_brcm.c 212 static void cleanup( void ) function
214 BTVNDDBG("cleanup");
226 cleanup
  /external/icu4c/i18n/
smpdtfst.cpp 70 // smpdtfmt_cleanup Memory cleanup function, free/delete all
75 SimpleDateFormatStaticSets::cleanup(void) function in class:SimpleDateFormatStaticSets
87 return SimpleDateFormatStaticSets::cleanup();
  /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/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_systhread.cpp 53 CTrapCleanup* cleanup = CTrapCleanup::New(); local
56 delete cleanup;
138 * TerminateThread() doesn't perform stack and DLL 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 150 cleanup(); method
166 // somehow never call cleanup().
270 cleanup(); method
299 cleanup(); method
420 // We're not done yet, though, so don't call cleanup() here.
444 cleanup(); method
460 * The exact cleanup steps are:
476 private void cleanup() { method in class:EmergencyCallHelper
477 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
159 if Options.cleanup:
178 ' -n, --no-cleanup Don\'t clean up after running tests\n'
195 elif arg in ('-n', '--no-cleanup'):
196 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/src/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
  /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:

Completed in 3964 milliseconds

1 2 34 5 6 7 8 91011>>