Home
last modified time | relevance | path

Searched defs:DATA (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/external/rust/android-crates-io/crates/tokio/tests/
Dnet_unix_pipe.rs42 const DATA: &[u8] = b"this is some data to write to the fifo"; in fifo_simple_send() constant
74 const DATA: &[u8] = b"this is some data to write to the fifo"; in fifo_simple_send_sender_first() constant
111 const DATA: &[u8] = b"this is some data to write to the fifo"; in fifo_multiple_writes() constant
140 const DATA: &[u8] = b"this is some data to write to the fifo"; in fifo_resilient_reader() constant
194 const DATA: &[u8] = b"this is some data to write to the fifo"; in from_file() constant
316 const DATA: &[u8] = b"this is some data to write to the fifo"; in try_read_write() constant
357 const DATA: &[u8] = b"this is some data to write to the fifo"; in try_read_write_vectored() constant
405 const DATA: &[u8] = b"this is some data to write to the fifo"; in try_read_buf() constant
445 const DATA: &[u8] = b"this is some data to write to the pipe"; in anon_pipe_simple_send() constant
476 const DATA: &str = "this is some data to write to the pipe"; in anon_pipe_spawn_echo() constant
[all …]
Dtcp_stream.rs34 const DATA: &[u8] = b"this is some data to write to the socket"; in try_read_write() constant
293 const DATA: &[u8] = b"this is some data to write to the socket"; in try_read_buf() constant
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/
Ddeprecated.hpp42 #define BOOST_PROTO_VARARG_TEMPLATE_AUX_(R, DATA, I, ELEM) \ argument
48 #define BOOST_PROTO_VARARG_TEMPLATE_YES_(R, DATA, I, ELEM) \ argument
62 #define BOOST_PROTO_VARARG_TEMPLATE_NO_(R, DATA, I, ELEM) \ argument
67 #define BOOST_PROTO_VARARG_TEMPLATE_(R, DATA, I, ELEM) \ argument
77 #define BOOST_PROTO_VARARG_TYPE_AUX_(R, DATA, I, ELEM) \ argument
83 #define BOOST_PROTO_TEMPLATE_PARAMS_YES_(R, DATA, I, ELEM) \ argument
101 #define BOOST_PROTO_TEMPLATE_PARAMS_NO_(R, DATA, I, ELEM) \ argument
106 #define BOOST_PROTO_VARARG_TYPE_(R, DATA, I, ELEM) \ argument
118 #define BOOST_PROTO_VARARG_AS_EXPR_(R, DATA, I, ELEM) \ argument
134 #define BOOST_PROTO_VARARG_AS_CHILD_(Z, N, DATA) \ argument
[all …]
Dunpack_expr_.hpp9 … #define BOOST_PROTO_FUSION_NEXT_ITERATOR_TYPE(Z, N, DATA) \ argument
26 … #define BOOST_PROTO_FUSION_AT_TYPE(Z, N, DATA) \ argument
36 … #define BOOST_PROTO_FUSION_NEXT_ITERATOR(Z, N, DATA) \ argument
50 … #define BOOST_PROTO_FUSION_AT(Z, N, DATA) \ argument
56 … #define BOOST_PROTO_FUSION_AS_CHILD_AT_TYPE(Z, N, DATA) \ argument
65 … #define BOOST_PROTO_FUSION_AS_CHILD_AT(Z, N, DATA) \ argument
Dmatches_.hpp7 … #define BOOST_PROTO_MATCHES_N_FUN(Z, N, DATA) \ argument
14 … #define BOOST_PROTO_DEFINE_MATCHES(Z, N, DATA) \ argument
Dfunop.hpp7 … #define BOOST_PROTO_AS_CHILD_TYPE(Z, N, DATA) \ argument
11 … #define BOOST_PROTO_AS_CHILD(Z, N, DATA) \ argument
/external/rust/android-crates-io/crates/tungstenite/src/handshake/
Dheaders.rs48 const DATA: &[u8] = b"Host: foo.com\r\n\ in headers() constant
60 const DATA: &[u8] = b"Host: foo.com\r\n\ in headers_iter() constant
75 const DATA: &[u8] = b"Host: foo.com\r\n\ in headers_incomplete() constant
/external/rust/android-crates-io/crates/http-body/src/
Dlimited.rs123 const DATA: &[u8] = b"testing"; in read_for_body_under_limit_returns_data() constant
141 const DATA: &[u8] = b"testing a string that is too long"; in read_for_body_over_limit_returns_error() constant
185 const DATA: &[&[u8]] = &[b"testing ", b"a string that is too long"]; in read_for_chunked_body_around_limit_returns_first_chunk_but_returns_error_on_over_limit_chunk() constant
204 const DATA: &[&[u8]] = &[b"testing a string", b" that is too long"]; in read_for_chunked_body_over_limit_on_first_chunk_returns_error() constant
218 const DATA: &[&[u8]] = &[b"test", b"ing!"]; in read_for_chunked_body_under_limit_is_okay() constant
241 const DATA: &[&[u8]] = &[b"test", b"ing!"]; in read_for_trailers_propagates_inner_trailers() constant
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/adapted/struct/detail/
Ddefine_struct_inline.hpp56 #define BOOST_FUSION_MAKE_DEFAULT_INIT_LIST_ENTRY(R, DATA, N, ATTRIBUTE) \ argument
80 #define BOOST_FUSION_MAKE_CONST_REF_PARAM(R, DATA, N, ATTRIBUTE) \ argument
87 #define BOOST_FUSION_MAKE_INIT_LIST_ENTRY(R, DATA, N, ATTRIBUTE) \ argument
149 #define BOOST_FUSION_MAKE_VALUE_AT_SPECS(Z, N, DATA) \ argument
156 #define BOOST_FUSION_MAKE_AT_SPECS(R, DATA, N, ATTRIBUTE) \ argument
173 #define BOOST_FUSION_MAKE_TYPEDEF(R, DATA, N, ATTRIBUTE) \ argument
176 #define BOOST_FUSION_MAKE_DATA_MEMBER(R, DATA, N, ATTRIBUTE) \ argument
218 #define BOOST_FUSION_MAKE_ITERATOR_WKND_FIELD_NAME(R, DATA, N, ATTRIBUTE) \ argument
227 #define BOOST_FUSION_MAKE_ITERATOR_WKND_REF(Z, N, DATA) \ argument
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/detail/
Dfold_impl.hpp11 … #define BOOST_PROTO_FOLD_STATE_TYPE(Z, N, DATA) \ argument
21 … #define BOOST_PROTO_FOLD_STATE(Z, N, DATA) \ argument
35 … #define BOOST_PROTO_REVERSE_FOLD_STATE_TYPE(Z, N, DATA) \ argument
48 … #define BOOST_PROTO_REVERSE_FOLD_STATE(Z, N, DATA) \ argument
Dmake.hpp7 … #define BOOST_PROTO_MAKE_IF(Z, M, DATA) \ argument
11 … #define BOOST_PROTO_MAKE_IF_TYPE(Z, M, DATA) \ argument
15 … #define BOOST_PROTO_MAKE_IF_APPLIED(Z, M, DATA) \ argument
19 … #define BOOST_PROTO_CONSTRUCT_ARG(Z, M, DATA) \ argument
Dexpand_pack.hpp33 #define M0(Z, X, DATA) typename expand_pattern_helper<Tfx, BOOST_PP_CAT(A, X)>::type argument
34 #define M1(Z, X, DATA) expand_pattern_helper<Tfx, BOOST_PP_CAT(A, X)>::applied::value || argument
/external/rust/android-crates-io/crates/litemap/examples/
Dlanguage_names_hash_map.rs16 const DATA: [(Language, &str); 11] = [ constant
Dlanguage_names_lite_map.rs16 const DATA: [(Language, &str); 11] = [ constant
Dlitemap_postcard.rs13 const DATA: [(&str, &str); 11] = [ constant
Dlitemap_bincode.rs13 const DATA: [(&str, &str); 11] = [ constant
/external/rust/android-crates-io/crates/icu_collections/benches/tries/
Dgc_fast.rs207 pub const DATA: ZeroVec<u8> = zerovec!(u8; core::convert::identity; constant
Dgc_small.rs229 pub const DATA: ZeroVec<u8> = zerovec!(u8; core::convert::identity; constant
/external/python/cpython3/Lib/test/
Dtest_univnewlines.py94 DATA = DATA_CR variable in TestCRNewlines
100 DATA = DATA_LF variable in TestLFNewlines
106 DATA = DATA_CRLF variable in TestCRLFNewlines
119 DATA = DATA_MIXED variable in TestMixedNewlines
/external/rust/android-crates-io/crates/plotters/examples/
Dslc-temp.rs61 const DATA: [(i32, u32, f64); 12 * 9] = [ constant
/external/rust/android-crates-io/crates/h2/src/hpack/huffman/
Dmod.rs150 const DATA: &[&str] = &[ in encode_decode_str() constant
187 const DATA: &[&[u8]] = &[b"\0", b"\0\0\0", b"\0\x01\x02\x03\x04\x05", b"\xFF\xF8"]; in encode_decode_u8() constant
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/
DFileDataSourceContractTest.java35 private static final byte[] DATA = TestUtil.buildTestData(20); field in FileDataSourceContractTest
44 Files.write(Paths.get(file.getAbsolutePath()), DATA); in writeFile() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/
DFileDataSourceContractTest.java35 private static final byte[] DATA = TestUtil.buildTestData(20); field in FileDataSourceContractTest
44 Files.write(Paths.get(file.getAbsolutePath()), DATA); in writeFile() local
/external/rust/android-crates-io/crates/hex/benches/
Dhex.rs4 const DATA: &[u8] = include_bytes!("../src/lib.rs"); constant
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/hex-0.4.3/benches/
Dhex.rs4 const DATA: &[u8] = include_bytes!("../src/lib.rs"); constant

12345678910>>...16