Searched defs:TEST_F (Results 1 - 25 of 628) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/sync/glue/
H A Dautofill_model_associator_unittest.cc15 TEST_F(AutofillModelAssociatorTest, KeyToTag) { function
/external/chromium/net/disk_cache/
H A Daddr_unittest.cc11 TEST_F(DiskCacheTest, CacheAddr_Size) { function in namespace:disk_cache
19 TEST_F(DiskCacheTest, CacheAddr_ValidValues) { function in namespace:disk_cache
28 TEST_F(DiskCacheTest, CacheAddr_InvalidValues) { function in namespace:disk_cache
37 TEST_F(DiskCacheTest, CacheAddr_SanityCheck) { function in namespace:disk_cache
H A Dstorage_block_unittest.cc12 TEST_F(DiskCacheTest, StorageBlock_LoadStore) { function
32 TEST_F(DiskCacheTest, StorageBlock_SetData) { function
52 TEST_F(DiskCacheTest, StorageBlock_SetModified) { function
/external/llvm/unittests/ADT/
H A DDenseSetTest.cpp22 TEST_F(DenseSetTest, DoubleEntrySetTest) { function in namespace:__anon7909
/external/chromium/chrome/browser/
H A Dbrowsing_data_database_helper_unittest.cc16 TEST_F(CannedBrowsingDataDatabaseTest, Empty) { function in namespace:__anon1367
H A Dbrowsing_data_indexed_db_helper_unittest.cc16 TEST_F(CannedBrowsingDataIndexedDBHelperTest, Empty) { function in namespace:__anon1370
H A Dbrowsing_data_local_storage_helper_unittest.cc15 TEST_F(CannedBrowsingDataLocalStorageTest, Empty) { function in namespace:__anon1372
H A Ddefault_plugin_uitest.cc24 TEST_F(DefaultPluginUITest, MAYBE_DefaultPluginLoadTest) { function
H A Dimages_uitest.cc14 TEST_F(ImagesTest, AnimatedGIFs) { function
/external/chromium/chrome/browser/first_run/
H A Dfirst_run_unittest.cc18 TEST_F(FirstRunTest, RemoveSentinel) { function
/external/chromium/chrome/browser/instant/
H A Dpromo_counter_unittest.cc12 TEST_F(PromoCounterTest, MaxTimeElapsed) { function
24 TEST_F(PromoCounterTest, MaxSessionsLapsed) { function
46 TEST_F(PromoCounterTest, Hide) { function
65 TEST_F(PromoCounterTest, Hide2) { function
/external/chromium/chrome/browser/notifications/
H A Dnotifications_interactive_uitest.cc20 TEST_F(NotificationsPermissionTest, DISABLED_TestUserGestureInfobar) { function
47 TEST_F(NotificationsPermissionTest, FLAKY_TestNoUserGestureInfobar) { function
/external/chromium/chrome/browser/ssl/
H A Dssl_host_state_unittest.cc94 TEST_F(SSLHostStateTest, DidHostRunInsecureContent) { function
114 TEST_F(SSLHostStateTest, QueryPolicy) { function
/external/chromium/chrome/browser/sync/engine/
H A Dsyncproto_unittest.cc13 TEST_F(SyncProtoTest, ProtocolVersionPresent) { function in namespace:browser_sync
/external/chromium/chrome/browser/sync/syncable/
H A Dmodel_type_payload_map_unittest.cc25 TEST_F(ModelTypePayloadMapTest, TypePayloadMapToValue) { function in namespace:syncable::__anon1947
/external/chromium/chrome/browser/ui/tabs/
H A Dtab_menu_model_unittest.cc14 TEST_F(TabMenuModelTest, Basics) { function
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_unittest.cc14 TEST_F(BookmarkBarViewTest, SwitchProfile) { function
/external/chromium/sdch/open-vcdiff/src/
H A Dvcdecoder1_test.cc25 TEST_F(VCDiffStandardDecoderTest, DecodeHeaderOnly) { function in namespace:open_vcdiff
34 TEST_F(VCDiffStandardDecoderTest, Decode) { function in namespace:open_vcdiff
47 TEST_F(VCDiffStandardDecoderTest, StandardFormatDoesNotSupportChecksum) { function in namespace:open_vcdiff
59 TEST_F(VCDiffStandardDecoderTest, FinishAfterDecodingPartialWindow) { function in namespace:open_vcdiff
69 TEST_F(VCDiffStandardDecoderTest, FinishAfterDecodingPartialWindowHeader) { function in namespace:open_vcdiff
79 TEST_F(VCDiffStandardDecoderTest, TargetMatchesWindowSizeLimit) { function in namespace:open_vcdiff
89 TEST_F(VCDiffStandardDecoderTest, TargetMatchesFileSizeLimit) { function in namespace:open_vcdiff
99 TEST_F(VCDiffStandardDecoderTest, TargetExceedsWindowSizeLimit) { function in namespace:open_vcdiff
108 TEST_F(VCDiffStandardDecoderTest, TargetExceedsFileSizeLimit) { function in namespace:open_vcdiff
121 TEST_F(VCDiffStandardDecoderTes function in namespace:open_vcdiff
137 TEST_F(VCDiffStandardDecoderTest, WinIndicatorHasBothSourceAndTarget) { function in namespace:open_vcdiff
146 TEST_F(VCDiffStandardDecoderTest, OkayToSetUpperBitsOfWinIndicator) { function in namespace:open_vcdiff
158 TEST_F(VCDiffStandardDecoderTest, CopyInstructionsShouldFailIfNoSourceSegment) { function in namespace:open_vcdiff
171 TEST_F(VCDiffStandardDecoderTest, SourceSegmentSizeExceedsDictionarySize) { function in namespace:open_vcdiff
180 TEST_F(VCDiffStandardDecoderTest, SourceSegmentSizeMaxInt) { function in namespace:open_vcdiff
189 TEST_F(VCDiffStandardDecoderTest, SourceSegmentSizeNegative) { function in namespace:open_vcdiff
198 TEST_F(VCDiffStandardDecoderTest, SourceSegmentSizeInvalid) { function in namespace:open_vcdiff
207 TEST_F(VCDiffStandardDecoderTest, SourceSegmentEndExceedsDictionarySize) { function in namespace:open_vcdiff
216 TEST_F(VCDiffStandardDecoderTest, SourceSegmentPosMaxInt) { function in namespace:open_vcdiff
225 TEST_F(VCDiffStandardDecoderTest, SourceSegmentPosNegative) { function in namespace:open_vcdiff
234 TEST_F(VCDiffStandardDecoderTest, SourceSegmentPosInvalid) { function in namespace:open_vcdiff
243 TEST_F(VCDiffStandardDecoderTest, DeltaEncodingLengthZero) { function in namespace:open_vcdiff
252 TEST_F(VCDiffStandardDecoderTest, DeltaEncodingLengthTooLargeByOne) { function in namespace:open_vcdiff
261 TEST_F(VCDiffStandardDecoderTest, DeltaEncodingLengthTooSmallByOne) { function in namespace:open_vcdiff
270 TEST_F(VCDiffStandardDecoderTest, DeltaEncodingLengthMaxInt) { function in namespace:open_vcdiff
279 TEST_F(VCDiffStandardDecoderTest, DeltaEncodingLengthNegative) { function in namespace:open_vcdiff
288 TEST_F(VCDiffStandardDecoderTest, DeltaEncodingLengthInvalid) { function in namespace:open_vcdiff
297 TEST_F(VCDiffStandardDecoderTest, TargetWindowSizeZero) { function in namespace:open_vcdiff
307 TEST_F(VCDiffStandardDecoderTest, TargetWindowSizeTooLargeByOne) { function in namespace:open_vcdiff
316 TEST_F(VCDiffStandardDecoderTest, TargetWindowSizeTooSmallByOne) { function in namespace:open_vcdiff
325 TEST_F(VCDiffStandardDecoderTest, TargetWindowSizeMaxInt) { function in namespace:open_vcdiff
334 TEST_F(VCDiffStandardDecoderTest, TargetWindowSizeNegative) { function in namespace:open_vcdiff
343 TEST_F(VCDiffStandardDecoderTest, TargetWindowSizeInvalid) { function in namespace:open_vcdiff
352 TEST_F(VCDiffStandardDecoderTest, OkayToSetUpperBitsOfDeltaIndicator) { function in namespace:open_vcdiff
362 TEST_F(VCDiffStandardDecoderTest, DataCompressionNotSupported) { function in namespace:open_vcdiff
371 TEST_F(VCDiffStandardDecoderTest, InstructionCompressionNotSupported) { function in namespace:open_vcdiff
380 TEST_F(VCDiffStandardDecoderTest, AddressCompressionNotSupported) { function in namespace:open_vcdiff
389 TEST_F(VCDiffStandardDecoderTest, AddRunDataSizeZero) { function in namespace:open_vcdiff
398 TEST_F(VCDiffStandardDecoderTest, AddRunDataSizeTooLargeByOne) { function in namespace:open_vcdiff
407 TEST_F(VCDiffStandardDecoderTest, AddRunDataSizeTooSmallByOne) { function in namespace:open_vcdiff
416 TEST_F(VCDiffStandardDecoderTest, AddRunDataSizeMaxInt) { function in namespace:open_vcdiff
425 TEST_F(VCDiffStandardDecoderTest, AddRunDataSizeNegative) { function in namespace:open_vcdiff
434 TEST_F(VCDiffStandardDecoderTest, AddRunDataSizeInvalid) { function in namespace:open_vcdiff
443 TEST_F(VCDiffStandardDecoderTest, InstructionsSizeZero) { function in namespace:open_vcdiff
452 TEST_F(VCDiffStandardDecoderTest, InstructionsSizeTooLargeByOne) { function in namespace:open_vcdiff
461 TEST_F(VCDiffStandardDecoderTest, InstructionsSizeTooSmallByOne) { function in namespace:open_vcdiff
470 TEST_F(VCDiffStandardDecoderTest, InstructionsSizeMaxInt) { function in namespace:open_vcdiff
479 TEST_F(VCDiffStandardDecoderTest, InstructionsSizeNegative) { function in namespace:open_vcdiff
488 TEST_F(VCDiffStandardDecoderTest, InstructionsSizeInvalid) { function in namespace:open_vcdiff
497 TEST_F(VCDiffStandardDecoderTest, CopyAddressSizeZero) { function in namespace:open_vcdiff
506 TEST_F(VCDiffStandardDecoderTest, CopyAddressSizeTooLargeByOne) { function in namespace:open_vcdiff
515 TEST_F(VCDiffStandardDecoderTest, CopyAddressSizeTooSmallByOne) { function in namespace:open_vcdiff
524 TEST_F(VCDiffStandardDecoderTest, CopyAddressSizeMaxInt) { function in namespace:open_vcdiff
533 TEST_F(VCDiffStandardDecoderTest, CopyAddressSizeNegative) { function in namespace:open_vcdiff
542 TEST_F(VCDiffStandardDecoderTest, CopyAddressSizeInvalid) { function in namespace:open_vcdiff
551 TEST_F(VCDiffStandardDecoderTest, InstructionsEndEarly) { function in namespace:open_vcdiff
564 TEST_F(VCDiffStandardDecoderTest, CopyMoreThanExpectedTarget) { function in namespace:open_vcdiff
576 TEST_F(VCDiffStandardDecoderTest, CopySizeZero) { function in namespace:open_vcdiff
585 TEST_F(VCDiffStandardDecoderTest, CopySizeTooLargeByOne) { function in namespace:open_vcdiff
594 TEST_F(VCDiffStandardDecoderTest, CopySizeTooSmallByOne) { function in namespace:open_vcdiff
603 TEST_F(VCDiffStandardDecoderTest, CopySizeMaxInt) { function in namespace:open_vcdiff
612 TEST_F(VCDiffStandardDecoderTest, CopySizeNegative) { function in namespace:open_vcdiff
621 TEST_F(VCDiffStandardDecoderTest, CopySizeInvalid) { function in namespace:open_vcdiff
630 TEST_F(VCDiffStandardDecoderTest, CopyAddressBeyondHereAddress) { function in namespace:open_vcdiff
642 TEST_F(VCDiffStandardDecoderTest, CopyAddressMaxInt) { function in namespace:open_vcdiff
651 TEST_F(VCDiffStandardDecoderTest, CopyAddressNegative) { function in namespace:open_vcdiff
660 TEST_F(VCDiffStandardDecoderTest, CopyAddressInvalid) { function in namespace:open_vcdiff
669 TEST_F(VCDiffStandardDecoderTest, AddMoreThanExpectedTarget) { function in namespace:open_vcdiff
681 TEST_F(VCDiffStandardDecoderTest, AddSizeZero) { function in namespace:open_vcdiff
690 TEST_F(VCDiffStandardDecoderTest, AddSizeTooLargeByOne) { function in namespace:open_vcdiff
699 TEST_F(VCDiffStandardDecoderTest, AddSizeTooSmallByOne) { function in namespace:open_vcdiff
708 TEST_F(VCDiffStandardDecoderTest, AddSizeMaxInt) { function in namespace:open_vcdiff
717 TEST_F(VCDiffStandardDecoderTest, AddSizeNegative) { function in namespace:open_vcdiff
726 TEST_F(VCDiffStandardDecoderTest, AddSizeInvalid) { function in namespace:open_vcdiff
735 TEST_F(VCDiffStandardDecoderTest, RunMoreThanExpectedTarget) { function in namespace:open_vcdiff
747 TEST_F(VCDiffStandardDecoderTest, RunSizeZero) { function in namespace:open_vcdiff
756 TEST_F(VCDiffStandardDecoderTest, RunSizeTooLargeByOne) { function in namespace:open_vcdiff
765 TEST_F(VCDiffStandardDecoderTest, RunSizeTooSmallByOne) { function in namespace:open_vcdiff
774 TEST_F(VCDiffStandardDecoderTest, RunSizeMaxInt) { function in namespace:open_vcdiff
783 TEST_F(VCDiffStandardDecoderTest, RunSizeNegative) { function in namespace:open_vcdiff
792 TEST_F(VCDiffStandardDecoderTest, RunSizeInvalid) { function in namespace:open_vcdiff
[all...]
/external/chromium/testing/gtest/test/
H A Dgtest_prod_test.cc49 // Tests that private members can be accessed from a TEST_F declared
51 TEST_F(PrivateCodeFixtureTest, CanAccessPrivateMembers) { function
H A Dgtest_xml_outfile1_test_.cc47 TEST_F(PropertyOne, TestSomeProperties) { function
H A Dgtest_xml_outfile2_test_.cc47 TEST_F(PropertyTwo, TestSomeProperties) { function
/external/chromium/webkit/glue/
H A Dbookmarklet_unittest.cc25 TEST_F(BookmarkletTest, Redirect) { function in namespace:__anon2806
33 TEST_F(BookmarkletTest, RedirectVoided) { function in namespace:__anon2806
45 TEST_F(BookmarkletTest, NonEmptyResult) { function in namespace:__anon2806
66 TEST_F(BookmarkletTest, DocumentWrite) { function in namespace:__anon2806
H A Dwebview_unittest.cc14 TEST_F(WebViewTest, ActiveState) { function
/external/gtest/test/
H A Dgtest_prod_test.cc55 // Tests that private members can be accessed from a TEST_F declared
57 TEST_F(PrivateCodeFixtureTest, CanAccessPrivateMembers) { function
H A Dgtest_xml_outfile1_test_.cc47 TEST_F(PropertyOne, TestSomeProperties) { function

Completed in 559 milliseconds

1234567891011>>