Home
last modified time | relevance | path

Searched refs:received (Results 1 – 25 of 69) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_ftplib.py487 received = []
488 self.client.retrbinary('retr', received.append)
489 self.assertEqual(''.join(received), RETR_DATA)
493 received = []
494 self.client.retrbinary('retr', received.append, rest=rest)
495 self.assertEqual(''.join(received), RETR_DATA[rest:],
497 len(''.join(received)),
501 received = []
502 self.client.retrlines('retr', received.append)
503 self.assertEqual(''.join(received), RETR_DATA.replace('\r\n', ''))
[all …]
Dtest_sys_settrace.py690 def compare_jump_output(self, expected, received): argument
691 if received != expected:
694 "Received: " + repr(received))
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecDxe.uni5 // to deal with the individual packets sent and received by the host and provide
24 …ed to abstract the ability to deal with the individual packets sent and received by the host and p…
DIpSecDxe.inf5 # to deal with the individual packets sent and received by the host and provide
/device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
DEnquire.inf9 # NOTE: Improvements gratefully received. Please mention the version.
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DGpe.asl72 …// This PME event (PCH's GPE #13) is received when any PCH internal device with PCI Power Manageme…
DIgdOGBDA.ASL157 // A call to a reserved "Get BIOS data" function was received.
DIgdOSBCB.ASL276 // A call to a reserved "System BIOS callbacks" function was received
/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
DPing6Strings.uni32 #string STR_PING6_STAT #language en-US "\n%d packets transmitted, %d received,…
/device/linaro/bootloader/edk2/BaseTools/gcc/
Dmingw-gcc-build.py273 def progress(received, blockSize, fileSize): argument
275 wDots = (100 * received * blockSize) / fileSize / 10
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_25.txt22 The original message was received at Fri, 6 Apr 2001 09:23:03 -0800 (GMT-0800)
/device/linaro/bootloader/edk2/DuetPkg/
DContributions.txt186 that You have received permission to make Contributions on behalf
/device/linaro/bootloader/edk2/EmbeddedPkg/
DContributions.txt186 that You have received permission to make Contributions on behalf
/device/linaro/bootloader/edk2/BeagleBoardPkg/
DContributions.txt186 that You have received permission to make Contributions on behalf
/device/google/dragon/DragonKeyboard/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/
DContributions.txt186 that You have received permission to make Contributions on behalf
/device/linaro/bootloader/edk2/ArmPkg/
DContributions.txt186 that You have received permission to make Contributions on behalf
/device/linaro/bootloader/edk2/CorebootModulePkg/
DContributions.txt186 that You have received permission to make Contributions on behalf
/device/linaro/bootloader/edk2/CorebootPayloadPkg/
DContributions.txt186 that You have received permission to make Contributions on behalf
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DUefiShellNetwork1CommandsLib.uni58 #string STR_PING_STAT #language en-US "\n%d packets transmitted, %d received, %d%% p…
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/
DContributions.txt186 that You have received permission to make Contributions on behalf
/device/huawei/angler/dumpstate/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/device/linaro/bootloader/edk2/MdePkg/
DContributions.txt186 that You have received permission to make Contributions on behalf
/device/linaro/bootloader/edk2/ShellBinPkg/
DContributions.txt186 that You have received permission to make Contributions on behalf
/device/linaro/bootloader/edk2/PcAtChipsetPkg/
DContributions.txt186 that You have received permission to make Contributions on behalf

123