Home
last modified time | relevance | path

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

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
DCollectionStore.java16 private Collection<T> _local; field in CollectionStore
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DCollectionStore.java14 private Collection<T> _local; field in CollectionStore
/external/python/cpython3/Lib/test/
Dtest_threading_local.py197 _local = _thread._local variable in ThreadLocalTest
200 _local = _threading_local.local variable in PyThreadingLocalTest
/external/python/cpython2/Lib/test/
Dtest_threading_local.py186 _local = _thread._local variable in ThreadLocalTest
202 _local = _threading_local.local variable in PyThreadingLocalTest
/external/libxcam/modules/soft/
Dsoft_worker.h95 WorkSize _local; variable
/external/python/cpython2/Lib/
Ddecimal.py440 def getcontext(_local=local): argument
454 def setcontext(context, _local=local): argument