Home
last modified time | relevance | path

Searched defs:TEST_F (Results 1 – 25 of 671) sorted by relevance

12345678910>>...27

/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_editor_controller_unittest.mm51 TEST_F(BookmarkEditorControllerTest, NoEdit) { function
59 TEST_F(BookmarkEditorControllerTest, EditTitle) { function
68 TEST_F(BookmarkEditorControllerTest, EditURL) { function
79 TEST_F(BookmarkEditorControllerTest, EditAndFixPrefix) { function
87 TEST_F(BookmarkEditorControllerTest, NodeDeleted) { function
95 TEST_F(BookmarkEditorControllerTest, EditAndConfirmOKButton) { function
116 TEST_F(BookmarkEditorControllerTest, GoodAndBadURLsChangeColor) { function
158 TEST_F(BookmarkEditorControllerNoNodeTest, NoNodeNoTree) { function
196 TEST_F(BookmarkEditorControllerYesNodeTest, YesNodeShowTree) { function
299 TEST_F(BookmarkEditorControllerTreeTest, VerifyBookmarkTestModel) { function
[all …]
Dbookmark_menu_bridge_unittest.mm90 TEST_F(BookmarkMenuBridgeTest, TestBookmarkMenuAutoSeparator) { function
114 TEST_F(BookmarkMenuBridgeTest, TestClearBookmarkMenu) { function
136 TEST_F(BookmarkMenuBridgeTest, TestInvalidation) { function
164 TEST_F(BookmarkMenuBridgeTest, TestAddNodeToMenu) { function
240 TEST_F(BookmarkMenuBridgeTest, TestAddItemToMenu) { function
307 TEST_F(BookmarkMenuBridgeTest, TestGetMenuItemForNode) { function
339 TEST_F(BookmarkMenuBridgeTest, TestAddNodeToOther) { function
358 TEST_F(BookmarkMenuBridgeTest, TestFaviconLoading) { function
376 TEST_F(BookmarkMenuBridgeTest, TestChangeTitle) { function
Dbookmark_editor_base_controller_unittest.mm89 TEST_F(BookmarkEditorBaseControllerTest, VerifyBookmarkTestModel) { function
138 TEST_F(BookmarkEditorBaseControllerTest, NodeSelection) { function
146 TEST_F(BookmarkEditorBaseControllerTest, CreateFolder) { function
167 TEST_F(BookmarkEditorBaseControllerTest, CreateTwoFolders) { function
181 TEST_F(BookmarkEditorBaseControllerTest, SelectedFolderDeleted) { function
193 TEST_F(BookmarkEditorBaseControllerTest, SelectedFoldersParentDeleted) { function
206 TEST_F(BookmarkEditorBaseControllerTest, FolderAdded) { function
222 TEST_F(BookmarkFolderInfoTest, Construction) { function
Dbookmark_bar_folder_controller_unittest.mm206 TEST_F(BookmarkBarFolderControllerTest, InitCreateAndDelete) { function
240 TEST_F(BookmarkBarFolderControllerTest, ReleaseOnClose) { function
249 TEST_F(BookmarkBarFolderControllerTest, BasicPosition) { function
291 TEST_F(BookmarkBarFolderControllerTest, PositionRightLeftRight) { function
353 TEST_F(BookmarkBarFolderControllerTest, DropDestination) { function
389 TEST_F(BookmarkBarFolderControllerTest, OpenFolder) { function
415 TEST_F(BookmarkBarFolderControllerTest, ChildFolderCallbacks) { function
433 TEST_F(BookmarkBarFolderControllerTest, ChildFolderWidth) { function
452 TEST_F(BookmarkBarFolderControllerTest, DISABLED_SimpleScroll) { function
542 TEST_F(BookmarkBarFolderControllerTest, MenuPlacementWhileScrollingDeleting) { function
[all …]
Dbookmark_name_folder_controller_unittest.mm23 TEST_F(BookmarkNameFolderControllerTest, AddNew) { function
53 TEST_F(BookmarkNameFolderControllerTest, AddNewWithSibling) { function
83 TEST_F(BookmarkNameFolderControllerTest, AddNewDefaultName) { function
104 TEST_F(BookmarkNameFolderControllerTest, AddNewBlankName) { function
124 TEST_F(BookmarkNameFolderControllerTest, Rename) { function
148 TEST_F(BookmarkNameFolderControllerTest, EditAndConfirmOKButton) { function
/external/chromium/sdch/open-vcdiff/src/
Dvcdecoder1_test.cc25 TEST_F(VCDiffStandardDecoderTest, DecodeHeaderOnly) { in TEST_F() function
34 TEST_F(VCDiffStandardDecoderTest, Decode) { in TEST_F() function
47 TEST_F(VCDiffStandardDecoderTest, StandardFormatDoesNotSupportChecksum) { in TEST_F() function
59 TEST_F(VCDiffStandardDecoderTest, FinishAfterDecodingPartialWindow) { in TEST_F() function
69 TEST_F(VCDiffStandardDecoderTest, FinishAfterDecodingPartialWindowHeader) { in TEST_F() function
79 TEST_F(VCDiffStandardDecoderTest, TargetMatchesWindowSizeLimit) { in TEST_F() function
89 TEST_F(VCDiffStandardDecoderTest, TargetMatchesFileSizeLimit) { in TEST_F() function
99 TEST_F(VCDiffStandardDecoderTest, TargetExceedsWindowSizeLimit) { in TEST_F() function
108 TEST_F(VCDiffStandardDecoderTest, TargetExceedsFileSizeLimit) { in TEST_F() function
121 TEST_F(VCDiffStandardDecoderTest, FuzzBits) { in TEST_F() function
[all …]
Dvcdecoder3_test.cc43 TEST_F(VCDiffInterleavedDecoderTest, DecodeHeaderOnly) { in TEST_F() function
52 TEST_F(VCDiffInterleavedDecoderTest, PartialHeaderNotEnough) { in TEST_F() function
61 TEST_F(VCDiffInterleavedDecoderTest, BadMagicNumber) { in TEST_F() function
70 TEST_F(VCDiffInterleavedDecoderTest, BadVersionNumber) { in TEST_F() function
79 TEST_F(VCDiffInterleavedDecoderTest, SecondaryCompressionNotSupported) { in TEST_F() function
88 TEST_F(VCDiffInterleavedDecoderTest, Decode) { in TEST_F() function
97 TEST_F(VCDiffInterleavedDecoderTest, DecodeWithChecksum) { in TEST_F() function
108 TEST_F(VCDiffInterleavedDecoderTest, ChecksumDoesNotMatch) { in TEST_F() function
118 TEST_F(VCDiffInterleavedDecoderTest, ChecksumIsInvalid64BitVarint) { in TEST_F() function
139 TEST_F(VCDiffInterleavedDecoderTest, FinishAfterDecodingPartialWindow) { in TEST_F() function
[all …]
Dvcdecoder2_test.cc31 TEST_F(VCDiffStandardDecoderTestByteByByte, DecodeHeaderOnly) { in TEST_F() function
40 TEST_F(VCDiffStandardDecoderTestByteByByte, Decode) { in TEST_F() function
49 TEST_F(VCDiffStandardDecoderTestByteByByte, DecodeNoVcdTarget) { in TEST_F() function
61 TEST_F(VCDiffStandardDecoderTestByteByByte, FinishAfterDecodingPartialWindow) { in TEST_F() function
72 TEST_F(VCDiffStandardDecoderTestByteByByte, in TEST_F() function
88 TEST_F(VCDiffStandardDecoderTestByteByByte, in TEST_F() function
105 TEST_F(VCDiffStandardDecoderTestByteByByte, TargetMatchesWindowSizeLimit) { in TEST_F() function
115 TEST_F(VCDiffStandardDecoderTestByteByByte, TargetMatchesFileSizeLimit) { in TEST_F() function
125 TEST_F(VCDiffStandardDecoderTestByteByByte, TargetExceedsWindowSizeLimit) { in TEST_F() function
139 TEST_F(VCDiffStandardDecoderTestByteByByte, TargetExceedsFileSizeLimit) { in TEST_F() function
[all …]
/external/chromium/chrome/browser/ui/cocoa/
Dmenu_controller_unittest.mm63 TEST_F(MenuControllerTest, EmptyMenu) { function
71 TEST_F(MenuControllerTest, BasicCreation) { function
96 TEST_F(MenuControllerTest, Submenus) { function
133 TEST_F(MenuControllerTest, EmptySubmenu) { function
145 TEST_F(MenuControllerTest, PopUpButton) { function
165 TEST_F(MenuControllerTest, Execute) { function
189 TEST_F(MenuControllerTest, Validate) { function
205 TEST_F(MenuControllerTest, DefaultInitializer) { function
226 TEST_F(MenuControllerTest, Dynamic) { function
Dbrowser_window_controller_unittest.mm83 TEST_F(BrowserWindowControllerTest, TestSaveWindowPosition) { function
102 TEST_F(BrowserWindowControllerTest, TestFullScreenWindow) { function
108 TEST_F(BrowserWindowControllerTest, TestNormal) { function
135 TEST_F(BrowserWindowControllerTest, TestTheme) { function
139 TEST_F(BrowserWindowControllerTest, BookmarkBarControllerIndirection) { function
154 TEST_F(BrowserWindowControllerTest, TestIncognitoWidthSpace) { function
204 TEST_F(BrowserWindowControllerTest, TestAdjustWindowHeight) { function
331 TEST_F(BrowserWindowControllerTest, TestResizeViews) { function
374 TEST_F(BrowserWindowControllerTest, TestResizeViewsWithBookmarkBar) { function
434 TEST_F(BrowserWindowControllerTest, BookmarkBarIsSameWidth) { function
[all …]
Dstatus_bubble_mac_unittest.mm141 TEST_F(StatusBubbleMacTest, SetStatus) { function
156 TEST_F(StatusBubbleMacTest, SetURL) { function
176 TEST_F(StatusBubbleMacTest, Hides) { function
186 TEST_F(StatusBubbleMacTest, SetStatusAndURL) { function
215 TEST_F(StatusBubbleMacTest, StateTransitions) { function
434 TEST_F(StatusBubbleMacTest, Delete) { function
446 TEST_F(StatusBubbleMacTest, UpdateSizeAndPosition) { function
492 TEST_F(StatusBubbleMacTest, MovingWindowUpdatesPosition) { function
512 TEST_F(StatusBubbleMacTest, StatuBubbleRespectsBaseFrameLimits) { function
537 TEST_F(StatusBubbleMacTest, ExpandBubble) { function
Dtracking_area_unittest.mm41 TEST_F(CrTrackingAreaTest, OwnerForwards) { function
49 TEST_F(CrTrackingAreaTest, OwnerStopsForwarding) { function
59 TEST_F(CrTrackingAreaTest, OwnerAutomaticallyStopsForwardingOnClose) { function
72 TEST_F(CrTrackingAreaTest, ZombieOwner) { function
88 TEST_F(CrTrackingAreaTest, ScoperInit) { function
99 TEST_F(CrTrackingAreaTest, ScoperReset) { function
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc179 TEST_F(ParserTest, StopAfterSyntaxIdentifier) { in TEST_F() function
190 TEST_F(ParserTest, StopAfterOmittedSyntaxIdentifier) { in TEST_F() function
200 TEST_F(ParserTest, StopAfterSyntaxIdentifierWithErrors) { in TEST_F() function
213 TEST_F(ParseMessageTest, SimpleMessage) { in TEST_F() function
225 TEST_F(ParseMessageTest, ImplicitSyntaxIdentifier) { in TEST_F() function
239 TEST_F(ParseMessageTest, ExplicitSyntaxIdentifier) { in TEST_F() function
253 TEST_F(ParseMessageTest, ExplicitRequiredSyntaxIdentifier) { in TEST_F() function
268 TEST_F(ParseMessageTest, SimpleFields) { in TEST_F() function
284 TEST_F(ParseMessageTest, PrimitiveFieldTypes) { in TEST_F() function
324 TEST_F(ParseMessageTest, FieldDefaults) { in TEST_F() function
[all …]
/external/chromium/chrome/browser/autofill/
Daddress_field_unittest.cc29 TEST_F(AddressFieldTest, Empty) { in TEST_F() function
36 TEST_F(AddressFieldTest, NonParse) { in TEST_F() function
44 TEST_F(AddressFieldTest, ParseOneLineAddress) { in TEST_F() function
65 TEST_F(AddressFieldTest, ParseOneLineAddressBilling) { in TEST_F() function
86 TEST_F(AddressFieldTest, ParseOneLineAddressShipping) { in TEST_F() function
107 TEST_F(AddressFieldTest, ParseOneLineAddressEcml) { in TEST_F() function
129 TEST_F(AddressFieldTest, ParseTwoLineAddress) { in TEST_F() function
161 TEST_F(AddressFieldTest, ParseThreeLineAddress) { in TEST_F() function
203 TEST_F(AddressFieldTest, ParseTwoLineAddressEcml) { in TEST_F() function
237 TEST_F(AddressFieldTest, ParseCity) { in TEST_F() function
[all …]
Dname_field_unittest.cc29 TEST_F(NameFieldTest, FirstMiddleLast) { in TEST_F() function
70 TEST_F(NameFieldTest, FirstMiddleLast2) { in TEST_F() function
111 TEST_F(NameFieldTest, FirstLast) { in TEST_F() function
141 TEST_F(NameFieldTest, FirstLast2) { in TEST_F() function
171 TEST_F(NameFieldTest, FirstLastMiddleWithSpaces) { in TEST_F() function
212 TEST_F(NameFieldTest, FirstLastEmpty) { in TEST_F() function
242 TEST_F(NameFieldTest, FirstMiddleLastEmpty) { in TEST_F() function
283 TEST_F(NameFieldTest, MiddleInitial) { in TEST_F() function
324 TEST_F(NameFieldTest, MiddleInitialNoLastName) { in TEST_F() function
349 TEST_F(NameFieldTest, MiddleInitialAtEnd) { in TEST_F() function
[all …]
Dphone_field_unittest.cc29 TEST_F(PhoneFieldTest, Empty) { in TEST_F() function
36 TEST_F(PhoneFieldTest, NonParse) { in TEST_F() function
44 TEST_F(PhoneFieldTest, ParseOneLinePhone) { in TEST_F() function
63 TEST_F(PhoneFieldTest, ParseOneLinePhoneEcml) { in TEST_F() function
82 TEST_F(PhoneFieldTest, ParseTwoLinePhone) { in TEST_F() function
112 TEST_F(PhoneFieldTest, ParseTwoLinePhoneEcmlShipTo) { in TEST_F() function
143 TEST_F(PhoneFieldTest, ParseTwoLinePhoneEcmlBillTo) { in TEST_F() function
174 TEST_F(PhoneFieldTest, ThreePartPhoneNumber) { in TEST_F() function
231 TEST_F(PhoneFieldTest, ThreePartPhoneNumberPrefixSuffix) { in TEST_F() function
272 TEST_F(PhoneFieldTest, ParseOneLineFax) { in TEST_F() function
[all …]
/external/protobuf/gtest/test/
Dgtest_pred_impl_unittest.cc168 TEST_F(EXPECT_PRED1Test, FunctionOnBuiltInTypeSuccess) { in TEST_F() function
176 TEST_F(EXPECT_PRED1Test, FunctionOnUserTypeSuccess) { in TEST_F() function
184 TEST_F(EXPECT_PRED1Test, FunctorOnBuiltInTypeSuccess) { in TEST_F() function
192 TEST_F(EXPECT_PRED1Test, FunctorOnUserTypeSuccess) { in TEST_F() function
200 TEST_F(EXPECT_PRED1Test, FunctionOnBuiltInTypeFailure) { in TEST_F() function
210 TEST_F(EXPECT_PRED1Test, FunctionOnUserTypeFailure) { in TEST_F() function
220 TEST_F(EXPECT_PRED1Test, FunctorOnBuiltInTypeFailure) { in TEST_F() function
230 TEST_F(EXPECT_PRED1Test, FunctorOnUserTypeFailure) { in TEST_F() function
240 TEST_F(ASSERT_PRED1Test, FunctionOnBuiltInTypeSuccess) { in TEST_F() function
248 TEST_F(ASSERT_PRED1Test, FunctionOnUserTypeSuccess) { in TEST_F() function
[all …]
/external/chromium/testing/gtest/test/
Dgtest_pred_impl_unittest.cc167 TEST_F(EXPECT_PRED1Test, FunctionOnBuiltInTypeSuccess) { in TEST_F() function
175 TEST_F(EXPECT_PRED1Test, FunctionOnUserTypeSuccess) { in TEST_F() function
183 TEST_F(EXPECT_PRED1Test, FunctorOnBuiltInTypeSuccess) { in TEST_F() function
191 TEST_F(EXPECT_PRED1Test, FunctorOnUserTypeSuccess) { in TEST_F() function
199 TEST_F(EXPECT_PRED1Test, FunctionOnBuiltInTypeFailure) { in TEST_F() function
209 TEST_F(EXPECT_PRED1Test, FunctionOnUserTypeFailure) { in TEST_F() function
219 TEST_F(EXPECT_PRED1Test, FunctorOnBuiltInTypeFailure) { in TEST_F() function
229 TEST_F(EXPECT_PRED1Test, FunctorOnUserTypeFailure) { in TEST_F() function
239 TEST_F(ASSERT_PRED1Test, FunctionOnBuiltInTypeSuccess) { in TEST_F() function
247 TEST_F(ASSERT_PRED1Test, FunctionOnUserTypeSuccess) { in TEST_F() function
[all …]
/external/gtest/test/
Dgtest_pred_impl_unittest.cc167 TEST_F(EXPECT_PRED1Test, FunctionOnBuiltInTypeSuccess) { in TEST_F() function
175 TEST_F(EXPECT_PRED1Test, FunctionOnUserTypeSuccess) { in TEST_F() function
183 TEST_F(EXPECT_PRED1Test, FunctorOnBuiltInTypeSuccess) { in TEST_F() function
191 TEST_F(EXPECT_PRED1Test, FunctorOnUserTypeSuccess) { in TEST_F() function
199 TEST_F(EXPECT_PRED1Test, FunctionOnBuiltInTypeFailure) { in TEST_F() function
209 TEST_F(EXPECT_PRED1Test, FunctionOnUserTypeFailure) { in TEST_F() function
219 TEST_F(EXPECT_PRED1Test, FunctorOnBuiltInTypeFailure) { in TEST_F() function
229 TEST_F(EXPECT_PRED1Test, FunctorOnUserTypeFailure) { in TEST_F() function
239 TEST_F(ASSERT_PRED1Test, FunctionOnBuiltInTypeSuccess) { in TEST_F() function
247 TEST_F(ASSERT_PRED1Test, FunctionOnUserTypeSuccess) { in TEST_F() function
[all …]
/external/chromium/testing/gmock/test/
Dgmock_output_test_.cc67 TEST_F(GMockOutputTest, ExpectedCall) { in TEST_F() function
76 TEST_F(GMockOutputTest, ExpectedCallToVoidFunction) { in TEST_F() function
85 TEST_F(GMockOutputTest, ExplicitActionsRunOut) { in TEST_F() function
93 TEST_F(GMockOutputTest, UnexpectedCall) { in TEST_F() function
100 TEST_F(GMockOutputTest, UnexpectedCallToVoidFunction) { in TEST_F() function
107 TEST_F(GMockOutputTest, ExcessiveCall) { in TEST_F() function
114 TEST_F(GMockOutputTest, ExcessiveCallToVoidFunction) { in TEST_F() function
121 TEST_F(GMockOutputTest, UninterestingCall) { in TEST_F() function
125 TEST_F(GMockOutputTest, UninterestingCallToVoidFunction) { in TEST_F() function
129 TEST_F(GMockOutputTest, RetiredExpectation) { in TEST_F() function
[all …]
/external/chromium/chrome/browser/sync/protocol/
Dproto_value_conversions_unittest.cc42 TEST_F(ProtoValueConversionsTest, ProtoChangeCheck) { in TEST_F() function
55 TEST_F(ProtoValueConversionsTest, EncryptedDataToValue) { in TEST_F() function
59 TEST_F(ProtoValueConversionsTest, SessionHeaderToValue) { in TEST_F() function
63 TEST_F(ProtoValueConversionsTest, SessionTabToValue) { in TEST_F() function
67 TEST_F(ProtoValueConversionsTest, SessionWindowToValue) { in TEST_F() function
71 TEST_F(ProtoValueConversionsTest, TabNavigationToValue) { in TEST_F() function
75 TEST_F(ProtoValueConversionsTest, PasswordSpecificsData) { in TEST_F() function
85 TEST_F(ProtoValueConversionsTest, AppSpecificsToValue) { in TEST_F() function
89 TEST_F(ProtoValueConversionsTest, AutofillSpecificsToValue) { in TEST_F() function
93 TEST_F(ProtoValueConversionsTest, AutofillCreditCardSpecificsToValue) { in TEST_F() function
[all …]
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_mac_unittest.mm88 TEST_F(RenderWidgetHostViewMacTest, Basic) { function
92 TEST_F(RenderWidgetHostViewMacTest, FocusAcceleratedView) { function
130 TEST_F(RenderWidgetHostViewMacTest, AcceptsFirstResponder) { function
143 TEST_F(RenderWidgetHostViewMacTest, TakesFocusOnMouseDown) { function
164 TEST_F(RenderWidgetHostViewMacTest, TakesFocusOnMouseDownWithAcceleratedView) { function
Daccelerated_plugin_view_mac_unittest.mm61 TEST_F(AcceleratedPluginViewTest, Basic) { function
64 TEST_F(AcceleratedPluginViewTest, BasicAdding) { function
77 TEST_F(AcceleratedPluginViewTest, MoveBetweenWindows) { function
94 TEST_F(AcceleratedPluginViewTest, HiddenWhenAdding) { function
114 TEST_F(AcceleratedPluginViewTest, HiddenAfterAdding) { function
133 TEST_F(AcceleratedPluginViewTest, MoveBetweenWindowsWithHiding) { function
170 TEST_F(AcceleratedPluginViewTest, RemoveWithHiddenParent) { function
/external/chromium/chrome/browser/chromeos/input_method/
Dinput_method_util_unittest.cc32 TEST_F(InputMethodUtilTest, GetStringUTF8) { in TEST_F() function
42 TEST_F(InputMethodUtilTest, StringIsSupported) { in TEST_F() function
54 TEST_F(InputMethodUtilTest, NormalizeLanguageCode) { in TEST_F() function
77 TEST_F(InputMethodUtilTest, IsKeyboardLayout) { in TEST_F() function
82 TEST_F(InputMethodUtilTest, GetLanguageCodeFromDescriptor) { in TEST_F() function
99 TEST_F(InputMethodUtilTest, GetKeyboardLayoutName) { in TEST_F() function
116 TEST_F(InputMethodUtilTest, GetLanguageCodeFromInputMethodId) { in TEST_F() function
121 TEST_F(InputMethodUtilTest, GetInputMethodDisplayNameFromId) { in TEST_F() function
128 TEST_F(InputMethodUtilTest, GetInputMethodDescriptorFromId) { in TEST_F() function
143 TEST_F(InputMethodUtilTest, GetLanguageNativeDisplayNameFromCode) { in TEST_F() function
[all …]
/external/chromium/net/disk_cache/
Dbackend_unittest.cc111 TEST_F(DiskCacheBackendTest, Basics) { in TEST_F() function
115 TEST_F(DiskCacheBackendTest, NewEvictionBasics) { in TEST_F() function
120 TEST_F(DiskCacheBackendTest, MemoryOnlyBasics) { in TEST_F() function
125 TEST_F(DiskCacheBackendTest, AppCacheBasics) { in TEST_F() function
171 TEST_F(DiskCacheBackendTest, Keying) { in TEST_F() function
175 TEST_F(DiskCacheBackendTest, NewEvictionKeying) { in TEST_F() function
180 TEST_F(DiskCacheBackendTest, MemoryOnlyKeying) { in TEST_F() function
185 TEST_F(DiskCacheBackendTest, AppCacheKeying) { in TEST_F() function
190 TEST_F(DiskCacheTest, CreateBackend) { in TEST_F() function
233 TEST_F(DiskCacheBackendTest, ExternalFiles) { in TEST_F() function
[all …]

12345678910>>...27