/packages/apps/Contacts/src/com/android/contacts/test/ |
FragmentTestActivity.java | 25 * An activity that is used for testing fragments. A unit test starts this
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
ContactsLaunchPerformance.java | 26 * Instrumentation class for Address Book launch performance testing.
|
DialerLaunchPerformance.java | 26 * Instrumentation class for Address Book launch performance testing.
|
/packages/apps/DeskClock/tests/src/com/android/deskclock/ |
DeskClockLaunchPerformance.java | 24 * Instrumentation class for DeskClock launch performance testing.
|
/packages/apps/Gallery/tests/src/com/android/camera/ |
CameraLaunchPerformance.java | 24 * Instrumentation class for Camera launch performance testing.
|
/packages/apps/Music/tests/src/com/android/music/ |
MusicPlayerLaunchPerformance.java | 26 * Instrumentation class for Media Player launch performance testing.
|
/packages/apps/QuickSearchBox/tests/naughty/res/values/ |
strings.xml | 18 <!-- No need to translate these, they are for testing only. -->
|
/packages/apps/QuickSearchBox/tests/partial/res/values/ |
strings.xml | 18 <!-- No need to translate these, they are for testing only. -->
|
/packages/apps/QuickSearchBox/tests/slow/res/values/ |
strings.xml | 18 <!-- No need to translate these, they are for testing only. -->
|
/packages/apps/QuickSearchBox/tests/spammy/res/values/ |
strings.xml | 18 <!-- No need to translate these, they are for testing only. -->
|
/packages/apps/Settings/tests/src/com/android/settings/tests/ |
SettingsLaunchPerformance.java | 26 * Instrumentation class for Settings launch performance testing.
|
/packages/apps/VoiceDialer/tests/src/com/android/voicedialer/ |
VoiceDialerLaunchPerformance.java | 24 * Instrumentation class for DeskClock launch performance testing.
|
/sdk/monkeyrunner/scripts/ |
mr_pydoc.py | 28 BASEDIR = 'frameworks/base/docs/html/guide/topics/testing/'
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/ |
MockBrokenPackage.java | 21 * A mock {@link BrokenPackage} for testing.
|
MockSourcePackage.java | 23 * A mock {@link SystemImagePackage} for testing.
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest_pred_impl.h | 52 // text, and returns a testing::AssertionResult. See the definition 77 if (const ::testing::AssertionResult gtest_ar = (expression)) \ 109 GTEST_ASSERT(::testing::AssertPred1Helper(#pred, \ 157 GTEST_ASSERT(::testing::AssertPred2Helper(#pred, \ 212 GTEST_ASSERT(::testing::AssertPred3Helper(#pred, \ 274 GTEST_ASSERT(::testing::AssertPred4Helper(#pred, \ 343 GTEST_ASSERT(::testing::AssertPred5Helper(#pred, \
|
/external/chromium/testing/gtest/include/gtest/ |
gtest_pred_impl.h | 52 // text, and returns a testing::AssertionResult. See the definition 77 if (const ::testing::AssertionResult gtest_ar = (expression)) \ 107 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \ 153 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \ 206 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \ 266 GTEST_ASSERT_(::testing::AssertPred4Helper(#pred, \ 333 GTEST_ASSERT_(::testing::AssertPred5Helper(#pred, \
|
/external/chromium/testing/gtest/test/ |
gtest-typed-test_test.cc | 38 using testing::Test; 40 // Used for testing that SetUpTestCase()/TearDownTestCase(), fixture 89 using testing::Types; 173 using testing::Types; 174 using testing::internal::TypedTestCasePState; 277 // For testing that the code between TYPED_TEST_CASE_P() and 284 // For testing that the code between TYPED_TEST_P() and
|
gtest-unittest-api_test.cc | 31 // The Google C++ Testing Framework (Google Test) 41 using ::testing::InitGoogleTest; 43 namespace testing { namespace 142 return testing::AssertionFailure() << "argument is " << str; 229 // These two tests are here to provide support for testing 333 } // namespace testing 338 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
|
/external/gtest/include/gtest/ |
gtest-death-test.h | 32 // The Google C++ Testing Framework (Google Test) 43 namespace testing { namespace 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting"); 169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 200 // The death testing framework causes this to have interesting semantics, 260 } // namespace testing
|
gtest_pred_impl.h | 52 // text, and returns a testing::AssertionResult. See the definition 77 if (const ::testing::AssertionResult gtest_ar = (expression)) \ 109 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \ 157 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \ 212 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \ 274 GTEST_ASSERT_(::testing::AssertPred4Helper(#pred, \ 343 GTEST_ASSERT_(::testing::AssertPred5Helper(#pred, \
|
/external/gtest/test/ |
gtest-typed-test_test.cc | 38 using testing::Test; 40 // Used for testing that SetUpTestCase()/TearDownTestCase(), fixture 87 using testing::Types; 171 using testing::Types; 172 using testing::internal::TypedTestCasePState; 279 // For testing that the code between TYPED_TEST_CASE_P() and 286 // For testing that the code between TYPED_TEST_P() and
|
/external/icu4c/test/intltest/ |
nmfmapts.cpp | 58 * This test does round-trip testing (format -> parse -> format -> parse -> etc.) of 67 logln("Testing NumberFormat constructors"); 105 logln("Testing equality operator"); 115 logln("Testing various format() methods"); 155 logln("Testing parse()"); 187 logln("Testing getters and setters"); 230 logln("Testing getStaticClassID()");
|
plurults.cpp | 86 logln("Testing PluralRules constructors"); 118 logln("Testing Simple PluralRules"); 133 logln("Testing Simple PluralRules"); 153 logln("Testing Complex PluralRules"); 200 dataerrln("ERROR: Could not create PluralRules for testing fractions - exitting"); 220 logln("Testing Equality of PluralRules"); 231 logln("Testing getStaticClassID()");
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest_pred_impl.h | 52 // text, and returns a testing::AssertionResult. See the definition 77 if (const ::testing::AssertionResult gtest_ar = (expression)) \ 107 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \ 153 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \ 206 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \ 266 GTEST_ASSERT_(::testing::AssertPred4Helper(#pred, \ 333 GTEST_ASSERT_(::testing::AssertPred5Helper(#pred, \
|