HomeSort by relevance Sort by last modified time
    Searched refs:Received (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/valgrind/memcheck/tests/solaris/
sendfilev.stdout.exp 2 Received EFAULT as expected.
3 Received EINVAL as expected.
  /external/valgrind/memcheck/tests/
writev1.stderr.exp 7 Received EFAULT as expected
8 Received EINVAL as expected
9 Received EINVAL as expected
  /device/linaro/bootloader/edk2/OvmfPkg/Library/XenConsoleSerialPortLib/
XenConsoleSerialPortLib.c 163 UINTN Received;
180 Received = 0;
181 while (Received < NumberOfBytes && Consumer < Producer)
182 Buffer[Received++] = mXenConsoleInterface->in[MASK_XENCONS_IDX(Consumer++, mXenConsoleInterface->in)];
190 return Received;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCodeCallBack/
PxeBaseCodeCallBack.h 68 IN BOOLEAN Received,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PxeBaseCodeCallBack.h 2 It is invoked when the PXE Base Code Protocol is about to transmit, has received,
78 received, or is waiting to receive a packet.
80 This function is invoked when the PXE Base Code Protocol is about to transmit, has received,
81 or is waiting to receive a packet. Parameters Function and Received specify the type of event.
92 @param Received TRUE if the callback is being invoked due to a receive event. FALSE if
96 @param Packet If Received is TRUE, a pointer to the packet that was just received;
108 IN BOOLEAN Received,
115 /// to transmit, has received, or is waiting to receive a packet.
  /prebuilts/go/darwin-x86/src/compress/flate/
example_test.go 223 fmt.Printf("Received %d bytes: %s\n", n, b[:n])
233 // Received 1 bytes: A
234 // Received 4 bytes: long
235 // Received 4 bytes: time
236 // Received 3 bytes: ago
237 // Received 2 bytes: in
238 // Received 1 bytes: a
239 // Received 6 bytes: galaxy
240 // Received 4 bytes: far,
241 // Received 3 bytes: fa
    [all...]
  /prebuilts/go/linux-x86/src/compress/flate/
example_test.go 223 fmt.Printf("Received %d bytes: %s\n", n, b[:n])
233 // Received 1 bytes: A
234 // Received 4 bytes: long
235 // Received 4 bytes: time
236 // Received 3 bytes: ago
237 // Received 2 bytes: in
238 // Received 1 bytes: a
239 // Received 6 bytes: galaxy
240 // Received 4 bytes: far,
241 // Received 3 bytes: fa
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 100 /// \param Received -- the kind of lock received.
103 LockKind Expected, LockKind Received,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 100 /// \param Received -- the kind of lock received.
103 LockKind Expected, LockKind Received,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 100 /// \param Received -- the kind of lock received.
103 LockKind Expected, LockKind Received,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 100 /// \param Received -- the kind of lock received.
103 LockKind Expected, LockKind Received,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 100 /// \param Received -- the kind of lock received.
103 LockKind Expected, LockKind Received,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 100 /// \param Received -- the kind of lock received.
103 LockKind Expected, LockKind Received,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 100 /// \param Received -- the kind of lock received.
103 LockKind Expected, LockKind Received,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 100 /// \param Received -- the kind of lock received.
103 LockKind Expected, LockKind Received,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 100 /// \param Received -- the kind of lock received.
103 LockKind Expected, LockKind Received,
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Mmc/DwSdDxe/
DwSdDxe.c 545 UINT32 Data, Received, Count;
547 Received = 0;
549 while (Received < Count) {
552 *(Buffer + Received) = MmioRead32 (DWSD_FIFO_START);
553 Received++;
555 DEBUG ((EFI_D_ERROR, "Received:%d, RINTSTS:%x\n", Received, Data));
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Impl.h 103 /// IP4_IPSEC_WRAP wraps the packet received from MNP layer. The packet
115 /// upper layers. The received packet is kept in the Packet.
141 // User's transmit/receive tokens, and received/deliverd packets
145 LIST_ENTRY Received; // Received but not delivered packet
336 all of its IP4 children's received-but-not-delivered and
355 received-but-not-delivered and transmitted-but-not-recycle
Ip4Input.c 204 have been received, it will wrap the packet in a net buffer then
385 // Deliver the whole packet if all the fragments received.
386 // All fragments received if:
387 // 1. received the last one, so, the total length is know
388 // 2. received all the data. If the last fragment on the
389 // queue ends at the total length, all data is received.
701 @param[in] Flag The link layer flag for the packet received, such
825 IP4 fragment is received from MNP.
829 @param[in] Packet The IP4 packet received.
831 @param[in] Flag The link layer flag for the packet received, such
    [all...]
  /external/webrtc/webrtc/modules/video_coding/test/
plotReceiveTrace.m 7 %DEBUG ; ( 7:59:42:500 | 0) VIDEO:-1 ; 2500; Received complete frame timestamp 1870514263 frame type 1 frame size 7862 at time 19965, jitter estimate was 130
89 [p, count] = sscanf(message, 'Received complete frame timestamp %lu frame type %u frame size %*u at time %lu, jitter estimate was %lu');
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.h 120 // upper layers. The received packet is kept in the Packet.
146 // User's transmit/receive tokens, and received/deliverd packets
150 LIST_ENTRY Received; // Received but not delivered packet
380 can be sent or received by this instance. Once the parameters have been reset (by calling this
381 function with Ip6ConfigData set to NULL), no more traffic can be sent or received until these
    [all...]
Ip6Input.c 150 have been received, it will wrap the packet in a net buffer then
378 // Deliver the whole packet if all the fragments received.
379 // All fragments received if:
380 // 1. received the last one, so, the totoal length is know
381 // 2. received all the data. If the last fragment on the
382 // queue ends at the total length, all data is received.
734 @param[in, out] Packet The received IP6 packet to be processed.
735 @param[in] Flag The link layer flag for the packet received, such
746 @retval EFI_SUCCESS The received packet is well format.
747 @retval EFI_INVALID_PARAMETER The received packet is malformed.
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.c 595 @param[in] IsSend Flag of debug message to declare that the data is being sent or being received.
624 DestBuffer += AsciiSPrint (DestBuffer, DEBUG_DATA_MAXIMUM_REAL_DATA, "Received data [ ");
672 // Has received start symbol, try to read the rest part
    [all...]
  /external/boringssl/src/ssl/test/runner/
packet_adapter.go 96 // for acknowledgement of the timeout, buffering any packets received since
116 p.log("Received timeout ACK", nil)
  /prebuilts/go/darwin-x86/src/reflect/
set_test.go 141 t.Errorf("Received %p != %p", bb, b)

Completed in 1059 milliseconds

1 2 3