Searched defs:daemon (Results 1 - 17 of 17) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dprocess.py171 def daemon(self): member in class:Process
173 Return whether process is a daemon
177 @daemon.setter
178 def daemon(self, daemonic): member in class:Process
180 Set whether process is a daemon
237 status, self._daemonic and ' daemon' or '')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dprocess.py171 def daemon(self): member in class:Process
173 Return whether process is a daemon
177 @daemon.setter
178 def daemon(self, daemonic): member in class:Process
180 Set whether process is a daemon
237 status, self._daemonic and ' daemon' or '')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dthreading.py709 return current_thread().daemon
719 status += " daemon"
770 # happen when a daemon thread wakes up at an unfortunate
1007 def daemon(self): member in class:Thread
1008 """A boolean value indicating whether this thread is a daemon thread (True) or not (False).
1012 main thread is not a daemon thread and therefore all threads created in
1013 the main thread default to daemon = False.
1015 The entire Python program exits when no alive non-daemon threads are
1022 @daemon.setter
1023 def daemon(sel member in class:Thread
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dthreading.py709 return current_thread().daemon
719 status += " daemon"
770 # happen when a daemon thread wakes up at an unfortunate
1007 def daemon(self): member in class:Thread
1008 """A boolean value indicating whether this thread is a daemon thread (True) or not (False).
1012 main thread is not a daemon thread and therefore all threads created in
1013 the main thread default to daemon = False.
1015 The entire Python program exits when no alive non-daemon threads are
1022 @daemon.setter
1023 def daemon(sel member in class:Thread
[all...]
/prebuilts/sdk/tools/lib/
H A Dguava-10.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
H A Dlint.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
H A Dlint_api.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
H A Dlint_checks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/prebuilts/devtools/tools/lib/
H A Dguava-13.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
H A Dguava-14.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/prebuilts/tools/common/guava-tools/
H A Dguava-13.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
H A Dguava-13.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/prebuilts/misc/common/tradefed/
H A Dtradefed-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ConsoleReaderInputStream.class ConsoleReaderInputStream.java package jline ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/misc/common/groovy/
H A Dgroovy-all-1.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/ANTLR-LICENSE.txt META- ...

Completed in 127 milliseconds