/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/ |
H A D | BuildClassObject.py | 89 def __eq__(self, Other): 90 return Other and self.TokenCName == Other.TokenCName and self.TokenSpaceGuidCName == Other.TokenSpaceGuidCName 214 def __eq__(self, Other): 215 return self.MetaFile == Other 279 def __eq__(self, Other): 280 return self.MetaFile == Other 355 def __eq__(self, Other): 356 return self.MetaFile == Other [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | sleep.c | 62 static void Other(void *unused) function 109 PR_USER_THREAD, Other, NULL, PR_PRIORITY_NORMAL,
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/ |
H A D | DecObject.py | 253 def __eq__(self, Other): 254 return id(self) == id(Other) 298 def __eq__(self, Other): 299 return id(self) == id(Other) 343 def __eq__(self, Other): 344 return id(self) == id(Other) 431 def __eq__(self, Other): 432 return id(self) == id(Other) 490 def __eq__(self, Other): 491 return id(self) == id(Other) [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/ |
H A D | Dhcp6Impl.c | 414 DHCP6_INSTANCE *Other; local 467 Other = NET_LIST_USER_STRUCT (Entry, DHCP6_INSTANCE, Link); 468 if (Other->IaCb.Ia != NULL && 469 Other->IaCb.Ia->Descriptor.Type == Dhcp6CfgData->IaDescriptor.Type && 470 Other->IaCb.Ia->Descriptor.IaId == Dhcp6CfgData->IaDescriptor.IaId
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/ |
H A D | BuildEngine.py | 79 def __eq__(self, Other): 80 if type(Other) == type(self): 81 return Other.Target.Path == self.Target.Path 83 return str(Other) == self.Target.Path
|
H A D | AutoGen.py | 150 def __eq__(self, Other): 151 return Other and self.MetaFile == Other
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | EdkIIWorkspaceBuild.py | 95 def __eq__(self, Other): 96 return Other != None and self.TokenCName == Other.TokenCName and self.TokenSpaceGuidCName == Other.TokenSpaceGuidCName 219 def __eq__(self, Other): 220 return self.DescFilePath == str(Other) 284 def __eq__(self, Other): 285 return self.DescFilePath == str(Other)
|
H A D | Misc.py | 1399 def __eq__(self, Other): 1400 if type(Other) == type(self): 1401 return self.Path == Other.Path 1403 return self.Path == str(Other) 1412 def __cmp__(self, Other): 1413 if type(Other) == type(self): 1414 OtherKey = Other.Path 1416 OtherKey = str(Other)
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/ |
H A D | Misc.py | 509 def __eq__(self, Other): 510 if type(Other) == type(self): 511 return self.Path == Other.Path 513 return self.Path == str(Other)
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Guid/ |
H A D | DataHubRecords.h | 857 UINT32 Other :1; member in struct:__anon10598 1180 UINT32 Other :1; member in struct:__anon10610 1461 UINT8 Other :1; member in struct:__anon10618 1491 UINT16 Other :1; member in struct:__anon10620 1505 UINT16 Other :1; member in struct:__anon10621
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/ |
H A D | SmBios.h | 741 UINT8 Other :1; member in struct:__anon11817 767 UINT16 Other :1; member in struct:__anon11819 805 UINT16 Other :1; member in struct:__anon11821 853 UINT16 Other :1; member in struct:__anon11824 1458 UINT16 Other :1; member in struct:__anon11857
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/ |
H A D | DecParser.py | 112 for Other in Value[0]: 115 if Other[:-1] == SubValue[:-1]:
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/ |
H A D | build.py | 333 # It just compares self.BuildObject with "Other". So self.BuildObject must 337 # @param Other The other BuildUnit object compared to 339 def __eq__(self, Other): 340 return Other != None and self.BuildObject == Other.BuildObject \ 341 and self.BuildObject.Arch == Other.BuildObject.Arch
|
/vbox/src/libs/zlib-1.2.6/as400/ |
H A D | zlib.inc | 34 * Other equates.
|
/vbox/src/VBox/HostDrivers/Support/os2/ |
H A D | SUPDrvA-os2.asm | 372 ; Other IOCtl (slow)
|
/vbox/src/VBox/Additions/common/VBoxGuest/ |
H A D | VBoxGuestA-os2.asm | 462 ; Other IOCtl (slow)
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | VBoxBiosAlternative.asm | 957 db 00ah, 'Other boot devices:', 00ah, ' f) Floppy', 00ah, ' c) CD-ROM', 00ah
|