Searched defs:Test (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/templates/
H A DimplTest.cpp10 #include "${class_name}Test.h"
17 ${class_name}Test::${class_name}Test() function
24 ${class_name}Test::~${class_name}Test() function
30 void ${class_name}Test::SetUp()
35 void ${class_name}Test::TearDown()
44 TEST_F( ${class_name}Test, name of the testcase for ${class_name} ) {
H A DheaderTest.h23 /** \class ${class_name}Test
28 class ${class_name}Test : public ::testing::Test class in namespace:mcldtest
32 ${class_name}Test();
35 virtual ~${class_name}Test();
/frameworks/base/tests/backup/
H A Dbackup_helper_test.cpp30 struct Test { struct
37 Test TESTS[] = {
51 Test* t;
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DTestActivity.java38 Test[] mTests;
41 protected abstract Test[] tests();
43 abstract class Test { class in class:TestActivity
45 Test(String n) { method in class:TestActivity.Test
68 Test t = mTests[position];
69 Log.d(tag(), "Test: " + t.name);
/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java57 Test[] mTests = new Test[] {
58 new Test("Show File") {
77 new Test("Append to File") {
93 new Test("Clear File") {
107 new Test("Poke") {
112 new Test("Show Shared Pref") {
121 new Test("Increment Shared Pref") {
131 new Test("Backup Helpers") {
153 new Test("Restor
176 abstract class Test { class in class:BackupTestActivity
178 Test(String n) { method in class:BackupTestActivity.Test
[all...]
/frameworks/ml/bordeaux/learning/multiclass_pa/native/
H A Dmulticlass_pa.cpp224 float MulticlassPA::Test(const vector<pair<vector<float>, int> >& data) { function in class:learningfw::MulticlassPA
/frameworks/compile/mclinker/utils/gtest/src/
H A Dgtest-all.cpp32 // Google C++ Testing Framework (Google Test)
34 // Sometimes it's desirable to build Google Test by compiling a single file.
73 // The Google C++ Testing Framework (Google Test)
106 // Utilities for testing Google Test itself and code that uses Google Test
107 // (e.g. frameworks built on top of Google Test).
115 // This helper class can be used to mock out Google Test failure reporting
116 // so that we can test Google Test or code that builds on Google Test.
119 // TestPartResultArray object given in the constructor whenever a Google Test
3201 Test::Test() function in class:testing::Test
[all...]
/frameworks/compile/mclinker/utils/gtest/include/
H A Dgtest.h32 // The Google C++ Testing Framework (Google Test)
34 // This header file defines the public API for Google Test. It should be
35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
88 // The Google C++ Testing Framework (Google Test)
91 // Google Test. They are subject to change without notice.
127 // Low-level types and utilities for porting Google Test to various
135 // control Google Test's behavior. If the user doesn't define a macro
136 // in this list, Google Test will define it.
155 // std::wstring does/doesn't work (Google Test ca
17381 class GTEST_API_ Test { class in namespace:testing
[all...]

Completed in 270 milliseconds