HomeSort by relevance Sort by last modified time
    Searched refs:_cache (Results 101 - 125 of 145) sorted by null

1 2 3 45 6

  /external/python/cpython2/Lib/multiprocessing/
managers.py 885 def MakeProxyType(name, exposed, _cache={}):
891 return _cache[(name, exposed)]
903 _cache[(name, exposed)] = ProxyType
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
managers.py 887 def MakeProxyType(name, exposed, _cache={}):
893 return _cache[(name, exposed)]
905 _cache[(name, exposed)] = ProxyType
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 884 def MakeProxyType(name, exposed, _cache={}):
890 return _cache[(name, exposed)]
902 _cache[(name, exposed)] = ProxyType
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 884 def MakeProxyType(name, exposed, _cache={}):
890 return _cache[(name, exposed)]
902 _cache[(name, exposed)] = ProxyType
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 884 def MakeProxyType(name, exposed, _cache={}):
890 return _cache[(name, exposed)]
902 _cache[(name, exposed)] = ProxyType
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 884 def MakeProxyType(name, exposed, _cache={}):
890 return _cache[(name, exposed)]
902 _cache[(name, exposed)] = ProxyType
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
site.py 484 encodings._cache[enc] = encodings._unknown
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xml_etree.py 449 >>> cache_len_10 = len(ET.ElementPath._cache)
451 >>> len(ET.ElementPath._cache) == cache_len_10
454 >>> len(ET.ElementPath._cache) > cache_len_10
457 >>> len(ET.ElementPath._cache) < 500
    [all...]
test_multiprocessing.py     [all...]
regrtest.py     [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 90 private final DNSCache _cache; field in class:JmDNSImpl
397 _cache = new DNSCache(100);
661 return _cache;
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_pipeline.c     [all...]
  /external/python/cpython2/Lib/
site.py 467 encodings._cache[enc] = encodings._unknown
  /external/python/cpython2/Lib/test/
test_xml_etree.py 449 >>> cache_len_10 = len(ET.ElementPath._cache)
451 >>> len(ET.ElementPath._cache) == cache_len_10
454 >>> len(ET.ElementPath._cache) > cache_len_10
457 >>> len(ET.ElementPath._cache) < 500
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
site.py 472 encodings._cache[enc] = encodings._unknown
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xml_etree.py 449 >>> cache_len_10 = len(ET.ElementPath._cache)
451 >>> len(ET.ElementPath._cache) == cache_len_10
454 >>> len(ET.ElementPath._cache) > cache_len_10
457 >>> len(ET.ElementPath._cache) < 500
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
site.py 472 encodings._cache[enc] = encodings._unknown
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xml_etree.py 449 >>> cache_len_10 = len(ET.ElementPath._cache)
451 >>> len(ET.ElementPath._cache) == cache_len_10
454 >>> len(ET.ElementPath._cache) > cache_len_10
457 >>> len(ET.ElementPath._cache) < 500
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
site.py 472 encodings._cache[enc] = encodings._unknown
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 449 >>> cache_len_10 = len(ET.ElementPath._cache)
451 >>> len(ET.ElementPath._cache) == cache_len_10
454 >>> len(ET.ElementPath._cache) > cache_len_10
457 >>> len(ET.ElementPath._cache) < 500
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
site.py 472 encodings._cache[enc] = encodings._unknown
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 449 >>> cache_len_10 = len(ET.ElementPath._cache)
451 >>> len(ET.ElementPath._cache) == cache_len_10
454 >>> len(ET.ElementPath._cache) > cache_len_10
457 >>> len(ET.ElementPath._cache) < 500
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils_test.py     [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils_test.py     [all...]
  /external/libnl/python/netlink/
core.py 430 self._cache = cache
476 return self._cache._new_object(ret)

Completed in 514 milliseconds

1 2 3 45 6