HomeSort by relevance Sort by last modified time
    Searched refs:catcher (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/valgrind/main/include/
pub_tool_signals.h 37 // wanders around dangerous memory (ie, leakcheck). The catcher is
43 extern void VG_(set_fault_catcher)(void (*catcher)(Int sig, Addr addr));
  /external/chromium_org/chrome/browser/extensions/
active_tab_apitest.cc 34 ResultCatcher catcher; local
39 EXPECT_TRUE(catcher.GetNextResult()) << message_;
44 ResultCatcher catcher; local
46 EXPECT_TRUE(catcher.GetNextResult()) << message_;
51 ResultCatcher catcher; local
56 EXPECT_TRUE(catcher.GetNextResult()) << message_;
stubs_apitest.cc 29 ResultCatcher catcher; local
30 ASSERT_TRUE(catcher.GetNextResult());
extension_incognito_apitest.cc 108 ResultCatcher catcher; local
118 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
134 ResultCatcher catcher; local
135 catcher.RestrictToProfile(browser()->profile());
157 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
158 EXPECT_TRUE(catcher_incognito.GetNextResult()) << catcher.message();
172 ResultCatcher catcher; local
188 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message()
202 ResultCatcher catcher; local
    [all...]
extension_commands_global_registry_apitest.cc 130 ResultCatcher catcher; local
132 ASSERT_TRUE(catcher.GetNextResult());
180 ASSERT_TRUE(catcher.GetNextResult()) << catcher.message();
195 ResultCatcher catcher; local
197 ASSERT_TRUE(catcher.GetNextResult());
199 ASSERT_TRUE(catcher.GetNextResult());
213 ASSERT_TRUE(catcher.GetNextResult());
214 ASSERT_TRUE(catcher.GetNextResult());
lazy_background_page_apitest.cc 205 ResultCatcher catcher; local
207 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
245 ResultCatcher catcher; local
250 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
277 ResultCatcher catcher; local
282 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
312 ResultCatcher catcher; local
422 ResultCatcher catcher; local
455 ResultCatcher catcher; local
493 ResultCatcher catcher; local
530 ResultCatcher catcher; local
    [all...]
  /external/chromium_org/chrome/browser/apps/
app_pointer_lock_interactive_uitest.cc 16 ResultCatcher catcher; local
26 if (!catcher.GetNextResult()) {
27 message_ = catcher.message();
app_window_browsertest.cc 82 ResultCatcher catcher;
83 if (!catcher.GetNextResult()) {
84 message_ = catcher.message();
103 ResultCatcher catcher; local
104 if (!catcher.GetNextResult()) {
105 message_ = catcher.message();
236 ResultCatcher catcher; local
238 ASSERT_TRUE(catcher.GetNextResult());
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menu_apitest.cc 38 ResultCatcher catcher; local
41 ASSERT_TRUE(catcher.GetNextResult());
46 ResultCatcher catcher; local
49 ASSERT_TRUE(catcher.GetNextResult());
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_apitest.cc 116 ResultCatcher catcher; local
120 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
124 ResultCatcher catcher; local
128 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
132 ResultCatcher catcher; local
134 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
137 ResultCatcher catcher; local
224 ResultCatcher catcher; local
238 ResultCatcher catcher; local
262 UserGestureCatcher catcher; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
page_action_apitest.cc 45 ResultCatcher catcher; local
48 ASSERT_TRUE(catcher.GetNextResult());
60 ResultCatcher catcher; local
65 EXPECT_TRUE(catcher.GetNextResult());
70 ResultCatcher catcher; local
73 ASSERT_TRUE(catcher.GetNextResult());
105 ResultCatcher catcher; local
108 ASSERT_TRUE(catcher.GetNextResult());
120 ResultCatcher catcher; local
124 ASSERT_TRUE(catcher.GetNextResult())
151 ResultCatcher catcher; local
172 ResultCatcher catcher; local
180 ResultCatcher catcher; local
200 ResultCatcher catcher; local
226 ResultCatcher catcher; local
251 ResultCatcher catcher; local
    [all...]
browser_action_apitest.cc 77 ResultCatcher catcher; local
83 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
103 ResultCatcher catcher; local
106 ASSERT_TRUE(catcher.GetNextResult()) << catcher.message();
123 ASSERT_TRUE(catcher.GetNextResult()) << catcher.message();
160 ResultCatcher catcher; local
164 ASSERT_TRUE(catcher.GetNextResult())
317 ResultCatcher catcher; local
390 ResultCatcher catcher; local
411 ResultCatcher catcher; local
447 ResultCatcher catcher; local
579 ResultCatcher catcher; local
653 ResultCatcher catcher; local
680 ResultCatcher catcher; local
711 ResultCatcher catcher; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_apitest.cc 56 ResultCatcher catcher; local
82 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
93 ResultCatcher catcher; local
94 catcher.RestrictToProfile(browser()->profile());
106 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
  /external/chromium_org/chrome/browser/extensions/api/socket/
socket_apitest.cc 128 ResultCatcher catcher; local
129 catcher.RestrictToProfile(browser()->profile());
138 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
156 ResultCatcher catcher; local
157 catcher.RestrictToProfile(browser()->profile());
166 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
170 ResultCatcher catcher; local
171 catcher.RestrictToProfile(browser()->profile())
182 ResultCatcher catcher; local
196 ResultCatcher catcher; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/
sockets_tcp_server_apitest.cc 89 ResultCatcher catcher; local
90 catcher.RestrictToProfile(browser()->profile());
97 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
102 ResultCatcher catcher; local
105 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
110 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_interactive_test.cc 39 ResultCatcher catcher; local
54 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_apitest.cc 115 ResultCatcher catcher; local
116 catcher.RestrictToProfile(profile());
126 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
132 ResultCatcher catcher; local
133 catcher.RestrictToProfile(profile());
150 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
198 ResultCatcher catcher; local
199 catcher.RestrictToProfile(profile())
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/sockets_udp/
sockets_udp_apitest.cc 103 ResultCatcher catcher; local
104 catcher.RestrictToProfile(browser()->profile());
113 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
117 ResultCatcher catcher; local
118 catcher.RestrictToProfile(browser()->profile());
125 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
  /external/chromium_org/chrome/browser/extensions/api/gcm/
gcm_apitest.cc 175 ResultCatcher catcher; local
176 catcher.RestrictToProfile(profile());
184 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
188 ResultCatcher catcher; local
189 catcher.RestrictToProfile(profile());
207 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
211 ResultCatcher catcher; local
212 catcher.RestrictToProfile(profile())
250 ResultCatcher catcher; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_apitest.cc 133 ResultCatcher catcher; local
134 catcher.RestrictToProfile(browser()->profile());
135 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
185 ResultCatcher catcher; local
186 catcher.RestrictToProfile(browser()->profile());
187 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
236 ResultCatcher catcher; local
237 catcher.RestrictToProfile(browser()->profile())
270 ResultCatcher catcher; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
bluetooth_low_energy_apitest.cc 262 ResultCatcher catcher; local
263 catcher.RestrictToProfile(browser()->profile());
287 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
291 ResultCatcher catcher; local
292 catcher.RestrictToProfile(browser()->profile());
315 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
322 ResultCatcher catcher; local
323 catcher.RestrictToProfile(browser()->profile())
347 ResultCatcher catcher; local
390 ResultCatcher catcher; local
432 ResultCatcher catcher; local
466 ResultCatcher catcher; local
504 ResultCatcher catcher; local
564 ResultCatcher catcher; local
608 ResultCatcher catcher; local
675 ResultCatcher catcher; local
715 ResultCatcher catcher; local
757 ResultCatcher catcher; local
798 ResultCatcher catcher; local
843 ResultCatcher catcher; local
894 ResultCatcher catcher; local
925 ResultCatcher catcher; local
971 ResultCatcher catcher; local
1019 ResultCatcher catcher; local
1028 ResultCatcher catcher; local
1060 ResultCatcher catcher; local
1090 ResultCatcher catcher; local
1126 ResultCatcher catcher; local
1158 ResultCatcher catcher; local
1198 ResultCatcher catcher; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/mdns/
mdns_apitest.cc 88 ResultCatcher catcher; local
99 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
131 ResultCatcher catcher; local
140 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp/
sockets_tcp_apitest.cc 101 ResultCatcher catcher; local
102 catcher.RestrictToProfile(browser()->profile());
111 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_apitest.cc 226 ResultCatcher catcher, catcher_incognito; local
227 catcher.RestrictToProfile(browser()->profile());
242 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
243 EXPECT_TRUE(catcher_incognito.GetNextResult()) << catcher.message();
250 ResultCatcher catcher, catcher_incognito; local
251 catcher.RestrictToProfile(browser()->profile());
265 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
266 EXPECT_TRUE(catcher_incognito.GetNextResult()) << catcher.message()
273 ResultCatcher catcher, catcher_incognito; local
324 ResultCatcher catcher, catcher_incognito; local
369 ResultCatcher catcher, catcher_incognito; local
517 ResultCatcher catcher; local
556 ResultCatcher catcher; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_socket/
bluetooth_socket_apitest.cc 98 ResultCatcher catcher; local
99 catcher.RestrictToProfile(browser()->profile());
133 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
137 ResultCatcher catcher; local
138 catcher.RestrictToProfile(browser()->profile());
190 EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
194 ResultCatcher catcher; local
195 catcher.RestrictToProfile(browser()->profile())
    [all...]

Completed in 571 milliseconds

1 2 3 4