Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 3128) sorted by relevance

12345678910>>...126

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dposixfile.py116 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 …]
Dpoplib.py205 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/
Ditimer.c164 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/
Dautogen.sh30 ACLOCAL=`which aclocal`
31 AUTOCONF=`which autoconf`
32 AUTOMAKE=`which automake`
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/
DNullMemoryTestDxe.uni2 // 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/
DLogo.uni2 // 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/
DDatahubStatusCodeHandlerDxe.uni2 // 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/
Dbuild.sh195 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/
Dcpu.c167 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/
Dbuild32.sh88 if [[ ! -f `which build` || ! -f `which GenFv` ]];
93 elif [[ ( -f `which build` || -f `which GenFv` ) && ! -d $EDK_TOOLS_PATH/Source/C/bin ]];
Dbuild64.sh87 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/
Dhal_gnss_default.te19 # 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/
DConSplitterDxe.uni8 // 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/
DPeiPcdLib.uni6 // 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/
DPciEmulation.txt8 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/
DVConfig.uni4 // 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/
DNvmExpressDxe.uni4 // 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/
DPing6.uni4 // 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/
DIfConfig6.uni4 // 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/
DDxePcdLib.uni6 // 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/
DMtftp6Dxe.uni4 // 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/
DUdp6Dxe.uni4 // 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/
DDhcp6Dxe.uni4 // 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/
DVariableSmm.uni5 // 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/
DBasePciSegmentLibPci.uni4 // 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…

12345678910>>...126