/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | posixfile.py | 116 def flags(self, *which): argument 119 if which: 120 if len(which) > 1: 122 which = which[0] 123 else: which = '?' 126 if 'n' in which: l_flags = l_flags | os.O_NDELAY 127 if 'a' in which: l_flags = l_flags | os.O_APPEND 128 if 's' in which: l_flags = l_flags | os.O_SYNC 132 if '=' not in which: 134 if '!' in which: l_flags = cur_fl & ~ l_flags [all …]
|
D | poplib.py | 205 def list(self, which=None): argument 214 if which is not None: 215 return self._shortcmd('LIST %s' % which) 219 def retr(self, which): argument 224 return self._longcmd('RETR %s' % which) 227 def dele(self, which): argument 232 return self._shortcmd('DELE %s' % which) 291 def top(self, which, howmuch): argument 297 return self._longcmd('TOP %s %s' % (which, howmuch)) 300 def uidl(self, which=None): argument [all …]
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | itimer.c | 164 int which, in setitimer() argument 178 if (which == ITIMER_REAL) { in setitimer() 185 } else if (which == ITIMER_VIRTUAL) { in setitimer() 192 } else if (which == ITIMER_PROF) { in setitimer() 255 int which, in getitimer() argument 265 if (which == ITIMER_REAL) { in getitimer() 267 } else if (which == ITIMER_VIRTUAL) { in getitimer() 269 } else if (which == ITIMER_PROF) { in getitimer()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/ |
D | NullMemoryTestDxe.uni | 2 // This driver installs Generic Memory Test Protocol which does not perform real memory test. 4 // This driver installs Generic Memory Test Protocol, which does not perform a real memory test. 10 // which accompanies this distribution. The full text of the license may be found at 19 …TRACT #language en-US "Installs Generic Memory Test Protocol, which does not perform r… 21 … #language en-US "This driver installs Generic Memory Test Protocol, which does not perform a…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Logo/ |
D | Logo.uni | 2 // The default logo bitmap picture shown on setup screen, which is corresponding to gEfiDefaultBmpL… 4 // This module provides the default logo bitmap picture shown on setup screen, which corresponds to… 10 // which accompanies this distribution. The full text of the license may be found at 18 …ge en-US "Provides the default logo bitmap picture shown on setup screen, which corresponds to gEf… 20 …is module provides the default logo bitmap picture shown on setup screen, which corresponds to gEf…
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/ |
D | DatahubStatusCodeHandlerDxe.uni | 2 // Status Code Handler Driver which produces datahub handler. 4 // The Status Code Handler Driver which produces a datahub handler. 10 // which accompanies this distribution. The full text of the license may be found at 20 #string STR_MODULE_DESCRIPTION #language en-US "The Status Code Handler Driver which produ…
|
/device/linaro/bootloader/edk2/OvmfPkg/ |
D | build.sh | 195 elif [ -x `which qemu-system-i386` ]; then 197 elif [ -x `which qemu-system-x86_64` ]; then 199 elif [ -x `which qemu` ]; then 261 if [[ ! -f `which build` || ! -f `which GenFv` ]]; 266 elif [[ ( -f `which build` || -f `which GenFv` ) && ! -d $EDK_TOOLS_PATH/Source/C/bin ]];
|
/device/mediatek/wembley-sepolicy/plat_public/ |
D | property.te | 6 # system_restricted_prop -- Properties which can't be written outside system 8 # system_vendor_config_prop -- Properties which can be written only by vendor_init 10 # vendor_restricted_prop -- Properties which can't be written outside vendor
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | cpu.c | 167 bool cpuRamPersistentBitGet(uint32_t which) in cpuRamPersistentBitGet() argument 171 return (which < CPU_NUM_PERSISTENT_RAM_BITS) && ((dbx->bits >> which) & 1); in cpuRamPersistentBitGet() 174 void cpuRamPersistentBitSet(uint32_t which, bool on) in cpuRamPersistentBitSet() argument 178 if (which < CPU_NUM_PERSISTENT_RAM_BITS) { in cpuRamPersistentBitSet() 180 dbx->bits |= (1ULL << which); in cpuRamPersistentBitSet() 182 dbx->bits &=~ (1ULL << which); in cpuRamPersistentBitSet()
|
/device/linaro/bootloader/edk2/DuetPkg/ |
D | build64.sh | 87 if [[ ! -f `which build` || ! -f `which GenFv` ]]; 92 elif [[ ( -f `which build` || -f `which GenFv` ) && ! -d $EDK_TOOLS_PATH/Source/C/bin ]];
|
D | build32.sh | 88 if [[ ! -f `which build` || ! -f `which GenFv` ]]; 93 elif [[ ( -f `which build` || -f `which GenFv` ) && ! -d $EDK_TOOLS_PATH/Source/C/bin ]];
|
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/ |
D | PciEmulation.txt | 8 Indicates, which Xhci devices are used. 12 Indicates, which Ahci devices are used. 16 Indicates, which Sdhci devices are used.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/ |
D | ConSplitterDxe.uni | 8 // consumes Graphics Output protocol which is produced by display device, and consumes UGA Draw 9 // protocol which is produced by display device according to PcdUgaConsumeSupport value. 17 // which accompanies this distribution. The full text of the license may be found at 27 …ays consumes Graphics Output protocol, which is produced by display device, and consumes UGA Draw …
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPcdLib/ |
D | PeiPcdLib.uni | 6 // It is EDKII implementation which support Dynamic/DynamicEx Pcds. 8 // It is defined by PI specification 1.2, Vol 3 which only support dynamicEx 22 // which accompanies this distribution. The full text of the license may be found at 32 … EDKII implementation which support Dynamic/DynamicEx Pcds. 2) EFI_PEI_PCD_PPI: It is defined by P…
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/VConfig/ |
D | VConfig.uni | 4 // It is shell application which is used to get and set VLAN configuration. 10 // which accompanies this distribution. The full text of the license may be found at 21 #string STR_MODULE_DESCRIPTION #language en-US "It is shell application which is used to g…
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/ |
D | Ping6.uni | 4 // It is an shell application which is used to Ping the target host with IPv6 stack. 10 // which accompanies this distribution. The full text of the license may be found at 21 #string STR_MODULE_DESCRIPTION #language en-US "It is an shell application which is used t…
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/ |
D | IfConfig6.uni | 4 // It is shell application which is used to set and get configurations for the 11 // which accompanies this distribution. The full text of the license may be found at 22 #string STR_MODULE_DESCRIPTION #language en-US "It is shell application which is used to s…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/ |
D | NvmExpressDxe.uni | 4 // NvmExpressDxe driver is used to manage non-volatile memory subsystem which follows 11 // which accompanies this distribution. The full text of the license may be found at 21 …-US "NvmExpressDxe driver is used to manage non-volatile memory subsystem which follows NVM Expres…
|
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/ |
D | Dhcp6Dxe.uni | 4 // This driver produces EFI DHCPv6 Protocol which is used to get IPv6 addresses 11 // which accompanies this distribution. The full text of the license may be found at 22 …IPTION #language en-US "This driver produces EFI DHCPv6 Protocol which is used to get IPv…
|
/device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/ |
D | Udp6Dxe.uni | 4 // This module produces EFI UDPv6 Protocol which provides simple packet-oriented 11 // which accompanies this distribution. The full text of the license may be found at 22 …RIPTION #language en-US "This module produces EFI UDPv6 Protocol which provides simple pa…
|
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/ |
D | Mtftp6Dxe.uni | 4 // This module produces EFI MTFTPv6 Protocol which provides basic services for 11 // which accompanies this distribution. The full text of the license may be found at 22 …PTION #language en-US "This module produces EFI MTFTPv6 Protocol which provides basic ser…
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxePcdLib/ |
D | DxePcdLib.uni | 6 // It is EDKII implementation which support Dynamic/DynamicEx Pcds. 8 // It is defined by PI specification 1.2, Vol 3 which only support dynamicEx 20 // which accompanies this distribution. The full text of the license may be found at 30 …x PCDs. 2) EFI_PCD_PROTOCOL It is defined by PI Specification 1.2, Vol 3, which only support dynam…
|
/device/linaro/bootloader/edk2/MdePkg/Library/BasePciSegmentLibPci/ |
D | BasePciSegmentLibPci.uni | 4 // PCI Segment Library that layers on top of the PCI Library which only 11 // which accompanies this distribution. The full text of the license may be found at 21 …language en-US "PCI Segment Library that layers on top of the PCI Library which only supports segm…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
D | XhciPei.uni | 5 // which is used to enable recovery function from USB Drivers. 11 // of the BSD License which accompanies this distribution. The 23 …produces gPeiUsb2HostControllerPpiGuid based on gPeiUsbControllerPpiGuid, which is used to enable …
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/ |
D | UhciPei.uni | 4 // It produces gPeiUsbHostControllerPpiGuid based on gPeiUsbControllerPpiGuid which is used 11 // of the BSD License which accompanies this distribution. The 23 … produces gPeiUsbHostControllerPpiGuid based on gPeiUsbControllerPpiGuid, which is used to enable …
|