/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
D | swapcontext_test.cpp | 16 ucontext_t orig_context; variable 43 if (swapcontext(&child_context, &orig_context) < 0) { in Child() 57 child_context.uc_link = &orig_context; in Run() 60 if (swapcontext(&orig_context, &child_context) < 0) { in Run()
|
D | swapcontext_annotation.cpp | 28 ucontext_t orig_context; variable 71 if (swapcontext(&next_child_context, &orig_context) < 0) { in NextChild() 99 if (swapcontext(&child_context, &orig_context) < 0) { in Child() 128 child_context.uc_link = &orig_context; in Run() 137 if (swapcontext(&orig_context, &child_context) < 0) { in Run()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | swapcontext_test.cc | 15 ucontext_t orig_context; variable 42 if (swapcontext(&child_context, &orig_context) < 0) { in Child() 56 child_context.uc_link = &orig_context; in Run() 59 if (swapcontext(&orig_context, &child_context) < 0) { in Run()
|
D | swapcontext_annotation.cc | 20 ucontext_t orig_context; variable 56 if (swapcontext(&next_child_context, &orig_context) < 0) { in NextChild() 78 if (swapcontext(&child_context, &orig_context) < 0) { in Child() 104 child_context.uc_link = &orig_context; in Run() 111 if (swapcontext(&orig_context, &child_context) < 0) { in Run()
|
/external/llvm-project/compiler-rt/test/lsan/TestCases/ |
D | swapcontext.cpp | 28 ucontext_t orig_context; in main() local 33 child_context.uc_link = &orig_context; in main() 35 if (swapcontext(&orig_context, &child_context) < 0) { in main()
|
/external/compiler-rt/test/lsan/TestCases/ |
D | swapcontext.cc | 31 ucontext_t orig_context; in main() local 36 child_context.uc_link = &orig_context; in main() 38 if (swapcontext(&orig_context, &child_context) < 0) { in main()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_libdispatch_mac.cc | 34 void *orig_context; member 82 void *orig_context, in AllocContext() argument 87 new_context->orig_context = orig_context; in AllocContext() 111 context->orig_work(context->orig_context); in dispatch_callback_wrap() 365 new_context.orig_context = handler; // To explicitly capture "handler". in TSAN_INTERCEPTOR() 394 new_context.orig_context = handler; // To explicitly capture "handler". in TSAN_INTERCEPTOR() 425 new_context.orig_context = handler; // To explicitly capture "handler". in TSAN_INTERCEPTOR() 515 new_context.orig_context = ^(void) { in TSAN_INTERCEPTOR() 532 new_context.orig_context = ^(void) { in TSAN_INTERCEPTOR() 550 new_context.orig_context = ^(void) { in TSAN_INTERCEPTOR() [all …]
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_libdispatch.cpp | 31 void *orig_context; member 82 dispatch_queue_t queue, void *orig_context, in AllocContext() argument 87 new_context->orig_context = orig_context; in AllocContext() 140 context->orig_work(context->orig_context); in dispatch_callback_wrap() 424 new_context.orig_context = handler; // To explicitly capture "handler". in TSAN_INTERCEPTOR() 453 new_context.orig_context = handler; // To explicitly capture "handler". in TSAN_INTERCEPTOR() 484 new_context.orig_context = handler; // To explicitly capture "handler". in TSAN_INTERCEPTOR() 595 new_context.orig_context = ^(void) { in TSAN_INTERCEPTOR() 612 new_context.orig_context = ^(void) { in TSAN_INTERCEPTOR() 630 new_context.orig_context = ^(void) { in TSAN_INTERCEPTOR() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/ |
D | ucs2.diff | 497 StringPiece context = orig_context; 501 - if (!ConvertUTF8ToUCS2(orig_context, &context)) { 507 - AdjustUTF8ToUCS2(orig_context, context, &text); 523 - AdjustUCS2ToUTF8(context, orig_context, &result->submatch[0]); 526 - AdjustUCS2ToUTF8(context, orig_context, &result->submatch[i]);
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | tester.cc | 292 const StringPiece& orig_context, in RunSearch() argument 307 StringPiece context = orig_context; in RunSearch()
|
/external/python/setuptools/setuptools/tests/ |
D | test_easy_install.py | 339 with self.orig_context(*args, **kwargs): 345 self.orig_context = sandbox.setup_context
|