HomeSort by relevance Sort by last modified time
    Searched defs:handler1 (Results 1 - 10 of 10) sorted by null

  /external/valgrind/main/none/tests/x86-linux/
sigcontext.c 12 static void handler1(int sig, siginfo_t *si, ucontext_t *uc) function
49 sa.sa_handler = (void*)handler1;
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-json.js 38 var handler1 = {
50 var proxy1 = Proxy.create(handler1);
53 var proxy_fun = Proxy.createFunction(handler1, function() { return 1; });
  /external/chromium_org/components/invalidation/
invalidation_service_test_template.h 190 syncer::FakeInvalidationHandler handler1; local
195 invalidator->RegisterInvalidationHandler(&handler1);
204 invalidator->UpdateRegisteredInvalidationIds(&handler1, ids);
225 EXPECT_EQ(syncer::INVALIDATIONS_ENABLED, handler1.GetInvalidatorState());
245 EXPECT_EQ(1, handler1.GetInvalidationCount());
246 EXPECT_THAT(expected_invalidations, Eq(handler1.GetLastInvalidationMap()));
262 handler1.GetInvalidatorState());
272 invalidator->UnregisterInvalidationHandler(&handler1);
281 syncer::FakeInvalidationHandler handler1; local
286 invalidator->RegisterInvalidationHandler(&handler1);
    [all...]
invalidator_registrar_unittest.cc 142 FakeInvalidationHandler handler1; local
143 registrar.RegisterHandler(&handler1);
151 registrar.UpdateRegisteredIds(&handler1, ids);
157 registrar.UnregisterHandler(&handler1);
invalidator_test_template.h 199 FakeInvalidationHandler handler1; local
204 invalidator->RegisterHandler(&handler1);
213 invalidator->UpdateRegisteredIds(&handler1, ids);
233 EXPECT_EQ(INVALIDATIONS_ENABLED, handler1.GetInvalidatorState());
251 EXPECT_EQ(1, handler1.GetInvalidationCount());
252 EXPECT_THAT(expected_invalidations, Eq(handler1.GetLastInvalidationMap()));
265 EXPECT_EQ(TRANSIENT_INVALIDATION_ERROR, handler1.GetInvalidatorState());
272 invalidator->UnregisterHandler(&handler1);
280 FakeInvalidationHandler handler1; local
285 invalidator->RegisterHandler(&handler1);
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
HandlerTest.java 49 Handler handler1 = new Handler(looper); local
50 handler1.post(new Say("first thing"));
62 Handler handler1 = new Handler(); local
63 handler1.post(new Say("first thing"));
81 Handler handler1 = new Handler(looper1); local
82 handler1.post(new Say("first thing"));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codeccallbacks.py 235 def handler1(exc): function in function:CodecCallbackTest.test_callbacks
242 codecs.register_error("test.handler1", handler1)
255 s.decode("ascii", "test.handler1"),
264 "\\u3042\u3xxx".decode("unicode-escape", "test.handler1"),
269 "\\u3042\u3xx".decode("unicode-escape", "test.handler1"),
274 codecs.charmap_decode("abc", "test.handler1", {ord("a"): u"z"})[0],
279 u"g\xfc\xdfrk".encode("ascii", "test.handler1"),
284 u"g\xfc\xdf".encode("ascii", "test.handler1"),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codeccallbacks.py 235 def handler1(exc): function in function:CodecCallbackTest.test_callbacks
242 codecs.register_error("test.handler1", handler1)
255 s.decode("ascii", "test.handler1"),
264 "\\u3042\u3xxx".decode("unicode-escape", "test.handler1"),
269 "\\u3042\u3xx".decode("unicode-escape", "test.handler1"),
274 codecs.charmap_decode("abc", "test.handler1", {ord("a"): u"z"})[0],
279 u"g\xfc\xdfrk".encode("ascii", "test.handler1"),
284 u"g\xfc\xdf".encode("ascii", "test.handler1"),
  /system/core/libutils/tests/
Looper_test.cpp 417 StubCallbackHandler handler1(true);
420 handler1.setCallback(mLooper, pipe.receiveFd, Looper::EVENT_INPUT);
434 EXPECT_EQ(0, handler1.callbackCount)
459 sp<StubMessageHandler> handler1 = new StubMessageHandler(); local
461 mLooper->sendMessage(handler1, Message(MSG_TEST1));
463 mLooper->sendMessage(handler1, Message(MSG_TEST3));
464 mLooper->sendMessage(handler1, Message(MSG_TEST4));
474 EXPECT_EQ(size_t(3), handler1->messages.size())
476 EXPECT_EQ(MSG_TEST1, handler1->messages[0].what)
478 EXPECT_EQ(MSG_TEST3, handler1->messages[1].what
    [all...]
  /external/chromium_org/chrome/browser/ui/login/
login_prompt_browsertest.cc 452 LoginHandler* handler1 = *observer.handlers_.begin(); local
462 handler1->SetAuth(base::UTF8ToUTF16(username_basic_),
    [all...]

Completed in 4675 milliseconds