Home
last modified time | relevance | path

Searched refs:getcontext (Results 1 – 25 of 47) sorted by relevance

12

/external/python/cpython3/Lib/
D_pydecimal.py440 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/
Ddecimal.py420 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/
Dbench.py84 C.getcontext().prec = prec
85 P.getcontext().prec = prec
98 c = C.getcontext()
/external/ltp/testcases/kernel/syscalls/
DMakefile28 FILTER_OUT_DIRS += capget capset chmod chown clone fork getcontext llseek \
38 accept4 adjtimex cma confstr fcntl fmtmsg futex getcontext getcpu \
/external/libunwind/include/
Dlibunwind-ia64.h165 # define unw_tdep_getcontext getcontext
167 # define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
Dlibunwind-sh.h89 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
Dlibunwind-hppa.h124 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
Dlibunwind-x86_64.h135 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
Dlibunwind-mips.h153 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
Dlibunwind-x86.h183 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
/external/python/cpython3/Lib/test/
Dtest_decimal.py59 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/
Ddecimal.rst61 >>> 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/
Dswapcontext_annotation.cc83 getcontext(&next_child_context); in Child()
100 getcontext(&child_context); in Run()
Dswapcontext_test.cc52 getcontext(&child_context); in Run()
/external/python/cpython3/Doc/library/
Ddecimal.rst66 >>> 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/
Dunw_getcontext.tex33 \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/
Ducontext.h48 #define getcontext(x) breakpad_getcontext(x) macro
/external/libunwind/src/
DMakefile.am215 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/
Dswapcontext.cc33 getcontext(&child_context); in main()
Dguard-page.c36 if (getcontext(&ctx) < 0) in thread()
/external/ltp/testcases/kernel/syscalls/getcontext/
Dgetcontext01.c40 TEST(getcontext(&ptr)); in test_getcontext()
/external/libunwind/
DAndroid.bp224 "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/
Dgetcontext-android.S52 # This is a stub version of getcontext() for MIPS which only stores core
Dgetcontext.S53 # This is a stub version of getcontext() for MIPS which only stores core
/external/libunwind/src/arm/
Dgetcontext.S32 @ This is a stub version of getcontext() for ARM which only stores core

12