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

1 2 3 4

  /external/srec/srec/Semproc/include/
SR_SemanticGraph.h 69 ESR_ReturnCode(*unload)(struct SR_SemanticGraph_t* self); member in struct:SR_SemanticGraph_t
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_future.py 16 test_support.unload('test_future1')
21 test_support.unload('test_future2')
26 test_support.unload('test_future3')
106 test_support.unload("test.test_future5")
test_import.py 14 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree, namespace
42 unload(TESTFN)
98 unload(TESTFN)
136 unload(TESTFN)
161 unload(TESTFN)
166 unload(TESTFN)
172 unload(TESTFN)
277 unload(TESTFN)
433 unload(self.module_name)
510 unload("test_trailing_slash"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_future.py 16 test_support.unload('test_future1')
21 test_support.unload('test_future2')
26 test_support.unload('test_future3')
106 test_support.unload("test.test_future5")
test_import.py 14 from test.test_support import (unlink, TESTFN, unload, run_unittest, rmtree, namespace
42 unload(TESTFN)
98 unload(TESTFN)
136 unload(TESTFN)
161 unload(TESTFN)
166 unload(TESTFN)
172 unload(TESTFN)
277 unload(TESTFN)
433 unload(self.module_name)
510 unload("test_trailing_slash"
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
unload_event.js 5 // Special unload event. We don't use the DOM unload because that slows down
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 94 mSoundPool.unload(sampleId1);
100 mSoundPool.unload(sampleId2);
108 mSoundPool.unload(sampleId3);
115 mSoundPool.unload(sampleId4);
177 mSoundPool.unload(sampleID);
228 mSoundPool.unload(sound);
  /external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_preflight.sh 18 # In case of errors, log the fact, but continue to unload launchd jobs as much
48 # Stop and unload the service for each user currently running the service, and
64 launchctl bsexec "$pid" sudo -u "#$uid" launchctl unload -w -S \
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBodyElement.h 64 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(unload);
HTMLFrameSetElement.h 64 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(unload);
  /frameworks/base/media/java/android/media/
SoundPool.java 137 * @return a sound ID. This value can be used to play or unload the sound.
156 * @return a sound ID. This value can be used to play or unload the sound.
168 * @return a sound ID. This value can be used to play or unload the sound.
186 * @return a sound ID. This value can be used to play or unload the sound.
193 * Unload a sound from a sound ID.
202 public final boolean unload(int soundID) { method in class:SoundPool
203 return mImpl.unload(soundID);
417 public boolean unload(int soundID); method in interface:SoundPool.SoundPoolDelegate
524 public native final boolean unload(int soundID); method in class:SoundPool.SoundPoolImpl
643 public final boolean unload(int soundID) method in class:SoundPool.SoundPoolStub
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
background.js 42 // The event page will unload after handling this event (assuming nothing
86 // After the unload event listener runs, the page will unload, so any
  /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...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl_c.h 100 extern void SDL_AtariGL_Quit(_THIS, SDL_bool unload);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
headers.js 12 window.addEventListener("unload", function() {
  /external/chromium_org/third_party/icu/source/common/
ucnv_cnv.h 231 UConverterUnload unload; member in struct:UConverterImpl
  /external/icu4c/common/
ucnv_cnv.h 234 UConverterUnload unload; member in struct:UConverterImpl
  /external/chromium_org/third_party/WebKit/Source/core/dom/
EventNames.h 123 macro(unload) \
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementInstance.cpp 82 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(SVGElementInstance, correspondingElement(), unload);
SVGElementInstance.h 143 DECLARE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), unload); member in class:WebCore::SVGElementInstance
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 99 // Watch for page unload events so we can save the final sort settings:
100 $(window).unload(function () {
  /frameworks/av/include/media/
SoundPool.h 174 bool unload(int sampleID);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DexWrapper.java 127 public synchronized void unload() { method in class:DexWrapper
  /external/chromium_org/chrome/browser/resources/file_manager/js/
background.js 49 * 3. The app may have |unload| function to persist the app state that does not
146 if (contentWindow.unload)
147 contentWindow.unload();

Completed in 3760 milliseconds

1 2 3 4