HomeSort by relevance Sort by last modified time
    Searched defs:unload (Results 1 - 25 of 267) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/skia/tools/viewer/
ImageSlide.cpp 32 void ImageSlide::unload() { function in class:ImageSlide
SKPSlide.cpp 56 void SKPSlide::unload() { function in class:SKPSlide
SkottieSlide.cpp 36 void SkottieSlide::unload() { function in class:SkottieSlide
SampleSlide.cpp 40 void SampleSlide::unload() { function in class:SampleSlide
Slide.h 30 virtual void unload() {} function in class:Slide
SlideDir.cpp 327 void SlideDir::unload() { function in class:SlideDir
329 slide->unload();
  /external/skqp/tools/viewer/
ImageSlide.cpp 32 void ImageSlide::unload() { function in class:ImageSlide
SKPSlide.cpp 56 void SKPSlide::unload() { function in class:SKPSlide
SkottieSlide.cpp 35 void SkottieSlide::unload() { function in class:SkottieSlide
SampleSlide.cpp 40 void SampleSlide::unload() { function in class:SampleSlide
Slide.h 30 virtual void unload() {} function in class:Slide
SkottieSlide2.cpp 162 void SkottieSlide2::unload() { function in class:SkottieSlide2
  /art/tools/wrapagentproperties/
wrapagentproperties.cc 47 AgentUnloadFunction unload; member in struct:wrapagentproperties::Unloader
337 u.unload(jvm);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ihooks.py 34 module, as well as interfaces to reload and unload a module. It also
36 default __import__ and reload (and unload) functions.
378 def unload(self, module): member in class:BasicModuleImporter
385 if not hasattr(__builtin__, 'unload'):
386 __builtin__.unload = None
387 self.save_unload = __builtin__.unload
390 __builtin__.unload = self.unload
395 __builtin__.unload = self.save_unload
396 if not __builtin__.unload:
    [all...]
  /external/kmod/libkmod/
libkmod-file.c 44 void (*unload)(struct kmod_file *file); member in struct:file_ops
375 file->ops->unload(file);
  /external/python/cpython2/Lib/
ihooks.py 34 module, as well as interfaces to reload and unload a module. It also
36 default __import__ and reload (and unload) functions.
378 def unload(self, module): member in class:BasicModuleImporter
385 if not hasattr(__builtin__, 'unload'):
386 __builtin__.unload = None
387 self.save_unload = __builtin__.unload
390 __builtin__.unload = self.unload
395 __builtin__.unload = self.save_unload
396 if not __builtin__.unload
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ihooks.py 34 module, as well as interfaces to reload and unload a module. It also
36 default __import__ and reload (and unload) functions.
378 def unload(self, module): member in class:BasicModuleImporter
385 if not hasattr(__builtin__, 'unload'):
386 __builtin__.unload = None
387 self.save_unload = __builtin__.unload
390 __builtin__.unload = self.unload
395 __builtin__.unload = self.save_unload
396 if not __builtin__.unload
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ihooks.py 34 module, as well as interfaces to reload and unload a module. It also
36 default __import__ and reload (and unload) functions.
378 def unload(self, module): member in class:BasicModuleImporter
385 if not hasattr(__builtin__, 'unload'):
386 __builtin__.unload = None
387 self.save_unload = __builtin__.unload
390 __builtin__.unload = self.unload
395 __builtin__.unload = self.save_unload
396 if not __builtin__.unload
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ihooks.py 34 module, as well as interfaces to reload and unload a module. It also
36 default __import__ and reload (and unload) functions.
378 def unload(self, module): member in class:BasicModuleImporter
385 if not hasattr(__builtin__, 'unload'):
386 __builtin__.unload = None
387 self.save_unload = __builtin__.unload
390 __builtin__.unload = self.unload
395 __builtin__.unload = self.save_unload
396 if not __builtin__.unload
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ihooks.py 34 module, as well as interfaces to reload and unload a module. It also
36 default __import__ and reload (and unload) functions.
378 def unload(self, module): member in class:BasicModuleImporter
385 if not hasattr(__builtin__, 'unload'):
386 __builtin__.unload = None
387 self.save_unload = __builtin__.unload
390 __builtin__.unload = self.unload
395 __builtin__.unload = self.save_unload
396 if not __builtin__.unload
    [all...]
  /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
  /external/icu/icu4c/source/common/
ucnv_cnv.h 236 UConverterUnload unload; member in struct:UConverterImpl
  /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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py 28 "get_original_stdout", "unload", "unlink", "rmtree", "forget",
176 def unload(name): function
199 unload(modname)
    [all...]
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 240 bool SoundPool::unload(int sampleID) function in class:android::SoundPool
242 ALOGV("unload: sampleID=%d", sampleID);
    [all...]

Completed in 188 milliseconds

1 2 3 4 5 6 7 8 91011