HomeSort by relevance Sort by last modified time
    Searched refs:ProcessTest (Results 1 - 11 of 11) sorted by null

  /external/llvm/unittests/Support/
ProcessTest.cpp 1 //===- unittest/Support/ProcessTest.cpp -----------------------------------===//
22 TEST(ProcessTest, GetRandomNumberTest) {
34 TEST(ProcessTest, Basic) {
41 TEST(ProcessTest, None) {
49 TEST(ProcessTest, Wchar) {
  /external/libbrillo/brillo/
process_unittest.cc 46 // Log must be cleared before running this test, just as ProcessTest::SetUp.
82 class ProcessTest : public ::testing::Test {
107 TEST_F(ProcessTest, Basic) {
115 TEST_F(ProcessTest, AddStringOption) {
122 TEST_F(ProcessTest, AddIntValue) {
129 TEST_F(ProcessTest, NonZeroReturnValue) {
136 TEST_F(ProcessTest, BadOutputFile) {
142 TEST_F(ProcessTest, BadExecutable) {
147 void ProcessTest::CheckStderrCaptured() {
158 TEST_F(ProcessTest, StderrCaptured)
    [all...]
process.h 206 FRIEND_TEST(ProcessTest, ResetPidByFile);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ProcessTest.java 13 public class ProcessTest {
  /external/chromium-trace/catapult/dashboard/dashboard/
find_anomalies_test.py 133 find_anomalies.ProcessTest(test.key)
202 find_anomalies.ProcessTest(test.key)
212 find_anomalies.ProcessTest(ref.key)
230 find_anomalies.ProcessTest(test.key)
249 find_anomalies.ProcessTest(test.key)
286 find_anomalies.ProcessTest(non_ref.key)
313 find_anomalies.ProcessTest(non_ref.key)
330 find_anomalies.ProcessTest(ref.key)
347 find_anomalies.ProcessTest(test.key)
find_anomalies.py 7 This module contains the ProcessTest function, which searches the recent
29 def ProcessTest(test_key):
add_point_queue.py 79 find_anomalies.ProcessTest(test_key)
  /frameworks/base/core/tests/coretests/src/android/os/
ProcessTest.java 28 public class ProcessTest extends TestCase {
  /cts/tests/ProcessTest/src/com/android/cts/process/
ProcessTest.java 32 public class ProcessTest extends AndroidTestCase {
  /cts/tests/tests/os/src/android/os/cts/
ProcessTest.java 28 public class ProcessTest extends AndroidTestCase {
36 private static final String TAG = "ProcessTest";
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessTest.java 27 public class ProcessTest extends junit.framework.TestCase {

Completed in 253 milliseconds