Home
last modified time | relevance | path

Searched defs:_local (Results 1 – 3 of 3) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DCollectionStore.java14 private Collection<T> _local; field in CollectionStore
/external/python/cpython2/Lib/test/
Dtest_threading_local.py186 _local = _thread._local variable in ThreadLocalTest
202 _local = _threading_local.local variable in PyThreadingLocalTest
/external/python/cpython2/Lib/
Ddecimal.py440 def getcontext(_local=local): argument
454 def setcontext(context, _local=local): argument