Searched defs:test_var (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/test/ |
D | const_ref_apply_visitor.cpp | 128 void test_const_ref_parameter(const variant_type& test_var) in test_const_ref_parameter() 135 void test_const_ref_parameter2(const variant_type& test_var, const variant_type& test_var2) in test_const_ref_parameter2() 142 void test_const_ref_parameter4(const variant_type& test_var, const variant_type& test_var2, const v… in test_const_ref_parameter4() 152 void test_rvalue_parameter(variant_type&& test_var) in test_rvalue_parameter() 160 void test_rvalue_parameter2(variant_type&& test_var, variant_type&& test_var2) in test_rvalue_parameter2() 167 void test_rvalue_parameter4(variant_type&& test_var, variant_type&& test_var2, variant_type&& test_… in test_rvalue_parameter4() 189 void test_cpp14_visitor(const variant_type& test_var) in test_cpp14_visitor() 196 void test_cpp14_mutable_visitor(const variant_type& test_var) in test_cpp14_mutable_visitor() 203 void test_cpp14_visitor(const variant_type& test_var, const variant_type& test_var2) in test_cpp14_visitor() 211 void test_cpp14_visitor(const variant_type& test_var, const variant_type& test_var2, const variant_… in test_cpp14_visitor() [all …]
|
/aosp_15_r20/external/grpc-grpc/examples/python/interceptors/async/ |
H A D | async_greeter_client.py | 25 test_var = contextvars.ContextVar("test", default="test") variable
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
H A D | _contextvars_propagation_test.py | 70 test_var = contextvars.ContextVar("test_var", default=None) variable
|
/aosp_15_r20/external/sandboxed-api/contrib/libtiff/test/ |
H A D | defer_strile_writing.cc | 129 sapi::v::ConstCStr test_var("test"); in TestWriting() local
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_prims.py | 181 def test_var(self, device, dtype, correction): member in TestPrims
|
H A D | test_reductions.py | 2011 def test_var(self, device): member in TestReductions
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | check_ops.py | 156 def _binary_assert_doc(sym, test_var): argument
|
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/ |
H A D | test_numeric.py | 335 def test_var(self): member in TestNonarrayArgs
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | glsl_parser_extras.h | 47 ir_variable *test_var; member
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | vulkan_api_test.cpp | 5646 void test_var(const at::IntArrayRef input_shape, const at::IntArrayRef dim_list, bool unbiased=true… in test_var() function
|
/aosp_15_r20/external/pytorch/test/onnx/ |
H A D | test_pytorch_onnx_onnxruntime.py | 3504 def test_var(self): member in TestONNXRuntime
|