Home
last modified time | relevance | path

Searched refs:has_key (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/external/python/cpython2/Tools/pybench/
DDict.py354 has_key = d.has_key
372 has_key(0)
373 has_key(2)
374 has_key(4)
375 has_key(6)
376 has_key(8)
377 has_key(10)
400 has_key(0)
401 has_key(2)
402 has_key(4)
[all …]
DLookups.py777 d.has_key
778 d.has_key
779 d.has_key
780 d.has_key
781 d.has_key
813 d.has_key
814 d.has_key
815 d.has_key
816 d.has_key
817 d.has_key
[all …]
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
DSpecial_Events.py45 if _arguments.has_key('errn'):
48 if _arguments.has_key('----'):
74 if _arguments.has_key('errn'):
77 if _arguments.has_key('----'):
94 if _arguments.has_key('errn'):
97 if _arguments.has_key('----'):
133 if _arguments.has_key('errn'):
136 if _arguments.has_key('----'):
154 if _arguments.has_key('errn'):
157 if _arguments.has_key('----'):
[all …]
DUtility_Events.py35 if _arguments.has_key('errn'):
38 if _arguments.has_key('----'):
61 if _arguments.has_key('errn'):
64 if _arguments.has_key('----'):
87 if _arguments.has_key('errn'):
90 if _arguments.has_key('----'):
113 if _arguments.has_key('errn'):
116 if _arguments.has_key('----'):
139 if _arguments.has_key('errn'):
142 if _arguments.has_key('----'):
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dcommands.py68 if not _option_defaults.has_key(command):
78 if not _option_inherits.has_key(command):
91 if not _option_finalizers.has_key(command):
93 if not _option_finalizers[command].has_key(key):
111 if _option_defaults.has_key('install'):
118 if _option_inherits.has_key('install'):
121 if _option_finalizers.has_key('install'):
134 if _option_defaults.has_key('install_data'):
141 if _option_inherits.has_key('install_data'):
144 if _option_finalizers.has_key('install_data'):
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dcommands.py68 if not _option_defaults.has_key(command):
78 if not _option_inherits.has_key(command):
91 if not _option_finalizers.has_key(command):
93 if not _option_finalizers[command].has_key(key):
111 if _option_defaults.has_key('install'):
118 if _option_inherits.has_key('install'):
121 if _option_finalizers.has_key('install'):
134 if _option_defaults.has_key('install_data'):
141 if _option_inherits.has_key('install_data'):
144 if _option_finalizers.has_key('install_data'):
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/release/
DfindRegressions-nightly.py37 if not test.has_key(fname) :
78 if d_new.has_key(t) :
82 if d_old[t].has_key(x):
83 if d_new[t].has_key(x):
96 if d_old[t].has_key(tp + x):
97 if not d_new[t].has_key(tp + x):
101 if d_new[t].has_key(tp + x):
106 if d_old[t].has_key(exp + x):
107 if not d_new[t].has_key(exp + x):
111 if d_new[t].has_key(exp + x):
DfindRegressions-simple.py34 if not test.has_key(fname):
74 if d_new.has_key(t):
79 if not d_old[t].has_key(x) and not d_new[t].has_key(x):
82 if d_old[t].has_key(x):
83 if d_new[t].has_key(x):
99 if not d_old[t].has_key(x) and not d_new[t].has_key(x):
101 elif not d_new[t].has_key(x):
103 elif not d_old[t].has_key(x):
/external/llvm/utils/release/
DfindRegressions-nightly.py37 if not test.has_key(fname) :
78 if d_new.has_key(t) :
82 if d_old[t].has_key(x):
83 if d_new[t].has_key(x):
96 if d_old[t].has_key(tp + x):
97 if not d_new[t].has_key(tp + x):
101 if d_new[t].has_key(tp + x):
106 if d_old[t].has_key(exp + x):
107 if not d_new[t].has_key(exp + x):
111 if d_new[t].has_key(exp + x):
DfindRegressions-simple.py34 if not test.has_key(fname):
74 if d_new.has_key(t):
79 if not d_old[t].has_key(x) and not d_new[t].has_key(x):
82 if d_old[t].has_key(x):
83 if d_new[t].has_key(x):
99 if not d_old[t].has_key(x) and not d_new[t].has_key(x):
101 elif not d_new[t].has_key(x):
103 elif not d_old[t].has_key(x):
/external/python/cpython2/Lib/test/
Dtest_call.py12 self.assertRaises(TypeError, {}.has_key)
16 {}.has_key(0)
19 self.assertRaises(TypeError, {}.has_key, 0, 1)
23 {}.has_key(*())
29 {}.has_key(*(0,))
34 {}.has_key(*(1, 2))
41 self.assertRaises(TypeError, {}.has_key, x=2)
44 self.assertRaises(TypeError, {}.has_key, x=2)
47 self.assertRaises(TypeError, {}.has_key, x=2, y=2)
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Netscape/
DWorldWideWeb_suite.py48 if _arguments.has_key('----'):
78 if _arguments.has_key('----'):
103 if _arguments.has_key('----'):
124 if _arguments.has_key('----'):
145 if _arguments.has_key('----'):
165 if _arguments.has_key('----'):
191 if _arguments.has_key('----'):
211 if _arguments.has_key('----'):
237 if _arguments.has_key('----'):
265 if _arguments.has_key('----'):
[all …]
DMozilla_suite.py32 if _arguments.has_key('----'):
52 if _arguments.has_key('----'):
72 if _arguments.has_key('----'):
98 if _arguments.has_key('----'):
118 if _arguments.has_key('----'):
137 if _arguments.has_key('----'):
157 if _arguments.has_key('----'):
176 if _arguments.has_key('----'):
196 if _arguments.has_key('----'):
223 if _arguments.has_key('----'):
/external/swiftshader/third_party/LLVM/utils/release/
DfindRegressions.py34 if not test.has_key(fname):
67 if d_new.has_key(t):
72 if not d_old[t].has_key(x) and not d_new[t].has_key(x):
75 if d_old[t].has_key(x):
76 if d_new[t].has_key(x):
92 if not d_old[t].has_key(x) and not d_new[t].has_key(x):
94 elif not d_new[t].has_key(x):
96 elif not d_old[t].has_key(x):
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
DStandard_Suite.py33 if _arguments.has_key('----'):
59 if _arguments.has_key('----'):
85 if _arguments.has_key('----'):
106 if _arguments.has_key('----'):
138 if _arguments.has_key('----'):
159 if _arguments.has_key('----'):
190 if _arguments.has_key('----'):
225 if _arguments.has_key('----'):
252 if _arguments.has_key('----'):
277 if _arguments.has_key('----'):
[all …]
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DStandard_Suite.py39 if _arguments.has_key('----'):
67 if _arguments.has_key('----'):
93 if _arguments.has_key('----'):
119 if _arguments.has_key('----'):
139 if _arguments.has_key('----'):
167 if _arguments.has_key('----'):
193 if _arguments.has_key('----'):
214 if _arguments.has_key('----'):
235 if _arguments.has_key('----'):
266 if _arguments.has_key('----'):
[all …]
DAppleScript_Suite.py33 if _arguments.has_key('----'):
54 if _arguments.has_key('----'):
75 if _arguments.has_key('----'):
96 if _arguments.has_key('----'):
117 if _arguments.has_key('----'):
138 if _arguments.has_key('----'):
159 if _arguments.has_key('----'):
239 if _arguments.has_key('----'):
260 if _arguments.has_key('----'):
279 if _arguments.has_key('----'):
[all …]
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Explorer/
DWeb_Browser_Suite.py33 if _arguments.has_key('----'):
53 if _arguments.has_key('----'):
80 if _arguments.has_key('----'):
101 if _arguments.has_key('----'):
121 if _arguments.has_key('----'):
154 if _arguments.has_key('----'):
180 if _arguments.has_key('----'):
209 if _arguments.has_key('----'):
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
DStandard_Suite.py40 if _arguments.has_key('----'):
66 if _arguments.has_key('----'):
86 if _arguments.has_key('----'):
113 if _arguments.has_key('----'):
134 if _arguments.has_key('----'):
155 if _arguments.has_key('----'):
186 if _arguments.has_key('----'):
211 if _arguments.has_key('----'):
231 if _arguments.has_key('----'):
251 if _arguments.has_key('----'):
[all …]
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
DStandard_Suite.py40 if _arguments.has_key('----'):
66 if _arguments.has_key('----'):
86 if _arguments.has_key('----'):
113 if _arguments.has_key('----'):
134 if _arguments.has_key('----'):
155 if _arguments.has_key('----'):
186 if _arguments.has_key('----'):
211 if _arguments.has_key('----'):
231 if _arguments.has_key('----'):
251 if _arguments.has_key('----'):
[all …]
/external/autotest/client/tools/
Ddiffprofile33 if orig.has_key(key):
37 if diff.has_key(key):
43 if new.has_key(key):
47 if diff.has_key(key):
57 if orig.has_key(key) and orig[key] > 0:
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
DMetrowerks_Shell_Suite.py38 if _arguments.has_key('----'):
64 if _arguments.has_key('----'):
83 if _arguments.has_key('----'):
109 if _arguments.has_key('----'):
135 if _arguments.has_key('----'):
160 if _arguments.has_key('----'):
181 if _arguments.has_key('----'):
201 if _arguments.has_key('----'):
228 if _arguments.has_key('----'):
254 if _arguments.has_key('----'):
[all …]
DCodeWarrior_suite.py43 if _arguments.has_key('----'):
62 if _arguments.has_key('----'):
82 if _arguments.has_key('----'):
102 if _arguments.has_key('----'):
122 if _arguments.has_key('----'):
146 if _arguments.has_key('----'):
165 if _arguments.has_key('----'):
185 if _arguments.has_key('----'):
204 if _arguments.has_key('----'):
224 if _arguments.has_key('----'):
[all …]
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/_builtinSuites/
Dbuiltin_Suite.py29 if _arguments.has_key('----'):
48 if _arguments.has_key('----'):
67 if _arguments.has_key('----'):
87 if _arguments.has_key('----'):
112 if _arguments.has_key('----'):
/external/python/cpython2/Lib/plat-os2emx/
Dgrp.py61 if os.environ.has_key('ETC_GROUP'):
63 if os.environ.has_key('ETC'):
65 if os.environ.has_key('PYTHONHOME'):
152 if not gidx.has_key(fields[2]):
154 if not namx.has_key(fields[0]):

12345678910>>...12