Home
last modified time | relevance | path

Searched refs:is (Results 1 – 25 of 1711) sorted by relevance

12345678910>>...69

/device/linaro/bootloader/edk2/DuetPkg/
DReadMe.txt39 …3). run "CreateBootDisk.bat floppy a: FAT12 IA32" if floppy drive is a: disk and Arch to boot is I…
41 … run "CreateBootDisk.bat floppy a: FAT12 X64" if floppy drive is a: disk and Arch to boot is X64.
45 …"CreateBootDisk.bat usb e: FAT16 IA32" if usb drive is e: and FAT format is FAT16 and Arch to boot…
46 … "CreateBootDisk.bat usb e: FAT16 X64" if usb drive is e: and FAT format is FAT16 and Arch to boot…
47 …"CreateBootDisk.bat usb e: FAT32 IA32" if usb drive is e: and FAT format is FAT32 and Arch to boot…
48 … "CreateBootDisk.bat usb e: FAT32 X64" if usb drive is e: and FAT format is FAT32 and Arch to boot…
50 …eBootDisk.bat usb e: FAT16 IA32 step2" if usb drive is e: and FAT format is FAT16 and Arch to boot…
51 …teBootDisk.bat usb e: FAT16 X64 step2" if usb drive is e: and FAT format is FAT16 and Arch to boot…
52 …eBootDisk.bat usb e: FAT32 IA32 step2" if usb drive is e: and FAT format is FAT32 and Arch to boot…
53 …teBootDisk.bat usb e: FAT32 X64 step2" if usb drive is e: and FAT format is FAT32 and Arch to boot…
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpdb.doc9 The debugger's prompt is '(Pdb) '. This will stop in the first
33 point ('!'). This is a powerful way to inspect the program being
34 debugged; it is even possible to change variables. When an exception
35 occurs in such a statement, the exception name is printed but the
36 debugger's state is not changed.
43 pair ';;'. No intelligence is applied to separating the commands; the
44 input is split at the first ';;', even if it is in the middle of a
48 directory, it is read in and executed as if it had been typed at the
49 debugger prompt. This is particularly useful for aliases. If both
50 files exist, the one in the home directory is read first and aliases
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Dxe/
DPcdDxe.uni7 // It is EDKII implementation which support Dynamic/DynamicEx type Pcds.
9 // It is defined by PI specification 1.2, Vol 3 which only support dynamicEx
12 // For dynamicEx type PCD, it is compatible between PCD_PROTOCOL and EFI_PCD_PROTOCOL.
15 // PCD database is generated as the separate binary image at build time. The binary image
26 // database is generated by build tools according to dynamic PCD usage for
30 // Dynamic type PCD is used for the configuration/setting which value is determined
32 // PatchablePcd) is fixed in final generated FD image in build time.
35 // a) The PCD setting value is produced by someone driver and consumed by
37 // b) The PCD setting value is set/get by user from FrontPage.
38 // c) The PCD setting value is produced by platform OEM vendor in specified area.
[all …]
DPcd.inf7 # It is EDKII implementation which support Dynamic/DynamicEx type Pcds.
9 # It is defined by PI specification 1.2, Vol 3 which only support dynamicEx
12 # For dynamicEx type PCD, it is compatible between PCD_PROTOCOL and EFI_PCD_PROTOCOL.
15 # PCD database is generated as the separate binary image at build time. The binary image
26 # database is generated by build tools according to dynamic PCD usage for
30 # Dynamic type PCD is used for the configuration/setting which value is determined
32 # PatchablePcd) is fixed in final generated FD image in build time.
35 # a) The PCD setting value is produced by someone driver and consumed by
37 # b) The PCD setting value is set/get by user from FrontPage.
38 # c) The PCD setting value is produced by platform OEM vendor in specified area.
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/
DPcdPeim.uni7 // It is EDKII implementation which support Dynamic/DynamicEx Pcds.
9 // It is defined by PI specification 1.2, Vol 3 which only support dynamicEx
11 // For dynamicEx type PCD, it is compatible between PCD_PPI and EFI_PEI_PCD_PPI.
14 // PCD database is generated as the separate binary image at build time. The binary image
25 // database is generated by build tools according to dynamic PCD usage for
29 // Dynamic type PCD is used for the configuration/setting which value is determined
31 // PatchablePcd) is fixed in final generated FD image in build time.
34 // a) The PCD setting value is produced by someone driver and consumed by
36 // b) The PCD setting value is set/get by user from FrontPage.
37 // c) The PCD setting value is produced by platform OEM vendor in specified area.
[all …]
DPcd.inf7 # It is EDKII implementation which support Dynamic/DynamicEx Pcds.
9 # It is defined by PI specification 1.2, Vol 3 which only support dynamicEx
11 # For dynamicEx type PCD, it is compatible between PCD_PPI and EFI_PEI_PCD_PPI.
14 # PCD database is generated as the separate binary image at build time. The binary image
25 # database is generated by build tools according to dynamic PCD usage for
29 # Dynamic type PCD is used for the configuration/setting which value is determined
31 # PatchablePcd) is fixed in final generated FD image in build time.
34 # a) The PCD setting value is produced by someone driver and consumed by
36 # b) The PCD setting value is set/get by user from FrontPage.
37 # c) The PCD setting value is produced by platform OEM vendor in specified area.
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Dmeta-vladimir.txt13 the meta-class concept is likely to be difficult to digest by others.
20 This is pure Python of today. Sorry about the tutorial, but it is
21 meant to illustrate the second part, which is the one we're
23 Besides, newbies are likely to understand that the discussion is
28 A class is meant to define the common properties of a set of objects.
29 A class is a "package" of properties. The assembly of properties
30 in a class package is sometimes called a class structure (which isn't
39 So far, we defined the structure of the class A. The class A is
40 of type <class>. We can check this by asking Python: "what is A?"
42 >>> A # What is A?
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dalgorithm.txt3 The deflation algorithm used by gzip (also zip and zlib) is a variation of
5 the input data. The second occurrence of a string is replaced by a
9 32K bytes, it is emitted as a sequence of literal bytes. (In this
11 and is not restricted to printable characters.)
17 available memory). A block is terminated when deflate() determines that
18 it would be useful to start another block with fresh trees. (This is
22 length 3 are inserted in the hash table. A hash index is computed for
23 the next 3 bytes. If the hash chain for this index is not empty, all
25 the longest match is selected.
35 possible match but generally finds a match which is long enough.
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dalgorithm.txt3 The deflation algorithm used by gzip (also zip and zlib) is a variation of
5 the input data. The second occurrence of a string is replaced by a
9 32K bytes, it is emitted as a sequence of literal bytes. (In this
11 and is not restricted to printable characters.)
17 available memory). A block is terminated when deflate() determines that
18 it would be useful to start another block with fresh trees. (This is
22 length 3 are inserted in the hash table. A hash index is computed for
23 the next 3 bytes. If the hash chain for this index is not empty, all
25 the longest match is selected.
35 possible match but generally finds a match which is long enough.
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/
DREADME1 This is versioncheck 1.0, a first stab at automatic checking of versions of
4 The basic idea is that each package contains a _checkversion.py
19 of URLs. Each of these will be checked in order until one is available,
20 this is handy for distributions that live in multiple places. Put the
22 The script is executed with execfile(), not imported, and the current
23 directory is the checkversion directory, so be careful with globals,
27 plaintext. The only header field checked currently is
28 'Current-Version:', which should contain te current version and is
30 The rest of the file is human-readable text and presented to the user if
31 there is a version mismatch. It should contain at the very least a URL
[all …]
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DReleaseNotes.txt5 When the DHCP lease expires it is possible for a duplicate IP address to exist on
11 understand how the system is connected to the network!
14 the proper network configuration - A template set of files is in StdLib\Efi\etc. Note
17 * Since DHCP is not running when the sockets application is running, the last negotiated
18 packet is no longer available. As a result, any of the options that DHCP did negotiate
24 * TCPv4 transfer rate is slow (< 10 Mbits/sec) - This is an unidentified issue.
26 * Tcp4Dxe transmits more urgent data than is sent through sockets when normal data is
30 payload by using the IP option IP_HDRINCL. This is because the UEFI IPv4 driver
33 * Only version 4 of the UEFI network stack is supported
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DIgdOMOBF.ASL33 // handler infrastructure. Details on when/why to call each method is
46 ;* Description: Check if the graphics driver is ready to process
49 ;* Usage: This method is to be called prior to performing any
67 // Sleep for ASLP milliseconds if the driver is not ready.
72 // If DRDY is clear, the driver is not ready. If the return value is
86 ;* Usage: This method is called before every "notify" command. A
105 // Sleep for ASLP milliseconds if the status is not "success,
123 ;* Usage: This method is to be called when a graphics device
124 ;* notification is required (display switch hotkey, etc).
143 // If any of these cases is not met, skip this event and return failure.
[all …]
DHOST_BUS.ASL143 ResourceProducer, // bit 0 of general flags is 1
144 MinFixed, // Range is fixed
145 MaxFixed, // Range is fixed
158 ResourceProducer, // bit 0 of general flags is 0
159 MinFixed, // Range is fixed
160 MaxFixed, // Range is fixed
171 ResourceProducer, // bit 0 of general flags is 0
172 MinFixed, // Range is fixed
173 MaxFixed, // Range is fixed
184 ResourceProducer, // bit 0 of general flags is 0
[all …]
/device/lge/bullhead/wifi/
DWCNSS_qcom_cfg.ini15 # 0 implies no periodic wake up from IMPS. Periodic wakeup is
16 # unnecessary if Idle Scan is disabled.
44 # Each byte of MAC address is represented in Hex format as XX
63 # Flag to allow STA send AddTspec even when ACM is Off
186 #Check if the AP to which we are roaming is better than current AP in terms of RSSI.
187 #Checking is disabled if set to Zero.Otherwise it will use this value as to how better
191 # If the RSSI of any available candidate is better than currently associated
203 # Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
225 #Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
248 # 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DVfrStrings.uni34is a sample driver which is used to test the browser op-code operations. This is for development …
35is a sample driver which is used to test the browser op-code operations. This is for development …
50 #string STR_CPU_STRING #language en-US "My CPU Speed is "
51 #language fr-FR "My CPU Speed is "
65 #string STR_ONE_OF_HELP #language en-US "My one-of help is going to be a long string…
85 …K_BOX_HELP #language en-US "This is the help message for the activation of check boxes…
89 …K_DYNAMIC_HELP #language en-US "This is the help message for the activation of check boxes…
90 …#language fr-FR "Spanish - This is the help message for the activation of check boxes. This is no…
105 … "This is the help for those who are too old to understand the question. Type how old you are in a…
106 … "This is the help for those who are too old to understand the question. Type how old you are in a…
[all …]
/device/google/marlin/common/
Dutils.mk86 define is-board-platform
92 define is-not-board-platform
98 define is-board-platform-in-list
104 define is-vendor-board-platform
117 define is-chipset-in-board-platform
131 define is-chipset-prefix-in-board-platform
161 define is-platform-sdk-version-at-least
172 define is-android-codename
183 define is-android-codename-in-list
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
DREADME.txt15 The purpose of the FdtPlatformDxe UEFI driver is to install the Flat Device
16 Tree (FDT) of the platform the UEFI frimware is running on into the UEFI
17 Configuration Table. The FDT is identified within the UEFI Configuration
23 The installation is done after each boot at the end of the DXE phase,
24 just before the BDS phase. It is done at the end of the DXE phase to be sure
26 be needed to retrieve the FDT can be made available. It is done before the BDS
36 The "PcdFdtDevicePaths" PCD is a dynamic PCD that can be modified during the
37 DXE phase. This allows for exemple to select the right FDT when a binary is
42 device paths is stopped.
45 PcdOverridePlatformFdt" is equal to TRUE, then before to try to install the
[all …]
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DTechNotes.txt80 The state at the top means "nonexistent" and is hence unnamed on the diagram --
96 In the EfiSimpleNetworkStopped state, the virtio-net device is (has been)
99 is necessary for completing the VirtioNetDriverBindingStart transition).
101 The EfiSimpleNetworkStarted is completely identical to the
103 resource-usage sense. This state is mandated / provided by the Simple Network
106 In particular, the EfiSimpleNetworkStarted state is the target of the Shutdown
108 where "[it] is safe for another driver to initialize". (Clearly another UEFI
112 The EfiSimpleNetworkInitialized state is the live state of the virtio NIC / the
131 filter setting than requested is allowed by the UEFI specification).
144 Missing support for these functions is allowed by the UEFI specification and
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
DREADME27 Because unicode 0x5341, 0x5345, 0xFF0F, 0xFF3C is mapped to another
28 big5 codes already, a roundtrip compatibility is not guaranteed for
51 is shown as a full width character, mapping to U+FF3C can make
54 The euc-jisx0213 codec is enabled to decode JIS X 0212 codes on
57 (and JIS X 0213 Plane 2 is intended to use so.) On encoding
66 The euc-jp codec is a compatibility instance on these points:
67 - U+FF3C FULLWIDTH REVERSE SOLIDUS is mapped to EUC-JP A1C0 (vice versa)
68 - U+00A5 YEN SIGN is mapped to EUC-JP 0x5c. (one way)
69 - U+203E OVERLINE is mapped to EUC-JP 0x7e. (one way)
74 The shift-jis codec is mapping 0x20-0x7e area to U+20-U+7E directly
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
DREADME27 Because unicode 0x5341, 0x5345, 0xFF0F, 0xFF3C is mapped to another
28 big5 codes already, a roundtrip compatibility is not guaranteed for
51 is shown as a full width character, mapping to U+FF3C can make
54 The euc-jisx0213 codec is enabled to decode JIS X 0212 codes on
57 (and JIS X 0213 Plane 2 is intended to use so.) On encoding
66 The euc-jp codec is a compatibility instance on these points:
67 - U+FF3C FULLWIDTH REVERSE SOLIDUS is mapped to EUC-JP A1C0 (vice versa)
68 - U+00A5 YEN SIGN is mapped to EUC-JP 0x5c. (one way)
69 - U+203E OVERLINE is mapped to EUC-JP 0x7e. (one way)
74 The shift-jis codec is mapping 0x20-0x7e area to U+20-U+7E directly
[all …]
/device/google/marlin/
DWCNSS_qcom_cfg.ini7 # Each byte of MAC address is represented in Hex format as XX
29 # Valid values are 0,1,2. If commented out, the default value is 0.
35 # Valid values are 0,1,2. If commented out, the default value is 0.
42 # Valid values are 0,1. If commented out, the default value is 0.
55 # Flag to allow STA send AddTspec even when ACM is Off
143 # These parameters are used only if gEnable2x2 is 0
150 #If set to 0, MCC is not allowed.
177 # Enable to check FW hash if secure FW feature is enabled. It's for defconfig
192 #Timer value is in seconds
221 # Example: fast scan period is passed from framework (default = 10 sec), then
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_SUMMARY.txt14 The software and these notes are provided "as is". They may include
34 The antlr option -preamble_first is similar, but inserts the
36 PreambleFirst_123 is equivalent to the first set defined by
45 When the ANTLRParser class is built with the pre-processor option
46 ZZDEFER_FETCH defined, the fetch of new tokens by consume() is deferred
47 until LA(i) or LT(i) is called.
73 hoisted because, even if p is false, there is a valid alternative
76 If "-info p" command line option is present the following information
92 The token sequence which is suppressed: ( A B )
121 the guard is used to suppress the predicate with context (D E)
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_SUMMARY.txt14 The software and these notes are provided "as is". They may include
34 The antlr option -preamble_first is similar, but inserts the
36 PreambleFirst_123 is equivalent to the first set defined by
45 When the ANTLRParser class is built with the pre-processor option
46 ZZDEFER_FETCH defined, the fetch of new tokens by consume() is deferred
47 until LA(i) or LT(i) is called.
73 hoisted because, even if p is false, there is a valid alternative
76 If "-info p" command line option is present the following information
92 The token sequence which is suppressed: ( A B )
121 the guard is used to suppress the predicate with context (D E)
[all …]
/device/google/contexthub/firmware/lib/libm/
Def_pow.c69 __int32_t hx,hy,ix,iy,is; local
147 GET_FLOAT_WORD(is,t1);
148 SET_FLOAT_WORD(t1,is&0xfffff000);
170 GET_FLOAT_WORD(is,s_h);
171 SET_FLOAT_WORD(s_h,is&0xfffff000);
182 GET_FLOAT_WORD(is,t_h);
183 SET_FLOAT_WORD(t_h,is&0xfffff000);
190 GET_FLOAT_WORD(is,p_h);
191 SET_FLOAT_WORD(p_h,is&0xfffff000);
198 GET_FLOAT_WORD(is,t1);
[all …]
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dporting-guide.md41 default implementation is inadequate.
66 If the build option `USE_COHERENT_MEM` is enabled, each platform must allocate a
68 page boundary (4K) for each BL stage. This memory is identified by the section
78 The `tzfw_coherent_mem` section is used to allocate any data structures that are
79 accessed both when a CPU is executing with its MMU and caches enabled, and when
88 Each platform must ensure that a header file of this name is in the system
91 file is found in [plat/fvp/include/platform_def.h].
105 Defines the normal stack memory available to each CPU. This constant is used
116 Name of the BL2 binary image on the host file-system. This name is used by
121 Name of the BL3-1 binary image on the host file-system. This name is used by
[all …]

12345678910>>...69