HomeSort by relevance Sort by last modified time
    Searched full:testing (Results 401 - 425 of 8489) sorted by null

<<11121314151617181920>>

  /external/gtest/test/
gtest_output_test_.cc 50 using testing::ScopedFakeTestPartResultReporter;
51 using testing::TestPartResultArray;
53 using testing::internal::Notification;
54 using testing::internal::ThreadWithParam;
57 namespace posix = ::testing::internal::posix;
58 using testing::internal::String;
59 using testing::internal::scoped_ptr;
76 // The testing::Test:: prefix is necessary when calling
78 if (testing::Test::HasFatalFailure()) return;
92 class FailingParamTest : public testing::TestWithParam<int> {}
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
Sasl2Test.java 93 "Testing provider SaslClientFactory - 1", CLNTSRV
96 "Testing provider SaslClientFactory - 2", CLNTSRV
99 "Testing provider SaslClientFactory - 3", CLNTSRV
102 "Testing provider SaslClientFactory - 4", CLNTSRV
144 "Testing provider SaslClientFactory - 1", CLNTSRV
147 "Testing provider SaslClientFactory - 2", CLNTSRV
150 "Testing provider SaslClientFactory - 3", CLNTSRV
153 "Testing provider SaslClientFactory - 4", CLNTSRV
194 "Testing provider SaslClientFactory - 1", CLNTSRV
197 "Testing provider SaslClientFactory - 2", CLNTSR
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
StringCharacterIteratorTest.java 134 StringCharacterIterator it1 = new StringCharacterIterator("testing", 2,
139 StringCharacterIterator it3 = new StringCharacterIterator("testing", 2,
155 StringCharacterIterator it = new StringCharacterIterator("testing", 2,
171 new StringCharacterIterator("testing", 2, 6, 4);
190 new StringCharacterIterator("testing", 2, 6, 4);
193 it1 = new StringCharacterIterator("testing", 2, 2, 2);
210 new StringCharacterIterator("testing", 2, 6, 4);
229 new StringCharacterIterator("testing", 2, 6, 4);
290 StringCharacterIterator it1 = new StringCharacterIterator("testing", 2,
337 new StringCharacterIterator("testing", 2, 6, 4)
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CertFactoryPerfTest.java 72 // Makes no sense. For testing purposes we need just provide
275 // the testing data was generated by using of classes
412 * checkValidity() method testing.
425 * checkValidity(Date date) method testing.
454 * getVersion() method testing.
462 * getSerialNumber() method testing.
470 * getIssuerDN() method testing.
479 * getIssuerX500Principal() method testing.
488 * getSubjectDN() method testing.
497 * getSubjectX500Principal() method testing
    [all...]
X509CertImplTest.java 97 // Makes no sense. For testing purposes we need just provide
322 * checkValidity() method testing.
335 * checkValidity(Date date) method testing.
392 * getSerialNumber() method testing.
400 * getIssuerDN() method testing.
409 * getIssuerX500Principal() method testing.
418 * getSubjectDN() method testing.
427 * getSubjectX500Principal() method testing.
436 * getNotBefore() method testing.
444 * getNotAfter() method testing
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-function-mockers.h.pump 47 namespace testing {
53 // Note: class FunctionMocker really belongs to the ::testing
54 // namespace. However if we define it in ::testing, MSVC will
55 // complain when classes in ::testing::internal declare it as a
57 // FunctionMocker in ::testing::internal and import it into ::testing.
102 // is meant to be defined in the ::testing namespace. The following
104 // cannot handle it if we define FunctionMocker in ::testing.
109 #define GMOCK_RESULT_(tn, F) tn ::testing::internal::Function<F>::Result
113 #define GMOCK_ARG_(tn, F, N) tn ::testing::internal::Function<F>::Argument##
    [all...]
gmock-generated-matchers.h 46 namespace testing { namespace
865 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3));
873 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4));
882 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4, m5));
892 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4, m5, m6));
903 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4, m5, m6, m7))
    [all...]
  /external/chromium/webkit/glue/media/
