/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
|
gtest_pred_impl_unittest.cc | 42 // involved to set up the stage for testing Google Test using Google 45 // Currently, gtest_unittest takes ~11 seconds to run in the testing 73 // Sample functions/functors for testing unary predicate assertions. 101 testing::AssertionResult PredFormatFunction1(const char* e1, 104 return testing::AssertionSuccess(); 106 testing::Message msg; 110 return testing::AssertionFailure(msg); 116 testing::AssertionResult operator()(const char* e1, 124 class Predicate1Test : public testing::Test { 461 // Sample functions/functors for testing binary predicate assertions [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldResultSetMetaDataTest.java | 437 // Exception testing 475 // Exception testing 515 // Exception testing 548 // Exception testing 585 // Exception testing 615 // Exception testing 639 // Exception testing 662 // Exception testing 687 // Exception testing 711 // Exception testing [all...] |
/external/chromium/base/ |
atomicops_unittest.cc | 10 #include "testing/gtest/include/gtest/gtest.h" 92 // Use test value that has non-zero bits in both halves, more for testing 115 // Use test value that has non-zero bits in both halves, more for testing 163 // This is a simple sanity check that values are correct. Not testing 188 // This is a simple sanity check that values are correct. Not testing
|
base.gyp | 223 '../testing/gmock.gyp:gmock', 224 '../testing/gtest.gyp:gtest', 282 '../testing/gmock.gyp:gmock', 283 '../testing/gtest.gyp:gtest', 319 '../testing/gtest.gyp:gtest',
|
string_split_unittest.cc | 6 #include "testing/gmock/include/gmock/gmock.h" 7 #include "testing/gtest/include/gtest/gtest.h" 9 using ::testing::ElementsAre; 13 class SplitStringIntoKeyValuesTest : public testing::Test { 86 class SplitStringIntoKeyValuePairsTest : public testing::Test {
|
/external/chromium/chrome/browser/policy/ |
config_dir_policy_provider_unittest.cc | 17 #include "testing/gtest/include/gtest/gtest.h" 47 : public ConfigDirPolicyProviderTestBase<testing::Test> { 115 // testing::TestWithParam does copying, so provide copy constructor and 172 testing::TestWithParam<ValueTestParams> > { 227 testing::Values(
|
configuration_policy_provider_mac_unittest.cc | 15 #include "testing/gtest/include/gtest/gtest.h" 30 // testing::TestWithParam does copying, so provide copy constructor and 128 // Parametrized test class for testing whether ConfigurationPolicyProviderMac 131 : public testing::TestWithParam<PolicyTestParams> { 201 testing::Values(
|
/external/chromium/chrome/browser/web_resource/ |
promo_resource_service_unittest.cc | 17 #include "testing/gtest/include/gtest/gtest.h" 19 typedef testing::Test PromoResourceServiceTest; 24 // Set up a testing profile and create a promo resource service. 114 // Set up a testing profile and create a promo resource service. 185 // Set up a testing profile and create a promo resource service.
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-generated-actions.h.pump | 48 namespace testing { 245 // error messages tractable, we define it in the testing namespace 246 // instead of testing::internal. However, this is an INTERNAL TYPE 326 } // namespace testing 620 class gmock_Impl : public ::testing::ActionInterface<F> {\ 623 typedef typename ::testing::internal::Function<F>::Result return_type;\ 624 typedef typename ::testing::internal::Function<F>::ArgumentTuple\ 628 return ::testing::internal::ActionHelper<return_type, gmock_Impl>::\ 638 template <typename F> operator ::testing::Action<F>() const {\ 639 return ::testing::Action<F>( [all...] |
/external/chromium/testing/gtest/test/ |
gtest_stress_test.cc | 49 namespace testing { namespace 112 // is for testing whether Google Test can handle failed assertions in a 236 } // namespace testing 239 testing::InitGoogleTest(&argc, argv); 254 testing::InitGoogleTest(&argc, argv);
|
gtest-printers_test.cc | 32 // Google Test - The Google C++ Testing Framework 61 // Some user-defined types for testing the universal value printer. 96 operator ::testing::internal::BiggestInt() const { return 42; } 187 namespace testing { namespace 199 using ::testing::PrintToString; 200 using ::testing::internal::NativeArray; 201 using ::testing::internal::RE; 202 using ::testing::internal::Strings; 203 using ::testing::internal::UniversalTersePrint; 204 using ::testing::internal::UniversalPrint [all...] |
/frameworks/base/test-runner/src/android/test/ |
ProviderTestCase2.java | 30 * This test case class provides a framework for testing a single 31 * {@link ContentProvider} and for testing your app code with an 66 * For more information on content provider testing, please see 67 * <a href="{@docRoot}guide/topics/testing/provider_testing.html">Content Provider Testing</a>.
|
/libcore/luni/src/test/java/tests/security/cert/ |
X509CRLTest.java | 79 * The stub class used for testing of non abstract methods. 183 * getType() method testing. Tests that getType() method returns 192 * equals(Object other) method testing. Tests the correctness of equal 241 * hashCode() method testing. Tests that for equal objects hash codes 269 * getRevokedCertificate(X509Certificate certificate) method testing.
|
/packages/apps/Email/src/com/android/email/ |
VendorPolicyLoader.java | 74 * For testing only. 86 * For testing only. 100 * Constructor for testing, where we need to use an alternate package/class name, and skip 130 // Not private for testing 145 // Not private for testing
|
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/ |
X509CRLSelectorTest.java | 180 * setIssuers(Collection <X500Principal> issuers) method testing. 212 * setIssuerNames(Collection <?> names) method testing. 258 * addIssuer(X500Principal issuer) method testing. 280 * addIssuerName(String name) method testing. 312 * addIssuerName(byte[] name) method testing. 350 * setMinCRLNumber(BigInteger minCRL) method testing. 372 * setMaxCRLNumber(BigInteger maxCRL) method testing. 394 * setDateAndTime(Date dateAndTime) method testing. 423 * getIssuers() method testing. 466 * getIssuerNames() method testing [all...] |
/external/icu4c/test/intltest/ |
plurfmts.cpp | 55 logln(" Testing PluralFormat constructors ..."); 196 logln("Testing PluralRules pattern syntax."); 214 logln("Testing various patterns"); 313 logln("Testing PluralRules with no rule."); 321 logln("Testing singular1 locales."); 334 logln("Testing singular1 locales."); 343 logln("Testing singular1 locales."); 358 logln("Testing singular1 locales."); 369 logln("Testing singular1 locales."); 383 logln("Testing special 12 and 19.") [all...] |
/external/gtest/test/ |
gtest_pred_impl_unittest.cc | 42 // involved to set up the stage for testing Google Test using Google 45 // Currently, gtest_unittest takes ~11 seconds to run in the testing 73 // Sample functions/functors for testing unary predicate assertions. 101 testing::AssertionResult PredFormatFunction1(const char* e1, 104 return testing::AssertionSuccess(); 106 testing::Message msg; 110 return testing::AssertionFailure(msg); 116 testing::AssertionResult operator()(const char* e1, 124 class Predicate1Test : public testing::Test { 461 // Sample functions/functors for testing binary predicate assertions [all...] |
/development/samples/BrowserPlugin/jni/background/ |
BackgroundPlugin.cpp | 225 //LOG_ERROR(instance, " ------ %p Testing Log Error", instance); 226 gLogI.log(kError_ANPLogType, " ------ %p Testing Log Error", instance); 227 gLogI.log(kWarning_ANPLogType, " ------ %p Testing Log Warning", instance); 228 gLogI.log(kDebug_ANPLogType, " ------ %p Testing Log Debug", instance); 244 //Setup the testing counters 353 gLogI.log(kDebug_ANPLogType, "BEGIN: testing bitmap transparency"); 394 gLogI.log(kDebug_ANPLogType, "END: testing bitmap transparency"); 407 gLogI.log(kDebug_ANPLogType, " ------ %p Testing DOM Access", instance); 434 gLogI.log(kDebug_ANPLogType, " ------ %p Testing JavaScript Access", instance);
|
/external/bluetooth/glib/gio/tests/ |
g-file.c | 1 /* GLib testing framework examples and tests 513 /* Testing whether g_file_new_for_path() or g_file_new_for_uri() always returns non-NULL result */ 516 /* Testing whether the g_file_new_for_path() correctly canonicalizes strings and two files equals (g_file_equal()) */ 519 /* Testing whether the g_file_new_for_uri() correctly canonicalizes strings and two files equals (g_file_equal()) */ 522 /* Testing g_file_dup() equals original file via g_file_equal() */ 525 /* Testing g_file_get_parse_name() to return correct UTF-8 string */ 528 /* Testing g_file_new_for_commandline_arg() for correct relavive path resolution and correct path/URI guess */ 531 /* Testing g_file_has_prefix(), g_file_get_relative_path() and g_file_resolve_relative_path() to return and process correct relative paths */ 534 /* Testing g_file_get_parent() and g_file_get_child() */
|
/external/chromium/chrome/browser/password_manager/ |
password_store_default_unittest.cc | 25 #include "testing/gmock/include/gmock/gmock.h" 26 #include "testing/gtest/include/gtest/gtest.h" 29 using testing::_; 30 using testing::DoAll; 31 using testing::ElementsAreArray; 32 using testing::Pointee; 33 using testing::Property; 34 using testing::WithArg; 100 class PasswordStoreDefaultTest : public testing::Test {
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_typed_url_unittest.cc | 7 #include "testing/gtest/include/gtest/gtest.h" 36 #include "testing/gmock/include/gmock/gmock.h" 67 using testing::_; 68 using testing::DoAll; 69 using testing::DoDefault; 70 using testing::Invoke; 71 using testing::Return; 72 using testing::SetArgumentPointee; 73 using testing::WithArgs;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectWizardState.java | 115 * testing. 119 * If true, this test project should be testing itself, otherwise it will be 120 * testing the project pointed to by {@link #testedProject}. 129 * be testing the plain project. (This flag only applies when creating 139 * True if the testing application name has been modified by the user (only 149 * True if the testing package name has been modified by the user (only 159 * True if the testing project name has been modified by the user (only 381 /** Create a sample project. Testing options are not presented. */ 385 * Create a test project, either testing itself or some other project.
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
CertificateFactory_ImplTest.java | 46 * The testing data was generated by use of classes from 174 * testing data structures. 254 * generateCRLs method testing. 260 // Testing the CRLs generation on the base of PKCS7 SignedData object 278 * generateCRL/generateCertificate method testing. 358 * generateCRLs method testing. 457 * generateCertificates method testing. 674 // testing empty PkiPath structure (ASN.1 such as 0x30, 0x00) 681 // testing with bad PEM content 726 * generateCertificates method testing [all...] |