/packages/apps/LegacyCamera/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/packages/ |
MockBrokenPackage.java | 23 * A mock {@link BrokenPackage} for testing.
|
/system/core/include/sync/ |
sync.h | 35 /* sw_sync is mainly inteded for testing and should not be complied into
|
/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_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/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/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()");
|
/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, \
|
/external/protobuf/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)) \ 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/protobuf/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
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
ListSubListTester.java | 17 package com.google.common.collect.testing.testers; 19 import static com.google.common.collect.testing.features.CollectionSize.ONE; 20 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 21 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX; 22 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_REMOVE_WITH_INDEX; 23 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET; 26 import com.google.common.collect.testing.Helpers; 27 import com.google.common.collect.testing.features.CollectionSize; 28 import com.google.common.collect.testing.features.ListFeature; 39 * {@link com.google.common.collect.testing.ListTestSuiteBuilder} [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableMultisetTest.java | 24 import com.google.common.collect.testing.MinimalCollection; 25 import com.google.common.collect.testing.SetTestSuiteBuilder; 26 import com.google.common.collect.testing.TestStringSetGenerator; 27 import com.google.common.collect.testing.features.CollectionFeature; 28 import com.google.common.collect.testing.features.CollectionSize; 29 import com.google.common.collect.testing.google.MultisetTestSuiteBuilder; 30 import com.google.common.collect.testing.google.TestStringMultisetGenerator; 31 import com.google.common.collect.testing.google.UnmodifiableCollectionTests; 32 import com.google.common.testing.NullPointerTester; 33 import com.google.common.testing.SerializableTester [all...] |
ImmutableSortedMultisetTest.java | 21 import com.google.common.collect.testing.MinimalCollection; 22 import com.google.common.collect.testing.SetTestSuiteBuilder; 23 import com.google.common.collect.testing.TestStringSetGenerator; 24 import com.google.common.collect.testing.features.CollectionFeature; 25 import com.google.common.collect.testing.features.CollectionSize; 26 import com.google.common.collect.testing.google.SortedMultisetTestSuiteBuilder; 27 import com.google.common.collect.testing.google.TestStringMultisetGenerator; 28 import com.google.common.collect.testing.google.UnmodifiableCollectionTests; 29 import com.google.common.testing.NullPointerTester; 30 import com.google.common.testing.SerializableTester [all...] |