Home
last modified time | relevance | path

Searched refs:handler1 (Results 1 – 13 of 13) sorted by relevance

/external/libbrillo/brillo/dbus/
Dasync_event_sequencer_unittest.cc63 auto handler1 = aec_->GetExportHandler( in TEST_F() local
68 handler1.Run(kTestInterface, kTestMethod1, true); in TEST_F()
74 auto handler1 = aec_->GetExportHandler( in TEST_F() local
79 handler1.Run(kTestInterface, kTestMethod1, true); in TEST_F()
85 auto handler1 = aec_->GetExportHandler( in TEST_F() local
89 handler1.Run(kTestInterface, kTestMethod1, true); in TEST_F()
/external/llvm/test/CodeGen/X86/
Dwin-catchpad-csrs.ll33 %cs = catchswitch within none [label %handler1] unwind to caller
35 handler1:
68 ; X86: LBB0_[[catch1bb]]: # %handler1{{$}}
117 ; X64: LBB0_[[catch1bb]]: # %handler1{{$}}
157 %cs = catchswitch within none [label %handler1] unwind to caller
159 handler1:
192 ; X64: LBB1_[[catch1bb]]: # %handler1{{$}}
221 %cs = catchswitch within none [label %handler1] unwind to caller
223 handler1:
250 ; X64: LBB2_[[catch1bb]]: # %handler1{{$}}
Dseh-safe-div.ll42 %cs1 = catchswitch within none [label %handler1] unwind to caller
44 handler1:
75 ; CHECK: [[handler1:\.LBB0_[0-9]+]]: # %handler1
91 ; CHECK-NEXT: .long [[handler1]]@IMGREL
Dseh-safe-div-win32.ll43 %cs1 = catchswitch within none [label %handler1] unwind to caller
45 handler1:
74 ; CHECK: [[handler1:LBB0_[0-9]+]]: # %handler1
84 ; CHECK-NEXT: .long [[handler1]]
Dwin-catchpad.ll39 %cs = catchswitch within none [label %handler1, label %handler2] unwind to caller
41 handler1:
67 ; X86-NEXT: # %handler1
78 ; X86: LBB0_[[catch1bb]]: # %handler1{{$}}
142 ; X64: LBB0_[[catch1bb]]: # %handler1{{$}}
Dwin-catchpad-nested-cxx.ll31 %cs1 = catchswitch within none [label %handler1] unwind to caller
32 handler1:
/external/llvm/test/Transforms/CodeGenPrepare/X86/
Dcatchpad-phi-cast.ll39 %cs1 = catchswitch within none [label %handler1] unwind to caller
41 handler1:
44 ; CHECK: handler1:
59 ; CHECK-NEXT: %p = phi i8* [ %[[p1]], %handler1 ], [ %[[p2]], %handler2 ]
61 %p = phi i8* [ %p1, %handler1 ], [ %p2, %handler2 ]
/external/valgrind/none/tests/x86-linux/
Dsigcontext.c12 static void handler1(int sig, siginfo_t *si, ucontext_t *uc) in handler1() function
49 sa.sa_handler = (void*)handler1; in main()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DHandlerTest.java49 Handler handler1 = new Handler(looper); in testInsertsRunnablesBasedOnLooper() local
50 handler1.post(new Say("first thing")); in testInsertsRunnablesBasedOnLooper()
62 Handler handler1 = new Handler(); in testDefaultConstructorUsesDefaultLooper() local
63 handler1.post(new Say("first thing")); in testDefaultConstructorUsesDefaultLooper()
81 Handler handler1 = new Handler(looper1); in testDifferentLoopersGetDifferentQueues() local
82 handler1.post(new Say("first thing")); in testDifferentLoopersGetDifferentQueues()
/external/v8/test/mjsunit/harmony/
Dproxies-json.js46 var handler1 = { variable
58 var proxy1 = new Proxy({}, handler1);
61 var proxy_fun = new Proxy(() => {}, handler1);
66 handler1.apply = function() { return 666; };
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DMethodProbesAdapterTest.java354 Label handler1 = new Label(); in testVisitMultipleTryCatchBlocksWithProbe() local
358 adapter.visitTryCatchBlock(target, end, handler1, "java/lang/Exception"); in testVisitMultipleTryCatchBlocksWithProbe()
362 expectedVisitor.visitTryCatchBlock(start, end, handler1, in testVisitMultipleTryCatchBlocksWithProbe()
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc604 TestIOHandler handler1(kPipeName1, callback1_called.Get(), false); in RunTest_WaitForIO() local
607 Unretained(&handler1))); in RunTest_WaitForIO()
/external/llvm/docs/
DLangRef.rst5390 …<resultval> = catchswitch within <parent> [ label <handler1>, label <handler2>, ... ] unwind to ca…
5391 …<resultval> = catchswitch within <parent> [ label <handler1>, label <handler2>, ... ] unwind label…
5430 %cs1 = catchswitch within none [label %handler0, label %handler1] unwind to caller