Home
last modified time | relevance | path

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

12345

/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_org/chrome/test/functional/ispy/common/
Dmock_cloud_bucket.py35 if self.datastore.has_key(path):
48 if self.datastore.has_key(path):
53 return self.datastore.has_key(path)
57 if self.datastore.has_key(path):
/external/chromium_org/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/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/chromium_org/tools/gyp/test/win/
Dgyptest-link-enable-uac.py71 execution_level.has_key('level') and
72 execution_level.has_key('uiAccess') and
90 execution_level.has_key('level') and
91 execution_level.has_key('uiAccess') and
/external/chromium_org/build/android/pylib/
Dchrome_test_server_spawner.py165 if port_json.has_key('port') and isinstance(port_json['port'], int):
195 if self.arguments.has_key('log-to-console'):
197 if self.arguments.has_key('auth-token'):
199 if self.arguments.has_key('https'):
201 if self.arguments.has_key('cert-and-key-file'):
204 if self.arguments.has_key('ocsp'):
206 if self.arguments.has_key('https-record-resume'):
208 if self.arguments.has_key('ssl-client-auth'):
210 if self.arguments.has_key('tls-intolerant'):
213 if self.arguments.has_key('ssl-client-ca'):
[all …]
/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_size.py71 if e.functions.has_key( match_name ):
79 if self.enums.has_key( e.value ):
83 if not self.count.has_key( count ):
131 if self.count.has_key(-1):
359 if enum_sigs.has_key( sig ):
485 if not enum_functions.has_key(func.name):
488 if not enum_sigs.has_key( sig ):
504 if enum_functions.has_key(func.name):
629 if self.counter_sigs.has_key(sig):
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
DglX_proto_size.py71 if e.functions.has_key( match_name ):
79 if self.enums.has_key( e.value ):
83 if not self.count.has_key( count ):
131 if self.count.has_key(-1):
359 if enum_sigs.has_key( sig ):
485 if not enum_functions.has_key(func.name):
488 if not enum_sigs.has_key( sig ):
504 if enum_functions.has_key(func.name):
629 if self.counter_sigs.has_key(sig):
/external/chromium_org/third_party/libxml/src/
Dgentest.py418 if modules_defines.has_key(module):
520 if not argtypes.has_key(type):
531 if not rettypes.has_key(type):
549 if argtypes.has_key(name) and is_known_param_type(name, name) == 0:
564 if modules_defines.has_key(module):
584 if define == 0 and modules_defines.has_key(module):
745 if function_defines.has_key(name):
786 if extra_pre_call.has_key(name):
801 if extra_post_call.has_key(name):
817 if extra_post_call.has_key(name):
/external/chromium_org/tools/traceline/traceline/scripts/
Dfilter_short.py20 if e.has_key('ms') and e.has_key('done'):
/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'):
/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"):
/external/chromium_org/chrome/test/pyautolib/
Domnibox_info.py80 if self.omniboxdict.has_key('error'):
108 if not item.has_key(key) or item[key] != val:
/external/chromium_org/tools/grit/grit/format/
Drc.py261 if _LANGUAGE_CHARSET_PAIR.has_key(language):
270 if _LANGUAGE_DIRECTIVE_PAIR.has_key(language):
282 if _LANGUAGE_CHARSET_PAIR.has_key(language):
294 if _LANGUAGE_CHARSET_PAIR.has_key(language):
/external/chromium_org/chromeos/ime/
Dgen_input_methods.py90 if engine.has_key('if'):
93 if engine.has_key('if'):
/external/chromium_org/third_party/mesa/src/scons/
Dgallium.py119 if os.environ.has_key('CC'):
131 if os.environ.has_key('CFLAGS'):
133 if os.environ.has_key('CXX'):
135 if os.environ.has_key('CXXFLAGS'):
137 if os.environ.has_key('LDFLAGS'):
/external/mesa3d/scons/
Dgallium.py119 if os.environ.has_key('CC'):
131 if os.environ.has_key('CFLAGS'):
133 if os.environ.has_key('CXX'):
135 if os.environ.has_key('CXXFLAGS'):
137 if os.environ.has_key('LDFLAGS'):
/external/chromium_org/chrome/browser/chromeos/login/screens/
Dscreen_context.h85 bool has_key = storage_.Get(key, &value); in Get() local
86 DCHECK(has_key); in Get()
/external/chromium_org/webkit/tools/layout_tests/
Dcanary-webkit-revisions.py144 if value.has_key("number")]
148 if not build.has_key("text"):
152 if not build.has_key("sourceStamp"):
/external/compiler-rt/lib/asan/scripts/
Dsymbolize.py36 if load_addresses.has_key(path):
78 if not pipes.has_key(binary):
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Des_generator.py72 if not Converters.has_key(fromType):
76 if not Converters[fromType].has_key(toType):
91 if FormatStrings.has_key(type):
162 if not VersionSpecificValues.has_key(version):

12345