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

/external/guava/guava/src/com/google/common/util/concurrent/
H A DThreadFactoryBuilder.java30 * <li> whether threads should be marked as {@linkplain Thread#setDaemon daemon}
47 private Boolean daemon = null; field in class:ThreadFactoryBuilder
74 * Sets daemon or not for new threads created with this ThreadFactory.
76 * @param daemon whether or not new Threads created with this ThreadFactory
77 * will be daemon threads
80 public ThreadFactoryBuilder setDaemon(boolean daemon) { argument
81 this.daemon = daemon;
148 final Boolean daemon = builder.daemon;
[all...]
/external/chromium_org/v8/tools/testrunner/server/
H A Dmain.py36 from . import daemon namespace
45 class Server(daemon.Daemon):
/external/qemu/util/
H A Doslib-posix.c29 /* The following block of code temporarily renames the daemon() function so the
32 #define daemon qemu_fake_daemon_function macro
34 #undef daemon macro
35 extern int daemon(int, int);
76 return daemon(nochdir, noclose);
/external/mdnsresponder/mDNSPosix/
H A DPosixDaemon.c17 File: daemon.c
24 // In Mac OS X 10.5 and later trying to use the daemon function gives a “‘daemon’ is deprecated”
26 // Since this is supposed to be portable cross-platform code, we don't care that daemon is
28 #define daemon yes_we_know_that_daemon_is_deprecated_in_os_x_10_5_thankyou macro
42 #undef daemon macro
43 extern int daemon(int, int);
48 #include "mDNSUNP.h" // For daemon()
73 // On successful registration of dot-local mDNS host name, daemon may want to check if
91 // %%% Reconfigure() probably belongs in the platform support layer (mDNSPosix.c), not the daemon cd
[all...]
H A DResponder.c19 // In Mac OS X 10.5 and later trying to use the daemon function gives a “‘daemon’ is deprecated”
21 // Since this is supposed to be portable cross-platform code, we don't care that daemon is
23 #define daemon yes_we_know_that_daemon_is_deprecated_in_os_x_10_5_thankyou macro
36 #undef daemon macro
37 extern int daemon(int, int);
42 #include "mDNSUNP.h" // For daemon()
225 fprintf(stderr, " -b forces daemon (background) mode\n");
668 // If we're told to run as a daemon, then do that straight away.
676 fprintf(stderr, "%s: Starting in daemon mod
[all...]
H A DmDNSUNP.c688 int daemon(int nochdir, int noclose) function
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DUtil.java272 public static ThreadFactory threadFactory(final String name, final boolean daemon) { argument
276 result.setDaemon(daemon);
/external/chromium-trace/trace-viewer/examples/stream_server/
H A Dstandalone.py816 daemon = True variable in class:ThreadMonitor
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dstandalone.py812 daemon = True variable in class:ThreadMonitor
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dstandalone.py1013 daemon = True variable in class:ThreadMonitor
/external/dnsmasq/src/
H A Ddnsmasq.c19 struct daemon *daemon; variable in typeref:struct:daemon
117 if (daemon->edns_pktsz < PACKETSZ)
118 daemon->edns_pktsz = PACKETSZ;
119 daemon->packet_buff_sz = daemon->edns_pktsz > DNSMASQ_PACKETSZ ?
120 daemon->edns_pktsz : DNSMASQ_PACKETSZ;
121 daemon->packet = safe_malloc(daemon->packet_buff_sz);
124 if (!daemon
[all...]
H A Ddnsmasq.h119 /* daemon is function in the C library.... */
120 #define daemon dnsmasq_daemon macro
398 /* actions in the daemon->helper RPC */
598 extern struct daemon { struct
689 } *daemon;
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c19 // In Mac OS X 10.5 and later trying to use the daemon function gives a “‘daemon’ is deprecated”
21 // Since this is supposed to be portable cross-platform code, we don't care that daemon is
23 #define daemon yes_we_know_that_daemon_is_deprecated_in_os_x_10_5_thankyou macro
43 #undef daemon macro
44 extern int daemon(int, int);
47 // Solaris doesn't have daemon(), so we define it here
49 #include "../mDNSPosix/mDNSUNP.h" // For daemon()
863 // the daemon accepts requests
1037 "dnsextd is a daemon tha
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 823 milliseconds