/external/llvm/utils/release/ |
D | findRegressions-nightly.py | 37 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):
|
D | findRegressions-simple.py | 34 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/ |
D | runant.py | 42 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/ |
D | mock_cloud_bucket.py | 35 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__.py | 221 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/ |
D | gyptest-link-enable-uac.py | 71 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/ |
D | qapi-types.py | 184 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'):
|
D | qapi-commands.py | 444 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/ |
D | glX_proto_size.py | 71 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/ |
D | glX_proto_size.py | 71 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/ |
D | gentest.py | 418 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/ |
D | filter_short.py | 20 if e.has_key('ms') and e.has_key('done'):
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | wpas-test.py | 69 if props.has_key("wpaie"): 72 if props.has_key("rsnie"): 75 if props.has_key("frequency"):
|
/external/markdown/markdown/extensions/ |
D | wikilinks.py | 139 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/ |
D | platform_backend_unittest.py | 33 self.assertTrue(output.has_key('energy_consumption_mwh')) 34 self.assertTrue(output.has_key('identifier'))
|
D | mac_platform_backend_unittest.py | 36 self.assertTrue(cpu_stats.has_key('ContextSwitches')) 38 self.assertTrue(cpu_stats.has_key('IdleWakeupCount'))
|
/external/nanopb-c/tests/site_scons/site_tools/ |
D | nanopb.py | 42 if env.has_key('NANOPB'): 56 if env.has_key('PROTOC'): 76 if env.has_key('PROTOCFLAGS'):
|
/external/chromium_org/chrome/browser/supervised_user/ |
D | supervised_user_shared_settings_service.cc | 107 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/ |
D | rc.py | 261 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/ |
D | gen_input_methods.py | 93 if engine.has_key('if'): 96 if engine.has_key('if'):
|
/external/chromium_org/tools/ |
D | run-bisect-perf-regression.py | 205 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/ |
D | gallium.py | 119 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/ |
D | gallium.py | 119 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/ |
D | attr.py | 95 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/ |
D | screen_context.h | 97 bool has_key = storage_.Get(key, &value); in Get() local 98 DCHECK(has_key); in Get()
|