Home
last modified time | relevance | path

Searched defs:test_var (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/examples/python/interceptors/async/
Dasync_greeter_client.py25 test_var = contextvars.ContextVar("test", default="test") variable
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_contextvars_propagation_test.py73 test_var = contextvars.ContextVar("test_var", default=None) variable
/third_party/ninja/misc/
Dninja_syntax_test.py169 def test_var(self): member in TestExpand
/third_party/mindspore/mindspore-src/source/tests/ut/python/nn/probability/distribution/
Dtest_bernoulli.py277 def test_var(): function
/third_party/mindspore/mindspore-src/source/tests/st/ops/
Dtest_constexpr_modfied.py624 def test_var(): function
/third_party/mindspore/mindspore-src/source/tests/st/numpy_native/
Dtest_math_ops.py405 def test_var(): function
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h47 ir_variable *test_var; member