Home
last modified time | relevance | path

Searched refs:Other (Results 1 – 25 of 62) sorted by relevance

123

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DBuildClassObject.py94 def __eq__(self, Other): argument
95 …return Other and self.TokenCName == Other.TokenCName and self.TokenSpaceGuidCName == Other.TokenSp…
219 def __eq__(self, Other): argument
220 return self.MetaFile == Other
284 def __eq__(self, Other): argument
285 return self.MetaFile == Other
360 def __eq__(self, Other): argument
361 return self.MetaFile == Other
/device/generic/goldfish/wifi/ipv6proxy/
Dpacket.cpp23 mType(Type::Other), in Packet()
28 mType = Type::Other; in Packet()
34 mType = Type::Other; in Packet()
43 mType = Type::Other; in Packet()
66 mType = Type::Other; in Packet()
70 mType = Type::Other; in Packet()
Dpacket.h33 Other enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dpyclbr_input.py5 class Other(object): class
15 foo = Other().foo
16 om = Other.om
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DDecObject.py253 def __eq__(self, Other): argument
254 return id(self) == id(Other)
298 def __eq__(self, Other): argument
299 return id(self) == id(Other)
343 def __eq__(self, Other): argument
344 return id(self) == id(Other)
431 def __eq__(self, Other): argument
432 return id(self) == id(Other)
490 def __eq__(self, Other): argument
491 return id(self) == id(Other)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/
DDataHubSubClassMemory.h150 UINT32 Other :1; member
266 UINT8 Other :1; member
286 UINT16 Other :1; member
295 UINT16 Other :1; member
DDataHubSubClassCache.h41 UINT32 Other :1; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DDeviceManagerStrings.uni37 #string STR_OTHER_DEVICE #language en-US "Other Devices"
38 #language fr-FR "Other Devices"
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Impl.c411 DHCP6_INSTANCE *Other; in EfiDhcp6Configure() local
464 Other = NET_LIST_USER_STRUCT (Entry, DHCP6_INSTANCE, Link); in EfiDhcp6Configure()
465 if (Other->IaCb.Ia != NULL && in EfiDhcp6Configure()
466 Other->IaCb.Ia->Descriptor.Type == Dhcp6CfgData->IaDescriptor.Type && in EfiDhcp6Configure()
467 Other->IaCb.Ia->Descriptor.IaId == Dhcp6CfgData->IaDescriptor.IaId in EfiDhcp6Configure()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
DMemIscp.h109 UINT16 Other:1; ///< Other member
DCpuIscp.h405 UINT16 Other :1; ///< SRAM Type - Other member
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DBuildEngine.py80 def __eq__(self, Other): argument
81 if type(Other) == type(self):
82 return Other.Target.Path == self.Target.Path
84 return str(Other) == self.Target.Path
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DEdkIIWorkspaceBuild.py95 def __eq__(self, Other): argument
96 …return Other != None and self.TokenCName == Other.TokenCName and self.TokenSpaceGuidCName == Other
219 def __eq__(self, Other): argument
220 return self.DescFilePath == str(Other)
284 def __eq__(self, Other): argument
285 return self.DescFilePath == str(Other)
DMisc.py1809 def __eq__(self, Other): argument
1810 if type(Other) == type(self):
1811 return self.Path == Other.Path
1813 return self.Path == str(Other)
1822 def __cmp__(self, Other): argument
1823 if type(Other) == type(self):
1824 OtherKey = Other.Path
1826 OtherKey = str(Other)
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/
DReadMe.txt32 Bugs and Other Issues
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DDeviceManagerStrings.uni35 #string STR_OTHER_DEVICE #language en-US "Other Devices"
36 #language fr-FR "Other Devices"
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
DREADME.txt27 Other files in the package comprise the source code for SoftFloat.
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h887 UINT8 Other :1; member
913 UINT16 Other :1; member
951 UINT16 Other :1; member
999 UINT16 Other :1; member
1624 UINT16 Other :1; member
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Guid/
DDataHubRecords.h857 UINT32 Other :1; member
1180 UINT32 Other :1; member
1461 UINT8 Other :1; member
1491 UINT16 Other :1; member
1505 UINT16 Other :1; member
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DMisc.py516 def __eq__(self, Other): argument
517 if type(Other) == type(self):
518 return self.Path == Other.Path
520 return self.Path == str(Other)
/device/linaro/bootloader/edk2/
DBuildNotes2.txt7 * Other names and brands may be claimed as the property of others.
93 Other helpful command line options of build tool include "-v" and "-d".
/device/linaro/bootloader/edk2/BaseTools/
DBuildNotes.txt8 * Other names and brands may be claimed as the property of others.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DdqCopySign.decTest149 -- Other kinds of RHS
DddCopySign.decTest149 -- Other kinds of RHS
Dcopysign.decTest151 -- Other kinds of RHS

123