Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 8759) sorted by relevance

12345678910>>...351

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h55 #define BYTE_Unmarshal(target, buffer, size) \ argument
62 #define BYTE_Marshal(source, buffer, size) \ argument
71 #define INT8_Unmarshal(target, buffer, size) \ argument
78 #define INT8_Marshal(source, buffer, size) \ argument
93 #define INT16_Unmarshal(target, buffer, size) \ argument
100 #define INT16_Marshal(source, buffer, size) \ argument
115 #define INT32_Unmarshal(target, buffer, size) \ argument
122 #define INT32_Marshal(source, buffer, size) \ argument
137 #define INT64_Unmarshal(target, buffer, size) \ argument
144 #define INT64_Marshal(source, buffer, size) \ argument
[all …]
/external/trusty/lk/lib/libc/test_common/
Dlibc_printf_tests.cpp35 char buffer[BUFFER_SIZE]; in TEST() local
42 char buffer[BUFFER_SIZE]; in TEST() local
49 char buffer[BUFFER_SIZE]; in TEST() local
56 char buffer[BUFFER_SIZE]; in TEST() local
64 char buffer[BUFFER_SIZE]; in TEST() local
71 char buffer[BUFFER_SIZE]; in TEST() local
78 char buffer[BUFFER_SIZE]; in TEST() local
85 char buffer[BUFFER_SIZE]; in TEST() local
92 char buffer[BUFFER_SIZE]; in TEST() local
99 char buffer[BUFFER_SIZE]; in TEST() local
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h612 #define UINT8_Unmarshal(target, buffer, size) \ argument
614 #define UINT8_Marshal(source, buffer, size) \ argument
616 #define BYTE_Unmarshal(target, buffer, size) \ argument
618 #define BYTE_Marshal(source, buffer, size) \ argument
620 #define INT8_Unmarshal(target, buffer, size) \ argument
622 #define INT8_Marshal(source, buffer, size) \ argument
624 #define UINT16_Unmarshal(target, buffer, size) \ argument
626 #define UINT16_Marshal(source, buffer, size) \ argument
628 #define INT16_Unmarshal(target, buffer, size) \ argument
630 #define INT16_Marshal(source, buffer, size) \ argument
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c47 UINT8_Unmarshal(UINT8 *target, BYTE **buffer, INT32 *size) in UINT8_Unmarshal()
56 UINT8_Marshal(UINT8 *source, BYTE **buffer, INT32 *size) in UINT8_Marshal()
73 BYTE_Unmarshal(BYTE *target, BYTE **buffer, INT32 *size) in BYTE_Unmarshal()
78 BYTE_Marshal(BYTE *source, BYTE **buffer, INT32 *size) in BYTE_Marshal()
87 INT8_Unmarshal(INT8 *target, BYTE **buffer, INT32 *size) in INT8_Unmarshal()
92 INT8_Marshal(INT8 *source, BYTE **buffer, INT32 *size) in INT8_Marshal()
100 UINT16_Unmarshal(UINT16 *target, BYTE **buffer, INT32 *size) in UINT16_Unmarshal()
109 UINT16_Marshal(UINT16 *source, BYTE **buffer, INT32 *size) in UINT16_Marshal()
126 INT16_Unmarshal(INT16 *target, BYTE **buffer, INT32 *size) in INT16_Unmarshal()
131 INT16_Marshal(INT16 *source, BYTE **buffer, INT32 *size) in INT16_Marshal()
[all …]
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DReadableBuffersTest.java50 ReadableBuffer buffer = ReadableBuffers.empty(); in empty_returnsEmptyBuffer() local
61 ReadableBuffer buffer = ReadableBuffers.wrap(MSG_BYTES); in readArray_returnsBufferArray() local
67 ReadableBuffer buffer = ReadableBuffers.wrap(MSG_BYTES); in readAsString_returnsString() local
78 ReadableBuffer buffer = ReadableBuffers.wrap(MSG_BYTES); in readAsStringUtf8_returnsString() local
89 ReadableBuffer buffer = mock(ReadableBuffer.class); in openStream_ignoresClose() local
97 ReadableBuffer buffer = ReadableBuffers.wrap(MSG_BYTES); in bufferInputStream_available_returnsReadableBytes() local
108 ReadableBuffer buffer = ReadableBuffers.wrap(MSG_BYTES); in bufferInputStream_read_returnsUnsignedByte() local
115 ReadableBuffer buffer = ReadableBuffers.wrap(MSG_BYTES); in bufferInputStream_read_writes() local
125 ReadableBuffer buffer = ReadableBuffers.wrap(MSG_BYTES); in bufferInputStream_read_writesPartially() local
134 ReadableBuffer buffer = mock(ReadableBuffer.class); in bufferInputStream_close_closesBuffer() local
[all …]
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs63 public static int ParseLength(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseLength()
72 public static uint ParseTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseTag()
132 …public static bool MaybeConsumeTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, u… in MaybeConsumeTag()
147 public static uint PeekTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in PeekTag()
164 … public static ulong ParseRawVarint64(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawVarint64()
193 …private static ulong ParseRawVarint64SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalSta… in ParseRawVarint64SlowPath()
218 … public static uint ParseRawVarint32(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawVarint32()
274 …private static uint ParseRawVarint32SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalStat… in ParseRawVarint32SlowPath()
325 …public static uint ParseRawLittleEndian32(ref ReadOnlySpan<byte> buffer, ref ParserInternalState s… in ParseRawLittleEndian32()
340 …private static uint ParseRawLittleEndian32SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserIntern… in ParseRawLittleEndian32SlowPath()
[all …]
DWritingPrimitives.cs65 … public static void WriteDouble(ref Span<byte> buffer, ref WriterInternalState state, double value) in WriteDouble()
73 …public static unsafe void WriteFloat(ref Span<byte> buffer, ref WriterInternalState state, float v… in WriteFloat()
95 …private static unsafe void WriteFloatSlowPath(ref Span<byte> buffer, ref WriterInternalState state… in WriteFloatSlowPath()
116 … public static void WriteUInt64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteUInt64()
124 … public static void WriteInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteInt64()
132 … public static void WriteInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteInt32()
148 … public static void WriteFixed64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteFixed64()
156 … public static void WriteFixed32(ref Span<byte> buffer, ref WriterInternalState state, uint value) in WriteFixed32()
164 … public static void WriteBool(ref Span<byte> buffer, ref WriterInternalState state, bool value) in WriteBool()
173 … public static void WriteString(ref Span<byte> buffer, ref WriterInternalState state, string value) in WriteString()
[all …]
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs63 public static int ParseLength(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseLength()
72 public static uint ParseTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseTag()
132 …public static bool MaybeConsumeTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, u… in MaybeConsumeTag()
147 public static uint PeekTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in PeekTag()
164 … public static ulong ParseRawVarint64(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawVarint64()
193 …private static ulong ParseRawVarint64SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalSta… in ParseRawVarint64SlowPath()
218 … public static uint ParseRawVarint32(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawVarint32()
274 …private static uint ParseRawVarint32SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalStat… in ParseRawVarint32SlowPath()
325 …public static uint ParseRawLittleEndian32(ref ReadOnlySpan<byte> buffer, ref ParserInternalState s… in ParseRawLittleEndian32()
340 …private static uint ParseRawLittleEndian32SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserIntern… in ParseRawLittleEndian32SlowPath()
[all …]
DWritingPrimitives.cs65 … public static void WriteDouble(ref Span<byte> buffer, ref WriterInternalState state, double value) in WriteDouble()
73 …public static unsafe void WriteFloat(ref Span<byte> buffer, ref WriterInternalState state, float v… in WriteFloat()
95 …private static unsafe void WriteFloatSlowPath(ref Span<byte> buffer, ref WriterInternalState state… in WriteFloatSlowPath()
116 … public static void WriteUInt64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteUInt64()
124 … public static void WriteInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteInt64()
132 … public static void WriteInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteInt32()
148 … public static void WriteFixed64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteFixed64()
156 … public static void WriteFixed32(ref Span<byte> buffer, ref WriterInternalState state, uint value) in WriteFixed32()
164 … public static void WriteBool(ref Span<byte> buffer, ref WriterInternalState state, bool value) in WriteBool()
173 … public static void WriteString(ref Span<byte> buffer, ref WriterInternalState state, string value) in WriteString()
[all …]
/external/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs63 public static int ParseLength(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseLength()
72 public static uint ParseTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseTag()
132 …public static bool MaybeConsumeTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, u… in MaybeConsumeTag()
147 public static uint PeekTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in PeekTag()
164 … public static ulong ParseRawVarint64(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawVarint64()
193 …private static ulong ParseRawVarint64SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalSta… in ParseRawVarint64SlowPath()
218 … public static uint ParseRawVarint32(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawVarint32()
274 …private static uint ParseRawVarint32SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalStat… in ParseRawVarint32SlowPath()
325 …public static uint ParseRawLittleEndian32(ref ReadOnlySpan<byte> buffer, ref ParserInternalState s… in ParseRawLittleEndian32()
340 …private static uint ParseRawLittleEndian32SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserIntern… in ParseRawLittleEndian32SlowPath()
[all …]
DWritingPrimitives.cs65 … public static void WriteDouble(ref Span<byte> buffer, ref WriterInternalState state, double value) in WriteDouble()
73 …public static unsafe void WriteFloat(ref Span<byte> buffer, ref WriterInternalState state, float v… in WriteFloat()
95 …private static unsafe void WriteFloatSlowPath(ref Span<byte> buffer, ref WriterInternalState state… in WriteFloatSlowPath()
116 … public static void WriteUInt64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteUInt64()
124 … public static void WriteInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteInt64()
132 … public static void WriteInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteInt32()
148 … public static void WriteFixed64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteFixed64()
156 … public static void WriteFixed32(ref Span<byte> buffer, ref WriterInternalState state, uint value) in WriteFixed32()
164 … public static void WriteBool(ref Span<byte> buffer, ref WriterInternalState state, bool value) in WriteBool()
173 … public static void WriteString(ref Span<byte> buffer, ref WriterInternalState state, string value) in WriteString()
[all …]
/external/pigweed/pw_varint/
Dstream_test.cc44 const auto buffer = MakeBuffer("\x00"); in TEST() local
53 const auto buffer = MakeBuffer("\x01"); in TEST() local
62 const auto buffer = MakeBuffer("\x02"); in TEST() local
71 const auto buffer = MakeBuffer("\x03"); in TEST() local
80 const auto buffer = MakeBuffer("\x04"); in TEST() local
93 const auto buffer = MakeBuffer("\x80\x01"); in TEST() local
102 const auto buffer = MakeBuffer("\x81\x01"); in TEST() local
111 const auto buffer = MakeBuffer("\x82\x01"); in TEST() local
120 const auto buffer = MakeBuffer("\xff\xff\xff\xff\x0f"); in TEST() local
129 const auto buffer = MakeBuffer("\xfe\xff\xff\xff\x0f"); in TEST() local
[all …]
/external/okio/okio/src/jvmTest/kotlin/okio/
DBufferCursorTest.kt39 val buffer = Buffer() in <lambda>() constant
56 val buffer = bufferFactory.newBuffer() in <lambda>() constant
68 val buffer = bufferFactory.newBuffer() in <lambda>() constant
82 val buffer = bufferFactory.newBuffer() in <lambda>() constant
95 val buffer = bufferFactory.newBuffer() in <lambda>() constant
108 val buffer = bufferFactory.newBuffer() in <lambda>() constant
122 val buffer = bufferFactory.newBuffer() in <lambda>() constant
143 val buffer = bufferFactory.newBuffer() in <lambda>() constant
158 val buffer = bufferFactory.newBuffer() in <lambda>() constant
178 val buffer = bufferFactory.newBuffer() in <lambda>() constant
[all …]
DFixedLengthSourceTest.kt28 val buffer = Buffer() in happyPathWithTruncate() constant
41 val buffer = Buffer() in happyPathNoTruncate() constant
54 val buffer = Buffer() in delegateTooLongWithTruncate() constant
67 val buffer = Buffer() in delegateTooLongWithTruncateFencepost() constant
78 val buffer = Buffer() in delegateTooLongNoTruncate() constant
101 val buffer = Buffer() in delegateTooLongNoTruncateFencepost() constant
124 val buffer = Buffer() in delegateTooShortWithTruncate() constant
147 val buffer = Buffer() in delegateTooShortNoTruncate() constant
DUtf8Test.kt107 val buffer = Buffer() in stringSpansSegments() constant
119 val buffer = Buffer() in readEmptyBufferThrowsEofException() constant
129 val buffer = Buffer() in readLeadingContinuationByteReturnsReplacementCharacter() constant
137 val buffer = Buffer() in readMissingContinuationBytesThrowsEofException() constant
150 val buffer = Buffer() in readTooLargeCodepointReturnsReplacementCharacter() constant
163 val buffer = Buffer() in readNonContinuationBytesReturnsReplacementCharacter() constant
173 val buffer = Buffer() in readCodePointBeyondUnicodeMaximum() constant
181 val buffer = Buffer() in readSurrogateCodePoint() constant
193 val buffer = Buffer() in readOverlongCodePoint() constant
209 val buffer = Buffer() in writeCodePointBeyondUnicodeMaximum() constant
[all …]
/external/angle/src/libANGLE/renderer/wgpu/
Dwgpu_format_map.json158 "buffer": "R16G16B16A16_SINT" string
162 "buffer": "R16G16B16A16_SNORM" string
166 "buffer": "R16G16B16A16_FLOAT" string
170 "buffer": "R16G16B16A16_UINT" string
174 "buffer": "R16G16B16A16_FLOAT" string
178 "buffer": "R16G16B16A16_FLOAT" string
287 "buffer": "NONE" string
291 "buffer": "NONE" string
348 "buffer": "R16G16B16A16_SNORM" string
351 "buffer": "R16G16B16A16_FLOAT" string
[all …]
/external/harfbuzz_ng/src/
Dhb-buffer.cc742 hb_buffer_t *buffer; in hb_buffer_create() local
770 hb_buffer_t *buffer = hb_buffer_create (); in hb_buffer_create_similar() local
787 hb_buffer_reset (hb_buffer_t *buffer) in hb_buffer_reset()
823 hb_buffer_reference (hb_buffer_t *buffer) in hb_buffer_reference()
839 hb_buffer_destroy (hb_buffer_t *buffer) in hb_buffer_destroy()
870 hb_buffer_set_user_data (hb_buffer_t *buffer, in hb_buffer_set_user_data()
892 hb_buffer_get_user_data (const hb_buffer_t *buffer, in hb_buffer_get_user_data()
936 hb_buffer_set_content_type (hb_buffer_t *buffer, in hb_buffer_set_content_type()
955 hb_buffer_get_content_type (const hb_buffer_t *buffer) in hb_buffer_get_content_type()
972 hb_buffer_set_unicode_funcs (hb_buffer_t *buffer, in hb_buffer_set_unicode_funcs()
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/builder/
DToStringStyle.java360 public void appendSuper(final StringBuffer buffer, final String superToString) { in appendSuper()
374 public void appendToString(final StringBuffer buffer, final String toString) { in appendToString()
394 public void appendStart(final StringBuffer buffer, final Object object) { in appendStart()
412 public void appendEnd(final StringBuffer buffer, final Object object) { in appendEnd()
426 protected void removeLastFieldSeparator(final StringBuffer buffer) { in removeLastFieldSeparator()
443 …public void append(final StringBuffer buffer, final String fieldName, final Object value, final Bo… in append()
475 …protected void appendInternal(final StringBuffer buffer, final String fieldName, final Object valu… in appendInternal()
584 …protected void appendCyclicObject(final StringBuffer buffer, final String fieldName, final Object … in appendCyclicObject()
597 …protected void appendDetail(final StringBuffer buffer, final String fieldName, final Object value)… in appendDetail()
609 …protected void appendDetail(final StringBuffer buffer, final String fieldName, final Collection<?>… in appendDetail()
[all …]
/external/grpc-grpc-java/core/src/testFixtures/java/io/grpc/internal/
DReadableBufferTestBase.java42 ReadableBuffer buffer = buffer(); in bufferShouldReadAllBytes() local
52 ReadableBuffer buffer = buffer(); in readToArrayShouldSucceed() local
61 ReadableBuffer buffer = buffer(); in partialReadToArrayShouldSucceed() local
70 ReadableBuffer buffer = buffer(); in readToStreamShouldSucceed() local
79 ReadableBuffer buffer = buffer(); in partialReadToStreamShouldSucceed() local
88 ReadableBuffer buffer = buffer(); in readToByteBufferShouldSucceed() local
100 ReadableBuffer buffer = buffer(); in partialReadToByteBufferShouldSucceed() local
112 ReadableBuffer buffer = buffer(); in partialReadToReadableBufferShouldSucceed() local
123 ReadableBuffer buffer = buffer(); in markAndResetWithReadShouldSucceed() local
136 ReadableBuffer buffer = buffer(); in markAndResetWithReadToReadableBufferShouldSucceed() local
[all …]
/external/coreboot/src/security/tpm/tss/tcg-1.2/
Dtss_commands.h6 uint8_t buffer[34]; member
13 uint8_t buffer[14]; member
19 uint8_t buffer[22]; member
26 uint8_t buffer[22]; member
34 uint8_t buffer[22]; member
41 uint8_t buffer[22]; member
48 uint8_t buffer[11]; member
55 uint8_t buffer[10]; member
61 uint8_t buffer[10]; member
67 uint8_t buffer[10]; member
[all …]
/external/vboot_reference/firmware/lib/tpm2_lite/
Dmarshaling.c56 static uint8_t unmarshal_u8(void **buffer, int *buffer_space) in unmarshal_u8()
72 static uint16_t unmarshal_u16(void **buffer, int *buffer_space) in unmarshal_u16()
88 static uint32_t unmarshal_u32(void **buffer, int *buffer_space) in unmarshal_u32()
107 static void unmarshal_TPM2B(void **buffer, int *size, TPM2B *tpm2b) in unmarshal_TPM2B()
125 static void unmarshal_authorization_section(void **buffer, int *size, in unmarshal_authorization_section()
140 static void unmarshal_nv_read(void **buffer, int *size, in unmarshal_nv_read()
159 static void unmarshal_read_public(void **buffer, int *size, in unmarshal_read_public()
172 static void unmarshal_TPMS_NV_PUBLIC(void **buffer, in unmarshal_TPMS_NV_PUBLIC()
198 static void unmarshal_nv_read_public(void **buffer, int *size, in unmarshal_nv_read_public()
211 static void unmarshal_TPML_TAGGED_TPM_PROPERTY(void **buffer, int *size, in unmarshal_TPML_TAGGED_TPM_PROPERTY()
[all …]
/external/vboot_reference/firmware/lib/tpm_lite/include/
Dtlcl_structures.h4 uint8_t buffer[10]; member
9 uint8_t buffer[23]; member
15 uint8_t buffer[624]; member
22 uint8_t buffer[36]; member
30 uint8_t buffer[10]; member
35 uint8_t buffer[13]; member
40 uint8_t buffer[18]; member
45 uint8_t buffer[34]; member
52 uint8_t buffer[14]; member
58 uint8_t buffer[22]; member
[all …]
/external/llvm-libc/test/integration/startup/gpu/
Drpc_interface_test.cpp22 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
25 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
28 port.recv([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
31 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
34 port.recv([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
37 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
40 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
43 port.recv([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
46 port.recv([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
50 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
[all …]
/external/cronet/tot/third_party/llvm-libc/src/test/integration/startup/gpu/
Drpc_interface_test.cpp22 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
25 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
28 port.recv([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
31 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
34 port.recv([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
37 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
40 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
43 port.recv([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
46 port.recv([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
50 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
[all …]
/external/cronet/stable/third_party/llvm-libc/src/test/integration/startup/gpu/
Drpc_interface_test.cpp22 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
25 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
28 port.recv([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
31 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
34 port.recv([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
37 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
40 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
43 port.recv([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
46 port.recv([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
50 port.send([&](LIBC_NAMESPACE::rpc::Buffer *buffer, uint32_t) { in test_interface()
[all …]

12345678910>>...351