HomeSort by relevance Sort by last modified time
    Searched full:testinfo (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DeskClockTestsActivity.java 17 import com.android.cts.verifier.IntentDrivenTestActivity.TestInfo;
69 private static final TestInfo[] ALARM_TESTS = new TestInfo[] {
70 new TestInfo(
77 new TestInfo(
84 new TestInfo(
94 new TestInfo(
103 private static final TestInfo[] TIMER_TESTS = new TestInfo[] {
104 new TestInfo(
    [all...]
  /cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
Utils.java 40 public static final String TESTINFO = "testinfo";
76 ArrayList<String> info = bundle.getStringArrayList(TESTINFO);
98 public static final void addErrorResult(final Bundle testinfo, final String msg) {
99 testinfo.getStringArrayList(testinfo.getString(Utils.TESTCASE_TYPE))
  /development/testrunner/
Android.mk 7 local_target_dir := $(TARGET_OUT_DATA)/testinfo
  /external/autotest/frontend/client/src/autotest/afe/
TestSelectorDisplay.java 33 private HTML testInfo = new HTML("Click a test to view its description");
41 testInfo.setStyleName("test-description");
56 testInfoPanel.add(testInfo);
84 return testInfo;
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_ext.hpp 21 static ::testing::TestInfo* const test_info_ GTEST_ATTRIBUTE_UNUSED_;\
26 ::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_case_name, test_name)\
46 static ::testing::TestInfo* const test_info_ GTEST_ATTRIBUTE_UNUSED_;\
51 ::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_fixture, test_name)\
  /hardware/libhardware/tests/camera2/
TestForkerEventListener.h 36 virtual void OnTestStart(const ::testing::TestInfo& test_info);
43 virtual void OnTestEnd(const ::testing::TestInfo& test_info);
TestForkerEventListener.cpp 45 void TestForkerEventListener::OnTestStart(const ::testing::TestInfo&) {
87 void TestForkerEventListener::OnTestEnd(const ::testing::TestInfo& test_info) {
  /ndk/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;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java 299 TestContext testInfo = createTestContext();
300 testInfo.mFile = file;
301 testInfo.mStructuredModel = structuredModel;
302 testInfo.mStructuredDocument = structuredDocument;
303 testInfo.mElement = element;
304 testInfo.mDomDocument = domDocument;
305 testInfo.mUiModel = model;
306 testInfo.mViewInfo = info;
307 testInfo.mRootView = rootView;
308 testInfo.mLayoutEditorDelegate = layoutEditor
    [all...]
  /frameworks/native/libs/gui/tests/
GLTest.cpp 30 const ::testing::TestInfo* const testInfo =
32 ALOGV("Begin test: %s.%s", testInfo->test_case_name(), testInfo->name());
134 const ::testing::TestInfo* const testInfo =
136 ALOGV("End test: %s.%s", testInfo->test_case_name(), testInfo->name());
StreamSplitter_test.cpp 35 const ::testing::TestInfo* const testInfo =
37 ALOGV("Begin test: %s.%s", testInfo->test_case_name(),
38 testInfo->name());
42 const ::testing::TestInfo* const testInfo =
44 ALOGV("End test: %s.%s", testInfo->test_case_name(),
45 testInfo->name());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DeviceOwnerNegativeTestActivity.java 29 import com.android.cts.verifier.IntentDrivenTestActivity.TestInfo;
48 TestInfo deviceOwnerNegativeTestInfo = new TestInfo(
  /frameworks/base/libs/hwui/tests/unit/
main.cpp 45 auto testinfo = ::testing::UnitTest::GetInstance()->current_test_info(); local
46 printf("[ FAILED ] %s.%s\n", testinfo->test_case_name(),
47 testinfo->name());
  /cts/tests/tests/assist/common/src/android/assist/common/
Utils.java 28 public static final String TESTINFO = "testinfo";
223 ArrayList<String> info = bundle.getStringArrayList(TESTINFO);
232 public static final void addErrorResult(final Bundle testinfo, final String msg) {
233 testinfo.getStringArrayList(testinfo.getString(Utils.TESTCASE_TYPE))
  /external/google-breakpad/src/testing/gtest/samples/
sample9_unittest.cc 44 using ::testing::TestInfo;
64 virtual void OnTestStart(const TestInfo& test_info) {
84 virtual void OnTestEnd(const TestInfo& test_info) {
145 const TestInfo& test_info = *test_case.GetTestInfo(j);
  /external/protobuf/gtest/samples/
sample9_unittest.cc 44 using ::testing::TestInfo;
64 virtual void OnTestStart(const TestInfo& test_info) {
84 virtual void OnTestEnd(const TestInfo& test_info) {
145 const TestInfo& test_info = *test_case.GetTestInfo(j);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample9_unittest.cc 44 using ::testing::TestInfo;
64 virtual void OnTestStart(const TestInfo& test_info) {
84 virtual void OnTestEnd(const TestInfo& test_info) {
145 const TestInfo& test_info = *test_case.GetTestInfo(j);
  /ndk/sources/third_party/googletest/googletest/samples/
sample9_unittest.cc 44 using ::testing::TestInfo;
64 virtual void OnTestStart(const TestInfo& test_info) {
84 virtual void OnTestEnd(const TestInfo& test_info) {
145 const TestInfo& test_info = *test_case.GetTestInfo(j);
  /external/google-breakpad/src/testing/gtest/test/
gtest-unittest-api_test.cc 86 static TestInfo const** const GetSortedTests(const TestCase* test_case) {
87 TestInfo const** const tests =
88 new const TestInfo*[test_case->total_test_count()];
94 LessByName<TestInfo>());
158 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);
221 const TestInfo* const test_info = test_case->GetTestInfo(0);
280 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);
gtest_shuffle_test_.cc 43 using ::testing::TestInfo;
87 virtual void OnTestStart(const TestInfo& test_info) {
  /external/gtest/test/
gtest-unittest-api_test.cc 86 static TestInfo const** const GetSortedTests(const TestCase* test_case) {
87 TestInfo const** const tests =
88 new const TestInfo*[test_case->total_test_count()];
94 LessByName<TestInfo>());
158 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);
221 const TestInfo* const test_info = test_case->GetTestInfo(0);
280 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);
gtest_shuffle_test_.cc 43 using ::testing::TestInfo;
86 virtual void OnTestStart(const TestInfo& test_info) {
  /external/protobuf/gtest/test/
gtest-unittest-api_test.cc 86 static TestInfo const** const GetSortedTests(const TestCase* test_case) {
87 TestInfo const** const tests =
88 new const TestInfo*[test_case->total_test_count()];
94 LessByName<TestInfo>());
157 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);
221 const TestInfo* const test_info = test_case->GetTestInfo(0);
281 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-unittest-api_test.cc 86 static TestInfo const** const GetSortedTests(const TestCase* test_case) {
87 TestInfo const** const tests =
88 new const TestInfo*[test_case->total_test_count()];
94 LessByName<TestInfo>());
158 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);
221 const TestInfo* const test_info = test_case->GetTestInfo(0);
280 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);
  /ndk/sources/third_party/googletest/googletest/test/
gtest-unittest-api_test.cc 86 static TestInfo const** const GetSortedTests(const TestCase* test_case) {
87 TestInfo const** const tests =
88 new const TestInfo*[test_case->total_test_count()];
94 LessByName<TestInfo>());
158 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);
221 const TestInfo* const test_info = test_case->GetTestInfo(0);
280 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);

Completed in 1347 milliseconds

1 2 3 4 5 6 7