HomeSort by relevance Sort by last modified time
    Searched refs:has_key (Results 51 - 75 of 257) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Legacy_suite.py 31 if _arguments.has_key('----'):
50 if _arguments.has_key('----'):
69 if _arguments.has_key('----'):
Finder_Basics.py 31 if _arguments.has_key('----'):
57 if _arguments.has_key('----'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 33 if _arguments.has_key('----'):
54 if _arguments.has_key('----'):
75 if _arguments.has_key('----'):
96 if _arguments.has_key('----'):
117 if _arguments.has_key('----'):
138 if _arguments.has_key('----'):
159 if _arguments.has_key('----'):
239 if _arguments.has_key('----'):
260 if _arguments.has_key('----'):
279 if _arguments.has_key('----')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_userdict.py 96 # Test has_key and "in".
102 self.assertTrue(u2.has_key(i))
103 self.assertEqual(u1.has_key(i), d1.has_key(i))
104 self.assertEqual(u0.has_key(i), d0.has_key(i))
135 self.assertTrue(t.has_key("x"))
272 # has_key
273 self.assertTrue(s.has_key(10))
274 self.assertTrue(not s.has_key(20)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_userdict.py 96 # Test has_key and "in".
102 self.assertTrue(u2.has_key(i))
103 self.assertEqual(u1.has_key(i), d1.has_key(i))
104 self.assertEqual(u0.has_key(i), d0.has_key(i))
135 self.assertTrue(t.has_key("x"))
272 # has_key
273 self.assertTrue(s.has_key(10))
274 self.assertTrue(not s.has_key(20)
    [all...]
  /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/chromium_org/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/chromium_org/tools/grit/grit/format/
rc.py 257 if _LANGUAGE_CHARSET_PAIR.has_key(language):
266 if _LANGUAGE_DIRECTIVE_PAIR.has_key(language):
278 if _LANGUAGE_CHARSET_PAIR.has_key(language):
290 if _LANGUAGE_CHARSET_PAIR.has_key(language):
  /external/chromium_org/tools/grit/grit/gather/
regexp.py 34 if self.DescriptionMapping_.has_key(string):
  /external/chromium_org/tools/heapcheck/
PRESUBMIT.py 31 if suppressions.has_key(line):
  /external/linux-tools-perf/scripts/python/
futex-contention.py 36 if thread_blocktime.has_key(tid):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
System_Events_Suite.py 32 if _arguments.has_key('----'):
  /external/chromium_org/third_party/libxml/src/
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)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
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/mesa3d/src/mapi/glapi/gen/
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):
  /bionic/libc/tools/
gensyscalls.py 347 "arm": lambda x: x.has_key("asm-arm"),
348 "x86": lambda x: x.has_key("asm-x86"),
349 "mips": lambda x: x.has_key("asm-mips")
363 if sc.has_key("asm-arm") and 'arm' in all_archs:
371 if sc.has_key("asm-x86") and 'x86' in all_archs:
379 if sc.has_key("asm-mips") and 'mips' in all_archs:
  /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"):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Terminal_Suite.py 32 if _arguments.has_key('----'):
60 if _arguments.has_key('----'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
headers.py 67 def has_key(self, name): member in class:Headers
71 __contains__ = has_key
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
headers.py 67 def has_key(self, name): member in class:Headers
71 __contains__ = has_key
  /external/chromium_org/net/android/tools/
proxy_test_cases.py 314 if test_case.has_key("cpp-only"):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/config/
ports.py 73 if os.environ.has_key('MAKEFLAGS'):
  /external/chromium_org/tools/valgrind/memcheck/
PRESUBMIT.py 36 if suppressions.has_key(line):
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
Util.py 36 if not dict.has_key(key):
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-wps.py 17 if properties.has_key("State"):

Completed in 1262 milliseconds

1 23 4 5 6 7 8 91011