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

<<111213141516171819

  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
BulletAppState.java 203 public void cleanup() { method in class:BulletAppState
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
AwtPanel.java 291 public void cleanup() { method in class:AwtPanel
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglDisplay.java 150 renderer.cleanup();
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestMultiRenderTarget.java 216 public void cleanup() { method in class:TestMultiRenderTarget
TestRenderToMemory.java 255 public void cleanup() { method in class:TestRenderToMemory
  /external/llvm/include/llvm/
PassManagers.h 419 /// cleanup - After running all passes, clean up pass manager cache.
420 void cleanup();
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 439 cleanup: NULL
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 85 -- cleanup if only comments remaining
picoloadphones.lua 83 -- cleanup if only comments remaining
  /external/valgrind/main/drd/
drd_hb.c 93 p->cleanup = (void(*)(DrdClientobj*))(DRD_(hb_cleanup));
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.h 125 void cleanup();
  /external/webkit/Source/WebCore/platform/audio/fftw/
FFTFrameFFTW.cpp 221 void FFTFrame::cleanup() function in class:WebCore::FFTFrame
  /external/webkit/Source/WebCore/platform/audio/mkl/
FFTFrameMKL.cpp 209 void FFTFrame::cleanup() function in class:WebCore::FFTFrame
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCache.cpp 79 void WebCache::cleanup(bool isPrivateBrowsing) function in class:android::WebCache
WebCookieJar.cpp 120 void WebCookieJar::cleanup(bool isPrivateBrowsing) function in class:android::WebCookieJar
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
worker_mixin.py 68 def cleanup(self): member in class:WorkerMixin
  /frameworks/base/libs/hwui/
SkiaShader.h 254 void cleanup() { function in struct:android::uirenderer::SkiaComposeShader
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
RSTestCore.java 180 public void cleanup() { method in class:RSTestCore
  /hardware/libhardware/include/hardware/
gps.h 400 void (*cleanup)( void ); member in struct:__anon17794
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 145 public Set<Long> cleanup(Set<Long> keysInUse) { method in class:PhotoStore
150 Log.d(TAG, "cleanup removing " + keysToRemove.size() + " entries");
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoStoreTest.java 215 // Run cleanup with the indication that only the large and huge photos are in use, along
223 Set<Long> photoIdsToCleanup = mPhotoStore.cleanup(photoFileIdsInUse);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
gimple.h 508 Cleanup expression. */
509 gimple_seq cleanup; local
533 /* Subcode: CLEANUP_EH_ONLY. True if the cleanup should only be
539 Cleanup expression. */
540 gimple_seq cleanup; local
    [all...]
  /external/ppp/pppd/
main.c 238 static void cleanup __P((void));
1155 cleanup();
1162 * cleanup - restore anything which needs to be restored before we exit
1166 cleanup() function
1172 if (the_channel->cleanup)
1173 (*the_channel->cleanup)();
    [all...]
  /external/checkpolicy/
policy_define.c 1031 goto cleanup;
1036 goto cleanup;
1040 goto cleanup;
1063 cleanup:
1541 goto cleanup;
1545 goto cleanup;
1549 goto cleanup;
1570 cleanup:
    [all...]
  /external/icu4c/common/
uloc_tag.c     [all...]

Completed in 864 milliseconds

<<111213141516171819