Searched refs:has_key (Results 1 - 25 of 132) sorted by relevance

123456

/external/chromium_org/tools/traceline/traceline/scripts/
H A Dfilter_short.py20 if e.has_key('ms') and e.has_key('done'):
H A Dcrit_sec.py20 if not crits.has_key(cs):
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A 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/llvm/utils/release/
H A 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(ex
[all...]
H A 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(
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dplatform_backend_unittest.py33 self.assertTrue(output.has_key('energy_consumption_mwh'))
34 self.assertTrue(output.has_key('identifier'))
H A Dmac_platform_backend_unittest.py36 self.assertTrue(cpu_stats.has_key('ContextSwitches'))
38 self.assertTrue(cpu_stats.has_key('IdleWakeupCount'))
/external/chromium_org/chrome/test/ispy/common/
H A 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/tools/grit/grit/node/
H A Dvariant.py29 if self.attrs.has_key('file'):
/external/chromium_org/tools/gyp/test/win/
H A 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/markdown/markdown/extensions/
H A 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/
H A Dwpas-test.py69 if props.has_key("wpaie"):
72 if props.has_key("rsnie"):
75 if props.has_key("frequency"):
/external/chromium_org/chromeos/ime/
H A Dgen_input_methods.py93 if engine.has_key('if'):
96 if engine.has_key('if'):
/external/nanopb-c/tests/site_scons/site_tools/
H A Dnanopb.py42 if env.has_key('NANOPB'):
56 if env.has_key('PROTOC'):
76 if env.has_key('PROTOCFLAGS'):
/external/qemu/scripts/
H A Dqapi-types.py184 if builtin_type_qtypes.has_key(qapi_type):
385 exprs = filter(lambda expr: not expr.has_key('gen'), exprs)
394 if expr.has_key('type'):
396 elif expr.has_key('enum'):
400 elif expr.has_key('union'):
428 if expr.has_key('type'):
434 elif expr.has_key('union'):
440 elif expr.has_key('enum'):
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A 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('ma
[all...]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A 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/mesa3d/src/mapi/glapi/gen/
H A 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/chrome/browser/chromeos/login/screens/
H A Dscreen_context.h97 bool has_key = storage_.Get(key, &value); local
98 DCHECK(has_key);
/external/chromium_org/third_party/cython/src/Tools/site_scons/site_tools/
H A Dpyext.py167 if not env.has_key(name):
208 if not env.has_key('PYEXT_USE_DISTUTILS'):
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
H A Devent_analyzing_sample.py78 if (param_dict.has_key("dso")):
83 if (param_dict.has_key("symbol")):
/external/nanopb-c/tests/site_scons/
H A Dsite_init.py22 if env.has_key("COMMAND"):
27 if env.has_key('ARGS'):
/external/chromium_org/net/android/tools/
H A Dproxy_test_cases.py314 if test_case.has_key("cpp-only"):
/external/chromium_org/tools/grit/grit/format/
H A 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/tools/grit/grit/gather/
H A Dregexp.py34 if self.DescriptionMapping_.has_key(string):

Completed in 1193 milliseconds

123456