Home
last modified time | relevance | path

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

123456789

/third_party/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
/third_party/rust/rust/tests/ui/rust-2018/uniform-paths/
Dblock-scoped-shadow.rs8 struct std; struct
16 fn std() {} in main() function
17 enum std {} in main() enum
Dambiguity.rs8 mod std { module
/third_party/rust/rust/tests/ui/issues/
Dissue-67535.rs3 impl std::ops::AddAssign for () { impl
10 impl std::ops::AddAssign for [(); 1] { impl
17 impl std::ops::AddAssign for &[u8] { impl
Dissue-53333.rs7 let std = "std"; in main() localVariable
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dduplicated-namespaces.hpp3 namespace std {} namespace
4 namespace std {} namespace
Dbad-namespace-parenthood-inheritance.hpp1 namespace std namespace
9 namespace std namespace
Denum_in_template_with_typedef.hpp3 namespace std { namespace
8 namespace std { namespace
Dbuiltin-template.hpp1 namespace std { namespace
Dinline_namespace_allowlist.hpp3 namespace std { namespace
/third_party/rust/rust/tests/ui/resolve/
Dresolve-conflict-item-vs-extern-crate.rs1 fn std() {} in std() function
2 mod std {} //~ ERROR the name `std` is defined multiple times module
/third_party/mindspore/mindspore-src/source/tests/st/ops/
Dtest_ops_normal.py43 def normal_tensor_tensor_forward_func(mean, std, seed, offset): argument
48 def normal_tensor_float_forward_func(mean, std, seed, offset): argument
53 def normal_float_tensor_forward_func(mean, std, seed, offset): argument
58 def normal_float_float_forward_func(mean, std, size, seed, offset): argument
63 def normal_backward_func(mean, std, seed, offset): argument
/third_party/mindspore/mindspore-src/source/tests/ut/python/dataset_deprecated/
Dtest_normalize_op.py32 def normalize_np(image, mean, std): argument
44 def util_test_normalize(mean, std, op_type): argument
72 def util_test_normalize_grayscale(num_output_channels, mean, std): argument
320 def util_test(item, mean, std): argument
/third_party/mindspore/mindspore-src/source/tests/ut/python/dataset/
Dtest_normalize_op.py32 def normalize_np(image, mean, std): argument
44 def util_test_normalize(mean, std, add_to_pil): argument
70 def util_test_normalize_grayscale(num_output_channels, mean, std): argument
426 def util_test(item, mean, std): argument
/third_party/rust/rust/tests/ui/uniform-paths/
Dbasic-nested.rs20 mod std { module
40 pub fn std() {} in std() function
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/
Dnormalizepad_op_test.cc39 std::vector<float> std = {70.0, 68.0, 71.0}; in TEST_F() local
57 std::vector<float> std = {70.0, 68.0, 71.0}; in TEST_F() local
Dnormalize_op_test.cc40 std::vector<float> std = {70.0, 68.0, 71.0}; in TEST_F() local
77 std::vector<float> std = {70.0, 68.0, 71.0}; in TEST_F() local
/third_party/rust/crates/nom/src/
Dlib.rs398 pub mod std { module
420 pub mod std { module
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dnormalize_pad_ir.cc32 …ePadOperation::NormalizePadOperation(const std::vector<float> &mean, const std::vector<float> &std, in NormalizePadOperation()
71 std::vector<float> std = op_params["std"]; in from_json() local
Dnormalize_ir.cc29 …Operation::NormalizeOperation(const std::vector<float> &mean, const std::vector<float> &std, bool … in NormalizeOperation()
78 std::vector<float> std = op_params["std"]; in from_json() local
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dunnecessary_cast.rs113 i8_ptr as *const std::os::raw::c_char; in main() constant
114 u8_ptr as *const std::os::raw::c_char; in main() constant
117 i8_ptr as *const std::ffi::c_char; in main() constant
118 u8_ptr as *const std::ffi::c_char; in main() constant
/third_party/rust/rust/tests/ui/imports/auxiliary/
Dgensymed.rs3 mod std {} module
/third_party/rust/rust/tests/ui/imports/
Dissue-56263.rs7 let std = 10; in main() localVariable
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dinline_namespace_allowlist.rs6 pub mod std { module
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/utils/
Dreduce_infer_util.h29 using namespace std; variable

123456789