Home
last modified time | relevance | path

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

123456

/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_org/chrome/test/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_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/qemu/scripts/
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'):
Dqapi-commands.py444 commands = filter(lambda expr: expr.has_key('command'), exprs)
445 commands = filter(lambda expr: not expr.has_key('gen'), commands)
458 if cmd.has_key('data'):
460 if cmd.has_key('returns'):
/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/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/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/chromium_org/tools/telemetry/telemetry/core/platform/
Dplatform_backend_unittest.py33 self.assertTrue(output.has_key('energy_consumption_mwh'))
34 self.assertTrue(output.has_key('identifier'))
Dmac_platform_backend_unittest.py36 self.assertTrue(cpu_stats.has_key('ContextSwitches'))
38 self.assertTrue(cpu_stats.has_key('IdleWakeupCount'))
/external/nanopb-c/tests/site_scons/site_tools/
Dnanopb.py42 if env.has_key('NANOPB'):
56 if env.has_key('PROTOC'):
76 if env.has_key('PROTOCFLAGS'):
/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_shared_settings_service.cc107 bool has_key = update_dict->GetDictionaryWithoutPathExpansion(key, &dict); in SetValueInternal() local
108 if (!has_key) { in SetValueInternal()
120 has_key ? SyncChange::ACTION_UPDATE : SyncChange::ACTION_ADD; in SetValueInternal()
306 bool has_key = update_dict->GetDictionaryWithoutPathExpansion(key, &dict); in ProcessSyncChanges() local
314 if (has_key) { in ProcessSyncChanges()
332 if (has_key) in ProcessSyncChanges()
/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.py93 if engine.has_key('if'):
96 if engine.has_key('if'):
/external/chromium_org/tools/
Drun-bisect-perf-regression.py205 if config.has_key('use_goma'):
207 if config.has_key('goma_dir'):
312 if (results_with_patch[0].has_key('mean') and
313 results_with_patch[0].has_key('values')):
403 if config.has_key('bisect_mode'):
/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/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dattr.py95 if not self.has_key(t) or not other.has_key(t):
103 if not self.has_key(t) or not other.has_key(t):
/external/chromium_org/chrome/browser/chromeos/login/screens/
Dscreen_context.h97 bool has_key = storage_.Get(key, &value); in Get() local
98 DCHECK(has_key); in Get()

123456