Home
last modified time | relevance | path

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

12

/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
Drunant.py42 if os.environ.has_key('ANT_HOME'):
52 if not os.environ.has_key('JAVACMD'):
53 if os.environ.has_key('JAVA_HOME'):
72 if os.environ.has_key('LOCALCLASSPATH'):
76 if os.environ.has_key('ANT_OPTS'):
80 if os.environ.has_key('JIKESPATH'):
84 if os.environ.has_key('ANT_ARGS'):
88 if os.environ.has_key('CLASSPATH'):
/external/chromium/chrome/common/extensions/docs/build/
Ddirectory.py116 if module.has_key('nodoc'):
120 if module.has_key(key):
325 if self._manifest.has_key(key):
352 if self._locale_data.has_key(token):
360 if placeholders.has_key(placeholder_name.lower()):
451 if self._manifest.has_key(feature_attr):
457 if self._manifest.has_key('permissions'):
470 if (self._manifest.has_key('icons') and
471 self._manifest['icons'].has_key('128')):
527 if self._manifest.has_key('permissions'):
[all …]
/external/chromium/third_party/libjingle/source/talk/site_scons/
Dtalk.py77 if not kwargs.has_key('explicit_libs'):
110 if not kwargs.has_key('explicit_libs'):
276 if not defs.has_key('version'):
303 if dict.has_key(key):
367 if params.has_key('libs'):
369 if (_all_lib_targets.has_key(lib) and
370 _all_lib_targets[lib].has_key('dependent_target_settings')):
490 if (_all_lib_targets.has_key(lib) and
491 _all_lib_targets[lib].has_key('also64bit')):
528 if not dictionary.has_key(key):
[all …]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
D__init__.py221 if headers.has_key('cache-control'):
246 if headers.has_key(headername):
301 … if request_headers.has_key('pragma') and request_headers['pragma'].lower().find('no-cache') != -1:
305 elif cc.has_key('no-cache'):
307 elif cc_response.has_key('no-cache'):
309 elif cc.has_key('only-if-cached'):
311 elif response_headers.has_key('date'):
315 if cc_response.has_key('max-age'):
320 elif response_headers.has_key('expires'):
328 if cc.has_key('max-age'):
[all …]
/external/dbus/test/
Dunused-code-gc.py18 if symbols.has_key(r):
25 if not symbols.has_key(name):
139 if symbols.has_key(name):
185 if roots.has_key(name):
214 if roots.has_key(vr):
/external/wpa_supplicant_6/wpa_supplicant/examples/
Dwpas-test.py69 if props.has_key("wpaie"):
72 if props.has_key("rsnie"):
75 if props.has_key("frequency"):
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dwpas-test.py69 if props.has_key("wpaie"):
72 if props.has_key("rsnie"):
75 if props.has_key("frequency"):
Dwpas-dbus-new-wps.py17 if properties.has_key("State"):
/external/markdown/markdown/extensions/
Dwikilinks.py139 if self.md.Meta.has_key('wiki_base_url'):
141 if self.md.Meta.has_key('wiki_end_url'):
143 if self.md.Meta.has_key('wiki_html_class'):
Dheaderid.py129 if self.md.Meta.has_key('header_level'):
131 if self.md.Meta.has_key('header_forceid'):
/external/compiler-rt/lib/asan/scripts/
Dsymbolize.py36 if load_addresses.has_key(path):
78 if not pipes.has_key(binary):
/external/llvm/utils/lit/lit/
DUtil.py9 if os.sysconf_names.has_key("SC_NPROCESSORS_ONLN"):
17 if os.environ.has_key("NUMBER_OF_PROCESSORS"):
/external/webkit/Tools/Scripts/
Dnew-run-webkit-tests42 if env.has_key('PYTHONPATH'):
Dupdate-sources-list.py49 if sourceGroup.attributes.has_key("var"):
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
Dp2p_connect.py42 if properties.has_key("group_object"):
216 not self.p2p_connect_arguements.has_key('pin') ):
/external/linux-tools-perf/scripts/python/
Dfutex-contention.py36 if thread_blocktime.has_key(tid):
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py535 def has_key(self, key): member in Tag
536 return self._getAttrMap().has_key(key)
580 if self.attrMap.has_key(key):
950 result = markup.has_key(matchAgainst)
1272 return self.SELF_CLOSING_TAGS.has_key(name) \
1273 or self.instanceSelfClosingTags.has_key(name)
1371 isResetNesting = self.RESET_NESTING_TAGS.has_key(name)
1384 and self.RESET_NESTING_TAGS.has_key(p.name)):
1496 if not kwargs.has_key('smartQuotesTo'):
1680 not parent.attrMap.has_key(tag.name)):
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DUtil.py36 if not dict.has_key(key):
/external/protobuf/python/
Dstubout.py63 (not inspect.isclass(obj) and obj.__dict__.has_key(attr_name))):
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
Dmain.py99 if json.has_key('error'):
/external/webkit/Tools/wx/packaging/
Dbuild-win-installer.py53 if os.environ.has_key("INNO5"):
/external/qemu/android/tools/
Dgen-hw-config.py138 if not typesToMacros.has_key(item.type):
/external/clang/tools/scan-view/
Dstartfile.py189 if _controllers.has_key('xdg-open'):

12