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

/external/chromium/base/
H A Dprocess_util_unittest.cc104 class ProcessUtilTest : public base::MultiProcessTest { class in inherits:base::MultiProcessTest
116 TEST_F(ProcessUtilTest, SpawnChild) {
128 TEST_F(ProcessUtilTest, KillSlowChild) {
138 TEST_F(ProcessUtilTest, GetTerminationStatusExit) {
181 TEST_F(ProcessUtilTest, GetTerminationStatusCrash) {
227 TEST_F(ProcessUtilTest, GetTerminationStatusKill) {
259 TEST_F(ProcessUtilTest, SetProcessBackgrounded) {
271 TEST_F(ProcessUtilTest, EnableLFH) {
302 TEST_F(ProcessUtilTest, CalcFreeMemory) {
332 TEST_F(ProcessUtilTest, GetAppOutpu
[all...]

Completed in 94 milliseconds