HomeSort by relevance Sort by last modified time
    Searched refs:creatorFunc (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
time_hashlib.py 8 def creatorFunc():
9 raise RuntimeError, "eek, creatorFunc not overridden"
15 localCF = creatorFunc
26 d = creatorFunc()
34 x = creatorFunc().digest()
44 # setup our creatorFunc to test the requested hash
48 exec 'creatorFunc = '+hName+'.new'
52 exec 'creatorFunc = _hashlib.%s' % sys.argv[2]
56 exec 'creatorFunc = lambda x=_hashlib.new : x(%r)' % sys.argv[2]
59 creatorFunc = getattr(hashlib, hName)
    [all...]
  /external/python/cpython2/Lib/test/
time_hashlib.py 8 def creatorFunc():
9 raise RuntimeError, "eek, creatorFunc not overridden"
15 localCF = creatorFunc
26 d = creatorFunc()
34 x = creatorFunc().digest()
44 # setup our creatorFunc to test the requested hash
48 exec 'creatorFunc = '+hName+'.new'
52 exec 'creatorFunc = _hashlib.%s' % sys.argv[2]
56 exec 'creatorFunc = lambda x=_hashlib.new : x(%r)' % sys.argv[2]
59 creatorFunc = getattr(hashlib, hName
    [all...]
  /external/python/cpython3/Lib/test/
time_hashlib.py 9 def creatorFunc():
10 raise RuntimeError("eek, creatorFunc not overridden")
16 localCF = creatorFunc
27 d = creatorFunc()
35 x = creatorFunc().digest()
45 # setup our creatorFunc to test the requested hash
49 exec('creatorFunc = '+hName+'.new')
53 exec('creatorFunc = _hashlib.%s' % sys.argv[2])
57 exec('creatorFunc = lambda x=_hashlib.new : x(%r)' % sys.argv[2])
60 creatorFunc = getattr(hashlib, hName
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
time_hashlib.py 8 def creatorFunc():
9 raise RuntimeError, "eek, creatorFunc not overridden"
15 localCF = creatorFunc
26 d = creatorFunc()
34 x = creatorFunc().digest()
44 # setup our creatorFunc to test the requested hash
48 exec 'creatorFunc = '+hName+'.new'
52 exec 'creatorFunc = _hashlib.%s' % sys.argv[2]
56 exec 'creatorFunc = lambda x=_hashlib.new : x(%r)' % sys.argv[2]
59 creatorFunc = getattr(hashlib, hName
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
time_hashlib.py 8 def creatorFunc():
9 raise RuntimeError, "eek, creatorFunc not overridden"
15 localCF = creatorFunc
26 d = creatorFunc()
34 x = creatorFunc().digest()
44 # setup our creatorFunc to test the requested hash
48 exec 'creatorFunc = '+hName+'.new'
52 exec 'creatorFunc = _hashlib.%s' % sys.argv[2]
56 exec 'creatorFunc = lambda x=_hashlib.new : x(%r)' % sys.argv[2]
59 creatorFunc = getattr(hashlib, hName
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
time_hashlib.py 8 def creatorFunc():
9 raise RuntimeError, "eek, creatorFunc not overridden"
15 localCF = creatorFunc
26 d = creatorFunc()
34 x = creatorFunc().digest()
44 # setup our creatorFunc to test the requested hash
48 exec 'creatorFunc = '+hName+'.new'
52 exec 'creatorFunc = _hashlib.%s' % sys.argv[2]
56 exec 'creatorFunc = lambda x=_hashlib.new : x(%r)' % sys.argv[2]
59 creatorFunc = getattr(hashlib, hName
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
time_hashlib.py 8 def creatorFunc():
9 raise RuntimeError, "eek, creatorFunc not overridden"
15 localCF = creatorFunc
26 d = creatorFunc()
34 x = creatorFunc().digest()
44 # setup our creatorFunc to test the requested hash
48 exec 'creatorFunc = '+hName+'.new'
52 exec 'creatorFunc = _hashlib.%s' % sys.argv[2]
56 exec 'creatorFunc = lambda x=_hashlib.new : x(%r)' % sys.argv[2]
59 creatorFunc = getattr(hashlib, hName
    [all...]

Completed in 985 milliseconds