HomeSort by relevance Sort by last modified time
    Searched refs:unload (Results 51 - 75 of 336) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/jdk/jdk8/darwin-x86/sample/dtrace/hotspot/
method_compile_stat.d 198 hotspot$target:::compiled-method-unload
  /prebuilts/misc/common/swig/include/2.0.11/d/
wrapperloader.swg 250 void unload() {
  /external/python/cpython3/Lib/test/libregrtest/
runtest.py 139 support.unload(test)
  /external/python/cpython3/Lib/test/
test_runpy.py 12 forget, make_legacy_pyc, unload, verbose, no_tracing,
318 unload(mod_name) # In case loader caches paths
359 unload(mod_name) # In case loader caches paths
418 unload(mod_name) # In case the loader caches paths
  /external/skqp/tools/viewer/
SkottieSlide2.cpp 162 void SkottieSlide2::unload() { function in class:SkottieSlide2
  /frameworks/base/media/java/android/media/
SoundPool.java 190 * @return a sound ID. This value can be used to play or unload the sound.
221 * @return a sound ID. This value can be used to play or unload the sound.
243 * @return a sound ID. This value can be used to play or unload the sound.
269 * @return a sound ID. This value can be used to play or unload the sound.
276 * Unload a sound from a sound ID.
285 public native final boolean unload(int soundID); method in class:SoundPool
  /frameworks/base/media/jni/soundpool/
SoundPool.h 169 bool unload(int sampleID);
android_media_SoundPool.cpp 65 return ap->unload(sampleID) ? JNI_TRUE : JNI_FALSE;
250 { "unload",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DexWrapper.java 128 public synchronized void unload() { method in class:DexWrapper
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_importhooks.py 230 test_support.unload(mname)
regrtest.py 583 # Unload the newly imported modules (best effort finalization)
586 test_support.unload(module)
    [all...]
test_support.py 28 "get_original_stdout", "unload", "unlink", "rmtree", "forget",
176 def unload(name): function
199 unload(modname)
    [all...]
  /external/python/cpython2/Lib/test/
test_importhooks.py 230 test_support.unload(mname)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_importhooks.py 230 test_support.unload(mname)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_importhooks.py 230 test_support.unload(mname)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 230 test_support.unload(mname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 230 test_support.unload(mname)
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 787 boolean unload = texture.isLoaded();
788 if (unload) {
793 return unload;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 787 boolean unload = texture.isLoaded();
788 if (unload) {
793 return unload;
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /external/python/cpython3/Lib/test/test_importlib/source/
test_file_loader.py 20 from test.support import make_legacy_pyc, unload
41 self.addCleanup(unload, 'blah')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_ext.py 45 test_support.unload('xx')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rexec.py 360 """Unload the module.
369 return self.importer.unload(m)
492 """Unload the module.
  /external/python/cpython2/Lib/distutils/tests/
test_build_ext.py 39 test_support.unload('xx')
  /external/python/cpython2/Lib/
rexec.py 360 """Unload the module.
369 return self.importer.unload(m)
492 """Unload the module.

Completed in 1153 milliseconds

1 23 4 5 6 7 8 91011>>