Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_tree.c38 struct cil_tree_node *test_node; in test_cil_tree_node_init() local
Dtest_cil_resolve_ast.c6587 struct cil_tree_node *test_node; in test_cil_resolve_name_call_args() local
6622 struct cil_tree_node *test_node; in test_cil_resolve_name_call_args_multipleparams() local
6652 struct cil_tree_node *test_node; in test_cil_resolve_name_call_args_diffflavor() local
6683 struct cil_tree_node *test_node; in test_cil_resolve_name_call_args_callnull_neg() local
6714 struct cil_tree_node *test_node; in test_cil_resolve_name_call_args_namenull_neg() local
6745 struct cil_tree_node *test_node; in test_cil_resolve_name_call_args_callargsnull_neg() local
6776 struct cil_tree_node *test_node = NULL; in test_cil_resolve_name_call_args_name_neg() local
/third_party/ltp/testcases/kernel/syscalls/mbind/
Dmbind01.c181 int test_node = -1; in setup_node() local
/third_party/python/Lib/test/
Dtest_platform.py96 def test_node(self): member in PlatformTest
/third_party/python/Lib/lib2to3/tests/
Dtest_pytree.py73 def test_node(self): member in TestNodes
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Dparse.cc2327 AnfNodePtr test_node = ParseExprNode(block, first); in ProcessBoolOpValueList() local
2736 bool Parser::CheckAttributeConstantCond(const FunctionBlockPtr &block, const py::object &test_node, in CheckAttributeConstantCond()
2752 bool Parser::CheckNameConstantCond(const FunctionBlockPtr &block, const py::object &test_node, in CheckNameConstantCond()
2783 bool Parser::CheckUnaryOpConstantCond(const FunctionBlockPtr &block, const py::object &test_node, in CheckUnaryOpConstantCond()
2803 bool Parser::CheckCompareConstantCond(const FunctionBlockPtr &block, const py::object &test_node, in CheckCompareConstantCond()
2810 bool Parser::CheckBoolOpConstantCond(const FunctionBlockPtr &block, const py::object &test_node, in CheckBoolOpConstantCond()
2869 bool Parser::CheckConstantCondition(const FunctionBlockPtr &block, const py::object &test_node, boo… in CheckConstantCondition()
2902 py::object test_node = python_adapter::GetPyObjAttr(node, "test"); in ParseIf() local
3070 py::object test_node = python_adapter::GetPyObjAttr(node, "test"); in ParseWhile() local
3339 py::object test_node = python_adapter::GetPyObjAttr(node, "test"); in ParseIfExp() local
[all …]
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs29231 let mut test_node = cur_node.forget_type(); localVariable