OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:creatorFunc
(Results
1 - 4
of
4
) sorted by null
/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 449 milliseconds