/external/python/cpython3/Lib/ |
D | _pydecimal.py | 440 def getcontext(): function 499 if ctx is None: ctx = getcontext() 549 context = getcontext() 655 context = getcontext() 759 context = getcontext() 785 context = getcontext() 1074 context = getcontext() 1099 context = getcontext() 1121 context = getcontext() 1163 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/python/cpython3/Modules/_decimal/tests/ |
D | bench.py | 84 C.getcontext().prec = prec 85 P.getcontext().prec = prec 98 c = C.getcontext()
|
/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/libunwind/include/ |
D | libunwind-ia64.h | 165 # define unw_tdep_getcontext getcontext 167 # define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
|
D | libunwind-sh.h | 89 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
|
D | libunwind-hppa.h | 124 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
|
D | libunwind-x86_64.h | 135 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
|
D | libunwind-mips.h | 153 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
|
D | libunwind-x86.h | 183 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
|
/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/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/compiler-rt/test/asan/TestCases/Linux/ |
D | swapcontext_annotation.cc | 83 getcontext(&next_child_context); in Child() 100 getcontext(&child_context); in Run()
|
D | swapcontext_test.cc | 52 getcontext(&child_context); in Run()
|
/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/libunwind/doc/ |
D | unw_getcontext.tex | 33 \Func{getcontext}() instead of \Func{unw\_getcontext}(). However, the 36 initialized by \Func{getcontext()} is expected. The reason for this
|
/external/google-breakpad/src/common/android/include/ |
D | ucontext.h | 48 #define getcontext(x) breakpad_getcontext(x) macro
|
/external/libunwind/src/ |
D | Makefile.am | 215 arm/getcontext.S \ 238 ia64/dyn_info_list.S ia64/getcontext.S \ 263 hppa/getcontext.S hppa/setcontext.S \ 285 mips/getcontext.S \ 333 x86_64/Lstash_frame.c x86_64/Lstep.c x86_64/Ltrace.c x86_64/getcontext.S 432 libunwind_x86_la_SOURCES_os = x86/getcontext-linux.S 448 libunwind_x86_la_SOURCES_os = x86/getcontext-freebsd.S
|
/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/ltp/testcases/kernel/syscalls/getcontext/ |
D | getcontext01.c | 40 TEST(getcontext(&ptr)); in test_getcontext()
|
/external/libunwind/ |
D | Android.bp | 224 "src/arm/getcontext.S", 285 "src/mips/getcontext-android.S", 319 "src/mips/getcontext-android.S", 349 "src/x86/getcontext-linux.S", 379 "src/x86_64/getcontext.S",
|
/external/libunwind/src/mips/ |
D | getcontext-android.S | 52 # This is a stub version of getcontext() for MIPS which only stores core
|
D | getcontext.S | 53 # This is a stub version of getcontext() for MIPS which only stores core
|
/external/libunwind/src/arm/ |
D | getcontext.S | 32 @ This is a stub version of getcontext() for ARM which only stores core
|