OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dumbdbm
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_dumbdbm.py
2
"""Test script for the
dumbdbm
module
8
import
dumbdbm
34
f =
dumbdbm
.open(_fname, 'c')
48
f =
dumbdbm
.open(_fname, 'c', 0637)
66
f =
dumbdbm
.open(_fname)
74
f =
dumbdbm
.open(_fname, 'w')
81
f =
dumbdbm
.open(_fname, 'r')
87
f =
dumbdbm
.open(_fname)
93
f =
dumbdbm
.open(_fname)
97
f =
dumbdbm
.open(_fname
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_dumbdbm.py
2
"""Test script for the
dumbdbm
module
8
import
dumbdbm
34
f =
dumbdbm
.open(_fname, 'c')
48
f =
dumbdbm
.open(_fname, 'c', 0637)
66
f =
dumbdbm
.open(_fname)
74
f =
dumbdbm
.open(_fname, 'w')
81
f =
dumbdbm
.open(_fname, 'r')
87
f =
dumbdbm
.open(_fname)
93
f =
dumbdbm
.open(_fname)
97
f =
dumbdbm
.open(_fname
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dumbdbm.py
2
"""Test script for the
dumbdbm
module
8
import
dumbdbm
34
f =
dumbdbm
.open(_fname, 'c')
48
f =
dumbdbm
.open(_fname, 'c', 0637)
66
f =
dumbdbm
.open(_fname)
74
f =
dumbdbm
.open(_fname, 'w')
81
f =
dumbdbm
.open(_fname, 'r')
87
f =
dumbdbm
.open(_fname)
93
f =
dumbdbm
.open(_fname)
97
f =
dumbdbm
.open(_fname
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dumbdbm.py
2
"""Test script for the
dumbdbm
module
8
import
dumbdbm
34
f =
dumbdbm
.open(_fname, 'c')
48
f =
dumbdbm
.open(_fname, 'c', 0637)
66
f =
dumbdbm
.open(_fname)
74
f =
dumbdbm
.open(_fname, 'w')
81
f =
dumbdbm
.open(_fname, 'r')
87
f =
dumbdbm
.open(_fname)
93
f =
dumbdbm
.open(_fname)
97
f =
dumbdbm
.open(_fname
[
all
...]
/external/autotest/tko/parsers/test/
scenario_base.py
243
import
dumbdbm
244
return shelve.Shelf(
dumbdbm
.open(filename, flag), protocol, writeback)
Completed in 87 milliseconds