/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/google/marlin/dataservices/datatop/ |
D | autogen.sh | 30 ACLOCAL=`which aclocal` 31 AUTOCONF=`which autoconf` 32 AUTOMAKE=`which automake`
|
/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/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 | 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 ]];
|
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 ]];
|
/device/google/marlin/sepolicy/ |
D | hal_gnss_default.te | 19 # libqdi is used across multiple processes which are clients of 21 # interface using an IOCTL on a UDP INET socket, which isn't allowed here. 22 # If that fails, it falls back to using libc's if_nameindex() which requires 23 # a netlink route socket, which HALs may use. Due to the initial
|
/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/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/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/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/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/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/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/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/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/MdeModulePkg/Universal/Variable/RuntimeDxe/ |
D | VariableSmm.uni | 5 // which can be used by SMM driver, and installs SMM variable protocol 6 // into BS protocol database, which can be used to notify the SMM Runtime 21 // which accompanies this distribution. The full text of the license may be found at 31 …to SMM protocol database, which can be used by SMM driver, and installs SMM variable protocol into…
|
/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…
|