Searched defs:spawned (Results 1 - 5 of 5) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dserver.h81 qboolean spawned; // false = don't send datagrams member in struct:client_s
84 qboolean sendsignon; // only valid before spawned
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc328 bool spawned() const { return spawned_; } function in class:testing::internal::DeathTestImpl
329 void set_spawned(bool spawned) { spawned_ = spawned; } argument
352 // True if the death test child process has been successfully spawned.
448 if (!spawned())
552 if (!spawned())
716 if (!spawned())
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc341 bool spawned() const { return spawned_; } function in class:testing::internal::DeathTestImpl
365 // True if the death test child process has been successfully spawned.
491 if (!spawned())
600 if (!spawned())
764 if (!spawned())
/external/gtest/src/
H A Dgtest-death-test.cc341 bool spawned() const { return spawned_; } function in class:testing::internal::DeathTestImpl
365 // True if the death test child process has been successfully spawned.
491 if (!spawned())
600 if (!spawned())
764 if (!spawned())
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc341 bool spawned() const { return spawned_; } function in class:testing::internal::DeathTestImpl
365 // True if the death test child process has been successfully spawned.
491 if (!spawned())
599 if (!spawned())
763 if (!spawned())

Completed in 94 milliseconds