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/ |
D | test_ftplib.py | 487 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 …]
|
D | test_sys_settrace.py | 690 def compare_jump_output(self, expected, received): argument 691 if received != expected: 694 "Received: " + repr(received))
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
D | IpSecDxe.uni | 5 // 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…
|
D | IpSecDxe.inf | 5 # to deal with the individual packets sent and received by the host and provide
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/ |
D | Enquire.inf | 9 # NOTE: Improvements gratefully received. Please mention the version.
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | Gpe.asl | 72 …// This PME event (PCH's GPE #13) is received when any PCH internal device with PCI Power Manageme…
|
D | IgdOGBDA.ASL | 157 // A call to a reserved "Get BIOS data" function was received.
|
D | IgdOSBCB.ASL | 276 // A call to a reserved "System BIOS callbacks" function was received
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/ |
D | Ping6Strings.uni | 32 #string STR_PING6_STAT #language en-US "\n%d packets transmitted, %d received,…
|
/device/linaro/bootloader/edk2/BaseTools/gcc/ |
D | mingw-gcc-build.py | 273 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/ |
D | msg_25.txt | 22 The original message was received at Fri, 6 Apr 2001 09:23:03 -0800 (GMT-0800)
|
/device/linaro/bootloader/edk2/DuetPkg/ |
D | Contributions.txt | 186 that You have received permission to make Contributions on behalf
|
/device/linaro/bootloader/edk2/EmbeddedPkg/ |
D | Contributions.txt | 186 that You have received permission to make Contributions on behalf
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/ |
D | Contributions.txt | 186 that You have received permission to make Contributions on behalf
|
/device/google/dragon/DragonKeyboard/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/ |
D | Contributions.txt | 186 that You have received permission to make Contributions on behalf
|
/device/linaro/bootloader/edk2/ArmPkg/ |
D | Contributions.txt | 186 that You have received permission to make Contributions on behalf
|
/device/linaro/bootloader/edk2/CorebootModulePkg/ |
D | Contributions.txt | 186 that You have received permission to make Contributions on behalf
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/ |
D | Contributions.txt | 186 that You have received permission to make Contributions on behalf
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/ |
D | UefiShellNetwork1CommandsLib.uni | 58 #string STR_PING_STAT #language en-US "\n%d packets transmitted, %d received, %d%% p…
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/ |
D | Contributions.txt | 186 that You have received permission to make Contributions on behalf
|
/device/huawei/angler/dumpstate/ |
D | NOTICE | 76 on behalf of whom a Contribution has been received by Licensor and
|
/device/linaro/bootloader/edk2/MdePkg/ |
D | Contributions.txt | 186 that You have received permission to make Contributions on behalf
|
/device/linaro/bootloader/edk2/ShellBinPkg/ |
D | Contributions.txt | 186 that You have received permission to make Contributions on behalf
|
/device/linaro/bootloader/edk2/PcAtChipsetPkg/ |
D | Contributions.txt | 186 that You have received permission to make Contributions on behalf
|
123