HomeSort by relevance Sort by last modified time
    Searched full:testing (Results 376 - 400 of 7783) sorted by null

<<11121314151617181920>>

  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketImplTest.java 64 * SSLSocketImpl(SSLParameters sslParameters) method testing.
124 * testing.
182 * localPort, SSLParameters sslParameters) method testing.
243 * method testing.
303 * int localPort, SSLParameters sslParameters) method testing.
363 * getSupportedCipherSuites() method testing.
380 * getEnabledCipherSuites() method testing.
425 * setEnabledCipherSuites(String[] suites) method testing.
471 * getSupportedProtocols() method testing.
489 * getEnabledProtocols() method testing
    [all...]
SSLServerSocketImplTest.java 53 * SSLServerSocketImpl(SSLParameters sslParameters) method testing.
111 * testing.
169 * SSLParameters sslParameters) method testing.
227 * SSLParameters sslParameters) method testing.
284 * getSupportedCipherSuites() method testing.
301 * getEnabledCipherSuites() method testing.
347 * setEnabledCipherSuites(String[] suites) method testing.
394 * getSupportedProtocols() method testing.
412 * getEnabledProtocols() method testing.
462 * setEnabledProtocols(String[] protocols) method testing
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest-typed-test.h 44 // by a type. Remember to derive it from testing::Test.
46 class FooTest : public testing::Test {
57 typedef testing::Types<char, int, unsigned int> MyTypes;
104 // by a type. Remember to derive it from testing::Test.
106 class FooTest : public testing::Test {
140 typedef testing::Types<char, int, unsigned int> MyTypes;
166 typedef ::testing::internal::TypeList< Types >::type \
179 ::testing::internal::TypeParameterizedTest< \
181 ::testing::internal::TemplateSel< \
220 static ::testing::internal::TypedTestCasePState
    [all...]
  /external/gtest/include/gtest/
gtest-typed-test.h 44 // by a type. Remember to derive it from testing::Test.
46 class FooTest : public testing::Test {
57 typedef testing::Types<char, int, unsigned int> MyTypes;
104 // by a type. Remember to derive it from testing::Test.
106 class FooTest : public testing::Test {
140 typedef testing::Types<char, int, unsigned int> MyTypes;
163 typedef ::testing::internal::TypeList<Types>::type \
176 ::testing::internal::TypeParameterizedTest< \
178 ::testing::internal::TemplateSel< \
217 static ::testing::internal::TypedTestCasePState
    [all...]
  /external/icu4c/test/intltest/
selfmts.cpp 118 logln("SelectFormat Unit Test : Testing SelectFormat pattern syntax.");
132 logln("SelectFormat Unit Test : Creating format object for Testing applying various patterns");
142 logln("SelectFormat Unit test: Testing applyPattern() and format() ...");
169 logln("SelectFormat Unit test: Testing format() with keyword method and with invalid keywords...");
208 logln("SelectFormat API test: Testing SelectFormat constructors ...");
220 logln("SelectFormat API test: Testing copy constructor and == operator ...");
229 logln("SelectFormat API test: Testing clone and == operator ...");
246 logln("SelectFormat API test: Testing assignment operator and == operator ...");
264 logln("SelectFormat API test: Testing getStaticClassID() and getStaticClassID() ...");
272 logln("Testing getStaticClassID()")
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-typed-test.h 44 // by a type. Remember to derive it from testing::Test.
46 class FooTest : public testing::Test {
57 typedef testing::Types<char, int, unsigned int> MyTypes;
104 // by a type. Remember to derive it from testing::Test.
106 class FooTest : public testing::Test {
140 typedef testing::Types<char, int, unsigned int> MyTypes;
166 typedef ::testing::internal::TypeList< Types >::type \
179 ::testing::internal::TypeParameterizedTest< \
181 ::testing::internal::TemplateSel< \
220 static ::testing::internal::TypedTestCasePState
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-typed-test.h 44 // by a type. Remember to derive it from testing::Test.
46 class FooTest : public testing::Test {
57 typedef testing::Types<char, int, unsigned int> MyTypes;
104 // by a type. Remember to derive it from testing::Test.
106 class FooTest : public testing::Test {
140 typedef testing::Types<char, int, unsigned int> MyTypes;
163 typedef ::testing::internal::TypeList<Types>::type \
176 ::testing::internal::TypeParameterizedTest< \
178 ::testing::internal::TemplateSel< \
217 static ::testing::internal::TypedTestCasePState
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
cookie_fetcher_unittest.cc 18 #include "testing/gmock/include/gmock/gmock.h"
19 #include "testing/gtest/include/gtest/gtest.h"
22 using ::testing::Return;
23 using ::testing::Invoke;
24 using ::testing::Unused;
25 using ::testing::_;
27 class CookieFetcherTest : public ::testing::Test {
cryptohome_op_unittest.cc 17 #include "testing/gmock/include/gmock/gmock.h"
18 #include "testing/gtest/include/gtest/gtest.h"
20 using ::testing::AnyNumber;
21 using ::testing::Invoke;
22 using ::testing::Return;
23 using ::testing::_;
27 class CryptohomeOpTest : public ::testing::Test {
update_screen_browsertest.cc 12 #include "testing/gtest/include/gtest/gtest.h"
15 using ::testing::_;
16 using ::testing::AnyNumber;
17 using ::testing::AtLeast;
18 using ::testing::Return;
19 using ::testing::ReturnRef;
20 using ::testing::Invoke;
  /external/chromium/chrome/browser/policy/
device_management_service_browsertest.cc 15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gtest/include/gtest/gtest.h"
18 using testing::_;
19 using testing::DoAll;
20 using testing::Invoke;
21 using testing::InvokeWithoutArgs;
25 // Dummy service URL for testing with request interception enabled.
managed_prefs_banner_base_unittest.cc 8 #include "testing/gmock/include/gmock/gmock.h"
9 #include "testing/gtest/include/gtest/gtest.h"
15 class ManagedPrefsBannerBaseTest : public testing::Test {
mock_device_management_backend.h 18 #include "testing/gmock/include/gmock/gmock.h"
19 #include "testing/gtest/include/gtest/gtest.h"
25 // Useful for unit testing when a server-based backend isn't
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set_unittest.cc 5 #include "testing/gtest/include/gtest/gtest.h"
11 class OrderedCommitSetTest : public testing::Test {
54 SCOPED_TRACE(::testing::Message("Iteration j = ") << j);
58 SCOPED_TRACE(::testing::Message("CommitSet mismatch at iteration i = ")
72 SCOPED_TRACE(::testing::Message("UI projection mismatch at i = ") << i);
78 SCOPED_TRACE(::testing::Message("PASSIVE projection mismatch at i = ")
85 SCOPED_TRACE(::testing::Message("DB projection mismatch at i = ") << i);
  /external/chromium/chrome/browser/sync/
test_profile_sync_service.cc 29 using ::testing::_;
37 testing::Invoke(this,
40 EXPECT_CALL(*this, RequestNudge(_)).Times(testing::AnyNumber());
136 EXPECT_CALL(*profile, GetPasswordStore(testing::_)).
137 WillOnce(testing::Return((PasswordStore*)NULL));
142 EXPECT_CALL(*profile, GetHistoryService(testing::_)).
143 WillOnce(testing::Return((HistoryService*)NULL));
backend_migrator_unittest.cc 10 #include "testing/gmock/include/gmock/gmock.h"
11 #include "testing/gtest/include/gtest/gtest.h"
13 using ::testing::_;
14 using ::testing::Eq;
15 using ::testing::Mock;
16 using ::testing::NiceMock;
17 using ::testing::Return;
18 using ::testing::SetArgumentPointee;
26 class BackendMigratorTest : public testing::Test {
profile_sync_service_startup_unittest.cc 5 #include "testing/gtest/include/gtest/gtest.h"
22 #include "testing/gmock/include/gmock/gmock.h"
26 using testing::_;
27 using testing::AnyNumber;
28 using testing::DoAll;
29 using testing::InvokeArgument;
30 using testing::Mock;
31 using testing::Return;
46 class ProfileSyncServiceStartupTest : public testing::Test {
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell_unittest.mm 13 #include "testing/gtest/include/gtest/gtest.h"
14 #include "testing/platform_test.h"
49 [[BookmarkButtonCell alloc] initTextCell:@"Testing"]);
64 [[BookmarkButtonCell alloc] initTextCell:@"Testing"]);
91 [[BookmarkButtonCell alloc] initTextCell:@"Testing"]);
112 [[BookmarkButtonCell alloc] initTextCell:@"Testing"]);
125 [[BookmarkButtonCell alloc] initTextCell:@"Testing"]);
  /external/chromium/chrome/browser/ui/cocoa/
rwhvm_editcommand_helper_unittest.mm 12 #include "testing/gmock/include/gmock/gmock.h"
13 #include "testing/gtest/include/gtest/gtest.h"
14 #include "testing/platform_test.h"
19 // Bare bones obj-c class for testing purposes.
94 ForwardEditCommand(testing::_, testing::_)).Times(num_edit_commands);
171 // selectors. Once we go past that we should do more extensive testing here.
  /external/valgrind/unittest/
old_test_suite.cc 81 class PerformanceTestEventListener: public ::testing::EmptyTestEventListener {
83 virtual void OnTestEnd(const ::testing::TestInfo& test_info) {
86 const ::testing::TestResult* result = test_info.result();
91 virtual void OnTestProgramEnd(const ::testing::UnitTest& unit_test) {
127 testing::InitGoogleTest(&argc, argv);
199 ::testing::TestEventListeners& listeners =
200 ::testing::UnitTest::GetInstance()->listeners();
  /external/chromium/base/
message_loop_proxy_impl_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
10 #include "testing/platform_test.h"
13 class MessageLoopProxyImplTest : public testing::Test {
path_service_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
14 #include "testing/gtest/include/gtest/gtest-spi.h"
15 #include "testing/platform_test.h"
  /external/chromium/base/synchronization/
cancellation_flag_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
15 #include "testing/platform_test.h"
55 ::testing::FLAGS_gtest_death_test_style = "threadsafe";
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.h 25 #include "testing/gtest/include/gtest/gtest.h"
59 class DesktopNotificationsTest : public testing::Test {
71 // testing::Test overrides
  /external/chromium/chrome/browser/parsers/
metadata_parser_filebase_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
18 class FileMetaDataParserTest : public testing::Test {
21 // Create a temporary directory for testing and fill it with a file.

Completed in 374 milliseconds

<<11121314151617181920>>