Searched defs:daemon (Results 1 - 22 of 22) 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/eclipse/maven/apache-maven-3.2.1/lib/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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/tools/common/m2/repository/com/google/guava/guava/15.0/
H A Dguava-15.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/beans.xml META-INF/maven/ ...
/prebuilts/misc/common/tradefed/
H A Dtradefed-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/xmlpull/ org/xmlpull/v1/ org/xmlpull/v1/XmlPullParserFactory ...
/prebuilts/tools/common/google-api-java-client/1.8.0-rc/
H A Dgoogle-api-java-client-min-repackaged.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/commons- ...
/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/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
H A Dclover-3.1.12.jarMETA-INF/ META-INF/MANIFEST.MF license/ com/ com/atlassian/ com/atlassian/clover/ com/atlassian/clover/ ...
/prebuilts/misc/common/groovy/
H A Dgroovy-all-1.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/ANTLR-LICENSE.txt META- ...
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
H A Dgroovy-all-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF groovy/ groovy/util/ groovy/util/CliBuilder$_expandArgumentFile_closure2.class ...

Completed in 718 milliseconds