Home
last modified time | relevance | path

Searched defs:process1 (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/process/
Dprocess_unittest.cc63 Process process1(SpawnChild("SimpleChildProcess")); in TEST_F() local
82 Process process1(SpawnChild("SimpleChildProcess")); in TEST_F() local
97 Process process1 = Process::Current(); in TEST_F() local
112 Process process1(SpawnChild("SimpleChildProcess")); in TEST_F() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowActivityManagerTest.java80 …final ActivityManager.RunningAppProcessInfo process1 = buildProcessInfo(new ComponentName("org.rob… in getRunningAppProcesses_shouldReturnProcessList() local