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

123

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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/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/devtools/adt/lib/
H A Dsdktestutils.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/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
H A Dgimple.h533 gimple_seq cleanup; variable
556 /* Subcode: CLEANUP_EH_ONLY. True if the cleanup should only be
563 gimple_seq cleanup; variable
3105 /* Return the sequence of statements used as the cleanup body for
3112 return gs->gimple_try.cleanup;
3140 /* Set CLEANUP to be the sequence of statements to use as the cleanup
3144 gimple_try_set_cleanup (gimple gs, gimple_seq cleanup)
3147 gs->gimple_try.cleanup = cleanup;
3151 /* Return the cleanup sequenc
[all...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
H A Dgimple.h533 gimple_seq cleanup; variable
556 /* Subcode: CLEANUP_EH_ONLY. True if the cleanup should only be
563 gimple_seq cleanup; variable
3105 /* Return the sequence of statements used as the cleanup body for
3112 return gs->gimple_try.cleanup;
3140 /* Set CLEANUP to be the sequence of statements to use as the cleanup
3144 gimple_try_set_cleanup (gimple gs, gimple_seq cleanup)
3147 gs->gimple_try.cleanup = cleanup;
3151 /* Return the cleanup sequenc
[all...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
H A Dgimple.h533 gimple_seq cleanup; variable
556 /* Subcode: CLEANUP_EH_ONLY. True if the cleanup should only be
563 gimple_seq cleanup; variable
3105 /* Return the sequence of statements used as the cleanup body for
3112 return gs->gimple_try.cleanup;
3140 /* Set CLEANUP to be the sequence of statements to use as the cleanup
3144 gimple_try_set_cleanup (gimple gs, gimple_seq cleanup)
3147 gs->gimple_try.cleanup = cleanup;
3151 /* Return the cleanup sequenc
[all...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
H A Dgimple.h533 gimple_seq cleanup; variable
556 /* Subcode: CLEANUP_EH_ONLY. True if the cleanup should only be
563 gimple_seq cleanup; variable
3105 /* Return the sequence of statements used as the cleanup body for
3112 return gs->gimple_try.cleanup;
3140 /* Set CLEANUP to be the sequence of statements to use as the cleanup
3144 gimple_try_set_cleanup (gimple gs, gimple_seq cleanup)
3147 gs->gimple_try.cleanup = cleanup;
3151 /* Return the cleanup sequenc
[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
/prebuilts/python/linux-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/linux-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
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A DFrameWork.py142 def cleanup(self): member in class:Application
/prebuilts/devtools/tools/lib/
H A Dsdkuilib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/sdkuilib/ com/android/sdkuilib/ui/ ...
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
H A DxercesImpl-2.6.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/xml/ ...

Completed in 716 milliseconds

123