/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | logmerge.py | 58 database = [] 66 database[len(database):] = records 67 database.sort() 69 database.reverse() 70 format_output(database) 165 def format_output(database): argument 168 database.append((None, None, None, None, None)) # Sentinel 169 for (date, working_file, rev, author, text) in database:
|
D | README | 18 db2pickle.py Dump a database file to a pickle 52 pickle2db.py Load a pickle generated by db2pickle.py to a database
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Dxe/ |
D | PcdDxe.uni | 2 // PCD DXE driver manage database contains all dynamic PCD entries and produce the implementation o… 4 // This version PCD DXE depends on the external PCD database binary file, not built in PCD data bas… 15 // PCD database is generated as the separate binary image at build time. The binary image 20 // // Introduction of PCD database // 25 // PCD database hold all dynamic type PCD information. The structure of PEI PCD 26 // database is generated by build tools according to dynamic PCD usage for 56 // - The PCD value is stored in PCD database maintained by PCD driver in boot 87 // 3, PCD database: 90 // by PCD database maintained by PEI/DXE driver. 92 // As the whole EFI BIOS boot path is divided into PEI/DXE phase, the PCD database [all …]
|
D | Pcd.inf | 2 # PCD DXE driver manage database contains all dynamic PCD entries and produce the implementation of… 4 # This version PCD DXE depends on the external PCD database binary file, not built in PCD data base… 15 # PCD database is generated as the separate binary image at build time. The binary image 20 # // Introduction of PCD database // 25 # PCD database hold all dynamic type PCD information. The structure of PEI PCD 26 # database is generated by build tools according to dynamic PCD usage for 56 # - The PCD value is stored in PCD database maintained by PCD driver in boot 87 # 3, PCD database: 90 # by PCD database maintained by PEI/DXE driver. 92 # As the whole EFI BIOS boot path is divided into PEI/DXE phase, the PCD database [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/ |
D | PcdPeim.uni | 2 // PCD PEIM produces PCD database to manage all dynamic PCD in PEI phase and install Pcd Ppi servic… 4 // This version PCD PEIM depends on the external PCD database binary file, not built in PCD data ba… 14 // PCD database is generated as the separate binary image at build time. The binary image 19 // // Introduction of PCD database // 24 // PCD database hold all dynamic type PCD information. The structure of PEI PCD 25 // database is generated by build tools according to dynamic PCD usage for 55 // - The PCD value is stored in PCD database maintained by PCD driver in boot 86 // 3, PCD database: 89 // by PCD database maintained by PEI/DXE driver. 91 // As the whole EFI BIOS boot path is divided into PEI/DXE phase, the PCD database [all …]
|
D | Pcd.inf | 2 # PCD PEIM produces PCD database to manage all dynamic PCD in PEI phase and install Pcd Ppi service. 4 # This version PCD PEIM depends on the external PCD database binary file, not built in PCD data bas… 14 # PCD database is generated as the separate binary image at build time. The binary image 19 # // Introduction of PCD database // 24 # PCD database hold all dynamic type PCD information. The structure of PEI PCD 25 # database is generated by build tools according to dynamic PCD usage for 55 # - The PCD value is stored in PCD database maintained by PCD driver in boot 86 # 3, PCD database: 89 # by PCD database maintained by PEI/DXE driver. 91 # As the whole EFI BIOS boot path is divided into PEI/DXE phase, the PCD database [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckLib/ |
D | VarCheckLib.uni | 2 // Provides variable check services and database management. 4 // Provides variable check services and database management. 18 …ULE_ABSTRACT #language en-US "Provides variable check services and database management" 20 …LE_DESCRIPTION #language en-US "Provides variable check services and database management."
|
D | VarCheckLib.inf | 2 # Provides variable check services and database management.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/ |
D | VariableSmm.uni | 4 // This module installs SMM variable protocol into SMM protocol database, 6 // into BS protocol database, which can be used to notify the SMM Runtime 31 …otocol into SMM protocol database, which can be used by SMM driver, and installs SMM variable prot…
|
D | VariableSmm.inf | 4 # This module installs SMM variable protocol into SMM protocol database, 6 # into BS protocol database, which can be used to notify the SMM Runtime
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
D | connection.c | 64 PyObject* database; in pysqlite_connection_init() local 78 …&database, &timeout, &detect_types, &isolation_level, &check_same_thread, &factory, &cached_statem… in pysqlite_connection_init() 97 if (PyString_Check(database) || PyUnicode_Check(database)) { in pysqlite_connection_init() 98 if (PyString_Check(database)) { in pysqlite_connection_init() 99 database_utf8 = database; in pysqlite_connection_init() 102 database_utf8 = PyUnicode_AsUTF8String(database); in pysqlite_connection_init() 120 class_attr = PyObject_GetAttrString(database, "__class__"); in pysqlite_connection_init() 129 self->db = ((pysqlite_Connection*)database)->db; in pysqlite_connection_init() 131 Py_INCREF(database); in pysqlite_connection_init() 132 self->apsw_connection = database; in pysqlite_connection_init()
|
D | module.c | 54 PyObject* database; in module_connect() local 65 …&database, &timeout, &detect_types, &isolation_level, &check_same_thread, &factory, &cached_statem… in module_connect()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/ |
D | UsbKbDxe.uni | 6 // It initializes the keyboard layout according to info retrieved from HII database. 30 …zes the keyboard layout according to information retrieved from the HII database. If HII cannot pr…
|
D | UsbKbDxe.inf | 6 # It initializes the keyboard layout according to info retrieved from HII database. 86 # If HII Database Protocol exists, then keyboard layout from HII database is used.
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/ |
D | IpSecConfigStrings.uni | 81 "%H-p (SPD|SAD|PAD)%N required.point to certain policy database.\r\n" 87 " It's only supported on SPD policy database.\r\n" 92 " -f Flush the entire policy database.\r\n" 93 " -l List all entries for specified database.\r\n"
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | nsswitch.h | 173 const char *database; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ |
D | README | 30 unicode Tools used to generate unicode database files for
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/ |
D | DataHubDxe.uni | 4 // The data hub is a volatile database that is intended as the major focus for the accumulation of 38 #string STR_MODULE_DESCRIPTION #language en-US "The data hub is a volatile database that i…
|
D | DataHubDxe.inf | 4 # The data hub is a volatile database that is intended as the major focus for the accumulation of
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | DebugLib.h | 408 _ASSERT (Guid already installed in database); \
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
D | FrameworkHiiOnUefiHiiThunk.inf | 9 # This module inits HII database and installs HII protocol based on the avaliable UEFI HII protocol…
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
D | EdkIIGlueDebugLib.h | 417 _ASSERT (Guid already installed in database); \
|
/device/generic/mini-emulator-arm64/ |
D | init.mini-emulator.rc | 45 # Login Service will insert these accounts into the database when
|
/device/generic/mini-emulator-armv7-a-neon/ |
D | init.mini-emulator.rc | 45 # Login Service will insert these accounts into the database when
|
/device/generic/goldfish/ |
D | init.goldfish.rc | 57 # Login Service will insert these accounts into the database when
|