Home
last modified time | relevance | path

Searched refs:is_user (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/
Ddraw.cc63 bool is_user) { in DrawNodes() argument
73 if (is_user) { in DrawNodes()
110 …(const std::vector<AnfNodePtr> &nodes, const std::shared_ptr<BaseDigraph> &digraph, bool is_user) { in DrawEdges() argument
118 if (is_user) { in DrawEdges()
130 if ((!is_user) || (i != 0)) { in DrawEdges()
146 void DrawByOpt(const std::string &filename, const FuncGraphPtr &func_graph, bool is_user) { in DrawByOpt() argument
156 if (is_user) { in DrawByOpt()
166 DrawNodes(nodes, &sub_graphs, is_user); in DrawByOpt()
177 DrawEdges(nodes, digraph, is_user); in DrawByOpt()
/third_party/glib/gio/
Dglocalfileinfo.c761 gboolean is_user; in set_xattr() local
788 is_user = TRUE; in set_xattr()
794 is_user = FALSE; in set_xattr()
800 if (is_user) in set_xattr()
808 if (is_user) in set_xattr()