Home
last modified time | relevance | path

Searched defs:STREAM (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java216 STREAM() { in STREAM() enumConstant
DCodedInputStreamTest.java81 STREAM { enumConstant
/third_party/cups-filters/fontembed/
Dtest_pdf.c36 #define STREAM \ macro
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dtypes.rs18 pub const STREAM: Self = Self(c::SOCK_STREAM); constant
/third_party/rust/crates/rustix/src/backend/libc/net/
Dtypes.rs18 pub const STREAM: Self = Self(c::SOCK_STREAM as u32); constant
/third_party/rust/crates/rust-openssl/openssl/src/
Dcms.rs38 const STREAM = ffi::CMS_STREAM; constant
Dpkcs7.rs44 const STREAM = ffi::PKCS7_STREAM; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp266 #define PRINT_FIELD(STREAM, DIRECTIVE, KERNEL_DESC, MEMBER_NAME, FIELD_NAME) \ in EmitAmdhsaKernelDescriptor() argument
/third_party/alsa-lib/src/pcm/
Dpcm.c1891 #define STREAM(v) [SND_PCM_STREAM_##v] = #v macro
/third_party/nghttp2/tests/
Dnghttp2_session_test.c8258 #define check_stream_dep_sib(STREAM, DEP_PREV, DEP_NEXT, SIB_PREV, SIB_NEXT) \ argument