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

1 2

  /tools/tradefederation/core/atest/test_finders/
test_info.py 16 TestInfo class.
25 class TestInfo(object):
29 """Init for TestInfo.
  /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...]
  /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/src/com/android/tradefed/util/
TestMapping.java 67 public class TestInfo {
71 public TestInfo(String name) {
95 private Map<String, List<TestInfo>> mTestCollection = null;
113 List<TestInfo> testsForGroup = new ArrayList<TestInfo>();
118 TestInfo test = new TestInfo(testObject.getString(KEY_NAME));
154 * @return A {@code List<TestInfo>} of the test infos.
156 public List<TestInfo> getTests(String testGroup) {
157 List<TestInfo> tests = new ArrayList<TestInfo>()
    [all...]
  /tools/tradefederation/contrib/src/com/android/media/tests/
CameraLatencyTest.java 77 private List<TestInfo> mTestCases = new ArrayList<>();
87 static class TestInfo {
95 return String.format("TestInfo: name(%s) class(%s) metric(%s) patterns(%s)", mTestName,
105 TestInfo t = new TestInfo();
129 t = new TestInfo();
149 for (TestInfo test : mTestCases) {
158 private void executeTest(TestInfo test, ITestInvocationListener listener)
198 private void logOutputFile(TestInfo test, ITestInvocationListener listener)
229 private void parseOutputFile(TestInfo test, InputStream dataStream
    [all...]
CameraStressTest.java 81 private List<TestInfo> mTestCases = new ArrayList<>();
90 static class TestInfo {
99 return String.format("TestInfo: name(%s) class(%s) metric(%s) patterns(%s)", mTestName,
135 TestInfo t = new TestInfo();
156 t = new TestInfo();
165 t = new TestInfo();
178 for (TestInfo test : mTestCases) {
187 private void executeTest(TestInfo test, ITestInvocationListener listener)
233 private void logOutputFiles(TestInfo test, ITestInvocationListener listener
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/wireless/tests/
WifiStressTest.java 76 private List<TestInfo> mTestList = null;
78 private static class TestInfo {
88 return String.format("TestInfo: mTestName(%s), mTestClass(%s), mTestMethod(%s)," +
146 TestInfo t = new TestInfo();
160 t = new TestInfo();
248 for (TestInfo testCase : mTestList) {
255 CLog.d("TestInfo: " + testCase.toString());
272 private void logOutputFile(TestInfo test, ITestInvocationListener listener)
296 private void parseOutputFile(TestInfo test, File dataFile
    [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/r16/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/r16/sources/third_party/vulkan/src/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;
  /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/performance/tests/
FioBenchmarkTest.java 121 private List<TestInfo> mTestCases = null;
203 private static class TestInfo {
462 TestInfo t = new TestInfo();
529 TestInfo t = new TestInfo();
610 TestInfo t = new TestInfo();
706 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...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest.cc     [all...]

Completed in 1162 milliseconds

1 2