Searched refs:ET (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | TimeEfi.c | 29 IN EFI_TIME *ET, in Efi2Tm() argument 34 BT->tm_year = ET->Year - TM_YEAR_BASE; in Efi2Tm() 35 BT->tm_mon = ET->Month - 1; // BD time is zero based, EFI is 1 based in Efi2Tm() 36 BT->tm_mday = ET->Day; in Efi2Tm() 37 BT->tm_hour = ET->Hour; in Efi2Tm() 38 BT->tm_min = ET->Minute; in Efi2Tm() 39 BT->tm_sec = ET->Second; in Efi2Tm() 41 BT->tm_zoneoff = ET->TimeZone; in Efi2Tm() 42 BT->tm_daylight = ET->Daylight; in Efi2Tm() 43 BT->tm_Nano = ET->Nanosecond; in Efi2Tm() [all …]
|
D | Time.c | 540 EFI_TIME *ET; in time() local 543 ET = &gMD->TimeBuffer; in time() 547 Status = gRT->GetTime( ET, NULL); in time() 555 Efi2Tm( ET, BT); in time()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_xml_etree.py | 20 from xml.etree import ElementTree as ET unknown 72 tree = ET.ElementTree(elem) 81 if elem.tag == ET.Comment: 115 if not ET.iselement(element): 886 ET.XML("<?xml version='1.0' encoding='%s'?><xml />" % encoding) 1049 ET.XML(xml) 1050 except ET.ParseError: 1625 parser = ET.XMLTreeBuilder() 1643 tree = ET.TreeBuilder() 1876 assert test_xml_etree.ET.__name__ == module_name [all …]
|
D | test_xml_etree_c.py | 42 pyET = test_xml_etree.ET 44 test_xml_etree.ET = cET 51 test_xml_etree.ET = pyET
|
/device/google/wahoo/lisa/targetdev/ |
D | powerhint.py | 1 import xml.etree.ElementTree as ET namespace 21 tree = ET.parse(tmp.name) 74 tree = ET.parse(tmp.name)
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/ |
D | daShell.c | 404 EFI_TIME *ET; in da_ShellIoctl() local 409 ET = Time2Efi(TV[0].tv_sec); in da_ShellIoctl() 410 if(ET != NULL) { in da_ShellIoctl() 411 (void) memcpy(&FileInfo->LastAccessTime, ET, sizeof(EFI_TIME)); in da_ShellIoctl() 413 free(ET); in da_ShellIoctl() 418 ET = Time2Efi(TV[1].tv_sec); in da_ShellIoctl() 419 if(ET != NULL) { in da_ShellIoctl() 420 (void) memcpy(&FileInfo->ModificationTime, ET, sizeof(EFI_TIME)); in da_ShellIoctl() 422 free(ET); in da_ShellIoctl()
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bin/ |
D | Gpt.com | 2 …��P��$?P3����f�f���f&�=EFI ��f&�}PART��f&�}��f&�ET.���f��f�� f���fR…
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
D | extern.h | 86 void Efi2Tm( EFI_TIME *ET, struct tm *BT);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
D | README | 151 Tcl/Tk/Tix code into the dynamic libraries using the Tcl ET code,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | BaseLib.h | 5455 UINT32 ET:1; ///< Extension Type. member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
D | EdkIIGlueBaseLib.h | 4998 UINT32 ET:1; // Extension Type member
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/ |
D | xa_hikey.img | 91 …l|^>/`|4oET|�HH|��8<|�0|Z2�#|c�|Г7|����{2�D�{�% ��{�V �… 100 …�aa�R_a�S�^a�;S>abSfa!�S��`1�S��`4�S�`)�S��` T�x`�ET�W`�kT�6`�T�`…
|
/device/linaro/hikey/hifi/firmware/ |
D | hifi-hikey960.img | 93 …l|^>/`|4oET|�HH|��8<|�0|Z2�#|c�|Г7|����{2�D�{�% ��{�V �… 102 …�aa�R_a�S�^a�;S>abSfa!�S��`1�S��`4�S�`)�S��` T�x`�ET�W`�kT�6`�T�`…
|