Home
last modified time | relevance | path

Searched defs:W (Results 1 – 25 of 961) sorted by relevance

12345678910>>...39

/external/rust/android-crates-io/crates/flate2/src/zlib/
Dwrite.rs41 pub fn new(w: W, level: crate::Compression) -> ZlibEncoder<W> { in new()
49 pub fn new_with_compress(w: W, compression: Compress) -> ZlibEncoder<W> { in new_with_compress()
56 pub fn get_ref(&self) -> &W { in get_ref()
64 pub fn get_mut(&mut self) -> &mut W { in get_mut()
83 pub fn reset(&mut self, w: W) -> io::Result<W> { in reset()
123 pub fn finish(mut self) -> io::Result<W> { in finish()
140 pub fn flush_finish(mut self) -> io::Result<W> { in flush_finish()
227 pub fn new(w: W) -> ZlibDecoder<W> { in new()
238 pub fn new_with_decompress(w: W, decompression: Decompress) -> ZlibDecoder<W> { in new_with_decompress()
245 pub fn get_ref(&self) -> &W { in get_ref()
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/zlib/
Dwrite.rs41 pub fn new(w: W, level: crate::Compression) -> ZlibEncoder<W> { in new()
49 pub fn new_with_compress(w: W, compression: Compress) -> ZlibEncoder<W> { in new_with_compress()
56 pub fn get_ref(&self) -> &W { in get_ref()
64 pub fn get_mut(&mut self) -> &mut W { in get_mut()
83 pub fn reset(&mut self, w: W) -> io::Result<W> { in reset()
123 pub fn finish(mut self) -> io::Result<W> { in finish()
140 pub fn flush_finish(mut self) -> io::Result<W> { in flush_finish()
227 pub fn new(w: W) -> ZlibDecoder<W> { in new()
238 pub fn new_with_decompress(w: W, decompression: Decompress) -> ZlibDecoder<W> { in new_with_decompress()
245 pub fn get_ref(&self) -> &W { in get_ref()
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/zlib/
Dwrite.rs41 pub fn new(w: W, level: crate::Compression) -> ZlibEncoder<W> { in new()
49 pub fn new_with_compress(w: W, compression: Compress) -> ZlibEncoder<W> { in new_with_compress()
56 pub fn get_ref(&self) -> &W { in get_ref()
64 pub fn get_mut(&mut self) -> &mut W { in get_mut()
83 pub fn reset(&mut self, w: W) -> io::Result<W> { in reset()
123 pub fn finish(mut self) -> io::Result<W> { in finish()
140 pub fn flush_finish(mut self) -> io::Result<W> { in flush_finish()
227 pub fn new(w: W) -> ZlibDecoder<W> { in new()
238 pub fn new_with_decompress(w: W, decompression: Decompress) -> ZlibDecoder<W> { in new_with_decompress()
245 pub fn get_ref(&self) -> &W { in get_ref()
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/deflate/
Dwrite.rs40 pub fn new(w: W, level: crate::Compression) -> DeflateEncoder<W> { in new()
47 pub fn get_ref(&self) -> &W { in get_ref()
55 pub fn get_mut(&mut self) -> &mut W { in get_mut()
75 pub fn reset(&mut self, w: W) -> io::Result<W> { in reset()
115 pub fn finish(mut self) -> io::Result<W> { in finish()
132 pub fn flush_finish(mut self) -> io::Result<W> { in flush_finish()
217 pub fn new(w: W) -> DeflateDecoder<W> { in new()
224 pub fn get_ref(&self) -> &W { in get_ref()
232 pub fn get_mut(&mut self) -> &mut W { in get_mut()
251 pub fn reset(&mut self, w: W) -> io::Result<W> { in reset()
[all …]
/external/rust/android-crates-io/crates/flate2/src/deflate/
Dwrite.rs40 pub fn new(w: W, level: crate::Compression) -> DeflateEncoder<W> { in new()
47 pub fn get_ref(&self) -> &W { in get_ref()
55 pub fn get_mut(&mut self) -> &mut W { in get_mut()
75 pub fn reset(&mut self, w: W) -> io::Result<W> { in reset()
115 pub fn finish(mut self) -> io::Result<W> { in finish()
132 pub fn flush_finish(mut self) -> io::Result<W> { in flush_finish()
217 pub fn new(w: W) -> DeflateDecoder<W> { in new()
224 pub fn get_ref(&self) -> &W { in get_ref()
232 pub fn get_mut(&mut self) -> &mut W { in get_mut()
251 pub fn reset(&mut self, w: W) -> io::Result<W> { in reset()
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/deflate/
Dwrite.rs40 pub fn new(w: W, level: crate::Compression) -> DeflateEncoder<W> { in new()
47 pub fn get_ref(&self) -> &W { in get_ref()
55 pub fn get_mut(&mut self) -> &mut W { in get_mut()
75 pub fn reset(&mut self, w: W) -> io::Result<W> { in reset()
115 pub fn finish(mut self) -> io::Result<W> { in finish()
132 pub fn flush_finish(mut self) -> io::Result<W> { in flush_finish()
217 pub fn new(w: W) -> DeflateDecoder<W> { in new()
224 pub fn get_ref(&self) -> &W { in get_ref()
232 pub fn get_mut(&mut self) -> &mut W { in get_mut()
251 pub fn reset(&mut self, w: W) -> io::Result<W> { in reset()
[all …]
/external/llvm/unittests/Bitcode/
DBitstreamWriterTest.cpp21 BitstreamWriter W(Buffer); in TEST() local
29 BitstreamWriter W(Buffer); in TEST() local
34 BitstreamWriter W(Expected); in TEST() local
47 BitstreamWriter W(Buffer); in TEST() local
54 BitstreamWriter W(Buffer); in TEST() local
/external/rust/android-crates-io/crates/xml-rs/src/
Dwriter.rs30 pub fn new(sink: W) -> EventWriter<W> { in new()
37 pub fn new_with_config(sink: W, config: EmitterConfig) -> EventWriter<W> { in new_with_config()
78 pub fn inner_mut(&mut self) -> &mut W { in inner_mut()
87 pub fn into_inner(self) -> W { in into_inner()
/external/sdv/vsomeip/third_party/boost/optional/test/
Doptional_test_tc_base.cpp48 struct W struct
53 W(Args&&... args) in W() argument
/external/arm-neon-tests/
Dstm-arm-neon-ref.h55 #define VAR(V,T,W) xNAME(V,T##W) argument
56 #define VAR_DECL(V, T, W) T##W##_t VAR(V,T,W) argument
58 #define VECT_NAME(T, W, N) T##W##x##N argument
59 #define VECT_ARRAY_NAME(T, W, N, L) T##W##x##N##x##L argument
60 #define VECT_TYPE(T, W, N) xNAME(VECT_NAME(T,W,N),t) argument
61 #define VECT_ARRAY_TYPE(T, W, N, L) xNAME(VECT_ARRAY_NAME(T,W,N,L),t) argument
63 #define VECT_VAR(V,T,W,N) xNAME(V,VECT_NAME(T,W,N)) argument
64 #define VECT_VAR_DECL(V, T, W, N) T##W##_t VECT_VAR(V,T,W,N) argument
67 #define PAD(V, T, W, N) char VECT_VAR(V,T,W,N)=42; argument
70 #define ARRAY(V, T, W, N) VECT_VAR_DECL(V,T,W,N)[N] argument
[all …]
Dcompute_ref_data.c35 #define MY_INIT_TAB(T,W,N) xNAME(INIT_TAB,N)(T##W##_t) argument
36 #define MY_INIT_TAB2(T,W,N) xNAME(INIT_TAB2,N)(T##W##_t) argument
37 #define MY_INIT_TAB3(T,W,N) xNAME(INIT_TAB3,N)(T##W##_t) argument
38 #define MY_INIT_TAB4(T,W,N) xNAME(INIT_TAB4,N)(T##W##_t) argument
41 #define VECT_VAR_DECL_INIT(V, T, W, N) \ argument
46 #define VECT_VAR_DECL_INIT4(V, T, W, N) \ argument
50 #define VECT_ARRAY_INIT2(V, T, W, N) \ argument
55 #define VECT_ARRAY_INIT3(V, T, W, N) \ argument
61 #define VECT_ARRAY_INIT4(V, T, W, N) \ argument
Dref_vldX_lane.c37 #define DECL_VLDX_LANE(T1, W, N, X) \ in exec_vldX_lane() argument
48 #define TEST_VLDX_LANE(Q, T1, T2, W, N, X, L) \ in exec_vldX_lane() argument
66 #define TEST_EXTRA_CHUNK(T1, W, N, X, Y) \ in exec_vldX_lane() argument
101 #define ARRAY1(V, T, W, N) VECT_VAR_DECL(V,T,W,N)[1]={42} in exec_vldX_lane() argument
102 #define DUMMY_ARRAY(V, T, W, N, L) \ in exec_vldX_lane() argument
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/gz/
Dwrite.rs40 pub fn gz_encoder<W: Write>(header: Vec<u8>, w: W, lvl: Compression) -> GzEncoder<W> { in gz_encoder()
57 pub fn new(w: W, level: Compression) -> GzEncoder<W> { in new()
62 pub fn get_ref(&self) -> &W { in get_ref()
70 pub fn get_mut(&mut self) -> &mut W { in get_mut()
125 pub fn finish(mut self) -> io::Result<W> { in finish()
224 pub fn new(w: W) -> GzDecoder<W> { in new()
238 pub fn get_ref(&self) -> &W { in get_ref()
246 pub fn get_mut(&mut self) -> &mut W { in get_mut()
285 pub fn finish(mut self) -> io::Result<W> { in finish()
380 pub fn new(w: W) -> MultiGzDecoder<W> { in new()
[all …]
/external/rust/android-crates-io/crates/flate2/src/gz/
Dwrite.rs40 pub fn gz_encoder<W: Write>(header: Vec<u8>, w: W, lvl: Compression) -> GzEncoder<W> { in gz_encoder()
57 pub fn new(w: W, level: Compression) -> GzEncoder<W> { in new()
62 pub fn get_ref(&self) -> &W { in get_ref()
70 pub fn get_mut(&mut self) -> &mut W { in get_mut()
125 pub fn finish(mut self) -> io::Result<W> { in finish()
224 pub fn new(w: W) -> GzDecoder<W> { in new()
238 pub fn get_ref(&self) -> &W { in get_ref()
246 pub fn get_mut(&mut self) -> &mut W { in get_mut()
285 pub fn finish(mut self) -> io::Result<W> { in finish()
380 pub fn new(w: W) -> MultiGzDecoder<W> { in new()
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/gz/
Dwrite.rs40 pub fn gz_encoder<W: Write>(header: Vec<u8>, w: W, lvl: Compression) -> GzEncoder<W> { in gz_encoder()
57 pub fn new(w: W, level: Compression) -> GzEncoder<W> { in new()
62 pub fn get_ref(&self) -> &W { in get_ref()
70 pub fn get_mut(&mut self) -> &mut W { in get_mut()
125 pub fn finish(mut self) -> io::Result<W> { in finish()
224 pub fn new(w: W) -> GzDecoder<W> { in new()
238 pub fn get_ref(&self) -> &W { in get_ref()
246 pub fn get_mut(&mut self) -> &mut W { in get_mut()
285 pub fn finish(mut self) -> io::Result<W> { in finish()
380 pub fn new(w: W) -> MultiGzDecoder<W> { in new()
[all …]
/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dsp_zero_compare_test.cpp18 struct W struct
22 void intrusive_ptr_add_ref( W* ) in intrusive_ptr_add_ref() argument
26 void intrusive_ptr_release( W* ) in intrusive_ptr_release() argument
Dip_convertible_test.cpp16 struct W struct
20 void intrusive_ptr_add_ref( W* ) in intrusive_ptr_add_ref() argument
24 void intrusive_ptr_release( W* ) in intrusive_ptr_release() argument
/external/crosvm/cros_async/src/
Dwaker.rs37 let weak = ManuallyDrop::new(Weak::<W>::from_raw(data as *const W)); in clone_weak_raw() constant
47 let weak: Weak<W> = Weak::from_raw(data as *const W); in wake_weak_raw() constant
55 let weak = ManuallyDrop::new(Weak::<W>::from_raw(data as *const W)); in wake_by_ref_weak_raw() constant
61 drop(Weak::from_raw(data as *const W)) in drop_weak_raw() constant
/external/rust/android-crates-io/crates/ring/src/digest/
Dsha2.rs60 let mut W = [S::ZERO; MAX_ROUNDS]; localVariable
61 let W: &[S] = { localVariable
62 let W = &mut W[..S::K.len()]; localVariable
106 pub(super) fn ch<W: Word>(x: W, y: W, z: W) -> W { in ch()
112 pub(super) fn maj<W: Word>(x: W, y: W, z: W) -> W { in maj()
/external/rust/android-crates-io/crates/bincode/src/config/
Dint.rs31 ser: &mut ::ser::Serializer<W, O>, in serialize_len()
38 ser: &mut ::ser::Serializer<W, O>, in serialize_u16()
43 ser: &mut ::ser::Serializer<W, O>, in serialize_u32()
48 ser: &mut ::ser::Serializer<W, O>, in serialize_u64()
53 ser: &mut ::ser::Serializer<W, O>, in serialize_i16()
58 ser: &mut ::ser::Serializer<W, O>, in serialize_i32()
63 ser: &mut ::ser::Serializer<W, O>, in serialize_i64()
224 ser: &mut ::ser::Serializer<W, O>, in serialize_varint()
358 fn serialize_u16<W: Write, O: Options>(ser: &mut ::Serializer<W, O>, val: u16) -> Result<()> { in serialize_u16() argument
362 fn serialize_u32<W: Write, O: Options>(ser: &mut ::Serializer<W, O>, val: u32) -> Result<()> { in serialize_u32() argument
[all …]
/external/skia/gm/
Daaa.cpp17 #define W 800 macro
20 DEF_SIMPLE_GM(analytic_antialias_convex, canvas, W, H) { in DEF_SIMPLE_GM() argument
92 DEF_SIMPLE_GM(analytic_antialias_general, canvas, W, H) { in DEF_SIMPLE_GM() argument
135 DEF_SIMPLE_GM(analytic_antialias_inverse, canvas, W, H) { in DEF_SIMPLE_GM() argument
/external/tensorflow/tensorflow/core/kernels/
Drandom_index_shuffle.cc52 #define ROTL(x, r, W) (((x) << (r)) | (x >> (W - (r)))) argument
53 #define ROTR(x, r, W) (((x) >> (r)) | ((x) << (W - (r)))) argument
54 #define SIMON_F(x, W) ((ROTL(x, 1, W) & ROTL(x, 8, W) ^ ROTL(x, 2, W))) argument
55 #define SIMON_Rx2(x, y, k1, k2, W) \ argument
86 const std::array<std::bitset<W>, ROUNDS>& round_keys) { in simon_encrypt()
/external/cronet/tot/third_party/libc++/src/test/std/input.output/syncstream/osyncstream/syncstream.osyncstream.cons/
Dcons.ostream.pass.cpp33 using W = std::basic_ostringstream<CharT>; in test() typedef
60 using W = std::basic_ostringstream<CharT, constexpr_char_traits<CharT>>; in test() typedef
87 using W = std::basic_ostringstream<CharT, constexpr_char_traits<CharT>, test_allocator<CharT>>; in test() typedef
/external/cronet/stable/third_party/libc++/src/test/std/input.output/syncstream/osyncstream/syncstream.osyncstream.cons/
Dcons.ostream.pass.cpp33 using W = std::basic_ostringstream<CharT>; in test() typedef
60 using W = std::basic_ostringstream<CharT, constexpr_char_traits<CharT>>; in test() typedef
87 using W = std::basic_ostringstream<CharT, constexpr_char_traits<CharT>, test_allocator<CharT>>; in test() typedef
/external/rust/android-crates-io/crates/tokio/src/io/util/
Dwrite_buf.rs25 pub(crate) fn write_buf<'a, W, B>(writer: &'a mut W, buf: &'a mut B) -> WriteBuf<'a, W, B> in write_buf() argument

12345678910>>...39