/external/llvm/unittests/ADT/ |
SparseBitVectorTest.cpp | 17 TEST(SparseBitVectorTest, TrivialOperation) { 20 EXPECT_FALSE(Vec.test(17)); 22 EXPECT_TRUE(Vec.test(5)); 23 EXPECT_FALSE(Vec.test(17)); 25 EXPECT_TRUE(Vec.test(5)); 26 EXPECT_FALSE(Vec.test(6)); 28 EXPECT_FALSE(Vec.test(5)); 31 EXPECT_TRUE(Vec.test(17)); 33 EXPECT_FALSE(Vec.test(17));
|
/external/v8/test/cctest/ |
test-deoptimization.cc | 115 TEST(DeoptimizeSimple) { 119 // Test lazy deoptimization of a simple function. 135 // Test lazy deoptimization of a simple function. Call the function after the 153 TEST(DeoptimizeSimpleWithArguments) { 157 // Test lazy deoptimization of a simple function with some arguments. 173 // Test lazy deoptimization of a simple function with some arguments. Call the 192 TEST(DeoptimizeSimpleNested) { 196 // Test lazy deoptimization of a simple function. Have a nested function call 217 TEST(DeoptimizeRecursive) { 222 // Test lazy deoptimization of a simple function called recursively. Cal [all...] |
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
AboutBlankLoad.cpp | 26 #include "Test.h" 44 TEST(WebKit2, AboutBlankLoad)
|
WKStringJSString.cpp | 26 #include "Test.h" 34 TEST(WebKit2, WKStringJSString)
|
/external/webkit/Tools/WebKitAPITest/ |
Test.h | 33 class Test { 35 ~Test() { } 42 // Use this to define a new test. 43 #define TEST(testCaseName, testName) \ 44 class TEST_CLASS_NAME(testCaseName, testName) : public Test { \
|
/external/chromium/chrome/common/extensions/ |
user_script_unittest.cc | 18 TEST(ExtensionUserScriptTest, Match1) { 37 TEST(ExtensionUserScriptTest, Match2) { 46 TEST(ExtensionUserScriptTest, Match3) { 55 TEST(ExtensionUserScriptTest, Match4) { 64 TEST(ExtensionUserScriptTest, Match5) { 72 TEST(ExtensionUserScriptTest, Match6) { 85 TEST(ExtensionUserScriptTest, UrlPatternGlobInteraction) { 117 TEST(ExtensionUserScriptTest, Pickle) { 169 TEST(ExtensionUserScriptTest, Defaults) {
|
extension_l10n_util_unittest.cc | 25 TEST(ExtensionL10nUtil, GetValidLocalesEmptyLocaleFolder) { 41 TEST(ExtensionL10nUtil, GetValidLocalesWithValidLocaleNoMessagesFile) { 58 TEST(ExtensionL10nUtil, GetValidLocalesWithUnsupportedLocale) { 85 TEST(ExtensionL10nUtil, GetValidLocalesWithValidLocalesAndMessagesFile) { 106 TEST(ExtensionL10nUtil, LoadMessageCatalogsValidFallback) { 131 TEST(ExtensionL10nUtil, LoadMessageCatalogsMissingFiles) { 150 TEST(ExtensionL10nUtil, LoadMessageCatalogsBadJSONFormat) { 177 TEST(ExtensionL10nUtil, LoadMessageCatalogsDuplicateKeys) { 253 TEST(ExtensionL10nUtil, LocalizeEmptyManifest) { 263 TEST(ExtensionL10nUtil, LocalizeManifestWithoutNameMsgAndEmptyDescription) [all...] |
extension_icon_set_unittest.cc | 9 TEST(ExtensionIconSet, Basic) { 37 TEST(ExtensionIconSet, Values) {
|
/external/chromium/net/websockets/ |
websocket_handshake_handler_unittest.cc | 33 TEST(WebSocketHandshakeRequestHandlerTest, SimpleRequest) { 56 TEST(WebSocketHandshakeRequestHandlerTest, ReplaceRequestCookies) { 68 "Cookie: WK-websocket-test=1\r\n" 78 "WK-websocket-test=1; " 79 "WK-websocket-test-httponly=1"); 90 "Cookie: WK-websocket-test=1; WK-websocket-test-httponly=1\r\n" 97 TEST(WebSocketHandshakeResponseHandlerTest, SimpleResponse) { 120 TEST(WebSocketHandshakeResponseHandlerTest, ReplaceResponseCookies) { 130 "Set-Cookie: WK-websocket-test-1\r\n [all...] |
/external/compiler-rt/lib/tsan/rtl_tests/ |
tsan_mutex.cc | 22 TEST(ThreadSanitizer, BasicMutex) { 40 TEST(ThreadSanitizer, BasicSpinMutex) { 58 TEST(ThreadSanitizer, BasicRwMutex) { 95 TEST(ThreadSanitizer, Mutex) { 111 TEST(ThreadSanitizer, SpinMutex) { 127 TEST(ThreadSanitizer, RwMutex) { 152 TEST(ThreadSanitizer, StaticMutex) { 177 TEST(DISABLED_BENCH_ThreadSanitizer, Singleton) { 200 TEST(DISABLED_BENCH_ThreadSanitizer, StopFlag) {
|
/external/valgrind/unittest/ |
demo_tests.cc | 46 void Thread1() { // Runs in thread named 'test-thread-1'. 51 void Thread2() { // Runs in thread named 'test-thread-2'. 56 TEST(DemoTests, RaceReportDemoTest) { 59 MyThread t1(Thread1, NULL, "test-thread-1"); 60 MyThread t2(Thread2, NULL, "test-thread-2"); 70 // In this test we have many different accesses to GLOB and only one access 102 TEST(DemoTests, test302) { 120 TEST(DemoTests, test303) { 157 TEST(DemoTests, test304) { 175 // In this test GLOB is protected by MU1 and MU2, but inconsistently [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_unittest.cc | 35 // To test the code generator, we actually use it to generate code for 36 // google/protobuf/unittest.proto, then test that. This means that we 42 // updated for any small change; such a test would be very brittle and probably 43 // not very helpful. What we really want to test is that the code compiles 44 // correctly and produces the interfaces we expect, which is why this test 95 // Test that generated code has proper descriptors: 98 TEST(GeneratedDescriptorTest, IdenticalDescriptors) { 114 // Test that descriptors are generated correctly by converting them to 128 TEST(GeneratedMessageTest, Defaults) { 147 TEST(GeneratedMessageTest, FloatingPointDefaults) [all...] |
/external/chromium/base/ |
bits_unittest.cc | 13 TEST(BitsTest, Log2Floor) { 30 TEST(BitsTest, Log2Ceiling) {
|
/external/chromium/base/threading/ |
thread_local_storage_unittest.cc | 62 TEST(ThreadLocalStorageTest, Basics) { 69 TEST(ThreadLocalStorageTest, TLSDestructors) {
|
/external/chromium/chrome/browser/autofill/ |
select_control_handler_unittest.cc | 13 TEST(SelectControlHandlerTest, CreditCardMonthExact) { 31 TEST(SelectControlHandlerTest, CreditCardMonthAbbreviated) { 50 TEST(SelectControlHandlerTest, CreditCardMonthFull) { 69 TEST(SelectControlHandlerTest, CreditCardMonthNumeric) { 87 TEST(SelectControlHandlerTest, AddressCountryFull) { 105 TEST(SelectControlHandlerTest, AddressCountryAbbrev) { 123 TEST(SelectControlHandlerTest, AddressStateFull) { 141 TEST(SelectControlHandlerTest, AddressStateAbbrev) {
|
/external/chromium/chrome/browser/chromeos/ |
name_value_pairs_parser_unittest.cc | 12 TEST(NameValuePairsParser, TestGetSingleValueFromTool) { 22 TEST(NameValuePairsParser, TestParseNameValuePairsFromTool) {
|
/external/chromium/chrome/browser/content_settings/ |
content_settings_pattern_unittest.cc | 12 TEST(ContentSettingsPatternTest, PatternSupport) { 17 EXPECT_TRUE(ContentSettingsPattern("file:///tmp/test.html").IsValid()); 28 EXPECT_TRUE(ContentSettingsPattern("file:///tmp/test.html").Matches( 29 GURL("file:///tmp/test.html"))); 36 EXPECT_FALSE(ContentSettingsPattern("file:///tmp/test.html").Matches( 38 EXPECT_FALSE(ContentSettingsPattern("file:///tmp/test.html").Matches( 42 TEST(ContentSettingsPatternTest, CanonicalizePattern) { 64 EXPECT_STREQ("file:///tmp/test.html", ContentSettingsPattern( 65 "file:///tmp/bar/../test.html").CanonicalizePattern().c_str());
|
/external/chromium/chrome/browser/metrics/ |
metrics_response_unittest.cc | 13 class MetricsResponseTest : public testing::Test { 78 TEST(MetricsResponseTest, ParseResponse) { 103 TEST(MetricsResponseTest, ParseBogusResponse) {
|
metrics_service_unittest.cc | 16 class MetricsServiceTest : public ::testing::Test { 22 TEST(MetricsServiceTest, ClientIdCorrectlyFormatted) { 37 TEST(MetricsServiceTest, EmptyLogList) { 51 TEST(MetricsServiceTest, SingleElementLogList) { 91 TEST(MetricsServiceTest, OverLimitLogList) { 126 TEST(MetricsServiceTest, SmallRecoveredListSize) { 145 TEST(MetricsServiceTest, RemoveSizeFromLogList) { 164 TEST(MetricsServiceTest, CorruptSizeOfLogList) { 183 TEST(MetricsServiceTest, CorruptChecksumOfLogList) {
|
/external/chromium/chrome/browser/prefs/ |
proxy_prefs_unittest.cc | 11 TEST(ProxyPrefsTest, StringToProxyMode) { 27 TEST(ProxyPrefsTest, IntToProxyMode) {
|
/external/chromium/chrome/browser/ |
spellchecker_platform_engine_unittest.cc | 11 // is the only platform to support ignoring words. Note that in this test, we 12 // supply a non-zero doc_tag, in order to test that ignored words are matched to 14 TEST(PlatformSpellCheckTest, IgnoreWords_EN_US) { 42 } // Test IgnoreWords_EN_US 44 TEST(PlatformSpellCheckTest, SpellCheckSuggestions_EN_US) { 49 // We need to have separate test cases here, since hunspell and the OS X 52 // integrated somewhat. The test cases for non-Mac are in 77 // Ideally, this test should pass. It works in firefox, but not in hunspell
|
/external/chromium/chrome/browser/status_icons/ |
status_tray_unittest.cc | 31 TEST(StatusTrayTest, Create) { 40 TEST(StatusTrayTest, CreateRemove) {
|
/external/chromium/chrome/browser/themes/ |
theme_service_unittest.cc | 10 TEST(ThemeServiceTest, AlignmentConversion) { 35 TEST(ThemeServiceTest, AlignmentConversionInput) {
|
/external/chromium/net/base/ |
address_list_unittest.cc | 42 TEST(AddressListTest, GetPort) { 51 TEST(AddressListTest, Assignment) { 66 TEST(AddressListTest, CopyRecursive) { 88 TEST(AddressListTest, CopyNonRecursive) { 110 TEST(AddressListTest, Append) { 129 TEST(AddressListTest, Canonical) { 132 // The contents of address do not matter for this test, 177 TEST(AddressListTest, IPLiteralConstructor) { 194 << "' test skipped."; 218 TEST(AddressListTest, AddressFromAddrInfo) [all...] |
/external/chromium/net/http/ |
http_auth_gssapi_posix_unittest.cc | 52 void EstablishInitialContext(test::MockGSSAPILibrary* library) { 53 test::GssContextMockImpl context_info( 75 TEST(HttpAuthGSSAPIPOSIXTest, GSSAPIStartup) { 76 // TODO(ahendrickson): Manipulate the libraries and paths to test each of the 84 TEST(HttpAuthGSSAPIPOSIXTest, GSSAPILoadCustomLibrary) { 90 TEST(HttpAuthGSSAPIPOSIXTest, GSSAPICycle) { 91 scoped_ptr<test::MockGSSAPILibrary> mock_library(new test::MockGSSAPILibrary); 95 test::GssContextMockImpl context1( 103 test::GssContextMockImpl context2 [all...] |