Searched defs:Daemon (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/common/mac/
H A Dlaunchd.h17 Daemon // LaunchDaemon enumerator in enum:Launchd::Type
/external/chromium_org/tools/android/forwarder2/
H A Ddaemon.h18 class Daemon { class in namespace:forwarder2
47 Daemon(const std::string& log_file_path,
53 ~Daemon();
70 DISALLOW_COPY_AND_ASSIGN(Daemon);
H A Ddaemon.cc54 Daemon::ServerDelegate* server_delegate) {
91 string_builder.Append("Daemon (pid=%d) died unexpectedly with ", child_pid);
156 Daemon::Daemon(const std::string& log_file_path, function in class:forwarder2::Daemon
171 Daemon::~Daemon() {}
173 bool Daemon::SpawnIfNeeded() {
240 LOG(ERROR) << "Could not connect to daemon's Unix Daemon socket";
254 bool Daemon::Kill() {
278 LOG(WARNING) << "Daemon (pi
[all...]
/external/chromium_org/v8/tools/testrunner/server/
H A Ddaemon.py19 class Daemon(object): class in inherits:object
23 Usage: subclass the Daemon class and override the run() method
94 message = "pidfile %s already exist. Daemon already running?\n"
115 message = "pidfile %s does not exist. Daemon not running?\n"
145 You should override this method when you subclass Daemon. It will be

Completed in 133 milliseconds