Home
last modified time | relevance | path

Searched refs:Return (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/external/chromium/chrome/browser/extensions/
Dextension_tts_apitest.cc24 using ::testing::Return;
65 .WillOnce(Return(true)); in IN_PROC_BROWSER_TEST_F()
67 .WillOnce(Return(true)); in IN_PROC_BROWSER_TEST_F()
69 .WillOnce(Return(false)); in IN_PROC_BROWSER_TEST_F()
76 .WillOnce(Return(true)); in IN_PROC_BROWSER_TEST_F()
78 .WillOnce(Return(true)); in IN_PROC_BROWSER_TEST_F()
80 .WillOnce(Return(true)) in IN_PROC_BROWSER_TEST_F()
81 .WillOnce(Return(true)) in IN_PROC_BROWSER_TEST_F()
82 .WillOnce(Return(false)); in IN_PROC_BROWSER_TEST_F()
90 .WillOnce(Return(true)); in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium/chrome/browser/chromeos/login/
Dnetwork_screen_browsertest.cc33 using ::testing::Return;
69 .WillRepeatedly(Return(false)); in SetUpInProcessBrowserTestFixture()
72 .WillRepeatedly(Return(false)); in SetUpInProcessBrowserTestFixture()
75 .WillRepeatedly(Return(false)); in SetUpInProcessBrowserTestFixture()
86 .WillRepeatedly((Return(true))); in SetUpInProcessBrowserTestFixture()
89 .WillRepeatedly((Return(true))); in SetUpInProcessBrowserTestFixture()
92 .WillRepeatedly((Return(false))); in SetUpInProcessBrowserTestFixture()
95 .WillRepeatedly((Return(false))); in SetUpInProcessBrowserTestFixture()
98 .WillRepeatedly((Return(true))); in SetUpInProcessBrowserTestFixture()
101 .WillRepeatedly((Return(true))); in SetUpInProcessBrowserTestFixture()
[all …]
Downership_service_unittest.cc26 using ::testing::Return;
85 .WillRepeatedly(Return(tmpfile_)); in TEST_F()
91 .WillRepeatedly(Return(tmpfile_)); in TEST_F()
99 .WillRepeatedly(Return(tmpfile_)); in TEST_F()
107 .WillRepeatedly(Return(tmpfile_)); in TEST_F()
114 .WillRepeatedly(Return(tmpfile_)); in TEST_F()
116 .WillOnce(Return(false)) in TEST_F()
137 .WillRepeatedly(Return(tmpfile_)); in TEST_F()
140 Return(true))) in TEST_F()
151 .WillRepeatedly(Return(tmpfile_)); in TEST_F()
[all …]
Downer_manager_unittest.cc25 using ::testing::Return;
103 .WillRepeatedly(Return(tmpfile_)); in TEST_F()
105 .WillOnce(Return(false)) in TEST_F()
121 .WillRepeatedly(Return(tmpfile_)); in TEST_F()
139 .WillRepeatedly(Return(tmpfile_)); in TEST_F()
142 Return(true))) in TEST_F()
160 .WillRepeatedly(Return(tmpfile_)); in TEST_F()
162 .WillOnce(Return(false)) in TEST_F()
185 .WillRepeatedly(Return(tmpfile_)); in TEST_F()
187 .WillOnce(Return(true)) in TEST_F()
[all …]
Dgoogle_authenticator_unittest.cc42 using ::testing::Return;
75 .WillByDefault(Return(true)); in SetUp()
136 .WillByDefault(Return(true)); in PrepForLogin()
180 .WillByDefault(Return(salt_v)); in TEST_F()
224 .WillOnce(Return(true)) in TEST_F()
241 .WillOnce(Return(false)) in TEST_F()
262 Return(false))) in TEST_F()
263 .WillOnce(Return(true)) in TEST_F()
267 .WillOnce(Return(chromeos::CryptohomeBlob(8, 'a'))) in TEST_F()
270 .WillOnce(Return(true)) in TEST_F()
[all …]
/external/chromium/chrome/browser/chromeos/status/
Dpower_menu_button_browsertest.cc19 using ::testing::Return;
53 .WillOnce((Return(false))) // no battery in IN_PROC_BROWSER_TEST_F()
56 .WillOnce((Return(42.0))) in IN_PROC_BROWSER_TEST_F()
59 .WillOnce((Return(false))) in IN_PROC_BROWSER_TEST_F()
62 .WillOnce((Return(false))) in IN_PROC_BROWSER_TEST_F()
65 .WillOnce((Return(base::TimeDelta::FromMinutes(42)))) in IN_PROC_BROWSER_TEST_F()
68 .WillOnce((Return(base::TimeDelta::FromMinutes(24)))) in IN_PROC_BROWSER_TEST_F()
75 .WillOnce((Return(true))) in IN_PROC_BROWSER_TEST_F()
78 .WillOnce((Return(42.0))) in IN_PROC_BROWSER_TEST_F()
81 .WillOnce((Return(true))) // fully charged in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium/chrome/browser/chromeos/cros/
Dcros_mock.cc32 using ::testing::Return;
72 .WillRepeatedly(Return(true)); in InitMockLibraryLoader()
184 .WillRepeatedly((Return("en_US"))) in SetInputMethodLibraryStatusAreaExpectations()
188 .WillRepeatedly((Return(current_input_method_))) in SetInputMethodLibraryStatusAreaExpectations()
192 .WillRepeatedly((Return(previous_input_method_))) in SetInputMethodLibraryStatusAreaExpectations()
200 .WillRepeatedly((Return(1))) in SetInputMethodLibraryStatusAreaExpectations()
204 .WillRepeatedly((Return(true))) in SetInputMethodLibraryStatusAreaExpectations()
238 .WillRepeatedly((Return(false))); in SetNetworkLibraryStatusAreaExpectations()
241 .WillRepeatedly((Return((const NetworkDevice*)(NULL)))); in SetNetworkLibraryStatusAreaExpectations()
244 .WillRepeatedly((Return(true))); in SetNetworkLibraryStatusAreaExpectations()
[all …]
/external/chromium/testing/gmock/test/
Dgmock-generated-function-mockers_test.cc71 using testing::Return;
177 .WillOnce(Return(1)); in TEST_F()
187 .WillOnce(Return(true)); in TEST_F()
196 .WillOnce(Return(3)); in TEST_F()
205 .WillOnce(Return(5)); in TEST_F()
214 .WillOnce(Return(true)); in TEST_F()
223 .WillOnce(Return("Hello")); in TEST_F()
241 .WillOnce(Return(1)); in TEST_F()
243 .WillOnce(Return(2)); in TEST_F()
252 .WillOnce(Return(1)); in TEST_F()
[all …]
Dgmock-spec-builders_test.cc89 using testing::Return;
192 ON_CALL(cc, Method()).WillByDefault(Return(42)); in TEST()
206 EXPECT_CALL(cc, Method()).WillOnce(Return(42)); in TEST()
236 .WillByDefault(Return()); in TEST()
239 .WillByDefault(Return()); in TEST()
249 .WillByDefault(Return(Result())); in TEST()
267 .WillByDefault(Return()) in TEST()
268 .WillByDefault(Return()); in TEST()
329 .WillOnce(Return()) in TEST()
340 .WillOnce(Return()); in TEST()
[all …]
Dgmock_link_test.h164 using testing::Return;
245 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(Return()); in TEST()
254 EXPECT_CALL(mock, StringFromString(_)).WillOnce(Return(&ch)); in TEST()
262 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(Return()); in TEST()
374 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(WithoutArgs(Return())); in TEST()
384 .WillOnce(DoAll(SetArgPointee<0>('y'), Return())); in TEST()
393 ON_CALL(mock, VoidFromString(_)).WillByDefault(Return()); in TEST()
402 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(IgnoreResult(Return(42))); in TEST()
474 ON_CALL(mock, VoidFromString(_)).WillByDefault(Return()); in TEST()
481 ON_CALL(mock, VoidFromString(A<char*>())).WillByDefault(Return()); in TEST()
[all …]
/external/chromium/chrome/browser/sync/glue/
Dautofill_data_type_controller_unittest.cc34 using testing::Return;
107 WillRepeatedly(Return(personal_data_manager_.get())); in SetStartExpectations()
109 WillRepeatedly(Return(true)); in SetStartExpectations()
111 WillOnce(Return(web_data_service_.get())); in SetStartExpectations()
119 WillOnce(Return( in SetAssociateExpectations()
123 WillRepeatedly(Return(true)); in SetAssociateExpectations()
125 WillRepeatedly(DoAll(SetArgumentPointee<0>(true), Return(true))); in SetAssociateExpectations()
127 WillRepeatedly(Return(true)); in SetAssociateExpectations()
129 EXPECT_CALL(*change_processor_, IsRunning()).WillRepeatedly(Return(true)); in SetAssociateExpectations()
177 WillRepeatedly(Return(personal_data_manager_.get())); in TEST_F()
[all …]
Dbookmark_data_type_controller_unittest.cc32 using testing::Return;
67 WillOnce(Return(&bookmark_model_)); in SetStartExpectations()
68 EXPECT_CALL(bookmark_model_, IsLoaded()).WillRepeatedly(Return(true)); in SetStartExpectations()
73 WillRepeatedly(Return(true)); in SetAssociateExpectations()
76 WillRepeatedly(DoAll(SetArgumentPointee<0>(true), Return(true))); in SetAssociateExpectations()
78 WillRepeatedly(Return(true)); in SetAssociateExpectations()
112 EXPECT_CALL(bookmark_model_, IsLoaded()).WillRepeatedly(Return(false)); in TEST_F()
131 WillRepeatedly(DoAll(SetArgumentPointee<0>(false), Return(true))); in TEST_F()
138 EXPECT_CALL(bookmark_model_, IsLoaded()).WillRepeatedly(Return(false)); in TEST_F()
149 WillRepeatedly(DoAll(SetArgumentPointee<0>(true), Return(true))); in TEST_F()
[all …]
Dfrontend_data_type_controller_unittest.cc29 using testing::Return;
101 EXPECT_CALL(*dtc_mock_, StartModels()).WillOnce(Return(true)); in SetStartExpectations()
105 WillOnce(Return(ProfileSyncFactory::SyncComponents(model_associator_, in SetStartExpectations()
111 WillOnce(Return(true)); in SetAssociateExpectations()
113 WillOnce(DoAll(SetArgumentPointee<0>(true), Return(true))); in SetAssociateExpectations()
115 WillOnce(Return(true)); in SetAssociateExpectations()
160 WillOnce(Return(true)); in TEST_F()
162 WillOnce(DoAll(SetArgumentPointee<0>(false), Return(true))); in TEST_F()
164 WillOnce(Return(true)); in TEST_F()
175 WillOnce(Return(true)); in TEST_F()
[all …]
Dextension_data_type_controller_unittest.cc26 using testing::Return;
52 WillOnce(Return( in SetStartExpectations()
59 WillRepeatedly(Return(true)); in SetAssociateExpectations()
61 WillRepeatedly(DoAll(SetArgumentPointee<0>(true), Return(true))); in SetAssociateExpectations()
63 WillRepeatedly(Return(true)); in SetAssociateExpectations()
101 WillRepeatedly(DoAll(SetArgumentPointee<0>(false), Return(true))); in TEST_F()
111 WillRepeatedly(DoAll(SetArgumentPointee<0>(true), Return(true))); in TEST_F()
121 WillRepeatedly(Return(false)); in TEST_F()
133 WillRepeatedly(Return(true)); in TEST_F()
135 WillRepeatedly(DoAll(SetArgumentPointee<0>(false), Return(false))); in TEST_F()
[all …]
Dtheme_data_type_controller_unittest.cc26 using testing::Return;
52 WillOnce(Return(ProfileSyncFactory::SyncComponents(model_associator_, in SetStartExpectations()
58 WillRepeatedly(Return(true)); in SetAssociateExpectations()
60 WillRepeatedly(DoAll(SetArgumentPointee<0>(true), Return(true))); in SetAssociateExpectations()
62 WillRepeatedly(Return(true)); in SetAssociateExpectations()
100 WillRepeatedly(DoAll(SetArgumentPointee<0>(false), Return(true))); in TEST_F()
110 WillRepeatedly(DoAll(SetArgumentPointee<0>(true), Return(true))); in TEST_F()
120 WillRepeatedly(Return(false)); in TEST_F()
132 WillRepeatedly(Return(true)); in TEST_F()
134 WillRepeatedly(DoAll(SetArgumentPointee<0>(false), Return(false))); in TEST_F()
[all …]
Dpreference_data_type_controller_unittest.cc27 using testing::Return;
54 WillOnce(Return(ProfileSyncFactory::SyncComponents(model_associator_, in SetStartExpectations()
60 WillRepeatedly(Return(true)); in SetAssociateExpectations()
62 WillRepeatedly(DoAll(SetArgumentPointee<0>(true), Return(true))); in SetAssociateExpectations()
64 WillRepeatedly(Return(true)); in SetAssociateExpectations()
102 WillRepeatedly(DoAll(SetArgumentPointee<0>(false), Return(true))); in TEST_F()
112 WillRepeatedly(DoAll(SetArgumentPointee<0>(true), Return(true))); in TEST_F()
122 WillRepeatedly(Return(false)); in TEST_F()
134 WillRepeatedly(Return(true)); in TEST_F()
136 WillRepeatedly(DoAll(SetArgumentPointee<0>(false), Return(false))); in TEST_F()
[all …]
Ddata_type_manager_impl2_unittest.cc43 using testing::Return;
84 EXPECT_CALL(*dtc, enabled()).WillRepeatedly(Return(true)); in MakeBookmarkDTC()
85 EXPECT_CALL(*dtc, type()).WillRepeatedly(Return(syncable::BOOKMARKS)); in MakeBookmarkDTC()
86 EXPECT_CALL(*dtc, name()).WillRepeatedly(Return("bookmark")); in MakeBookmarkDTC()
92 EXPECT_CALL(*dtc, enabled()).WillRepeatedly(Return(true)); in MakePreferenceDTC()
93 EXPECT_CALL(*dtc, type()).WillRepeatedly(Return(syncable::PREFERENCES)); in MakePreferenceDTC()
94 EXPECT_CALL(*dtc, name()).WillRepeatedly(Return("preference")); in MakePreferenceDTC()
105 EXPECT_CALL(*dtc, enabled()).WillRepeatedly(Return(true)); in SetPasswordDTCExpectations()
106 EXPECT_CALL(*dtc, type()).WillRepeatedly(Return(syncable::PASSWORDS)); in SetPasswordDTCExpectations()
107 EXPECT_CALL(*dtc, name()).WillRepeatedly(Return("passwords")); in SetPasswordDTCExpectations()
[all …]
/external/qemu-pc-bios/bochs/bios/
Dacpi-dsdt.dsl112 Return (0x0) \
199 Return(0x0F)
221 Return (0x00)
225 Return (0x00)
229 Return (0x00)
258 Return (0x0f)
280 Return (TMP)
290 Return (0x0f)
299 Return (TMP)
309 Return (0x0F)
[all …]
/external/chromium/base/nix/
Dxdg_util_unittest.cc12 using ::testing::Return;
37 EXPECT_CALL(getter, GetVar(_, _)).WillRepeatedly(Return(false)); in TEST()
39 .WillOnce(DoAll(SetArgumentPointee<1>(kGnome), Return(true))); in TEST()
47 EXPECT_CALL(getter, GetVar(_, _)).WillRepeatedly(Return(false)); in TEST()
49 .WillOnce(DoAll(SetArgumentPointee<1>(kKDE4), Return(true))); in TEST()
57 EXPECT_CALL(getter, GetVar(_, _)).WillRepeatedly(Return(false)); in TEST()
59 .WillOnce(DoAll(SetArgumentPointee<1>(kKDE), Return(true))); in TEST()
67 EXPECT_CALL(getter, GetVar(_, _)).WillRepeatedly(Return(false)); in TEST()
69 .WillOnce(DoAll(SetArgumentPointee<1>(kXFCE), Return(true))); in TEST()
/external/bluetooth/bluez/doc/
Dmgmt-api.txt39 Return Parameters: Version (1 Octets)
49 Return Parameters: Features (8 Octets)
61 Return Paramters: Num_Controllers (2 Octets)
71 Return Parameters: Controller_Type (1 Octet)
96 Return Paramters: Powered (1 Octet)
105 Return Paramters: Discoverable (1 Octet)
114 Return Paramters: Connectable (1 Octet)
123 Return Paramters: Pairable (1 Octet)
132 Return Paramters:
141 Return Paramters:
[all …]
/external/clang/include/clang/Basic/
DABI.h103 ReturnAdjustment Return; member
107 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return) in ThunkInfo()
108 : This(This), Return(Return) { } in ThunkInfo()
111 return LHS.This == RHS.This && LHS.Return == RHS.Return;
118 return LHS.This == RHS.This && LHS.Return < RHS.Return;
121 bool isEmpty() const { return This.isEmpty() && Return.isEmpty(); } in isEmpty()
/external/chromium/chrome/browser/policy/
Dfile_based_policy_provider_unittest.cc17 using testing::Return;
35 Return(last_modified)); in TEST_F()
37 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return( in TEST_F()
44 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(policies)); in TEST_F()
58 Return(last_modified)); in TEST_F()
60 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return( in TEST_F()
68 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return( in TEST_F()
75 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(policies)); in TEST_F()
/external/chromium/chrome/browser/sync/
Dsync_ui_util_unittest.cc13 using ::testing::Return;
28 .WillOnce(Return(true)); in TEST()
30 .WillOnce(Return(status)); in TEST()
33 .WillOnce(Return(true)); in TEST()
36 .WillOnce(Return(str)); in TEST()
Dprofile_sync_service_typed_url_unittest.cc71 using testing::Return;
179 WillRepeatedly(Return(history_service_.get())); in StartSyncService()
182 WillOnce(Return(static_cast<PasswordStore*>(NULL))); in StartSyncService()
185 WillRepeatedly(Return(history_service_.get())); in StartSyncService()
191 WillRepeatedly(Return(&token_service_)); in StartSyncService()
314 WillOnce(Return(true)); in TEST_F()
330 WillOnce(DoAll(SetArgumentPointee<0>(entries), Return(true))); in TEST_F()
332 WillRepeatedly(DoAll(SetArgumentPointee<1>(visits), Return(true))); in TEST_F()
353 WillOnce(DoAll(SetArgumentPointee<0>(native_entries), Return(true))); in TEST_F()
355 WillRepeatedly(DoAll(SetArgumentPointee<1>(native_visits), Return(true))); in TEST_F()
[all …]
/external/chromium/chrome/browser/chromeos/
Dnetwork_state_notifier_browsertest.cc18 using ::testing::Return;
37 .WillRepeatedly((Return(true))) in SetUpInProcessBrowserTestFixture()
70 .WillRepeatedly((Return(true))) in IN_PROC_BROWSER_TEST_F()
84 .WillOnce((Return(false))) in IN_PROC_BROWSER_TEST_F()
88 .WillOnce((Return(true))) in IN_PROC_BROWSER_TEST_F()
102 .WillOnce((Return(false))) in IN_PROC_BROWSER_TEST_F()
106 .WillOnce((Return(false))) in IN_PROC_BROWSER_TEST_F()

12345678910>>...18