/external/llvm-project/llvm/test/CodeGen/X86/ |
D | indirect-branch-tracking-r2.ll | 8 ;; setjmp, sigsetjmp, savectx, vfork, getcontext 22 ; X64: callq getcontext 35 ; X86: calll getcontext 48 %call7 = call i32 (i32, ...) bitcast (i32 (...)* @getcontext to i32 (i32, ...)*)(i32 0) #1 67 declare dso_local i32 @getcontext(...) #1
|
/external/python/cpython3/Modules/_decimal/tests/ |
D | bench.py | 84 C.getcontext().prec = prec 85 P.getcontext().prec = prec 98 c = C.getcontext()
|
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 444 def getcontext(): function 503 if ctx is None: ctx = getcontext() 553 context = getcontext() 659 context = getcontext() 763 context = getcontext() 789 context = getcontext() 1078 context = getcontext() 1103 context = getcontext() 1125 context = getcontext() 1167 context = getcontext() [all …]
|
/external/python/cpython2/Lib/ |
D | decimal.py | 420 def getcontext(): function 440 def getcontext(_local=local): function 499 if ctx is None: ctx = getcontext() 545 context = getcontext() 745 context = getcontext() 771 context = getcontext() 1045 context = getcontext() 1070 context = getcontext() 1092 context = getcontext() 1134 context = getcontext() [all …]
|
/external/ltp/testcases/kernel/syscalls/ |
D | Makefile | 28 FILTER_OUT_DIRS += capget capset chmod chown clone fork getcontext llseek \ 38 accept4 adjtimex cma confstr fcntl fmtmsg futex getcontext getcpu \
|
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
D | tm-signal-context-force-tm.c | 127 getcontext(&init_context); in tm_trap_test() 173 getcontext(&main_context); in tm_signal_context_force_tm()
|
/external/swiftshader/third_party/marl/src/ |
D | osfiber_ucontext.h | 77 getcontext(&out->context); in createFiberFromCurrentThread() 115 auto res = getcontext(&out->context); in createFiber()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | swapcontext_annotation.cc | 83 getcontext(&next_child_context); in Child() 100 getcontext(&child_context); in Run()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
D | swapcontext_annotation.cpp | 106 getcontext(&next_child_context); in Child() 124 getcontext(&child_context); in Run()
|
/external/python/cpython3/Lib/test/ |
D | test_decimal.py | 59 C: tuple(C.getcontext().flags.keys()) if C else None, 60 P: tuple(P.getcontext().flags.keys()) 95 C: C.getcontext().copy() if C else None, 96 P: P.getcontext().copy() 711 nc = copy.copy(self.decimal.getcontext()) 1508 getcontext = cls.decimal.getcontext 1535 c1 = getcontext() 1547 getcontext = cls.decimal.getcontext 1554 thiscontext = getcontext() 2149 getcontext = self.decimal.getcontext [all …]
|
/external/google-breakpad/src/common/android/include/ |
D | ucontext.h | 48 #define getcontext(x) breakpad_getcontext(x) macro
|
/external/google-breakpad/src/common/linux/ |
D | breakpad_getcontext.h | 48 #define getcontext(x) breakpad_getcontext(x) macro
|
/external/python/cpython2/Doc/library/ |
D | decimal.rst | 61 >>> getcontext().prec = 6 64 >>> getcontext().prec = 28 123 context with :func:`getcontext` and, if necessary, setting new values for 127 >>> getcontext() 132 >>> getcontext().prec = 7 # Set a new precision 140 >>> getcontext().prec = 28 164 >>> getcontext().prec = 6 171 >>> getcontext().rounding = ROUND_UP 209 >>> getcontext().prec = 28 228 As shown above, the :func:`getcontext` function accesses the current context and [all …]
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer_unittest.cc | 164 ASSERT_EQ(0, getcontext(&context.context)); in TEST() 240 ASSERT_EQ(0, getcontext(&context.context)); in TEST() 285 ASSERT_EQ(0, getcontext(&context.context)); in TEST() 336 ASSERT_EQ(0, getcontext(&context.context)); in TEST() 389 ASSERT_EQ(0, getcontext(&context.context)); in TEST() 640 ASSERT_EQ(0, getcontext(&context.context)); in TEST() 699 ASSERT_EQ(0, getcontext(&context.context)); in TEST()
|
/external/python/cpython3/Doc/library/ |
D | decimal.rst | 66 >>> getcontext().prec = 6 69 >>> getcontext().prec = 28 128 context with :func:`getcontext` and, if necessary, setting new values for 132 >>> getcontext() 137 >>> getcontext().prec = 7 # Set a new precision 145 >>> getcontext().prec = 28 167 >>> c = getcontext() 188 >>> getcontext().prec = 6 195 >>> getcontext().rounding = ROUND_UP 243 >>> getcontext().prec = 28 [all …]
|
/external/llvm-project/compiler-rt/test/lsan/TestCases/ |
D | swapcontext.cpp | 30 getcontext(&child_context); in main()
|
/external/compiler-rt/test/lsan/TestCases/ |
D | swapcontext.cc | 33 getcontext(&child_context); in main()
|
D | guard-page.c | 36 if (getcontext(&ctx) < 0) in thread()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | fiber_simple.cpp | 23 getcontext(&uc); in main()
|
D | fiber_race.cpp | 23 getcontext(&uc); in main()
|
D | fiber_from_thread.cpp | 31 getcontext(&uc); in main()
|
/external/ltp/testcases/kernel/syscalls/getcontext/ |
D | getcontext01.c | 40 TEST(getcontext(&ptr)); in test_getcontext()
|
/external/llvm-project/compiler-rt/test/msan/Linux/ |
D | swapcontext_annotation_reset.cpp | 45 if (getcontext(&ctx) == -1) { in main()
|
D | swapcontext_annotation.cpp | 40 if (getcontext(&fiber_ctx) == -1) { in main()
|
/external/llvm-project/compiler-rt/test/lsan/TestCases/Linux/ |
D | guard-page.c | 40 if (getcontext(&ctx) < 0) in thread()
|