/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_ENUMSTD.c | 49 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/ |
D | mangle-subst-std.cpp | 16 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
|
D | pr11797.cpp | 3 namespace std __attribute__ ((__visibility__ ("default"))) {} namespace
|
/external/clang/test/Index/ |
D | load-namespaces.cpp | 3 namespace std { namespace 9 namespace std { namespace 18 namespace std { namespace
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/base64/ |
D | Base64CodecTest.java | 33 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/ |
D | file.rs | 94 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 …]
|
D | read_dir.rs | 32 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/ |
D | CLNormalizePlanarYUVLayerKernel.cpp | 43 …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/ |
D | CLNormalizePlanarYUVLayer.cpp | 34 …::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/ |
D | GCNormalizePlanarYUVLayerKernel.cpp | 43 …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/ |
D | libstdcxx_map_base_hack.cpp | 9 namespace std { namespace tr1 { namespace __detail { namespace 16 namespace std { namespace tr1 { namespace
|
/external/pigweed/pw_polyfill/public/pw_polyfill/ |
D | standard.h | 17 #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/ |
D | message_output.h | 42 #define print_message1(std, message) \ argument 47 #define print_message2(std, message, para) \ argument
|
/external/ComputeLibrary/tests/validation/reference/ |
D | NormalizePlanarYUVLayer.cpp | 38 …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/ |
D | GCNormalizePlanarYUVLayer.cpp | 40 …::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/ |
D | lib.rs | 402 pub mod std { module 424 pub mod std { module
|
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | common_test.mm | 60 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/ |
D | to_address.pass.cpp | 64 namespace std namespace 90 namespace std namespace
|
/external/clang/test/CodeGen/ |
D | debug-info-imported-entity.cpp | 3 namespace std { class A; } namespace
|
/external/gptfdisk/ |
D | gpttext.h | 26 using namespace std; variable
|
/external/clang/test/Parser/ |
D | cxx-typeid.cpp | 4 namespace std { namespace
|
/external/libcxxabi/src/ |
D | cxa_handlers.hpp | 20 namespace std namespace
|
/external/libcxx/src/ |
D | variant.cpp | 12 namespace std { namespace
|
/external/rust/crates/tokio/src/loom/ |
D | mod.rs | 7 mod std; module
|
/external/clang/test/CXX/over/over.oper/over.literal/ |
D | p8.cpp | 4 namespace std { namespace
|