HomeSort by relevance Sort by last modified time
    Searched defs:TestInfo (Results 1 - 25 of 49) sorted by null

1 2

  /cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
TestInfo.java 24 public final class TestInfo {
30 public TestInfo(final String testPackage, final String testClass, final String testMethod) {
  /external/autotest/server/site_tests/brillo_HWRandom/
brillo_HWRandom.py 19 TestInfo = collections.namedtuple('TestInfo', 'number custom_args')
36 TestInfo(number=0, custom_args=['-p', '50']),
37 TestInfo(number=1, custom_args=['-p', '50', '-t', '50000']),
38 TestInfo(number=2, custom_args=['-p', '50', '-t', '1000']),
39 TestInfo(number=3, custom_args=['-p', '50', '-t', '5000']),
40 TestInfo(number=8, custom_args=['-p', '40']),
41 TestInfo(number=10, custom_args=[]),
42 TestInfo(number=11, custom_args=[]),
43 TestInfo(number=12, custom_args=[])
    [all...]
  /prebuilts/ndk/r11/sources/android/support/tests/minitest/
minitest.cc 10 struct TestInfo {
14 TestInfo* next;
17 TestInfo* g_test_infos;
18 TestInfo** g_test_infos_tail;
171 TestInfo* info = reinterpret_cast<TestInfo*>(::malloc(sizeof(*info)));
185 TestInfo* info = g_test_infos;
  /prebuilts/ndk/r13/sources/android/support/tests/minitest/
minitest.cc 10 struct TestInfo {
14 TestInfo* next;
17 TestInfo* g_test_infos;
18 TestInfo** g_test_infos_tail;
171 TestInfo* info = reinterpret_cast<TestInfo*>(::malloc(sizeof(*info)));
185 TestInfo* info = g_test_infos;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
IntentDrivenTestActivity.java 133 public static class TestInfo {
139 public TestInfo(String testId, int title, int infoText, ButtonInfo... buttons) {
  /tools/tradefederation/core/prod-tests/src/com/android/media/tests/
CameraLatencyTest.java 76 private List<TestInfo> mTestCases = new ArrayList<>();
86 static class TestInfo {
94 return String.format("TestInfo: name(%s) class(%s) metric(%s) patterns(%s)", mTestName,
104 TestInfo t = new TestInfo();
128 t = new TestInfo();
148 for (TestInfo test : mTestCases) {
157 private void executeTest(TestInfo test, ITestInvocationListener listener)
197 private void logOutputFile(TestInfo test, ITestInvocationListener listener)
228 private void parseOutputFile(TestInfo test, InputStream dataStream
    [all...]
CameraStressTest.java 80 private List<TestInfo> mTestCases = new ArrayList<>();
89 static class TestInfo {
98 return String.format("TestInfo: name(%s) class(%s) metric(%s) patterns(%s)", mTestName,
134 TestInfo t = new TestInfo();
155 t = new TestInfo();
164 t = new TestInfo();
177 for (TestInfo test : mTestCases) {
186 private void executeTest(TestInfo test, ITestInvocationListener listener)
232 private void logOutputFiles(TestInfo test, ITestInvocationListener listener
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/wireless/tests/
WifiStressTest.java 75 private List<TestInfo> mTestList = null;
77 private static class TestInfo {
87 return String.format("TestInfo: mTestName(%s), mTestClass(%s), mTestMethod(%s)," +
143 TestInfo t = new TestInfo();
156 t = new TestInfo();
170 t = new TestInfo();
258 for (TestInfo testCase : mTestList) {
265 CLog.d("TestInfo: " + testCase.toString());
282 private void logOutputFile(TestInfo test, ITestInvocationListener listener
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo {
526 TestInfo(const char* a_test_case_base_name,
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo {
526 TestInfo(const char* a_test_case_base_name,
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo {
526 TestInfo(const char* a_test_case_base_name,
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 468 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
489 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo {
526 TestInfo(const char* a_test_case_base_name,
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo {
526 TestInfo(const char* a_test_case_base_name,
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo {
526 TestInfo(const char* a_test_case_base_name,
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo {
526 TestInfo(const char* a_test_case_base_name,
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo {
526 TestInfo(const char* a_test_case_base_name,
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /external/googletest/googletest/include/gtest/internal/
gtest-param-util.h 526 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
548 linked_ptr<TestInfo> test_info = *test_it;
603 struct TestInfo {
604 TestInfo(const char* a_test_case_base_name,
615 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-param-util.h 526 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
549 linked_ptr<TestInfo> test_info = *test_it;
604 struct TestInfo {
605 TestInfo(const char* a_test_case_base_name,
616 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /external/v8/testing/gtest/include/gtest/internal/
gtest-param-util.h 526 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
549 linked_ptr<TestInfo> test_info = *test_it;
604 struct TestInfo {
605 TestInfo(const char* a_test_case_base_name,
616 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
  /tools/tradefederation/core/prod-tests/src/com/android/bluetooth/tests/
BluetoothStressTest.java 110 private List<TestInfo> mTestCases = null;
115 static class TestInfo {
142 return String.format("TestInfo: method(%s) iters(%s) metrics(%s)", mTestMethod,
302 // Allocate enough space for all of the TestInfo instances below
305 TestInfo t = new TestInfo();
314 t = new TestInfo();
323 t = new TestInfo();
332 t = new TestInfo();
342 t = new TestInfo();
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
FioBenchmarkTest.java 120 private List<TestInfo> mTestCases = null;
202 private static class TestInfo {
461 TestInfo t = new TestInfo();
528 TestInfo t = new TestInfo();
609 TestInfo t = new TestInfo();
705 TestInfo t = new TestInfo();
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]

Completed in 1379 milliseconds

1 2