Searched refs:cleanup (Results 1 - 25 of 101) sorted by relevance

12345

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
H A Dstdio-lock.h94 __attribute__((cleanup (_IO_acquire_lock_fct))) \
100 __attribute__((cleanup (_IO_acquire_lock_clear_flags2_fct))) \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
H A Dstdio-lock.h94 __attribute__((cleanup (_IO_acquire_lock_fct))) \
100 __attribute__((cleanup (_IO_acquire_lock_clear_flags2_fct))) \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Dstdio-lock.h94 __attribute__((cleanup (_IO_acquire_lock_fct))) \
100 __attribute__((cleanup (_IO_acquire_lock_clear_flags2_fct))) \
/prebuilts/misc/scripts/vboot_signer/
H A Dvboot_signer.sh8 cleanup() function
27 trap cleanup EXIT
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A D__init__.py92 def cleanup(): function in function:test_with_refcounts
102 cleanup()
108 cleanup()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A D__init__.py92 def cleanup(): function in function:test_with_refcounts
102 cleanup()
108 cleanup()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_site.py90 pth_file.cleanup(prep=True) # to make sure that nothing is
97 pth_file.cleanup()
155 pth_file.cleanup(prep=True) # Make sure that nothing is pre-existing
162 pth_file.cleanup()
280 Make sure to call self.cleanup() to undo anything done by this method.
294 def cleanup(self, prep=False): member in class:PthFile
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_site.py90 pth_file.cleanup(prep=True) # to make sure that nothing is
97 pth_file.cleanup()
155 pth_file.cleanup(prep=True) # Make sure that nothing is pre-existing
162 pth_file.cleanup()
280 Make sure to call self.cleanup() to undo anything done by this method.
294 def cleanup(self, prep=False): member in class:PthFile
/prebuilts/tools/common/m2/repository/org/gebish/geb-spock/0.9.3/
H A Dgeb-spock-0.9.3.jar ... lang.Object setup () private java.lang.Object cleanup () public void report (java.lang.String) String label ...
/prebuilts/devtools/adt/lib/
H A Dsdktestutils.jar ... io.File dir protected java.lang.String cleanup (java.lang.String) java.io.File ...
/prebuilts/gradle-plugin/com/android/tools/testutils/24.3.1/
H A Dtestutils-24.3.1.jar ... io.File dir protected java.lang.String cleanup (java.lang.String) java.io.File ...
/prebuilts/gradle-plugin/com/android/tools/testutils/24.4.0-alpha1/
H A Dtestutils-24.4.0-alpha1.jar ... io.File dir protected java.lang.String cleanup (java.lang.String) java.io.File ...
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_install.py89 def cleanup(): function in function:InstallTestCase.test_user_site
96 self.addCleanup(cleanup)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
H A Dtest_runner.py184 def cleanup(): function in function:Test_TextTestRunner.testRunnerRegistersResult
186 self.addCleanup(cleanup)
H A Dtest_discovery.py326 def cleanup(): function in function:TestDiscovery.test_detect_module_clash
333 self.addCleanup(cleanup)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_install.py89 def cleanup(): function in function:InstallTestCase.test_user_site
96 self.addCleanup(cleanup)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
H A Dtest_runner.py184 def cleanup(): function in function:Test_TextTestRunner.testRunnerRegistersResult
186 self.addCleanup(cleanup)
H A Dtest_discovery.py326 def cleanup(): function in function:TestDiscovery.test_detect_module_clash
333 self.addCleanup(cleanup)
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
H A Dorg.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
H A Dorg.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dgimple.h427 gimple_seq cleanup; variable
450 /* Subcode: CLEANUP_EH_ONLY. True if the cleanup should only be
457 gimple_seq cleanup; variable
3371 /* Return a pointer to the sequence of statements used as the cleanup body for
3378 return &gs->gimple_try.cleanup;
3382 /* Return the sequence of statements used as the cleanup body for
3416 /* Set CLEANUP to be the sequence of statements to use as the cleanup
3420 gimple_try_set_cleanup (gimple gs, gimple_seq cleanup)
3423 gs->gimple_try.cleanup = cleanup;
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
H A Dpycodegen.py546 cleanup = self.newBlock()
552 self.emit('JUMP_IF_FALSE_OR_POP', cleanup)
562 self.startBlock(cleanup)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Durllib.py97 _urlopener.cleanup()
138 self.__unlink = os.unlink # See cleanup()
156 self.cleanup()
158 def cleanup(self): member in class:URLopener

Completed in 2798 milliseconds

12345