HomeSort by relevance Sort by last modified time
    Searched refs:has_key (Results 1 - 25 of 47) sorted by null

1 2

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
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/llvm/utils/release/
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)
    [all...]
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)
    [all...]
  /external/webkit/Tools/Scripts/
new-run-webkit-tests 42 if env.has_key('PYTHONPATH'):
update-sources-list.py 49 if sourceGroup.attributes.has_key("var"):
  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 77 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/wpa_supplicant_6/wpa_supplicant/examples/
wpas-test.py 69 if props.has_key("wpaie"):
72 if props.has_key("rsnie"):
75 if props.has_key("frequency"):
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-test.py 69 if props.has_key("wpaie"):
72 if props.has_key("rsnie"):
75 if props.has_key("frequency"):
wpas-dbus-new-wps.py 17 if properties.has_key("State"):
  /build/tools/
compare_fileslist.py 42 if not data.has_key(fn):
50 if sizes.has_key(i):
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 116 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/dbus/test/
unused-code-gc.py 18 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/compiler-rt/lib/asan/scripts/
asan_symbolize.py 53 if not pipes.has_key(binary):
72 if not filetypes.has_key(binary):
97 if not pipes.has_key(binary):
symbolize.py 35 if load_addresses.has_key(path):
69 if not pipes.has_key(binary):
  /external/markdown/markdown/extensions/
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/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__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/linux-tools-perf/scripts/python/
futex-contention.py 36 if thread_blocktime.has_key(tid):
  /bionic/libc/tools/
gensyscalls.py 446 "arm": lambda x: x.has_key("asm-arm") or x.has_key("asm-thumb"),
447 "x86": lambda x: x.has_key("asm-x86"),
460 if sc.has_key("asm-arm") and 'arm' in all_archs:
468 if sc.has_key("asm-thumb") and 'arm' in all_archs:
476 if sc.has_key("asm-x86") and 'x86' in all_archs:
checksyscalls.py 156 if not arch_dict.has_key(sc_name):
159 elif not arch_dict.has_key(sc_name):
  /external/llvm/utils/lit/lit/
Util.py 9 if os.sysconf_names.has_key("SC_NPROCESSORS_ONLN"):
17 if os.environ.has_key("NUMBER_OF_PROCESSORS"):
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
Util.py 36 if not dict.has_key(key):
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
iexploder.rb 267 if @config.has_key?('exclude') and @config['exclude']
273 if @config['exclude'].has_key?(entry) and @browser =~ /#{@config['exclude'][entry]}/
332 if @config.has_key?('exclude') and @config['exclude'] and @config['exclude'].has_key?("#{tag}.src")
526 if @media.has_key?(mime_type)
694 if $TEST_CACHE.has_key?(@test_num)
707 if not $TEST_CACHE.has_key?(@test_num)
  /dalvik/vm/mterp/
gen-mterp.py 168 if alt_opcode_locations.has_key(tokens[1]):
188 if opcode_locations.has_key(tokens[1]):
277 if opcode_locations.has_key(op):
348 if alt_opcode_locations.has_key(op):
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 99 if json.has_key('error'):
  /external/protobuf/python/
stubout.py 63 (not inspect.isclass(obj) and obj.__dict__.has_key(attr_name))):

Completed in 589 milliseconds

1 2