Home
last modified time | relevance | path

Searched defs:test_if (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/ge/
Dtest_if.py23 def test_if(): function
/third_party/ltp/testcases/network/stress/route/
Droute-change-if.sh21 test_if() function
/third_party/rust/rust/tests/ui/parser/raw/
Draw-literal-keywords.rs1 fn test_if() { in test_if() function
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/python_input/gtest_input/vm/
Dvm_test.py33 def test_if(x, y): function
/third_party/rust/rust/tests/ui/expr/if/
Dexpr-if.rs4 fn test_if() { let rs: bool = if true { true } else { false }; assert!((rs)); } in test_if() function
/third_party/rust/rust/tests/ui/fn/
Dexpr-fn.rs25 fn test_if() { in test_if() function
/third_party/python/Lib/lib2to3/tests/
Dtest_util.py339 def test_if(self): member in Test_find_binding
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/python_input/gtest_input/optimizer/ad/
Dad_test.py124 def test_if(a, b): function
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/python_input/gtest_input/pipeline/parse/
Dparser_test.py33 def test_if(x, y): function
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/optimizer/ad/
Dad_test.cc85 TEST_F(TestAD, test_if) { AssertExpect("test_if"); } in TEST_F() argument
/third_party/python/Lib/test/
Dtest_compile.py1445 def test_if(self): member in TestStackSizeStability
Dtest_ast.py1416 def test_if(self): member in ASTValidatorTests
Dtest_grammar.py1318 def test_if(self): member in GrammarTests
/third_party/mindspore/mindspore-src/source/tests/st/auto_monad/
Dtest_auto_monad.py555 def test_if(): function