/vbox/src/VBox/GuestHost/OpenGL/packer/ |
H A D | pack_current.py | 41 if current_fns[k].has_key( 'array' ): 48 if current_fns[k].has_key( 'array' ): 55 if current_fns[k].has_key( 'array' ):
|
H A D | pack_currentheader.py | 28 if current_fns[k].has_key( 'array' ): 34 if current_fns[k].has_key( 'array' ):
|
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_current.py | 197 if current_fns[k].has_key( 'array' ): 210 if current_fns[k].has_key( 'array' ): 222 if current_fns[k].has_key( 'array' ): 273 # if current_fns[k].has_key( 'array' ): 282 if current_fns[k].has_key( 'array' ): 286 if current_fns[k].has_key( 'array' ): 377 if current_fns_new[k].has_key( 'array' ): 391 if current_fns_new[k].has_key( 'array' ): 411 if current_fns_new[k].has_key( 'array' ): 462 # if current_fns_new[k].has_key( 'arra [all...] |
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | generator.py | 122 if attrs.has_key('name'): 124 if attrs.has_key('file'): 135 if attrs.has_key('name'): 137 if attrs.has_key('type'): 139 if attrs.has_key('info'): 146 if attrs.has_key('type'): 148 if attrs.has_key('info'): 150 if attrs.has_key('field'): 192 if not enums.has_key(type): 407 if skipped_modules.has_key(fil [all...] |
/vbox/src/libs/xpcom18a4/python/test/ |
H A D | test_misc.py | 146 if not d.has_key(c): 148 if not d.has_key(c.queryInterface(xpcom.components.interfaces.nsISupports)): 157 if not d.has_key(c): 159 if not d.has_key(c.queryInterface(xpcom.components.interfaces.nsISample)): 184 self.failUnless(dict.has_key(IID(iid_str)), "hashes failed in dictionary") 185 self.failUnless(dict.has_key(IID(iid_str.upper())), "uppercase hash failed in dictionary")
|
H A D | pyxpcom_test_tools.py | 117 if not new_kw.has_key('testLoader'):
|
/vbox/src/libs/libxml2-2.6.31/doc/examples/ |
H A D | index.py | 46 if api_dict.has_key(name): 80 if res.has_key(item): 86 if res.has_key(item): 137 if sections.has_key(section): 160 if symbols.has_key(name):
|
/vbox/src/libs/xpcom18a4/python/ |
H A D | components.py | 90 def has_key(self, key): member in class:_ComponentCollection 93 return self._dict_data.has_key(key) 101 if self._dict_data is not None and self._dict_data.has_key(attr): 105 if self._dict_data is not None and self._dict_data.has_key(item): 141 if c.has_key(attr):
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | gentest.py | 414 if modules_defines.has_key(module): 516 if not argtypes.has_key(type): 527 if not rettypes.has_key(type): 545 if argtypes.has_key(name) and is_known_param_type(name, name) == 0: 560 if modules_defines.has_key(module): 580 if define == 0 and modules_defines.has_key(module): 741 if function_defines.has_key(name): 782 if extra_pre_call.has_key(name): 797 if extra_post_call.has_key(name): 813 if extra_post_call.has_key(nam [all...] |
H A D | genUnicode.py | 77 if BlockNames.has_key(comp):
|
H A D | check-relaxng-test-suite.py | 50 if resources.has_key(URL):
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/ |
H A D | InfUserExtensionObject.py | 106 if self.UserExtension.has_key(IdContentItem):
|
H A D | InfMisc.py | 117 if self.SpecialComments.has_key(Type):
|
H A D | InfPackagesObject.py | 174 if self.Packages.has_key((PackageItemObj)):
|
H A D | InfBinaryObject.py | 269 if self.Binaries.has_key((InfBianryVerItemObj)): 454 if self.Binaries.has_key((InfBianryCommonItemObj)): 605 if self.Binaries.has_key((InfBianryUiItemObj)):
|
H A D | InfGuidObject.py | 338 if self.Guids.has_key((InfGuidItemObj)):
|
H A D | InfLibraryClassesObject.py | 240 if self.LibraryClasses.has_key((LibItemObj)):
|
H A D | InfPpiObject.py | 330 if self.Ppis.has_key((InfPpiItemObj)):
|
H A D | InfProtocolObject.py | 299 if self.Protocols.has_key((InfProtocolItemObj)):
|
H A D | InfSoucesObject.py | 227 if self.Sources.has_key((ItemObj)):
|
H A D | InfPcdObject.py | 408 if self.Pcds.has_key((PcdTypeItem, PcdItemObj)): 445 if self.Pcds.has_key((PcdTypeItem, PcdItemObj)):
|
/vbox/src/libs/xpcom18a4/python/tools/ |
H A D | tracer_demo.py | 79 if self.__dict__.has_key(attr):
|
/vbox/src/libs/xpcom18a4/python/client/ |
H A D | __init__.py | 130 if not interface_method_cache.has_key(iid): 283 if not self.__dict__['_interface_infos_'].has_key(nominated_iid): 302 assert not iis.has_key(iid), "Already remembered this interface!" 322 if self._interfaces_.has_key(iid): 323 assert self._interface_names_.has_key(iid.name), "_interfaces_ has the key, but _interface_names_ does not!" 326 if not self._interface_infos_.has_key(iid): 476 if self.__dict__.has_key(attr) and attr not in self.__dict__['_constant_names_']:
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/ |
H A D | GenInfFile.py | 259 if LibraryClassDict.has_key('COMMON'): 266 if LibraryClassDict.has_key(Arch): 774 if PatchPcdDict.has_key('COMMON'): 780 if PatchPcdDict.has_key(Arch): 817 if PcdExDict.has_key('COMMON'): 823 if PcdExDict.has_key(Arch): 925 if BuildOptionDict.has_key('COMMON'): 933 if BuildOptionDict.has_key(Arch):
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | VpdInfoFile.py | 211 if not self._VpdArray.has_key(vpd):
|