Home
last modified time | relevance | path

Searched refs:STREAM (Results 1 - 22 of 22) sorted by relevance

/third_party/rust/crates/rustix/tests/net/
H A Dconnect_bind_send.rs13 rustix::net::socket(AddressFamily::INET, SocketType::STREAM, Protocol::default())?; in net_v4_connect_any()
18 let sender = rustix::net::socket(AddressFamily::INET, SocketType::STREAM, Protocol::default())?; in net_v4_connect_any()
46 SocketType::STREAM, in net_v6_connect_any()
55 SocketType::STREAM, in net_v6_connect_any()
84 rustix::net::socket(AddressFamily::INET, SocketType::STREAM, Protocol::default())?; in net_v4_connect()
93 let sender = rustix::net::socket(AddressFamily::INET, SocketType::STREAM, Protocol::default())?; in net_v4_connect()
121 SocketType::STREAM, in net_v6_connect()
134 SocketType::STREAM, in net_v6_connect()
163 rustix::net::socket(AddressFamily::INET, SocketType::STREAM, Protocol::default())?; in net_v4_bind_any()
168 let sender = rustix::net::socket(AddressFamily::INET, SocketType::STREAM, Protoco in net_v4_bind_any()
[all...]
H A Dv6.rs19 SocketType::STREAM, in server()
64 SocketType::STREAM, in client()
H A Dv4.rs18 socket(AddressFamily::INET, SocketType::STREAM, Protocol::default()).unwrap(); in server()
58 let data_socket = socket(AddressFamily::INET, SocketType::STREAM, Protocol::default()).unwrap(); in client()
H A Dpoll.rs18 SocketType::STREAM, in server()
76 SocketType::STREAM, in client()
H A Dsockopt.rs7 rustix::net::socket(AddressFamily::INET, SocketType::STREAM, Protocol::default()).unwrap(); in test_sockopts()
17 SocketType::STREAM in test_sockopts()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedOutputStreamTest.java81 return OutputType.STREAM; in getOutputType()
216 STREAM() { in STREAM() method
353 Coder coder = OutputType.STREAM.newCoder(blockSize); in testWriteWholeMessage()
356 assertEqualBytes(OutputType.STREAM, expectedBytes, coder.toByteArray()); in testWriteWholeMessage()
397 Coder coder = OutputType.STREAM.newCoder(4 * 1024); in testGetTotalBytesWritten()
660 Coder coder = OutputType.STREAM.newCoder(blockSize); in assertWriteLittleEndian32()
663 assertEqualBytes(OutputType.STREAM, data, coder.toByteArray()); in assertWriteLittleEndian32()
681 Coder coder = OutputType.STREAM.newCoder(blockSize); in assertWriteLittleEndian64()
684 assertEqualBytes(OutputType.STREAM, data, coder.toByteArray()); in assertWriteLittleEndian64()
768 Coder coder = OutputType.STREAM in assertWriteVarint()
[all...]
H A DCodedInputStreamTest.java81 STREAM { enum constant
1091 if (inputType == InputType.STREAM in testReadByteBufferAliasing()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_base_events.py58 STREAM = socket.SOCK_STREAM
64 (INET, STREAM, TCP, '', ('1.2.3.4', 1)),
65 base_events._ipaddr_info('1.2.3.4', 1, INET, STREAM, TCP))
68 (INET, STREAM, TCP, '', ('1.2.3.4', 1)),
69 base_events._ipaddr_info(b'1.2.3.4', 1, INET, STREAM, TCP))
72 (INET, STREAM, TCP, '', ('1.2.3.4', 1)),
73 base_events._ipaddr_info('1.2.3.4', 1, UNSPEC, STREAM, TCP))
79 # Socket type STREAM implies TCP protocol.
81 (INET, STREAM, TCP, '', ('1.2.3.4', 1)),
82 base_events._ipaddr_info('1.2.3.4', 1, UNSPEC, STREAM,
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkcs7.rs44 const STREAM = ffi::PKCS7_STREAM; consts
302 let flags = Pkcs7Flags::STREAM; in encrypt_decrypt_test()
328 let flags = Pkcs7Flags::STREAM | Pkcs7Flags::DETACHED; in sign_verify_test_detached()
372 let flags = Pkcs7Flags::STREAM; in sign_verify_test_normal()
411 let flags = Pkcs7Flags::STREAM; in signers()
H A Dcms.rs38 const STREAM = ffi::CMS_STREAM; consts
/third_party/cups-filters/fontembed/
H A Dtest_pdf.c36 #define STREAM \ macro
99 STREAM; in main()
/third_party/rust/crates/rustix/tests/io/
H A Depoll.rs17 let listen_sock = socket(AddressFamily::INET, SocketType::STREAM, Protocol::default()).unwrap(); in server()
77 socket(AddressFamily::INET, SocketType::STREAM, Protocol::default()).unwrap(); in client()
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs18 pub const STREAM: Self = Self(c::SOCK_STREAM); consts
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp266 #define PRINT_FIELD(STREAM, DIRECTIVE, KERNEL_DESC, MEMBER_NAME, FIELD_NAME) \ in EmitAmdhsaKernelDescriptor()
267 STREAM << "\t\t" << DIRECTIVE << " " \ in EmitAmdhsaKernelDescriptor()
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs18 pub const STREAM: Self = Self(c::SOCK_STREAM as u32); consts
/third_party/python/Lib/unittest/test/
H A Dtest_runner.py1284 STREAM = object()
1287 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
/third_party/ffmpeg/tools/
H A Dcrypto_bench.c332 DEFINE_GCRYPT_CYPHER_WRAPPER(rc4, ARCFOUR, STREAM, 16)
/third_party/alsa-lib/src/pcm/
H A Dpcm.c1891 #define STREAM(v) [SND_PCM_STREAM_##v] = #v macro
1909 STREAM(PLAYBACK),
1910 STREAM(CAPTURE),
/third_party/libuv/include/
H A Duv.h172 XX(STREAM, stream) \
/third_party/libuv/include/uv_ndk/
H A Duv.h167 XX(STREAM, stream) \
/third_party/node/deps/uv/include/
H A Duv.h167 XX(STREAM, stream) \
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c8258 #define check_stream_dep_sib(STREAM, DEP_PREV, DEP_NEXT, SIB_PREV, SIB_NEXT) \
8260 CU_ASSERT(DEP_PREV == STREAM->dep_prev); \
8261 CU_ASSERT(DEP_NEXT == STREAM->dep_next); \
8262 CU_ASSERT(SIB_PREV == STREAM->sib_prev); \
8263 CU_ASSERT(SIB_NEXT == STREAM->sib_next); \

Completed in 49 milliseconds