HomeSort by relevance Sort by last modified time
    Searched full:_local (Results 26 - 50 of 57) sorted by null

12 3

  /external/python/cpython2/Modules/
threadmodule.c 496 /* tp_name */ "thread._local",
929 if (PyModule_AddObject(m, "_local", (PyObject *)&localtype) < 0)
  /external/python/cpython2/Lib/multiprocessing/
forking.py 247 _tls = thread._local()
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 247 _tls = thread._local()
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 247 _tls = thread._local()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 247 _tls = thread._local()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 247 _tls = thread._local()
  /external/python/cpython3/Modules/
_threadmodule.c 874 /* tp_name */ "_thread._local",
    [all...]
  /external/libopus/silk/arm/
NSQ_del_dec_neon_intr.c 459 /* Therefore here we append "_local" to the NEON function name to avoid confusion. */
510 /* Therefore here we append "_local" to the function name to avoid confusion. */
    [all...]
  /external/llvm/docs/CommandGuide/
lit.rst 343 .. _local-configuration-files:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
output.h 421 _LOCAL Marks data containing relocations only to local objects.
  /external/python/cpython3/Lib/asyncio/
unix_events.py     [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_events.py     [all...]
  /external/python/cpython2/Lib/
threading.py     [all...]
decimal.py 440 def getcontext(_local=local):
448 return _local.__decimal_context__
451 _local.__decimal_context__ = context
454 def setcontext(context, _local=local):
459 _local.__decimal_context__ = context
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py     [all...]
decimal.py 441 def getcontext(_local=local):
449 return _local.__decimal_context__
452 _local.__decimal_context__ = context
455 def setcontext(context, _local=local):
460 _local.__decimal_context__ = context
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
threading.py     [all...]
decimal.py 441 def getcontext(_local=local):
449 return _local.__decimal_context__
452 _local.__decimal_context__ = context
455 def setcontext(context, _local=local):
460 _local.__decimal_context__ = context
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py     [all...]
decimal.py 441 def getcontext(_local=local):
449 return _local.__decimal_context__
452 _local.__decimal_context__ = context
455 def setcontext(context, _local=local):
460 _local.__decimal_context__ = context
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py     [all...]
decimal.py 441 def getcontext(_local=local):
449 return _local.__decimal_context__
452 _local.__decimal_context__ = context
455 def setcontext(context, _local=local):
460 _local.__decimal_context__ = context
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 441 def getcontext(_local=local):
449 return _local.__decimal_context__
452 _local.__decimal_context__ = context
455 def setcontext(context, _local=local):
460 _local.__decimal_context__ = context
    [all...]
  /external/python/cpython3/Lib/
_pydecimal.py 486 def getcontext(_local=local):
494 return _local.__decimal_context__
497 _local.__decimal_context__ = context
500 def setcontext(context, _local=local):
505 _local.__decimal_context__ = context
    [all...]
threading.py     [all...]

Completed in 697 milliseconds

12 3