/external/libbrillo/brillo/dbus/ |
D | async_event_sequencer_unittest.cc | 63 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/ |
D | win-catchpad-csrs.ll | 33 %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{{$}}
|
D | seh-safe-div.ll | 42 %cs1 = catchswitch within none [label %handler1] unwind to caller 44 handler1: 75 ; CHECK: [[handler1:\.LBB0_[0-9]+]]: # %handler1 91 ; CHECK-NEXT: .long [[handler1]]@IMGREL
|
D | seh-safe-div-win32.ll | 43 %cs1 = catchswitch within none [label %handler1] unwind to caller 45 handler1: 74 ; CHECK: [[handler1:LBB0_[0-9]+]]: # %handler1 84 ; CHECK-NEXT: .long [[handler1]]
|
D | win-catchpad.ll | 39 %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{{$}}
|
D | win-catchpad-nested-cxx.ll | 31 %cs1 = catchswitch within none [label %handler1] unwind to caller 32 handler1:
|
/external/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | catchpad-phi-cast.ll | 39 %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/ |
D | sigcontext.c | 12 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/ |
D | HandlerTest.java | 49 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/ |
D | proxies-json.js | 46 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/ |
D | MethodProbesAdapterTest.java | 354 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/ |
D | message_loop_unittest.cc | 604 TestIOHandler handler1(kPipeName1, callback1_called.Get(), false); in RunTest_WaitForIO() local 607 Unretained(&handler1))); in RunTest_WaitForIO()
|
/external/llvm/docs/ |
D | LangRef.rst | 5390 …<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
|