HomeSort by relevance Sort by last modified time
    Searched defs:getcontext (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/android/include/
ucontext.h 28 #define getcontext(x) breakpad_getcontext(x) macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 14 name = mh.getcontext() # name of current folder
130 def getcontext(self): member in class:MH
    [all...]
decimal.py 61 >>> getcontext().prec = 18
82 >>> getcontext().traps[DivisionByZero] = 1
134 'setcontext', 'getcontext', 'localcontext'
387 # The getcontext() and setcontext() function manage access to a thread-local
421 def getcontext(): function
441 def getcontext(_local=local): function
485 >>> print getcontext().prec
488 ... ctx = getcontext()
494 ... print getcontext().prec
497 >>> print getcontext().pre
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 14 name = mh.getcontext() # name of current folder
130 def getcontext(self): member in class:MH
    [all...]
decimal.py 61 >>> getcontext().prec = 18
82 >>> getcontext().traps[DivisionByZero] = 1
134 'setcontext', 'getcontext', 'localcontext'
387 # The getcontext() and setcontext() function manage access to a thread-local
421 def getcontext(): function
441 def getcontext(_local=local): function
485 >>> print getcontext().prec
488 ... ctx = getcontext()
494 ... print getcontext().prec
497 >>> print getcontext().pre
    [all...]

Completed in 510 milliseconds