/external/regex-re2/ |
Makefile | 7 # to build against PCRE for testing or benchmarking, 76 re2/testing/exhaustive_tester.h\ 77 re2/testing/regexp_generator.h\ 78 re2/testing/string_generator.h\ 79 re2/testing/tester.h\ 117 obj/re2/testing/backtrack.o\ 118 obj/re2/testing/dump.o\ 119 obj/re2/testing/exhaustive_tester.o\ 120 obj/re2/testing/null_walker.o\ 121 obj/re2/testing/regexp_generator.o [all...] |
/external/webkit/Source/WebCore/manual-tests/ |
window-sizing.html | 24 shouldBe("w.screenTop", 22); // empirical result of low dpi testing 25 shouldBe("w.outerHeight", 223); // empirical result of low dpi testing 39 shouldBe("w.screenTop", 22); // empirical result of low dpi testing 40 shouldBe("w.outerHeight", 313); // empirical result of low dpi testing 61 shouldBe("w.outerHeight", 223); // empirical result of low dpi testing
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/ |
LayoutTestController.idl | 63 // Repaint testing. 74 // Animation testing. 80 // UserContent testing. 89 // Compositing testing. 92 // Text search testing.
|
/external/chromium/base/debug/ |
trace_event_win_unittest.cc | 15 #include "testing/gmock/include/gmock/gmock.h" 16 #include "testing/gtest/include/gtest/gtest.h" 24 using testing::_; 25 using testing::AnyNumber; 26 using testing::InSequence; 27 using testing::Ge; 28 using testing::Le; 29 using testing::NotNull; 87 class TraceEventTest: public testing::Test { 176 testing::Ge(str.str().length()) [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
cros_mock.cc | 23 #include "testing/gmock/include/gmock/gmock.h" 24 #include "testing/gtest/include/gtest/gtest.h" 28 using ::testing::AnyNumber; 29 using ::testing::AtMost; 30 using ::testing::InSequence; 31 using ::testing::InvokeWithoutArgs; 32 using ::testing::Return; 33 using ::testing::ReturnRef; 34 using ::testing::StrictMock; 35 using ::testing::_ [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionRetainAllTester.java | 17 package com.google.common.collect.testing.testers; 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES; 20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_RETAIN_ALL; 21 import static com.google.common.collect.testing.features.CollectionSize.ONE; 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 24 import com.google.common.collect.testing.AbstractCollectionTester; 25 import com.google.common.collect.testing.MinimalCollection; 26 import com.google.common.collect.testing.features.CollectionFeature; 27 import com.google.common.collect.testing.features.CollectionSize; 37 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder} [all...] |
MapEqualsTester.java | 17 package com.google.common.collect.testing.testers; 19 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS; 20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES; 22 import com.google.common.collect.testing.AbstractMapTester; 23 import com.google.common.collect.testing.Helpers; 24 import com.google.common.collect.testing.features.CollectionSize; 25 import com.google.common.collect.testing.features.MapFeature;
|
/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; 166 typedef ::testing::internal::TypeList< Types >::type \ 179 ::testing::internal::TypeParameterizedTest< \ 181 ::testing::internal::TemplateSel< \ 220 static ::testing::internal::TypedTestCasePState [all...] |
/external/icu4c/test/intltest/ |
selfmts.cpp | 104 logln("SelectFormat Unit Test : Testing SelectFormat pattern syntax."); 130 logln("SelectFormat Unit Test : Creating format object for Testing applying various patterns"); 140 logln("SelectFormat Unit test: Testing applyPattern() and format() ..."); 168 logln("SelectFormat Unit test: Testing format() with keyword method and with invalid keywords..."); 210 logln("SelectFormat API test: Testing SelectFormat constructors ..."); 222 logln("SelectFormat API test: Testing copy constructor and == operator ..."); 231 logln("SelectFormat API test: Testing clone and == operator ..."); 248 logln("SelectFormat API test: Testing assignment operator and == operator ..."); 266 logln("SelectFormat API test: Testing getStaticClassID() and getStaticClassID() ..."); 274 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...] |
/frameworks/base/docs/html/tools/testing/ |
testing_eclipse.jd | 1 page.title=Testing from Eclipse with ADT 2 parent.title=Testing 24 <a href="{@docRoot}tools/testing/testing_android.html">Testing Fundamentals</a>, 25 which provides an overview of the Android testing framework. 28 ADT provides several features that help you set up and manage your testing environment 43 them flags that are passed to the Android testing framework. 55 <a href="{@docRoot}tools/testing/testing_otheride.html">Testing from Other IDEs</a>. 110 <a href="{@docRoot}tools/testing/testing_android.html#TestProjectPaths" [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.
|
/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));
|
/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/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
MultisetReadsTester.java | 17 package com.google.common.collect.testing.google; 19 import static com.google.common.collect.testing.features.CollectionSize.ONE; 20 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL; 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO; 27 import com.google.common.collect.testing.WrongType; 28 import com.google.common.collect.testing.features.CollectionSize; 37 * {@link com.google.common.collect.testing.SetTestSuiteBuilder}.
|
/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();
|