simple_data_source_unittest.cc 19 using ::testing::_;
20 using ::testing::DoAll;
21 using ::testing::InSequence;
22 using ::testing::Invoke;
23 using ::testing::NiceMock;
24 using ::testing::NotNull;
25 using ::testing::Return;
26 using ::testing::SetArgumentPointee;
27 using ::testing::StrictMock;
28 using ::testing::WithArgs
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetWritesTester.java 17 package com.google.common.collect.testing.google;
19 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD;
20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_CLEAR;
21 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
22 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE_ALL;
23 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_RETAIN_ALL;
24 import static com.google.common.collect.testing.features.CollectionSize.ONE;
25 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
30 import com.google.common.collect.testing.WrongType;
31 import com.google.common.collect.testing.features.CollectionFeature
    [all...]
  /external/android-mock/livetests/com/google/android/testing/mocking/test/
AndroidManifest.xml 20 package="com.google.android.testing.mocking.test"
27 <instrumentation android:targetPackage="com.google.android.testing.mocking.test"
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
MyProvider.java 28 * Provider for testing
32 super("MyProvider", 1.0, "Provider for testing");
  /external/chromium/base/
at_exit.cc 15 // recent, and we should never have more than one outside of testing, when we
17 // thread-safe access, since it will only be modified in testing.
  /external/chromium/chrome/browser/chromeos/cros/
mock_mount_library.h 14 #include "testing/gmock/include/gmock/gmock.h"
15 #include "testing/gtest/include/gtest/gtest.h"
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.h 16 #include "testing/gtest/include/gtest/gtest.h"
18 class ExtensionServiceTestBase : public testing::Test {
  /external/chromium/chrome/browser/google/
google_update_settings_unittest.cc 6 #include "testing/gtest/include/gtest/gtest.h"
7 #include "testing/platform_test.h"
  /external/chromium/chrome/browser/policy/
enterprise_install_attributes_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
14 class EnterpriseInstallAttributesTest : public testing::Test {
  /external/chromium/chrome/browser/prefs/
pref_notifier_impl.h 38 // testing.
47 // be mocked for unit testing.
pref_notifier_impl_unittest.cc 13 #include "testing/gmock/include/gmock/gmock.h"
14 #include "testing/gtest/include/gtest/gtest.h"
16 using testing::_;
17 using testing::Field;
18 using testing::Invoke;
19 using testing::Mock;
20 using testing::Truly;
61 class PrefNotifierTest : public testing::Test {
  /external/chromium/chrome/browser/status_icons/
status_icon_unittest.cc 6 #include "testing/gmock/include/gmock/gmock.h"
7 #include "testing/gtest/include/gtest/gtest.h"
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.h 18 #include "testing/gtest/include/gtest/gtest.h"
40 class AbstractProfileSyncServiceTest : public testing::Test {
js_arg_list_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
13 class JsArgListTest : public testing::Test {};
  /external/chromium/chrome/browser/sync/glue/
bookmark_data_type_controller_unittest.cc 5 #include "testing/gtest/include/gtest/gtest.h"
23 #include "testing/gmock/include/gmock/gmock.h"
29 using testing::_;
30 using testing::DoAll;
31 using testing::InvokeWithoutArgs;
32 using testing::Return;
33 using testing::SetArgumentPointee;
47 class BookmarkDataTypeControllerTest : public testing::Test {
frontend_data_type_controller_unittest.cc 5 #include "testing/gtest/include/gtest/gtest.h"
26 using testing::_;
27 using testing::DoAll;
28 using testing::InvokeWithoutArgs;
29 using testing::Return;
30 using testing::SetArgumentPointee;
31 using testing::StrictMock;
84 class FrontendDataTypeControllerTest : public testing::Test {
theme_util.h 24 // Exposed only for testing.
42 // Exposed only for testing.
  /external/chromium/chrome/browser/sync/notifier/
chrome_invalidation_client_unittest.cc 13 #include "testing/gmock/include/gmock/gmock.h"
14 #include "testing/gtest/include/gtest/gtest.h"
18 using ::testing::_;
19 using ::testing::Return;
20 using ::testing::StrictMock;
53 class ChromeInvalidationClientTest : public testing::Test {
149 using ::testing::Mock;
174 using ::testing::Mock;

Completed in 1110 milliseconds

<<11121314151617181920>>