HomeSort by relevance Sort by last modified time
    Searched defs:exited (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_policy_browsertest.cc 56 bool exited = local
60 EXPECT_TRUE(exited);
83 bool exited = local
87 EXPECT_TRUE(exited);
cloud_print_proxy_process_browsertest.cc 463 bool exited = local
466 EXPECT_TRUE(exited);
  /external/chromium_org/base/process/
kill_posix.cc 39 // has already exited, otherwise to loop for wait_milliseconds, sleeping for
56 // If the process hasn't exited yet, then sleep and try again.
98 // the child hasn't exited yet.
152 bool exited = false; local
156 exited = true;
163 exited = true;
177 if (!exited)
  /external/chromium/base/
process_util_posix.cc 65 // has already exited, otherwise to loop for wait_milliseconds, sleeping for
82 // If the process hasn't exited yet, then sleep and try again.
236 bool exited = false; local
240 exited = true;
247 exited = true;
260 if (!exited)
705 // the child hasn't exited yet.
875 // (application launched and exited cleanly, with exit code indicating success).
    [all...]
  /external/chromium_org/tools/traceline/traceline/
main.cc 941 void PatchExit(HANDLE exiting, HANDLE exited) {
957 exited,
1294 HANDLE exited = CreateEvent(NULL, FALSE, FALSE, NULL); local
    [all...]
  /external/strace/
process.c 1868 int exited = 0; local
1910 int exited = 0; local
    [all...]
  /external/chromium_org/ui/aura/
window_unittest.cc 1168 bool exited() const { return exited_; } function in class:aura::test::MouseEnterExitWindowDelegate
    [all...]

Completed in 191 milliseconds