Searched refs:spawned (Results 1 - 10 of 10) sorted by relevance

/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/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
H A Dhost_cmd.cpp1066 if (!client || !client->active || !client->spawned)
1131 if (!client->active || !client->spawned)
1269 if (host_client->spawned)
1271 Con_Printf ("prespawn not valid -- allready spawned\n");
1298 if (host_client->spawned)
1300 Con_Printf ("Spawn not valid -- allready spawned\n");
1418 host_client->spawned = true;
H A Dhost.cpp309 if (svs.clients[i].active && svs.clients[i].spawned)
359 if (host_client->edict && host_client->spawned)
H A Dsv_main.cpp232 client->spawned = false; // need prespawn, spawn, etc
270 client->spawned = false;
832 if (host_client->spawned)
1198 Con_DPrintf ("Server spawned.\n");
H A Dsv_user.cpp617 if (!host_client->spawned)
H A Dpr_cmds.cpp115 This is the only valid way to move an object without using the physics of the world (setting velocity and waiting). Directly changing origin will not set internal links correctly, so clipping would be messed up. This should be called when an object is spawned, and then only if it is teleported.
1239 if (client->active || client->spawned)
/external/gtest/src/
H A Dgtest-death-test.cc344 bool spawned() const { return spawned_; } function in class:testing::internal::DeathTestImpl
345 void set_spawned(bool spawned) { spawned_ = spawned; } argument
358 // True if the death test child process has been successfully spawned.
437 if (!spawned())
735 if (!spawned())
806 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/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())
600 if (!spawned())
764 if (!spawned())

Completed in 114 milliseconds