Home
last modified time | relevance | path

Searched defs:std (Results 1 – 25 of 746) sorted by relevance

12345678910>>...30

/external/rust/crates/vulkano/src/
Dmacros.rs116 impl std::fmt::Debug for $ty { impl
154 impl std::ops::BitAnd for $ty { impl
163 impl std::ops::BitAndAssign for $ty { impl
170 impl std::ops::BitOr for $ty { impl
179 impl std::ops::BitOrAssign for $ty { impl
186 impl std::ops::BitXor for $ty { impl
195 impl std::ops::BitXorAssign for $ty { impl
202 impl std::ops::Sub for $ty { impl
211 impl std::ops::SubAssign for $ty { impl
218 impl std::ops::Not for $ty { impl
[all …]
/external/rust/crates/axum-core/src/
Dmacros.rs62 impl std::fmt::Display for $name { impl
68 impl std::error::Error for $name {} impl
119 impl std::fmt::Display for $name { impl
125 impl std::error::Error for $name { impl
192 impl std::fmt::Display for $name { impl
202 impl std::error::Error for $name { impl
262 impl<T> std::ops::Deref for $ident<T> { impl
271 impl<T> std::ops::DerefMut for $ident<T> { impl
280 impl std::ops::Deref for $ident { impl
289 impl std::ops::DerefMut for $ident { impl
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_ENUMSTD.c49 struct v4l2_standard std; in test_VIDIOC_ENUMSTD() local
126 struct v4l2_standard std; in test_VIDIOC_ENUMSTD_S32_MAX() local
145 struct v4l2_standard std; in test_VIDIOC_ENUMSTD_S32_MAX_1() local
164 struct v4l2_standard std; in test_VIDIOC_ENUMSTD_U32_MAX() local
187 struct v4l2_standard std; in test_VIDIOC_ENUMSTD_NULL() local
/external/clang/test/CodeGenCXX/
Dmangle-subst-std.cpp16 namespace std { namespace
24 namespace std { namespace
31 namespace std { namespace
38 namespace std { namespace
47 namespace std { namespace
84 namespace std namespace
107 namespace std { namespace
/external/clang/test/Index/
Dload-namespaces.cpp3 namespace std { namespace
9 namespace std { namespace
18 namespace std { namespace
/external/pigweed/pw_polyfill/public/pw_polyfill/
Dstandard.h21 #define PW_CXX_STANDARD_IS_SUPPORTED(std) \ argument
27 #define PW_C_STANDARD_IS_SUPPORTED(std) (0 >= _PW_C_STANDARD_##std()) argument
31 #define PW_CXX_STANDARD_IS_SUPPORTED(std) (0 >= _PW_CXX_STANDARD_##std()) argument
33 #define PW_C_STANDARD_IS_SUPPORTED(std) \ argument
/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/
Dwcslen.hpp22 namespace std{ namespace
35 namespace std { namespace
51 namespace std{ using ::wcslen; } namespace
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/base64/
DBase64CodecTest.java33 Base64Variant std = Base64Variants.MIME; in testProps() local
47 Base64Variant std = Base64Variants.MIME; in testCharEncoding() local
81 final Base64Variant std = Base64Variants.MIME; in testConvenienceMethods() local
103 final Base64Variant std = Base64Variants.MIME; in testConvenienceMethodWithLFs() local
/external/rust/crates/tokio/src/fs/
Dfile.rs94 std: Arc<StdFile>, field
156 let std = asyncify(|| StdFile::open(path)).await?; in open() localVariable
280 let std = self.std.clone(); in sync_all() localVariable
315 let std = self.std.clone(); in sync_data() localVariable
364 let std = self.std.clone(); in set_len() localVariable
409 let std = self.std.clone(); in metadata() localVariable
430 let std = self.std.clone(); in try_clone() localVariable
518 let std = self.std.clone(); in set_permissions() localVariable
545 let std = me.std.clone(); in poll_read() localVariable
614 let std = me.std.clone(); in start_seek() localVariable
[all …]
Dread_dir.rs36 let mut std = std::fs::read_dir(path)?; in read_dir() localVariable
210 std: Arc<std::fs::DirEntry>, field
299 let std = self.std.clone(); in metadata() localVariable
346 let std = self.std.clone(); in file_type() localVariable
/external/cronet/third_party/libc++/src/utils/
Dgenerate_feature_test_macro_components.py1357 def get_std_before(d, std): argument
1367 def get_value_before(d, std): argument
1374 def get_for_std(d, std): argument
1389 def get_std_number(std): argument
1398 def produce_macros_definition_for_std(std): argument
1581 def generate_std_test(test_list, std): argument
/external/ComputeLibrary/src/runtime/CL/functions/
DCLNormalizePlanarYUVLayer.cpp35 …::configure(const ICLTensor *input, ICLTensor *output, const ICLTensor *mean, const ICLTensor *std) in configure()
40 …le_context, const ICLTensor *input, ICLTensor *output, const ICLTensor *mean, const ICLTensor *std) in configure()
49 const ITensorInfo *mean, const ITensorInfo *std) in validate()
/external/cronet/third_party/libc++/src/test/std/concepts/concepts.lang/concept.commonref/
Dcommon_reference.compile.pass.cpp276 namespace std { namespace
294 namespace std { namespace
314 namespace std { namespace
333 namespace std { namespace
/external/rust/crates/vulkano/autogen/
Dextensions.rs452 impl std::ops::BitAnd for #struct_name { in extensions_common_output() impl
461 impl std::ops::BitAndAssign for #struct_name { in extensions_common_output() impl
468 impl std::ops::BitOr for #struct_name { in extensions_common_output() impl
477 impl std::ops::BitOrAssign for #struct_name { in extensions_common_output() impl
484 impl std::ops::BitXor for #struct_name { in extensions_common_output() impl
493 impl std::ops::BitXorAssign for #struct_name { in extensions_common_output() impl
500 impl std::ops::Sub for #struct_name { in extensions_common_output() impl
509 impl std::ops::SubAssign for #struct_name { in extensions_common_output() impl
516 impl std::fmt::Debug for #struct_name { in extensions_common_output() impl
/external/rust/crates/tower/src/
Dmacros.rs25 impl<$($param),+> std::fmt::Debug for $name<$($param),+> { impl
31 impl<$($param),+> std::future::Future for $name<$($param),+> impl
/external/rust/crates/axum/src/
Dmacros.rs25 impl<$($param),*> std::fmt::Debug for $name<$($param),*> { impl
31 impl<$($param),*> std::future::Future for $name<$($param),*> impl
/external/rust/crates/parking_lot_core/src/thread_parker/windows/
Dbindings.rs20 Address: *const std::ffi::c_void, constant
21 CompareAddress: *const std::ffi::c_void, constant
25 pub type WakeByAddressSingle = unsafe extern "system" fn(Address: *const std::ffi::c_void); constant
/external/sdv/vsomeip/third_party/boost/detail/include/boost/detail/
Dfenv.hpp48 namespace std { namespace tr1 { namespace
75 namespace std { namespace
/external/rust/crates/chrono/src/offset/local/
Dmod.rs379 let std = FixedOffset::east_opt(3 * 60 * 60).unwrap(); in test_lookup_with_dst_transitions() localVariable
399 let std = FixedOffset::east_opt(-5 * 60 * 60).unwrap(); in test_lookup_with_dst_transitions() localVariable
419 let std = FixedOffset::east_opt(3 * 60 * 60).unwrap(); in test_lookup_with_dst_transitions() localVariable
439 let std = FixedOffset::east_opt(-(4 * 60 + 30) * 60).unwrap(); in test_lookup_with_dst_transitions() localVariable
458 let std = FixedOffset::east_opt(3 * 60 * 60).unwrap(); in test_lookup_with_dst_transitions() localVariable
467 let std = FixedOffset::east_opt(3 * 60 * 60).unwrap(); in test_lookup_with_dst_transitions() localVariable
481 let std = FixedOffset::east_opt(3 * 60 * 60).unwrap(); in test_lookup_with_dst_transitions_limits() localVariable
503 let std = FixedOffset::west_opt(3 * 60 * 60).unwrap(); in test_lookup_with_dst_transitions_limits() localVariable
/external/clang/test/SemaCXX/
Dlibstdcxx_map_base_hack.cpp9 namespace std { namespace tr1 { namespace __detail { namespace
16 namespace std { namespace tr1 { namespace
/external/ComputeLibrary/src/core/CL/kernels/
DCLNormalizePlanarYUVLayerKernel.cpp43 …nst ITensorInfo *input, const ITensorInfo *output, const ITensorInfo *mean, const ITensorInfo *std) in validate_arguments()
89 …::configure(const ICLTensor *input, ICLTensor *output, const ICLTensor *mean, const ICLTensor *std) in configure()
94 …le_context, const ICLTensor *input, ICLTensor *output, const ICLTensor *mean, const ICLTensor *std) in configure()
166 …nst ITensorInfo *input, const ITensorInfo *output, const ITensorInfo *mean, const ITensorInfo *std) in validate()
/external/google-breakpad/src/common/solaris/
Dmessage_output.h41 #define print_message1(std, message) \ argument
46 #define print_message2(std, message, para) \ argument
/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_set_unordered.cpp21 namespace std{ namespace
28 namespace std{ namespace
46 namespace std { namespace
/external/ComputeLibrary/tests/validation/reference/
DNormalizePlanarYUVLayer.cpp38 …anar_yuv_layer(const SimpleTensor<T> &src, const SimpleTensor<T> &mean, const SimpleTensor<T> &std) in normalize_planar_yuv_layer()
65 …st SimpleTensor<uint8_t> &src, const SimpleTensor<uint8_t> &mean, const SimpleTensor<uint8_t> &std) in normalize_planar_yuv_layer()
76 …const SimpleTensor<int8_t> &src, const SimpleTensor<int8_t> &mean, const SimpleTensor<int8_t> &std) in normalize_planar_yuv_layer()
/external/rust/crates/winnow/src/
Dlib.rs159 pub mod std { module
180 pub mod std { module

12345678910>>...30