Home
last modified time | relevance | path

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

12345678910>>...16

/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
Dpr11797.cpp3 namespace std __attribute__ ((__visibility__ ("default"))) {} namespace
/external/clang/test/Index/
Dload-namespaces.cpp3 namespace std { namespace
9 namespace std { namespace
18 namespace std { 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
158 let std = asyncify(|| StdFile::open(path)).await?; in open() localVariable
253 let std = self.std.clone(); in sync_all() localVariable
288 let std = self.std.clone(); in sync_data() localVariable
337 let std = self.std.clone(); in set_len() localVariable
382 let std = self.std.clone(); in metadata() localVariable
402 let std = self.std.clone(); in try_clone() localVariable
490 let std = self.std.clone(); in set_permissions() localVariable
516 let std = me.std.clone(); in poll_read() localVariable
583 let std = me.std.clone(); in start_seek() localVariable
[all …]
Dread_dir.rs32 let std = asyncify(|| std::fs::read_dir(path)).await?; in read_dir() localVariable
98 let mut std = std.take().unwrap(); in poll_next_entry() localVariable
251 let std = self.0.clone(); in metadata() localVariable
286 let std = self.0.clone(); in file_type() localVariable
/external/ComputeLibrary/src/core/CL/kernels/
DCLNormalizePlanarYUVLayerKernel.cpp43 …nst ITensorInfo *input, const ITensorInfo *output, const ITensorInfo *mean, const ITensorInfo *std) in validate_arguments()
67 …_and_configure_window(ITensorInfo *input, ITensorInfo *output, ITensorInfo *mean, ITensorInfo *std) in validate_and_configure_window()
99 …::configure(const ICLTensor *input, ICLTensor *output, const ICLTensor *mean, const ICLTensor *std) in configure()
104 …le_context, const ICLTensor *input, ICLTensor *output, const ICLTensor *mean, const ICLTensor *std) in configure()
156 …nst ITensorInfo *input, const ITensorInfo *output, const ITensorInfo *mean, const ITensorInfo *std) in validate()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLNormalizePlanarYUVLayer.cpp34 …::configure(const ICLTensor *input, ICLTensor *output, const ICLTensor *mean, const ICLTensor *std) in configure()
39 …le_context, const ICLTensor *input, ICLTensor *output, const ICLTensor *mean, const ICLTensor *std) in configure()
47 const ITensorInfo *mean, const ITensorInfo *std) in validate()
/external/ComputeLibrary/src/core/GLES_COMPUTE/kernels/
DGCNormalizePlanarYUVLayerKernel.cpp43 …nst ITensorInfo *input, const ITensorInfo *output, const ITensorInfo *mean, const ITensorInfo *std) in validate_arguments()
66 …_and_configure_window(ITensorInfo *input, ITensorInfo *output, ITensorInfo *mean, ITensorInfo *std) in validate_and_configure_window()
96 …::configure(const IGCTensor *input, IGCTensor *output, const IGCTensor *mean, const IGCTensor *std) in configure()
127 …nst ITensorInfo *input, const ITensorInfo *output, const ITensorInfo *mean, const ITensorInfo *std) in validate()
/external/clang/test/SemaCXX/
Dlibstdcxx_map_base_hack.cpp9 namespace std { namespace tr1 { namespace __detail { namespace
16 namespace std { namespace tr1 { namespace
/external/pigweed/pw_polyfill/public/pw_polyfill/
Dstandard.h17 #define PW_CXX_STANDARD_IS_SUPPORTED(std) \ argument
20 #define PW_CXX_STANDARD_IS_SUPPORTED(std) (0 >= _PW_CXX_STANDARD_##std()) argument
/external/google-breakpad/src/common/solaris/
Dmessage_output.h42 #define print_message1(std, message) \ argument
47 #define print_message2(std, message, para) \ argument
/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/ComputeLibrary/src/runtime/GLES_COMPUTE/functions/
DGCNormalizePlanarYUVLayer.cpp40 …::configure(const IGCTensor *input, IGCTensor *output, const IGCTensor *mean, const IGCTensor *std) in configure()
46 const ITensorInfo *mean, const ITensorInfo *std) in validate()
/external/rust/crates/nom/src/
Dlib.rs402 pub mod std { module
424 pub mod std { module
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dcommon_test.mm60 XCTAssertTrue(status.ok(), @"%s", std::string(status.message()).c_str()); category
65 XCTAssertTrue(status.ok(), @"%s", std::string(status.message()).c_str()); category
/external/libcxx/test/std/utilities/memory/pointer.conversion/
Dto_address.pass.cpp64 namespace std namespace
90 namespace std namespace
/external/clang/test/CodeGen/
Ddebug-info-imported-entity.cpp3 namespace std { class A; } namespace
/external/gptfdisk/
Dgpttext.h26 using namespace std; variable
/external/clang/test/Parser/
Dcxx-typeid.cpp4 namespace std { namespace
/external/libcxxabi/src/
Dcxa_handlers.hpp20 namespace std namespace
/external/libcxx/src/
Dvariant.cpp12 namespace std { namespace
/external/rust/crates/tokio/src/loom/
Dmod.rs7 mod std; module
/external/clang/test/CXX/over/over.oper/over.literal/
Dp8.cpp4 namespace std { namespace

12345678910>>...16