Home
last modified time | relevance | path

Searched defs:node (Results 151 – 175 of 1911) sorted by relevance

12345678910>>...77

/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp71 TIntermSymbol* node = new TIntermSymbol(id, name, type); in addSymbol() local
139 TIntermTyped *node = addBinaryMath(op, left, right, loc); in addBinaryMath() local
154 TIntermTyped *node = addBinaryMath(op, left, right, loc); in addBinaryMath() local
171 TIntermTyped *node = addBinaryMath(EOpDiv, left, size, loc); in addBinaryMath() local
196 TIntermBinary* node = addBinaryNode(op, left, right, loc); in addBinaryMath() local
234 TIntermBinary* node = new TIntermBinary(op); in addBinaryNode() local
248 TIntermBinary* node = addBinaryNode(op, left, right, loc); in addBinaryNode() local
258 TIntermUnary* node = new TIntermUnary(op); in addUnaryNode() local
271 TIntermUnary* node = addUnaryNode(op, child, loc); in addUnaryNode() local
298 TIntermTyped* node = addBinaryMath(op == EOpAddAssign ? EOpAdd : EOpSub, left, right, loc); in addAssign() local
[all …]
/third_party/libxml2/
DdebugXML.c46 xmlNodePtr node; /* current node */ member
93 xmlNsCheckScope(xmlNodePtr node, xmlNsPtr ns) in xmlNsCheckScope()
197 xmlCtxtNsCheckScope(xmlDebugCtxtPtr ctxt, xmlNodePtr node, xmlNsPtr ns) in xmlCtxtNsCheckScope()
275 xmlCtxtGenericNodeCheck(xmlDebugCtxtPtr ctxt, xmlNodePtr node) { in xmlCtxtGenericNodeCheck()
879 xmlCtxtDumpOneNode(xmlDebugCtxtPtr ctxt, xmlNodePtr node) in xmlCtxtDumpOneNode()
1062 xmlCtxtDumpNode(xmlDebugCtxtPtr ctxt, xmlNodePtr node) in xmlCtxtDumpNode()
1089 xmlCtxtDumpNodeList(xmlDebugCtxtPtr ctxt, xmlNodePtr node) in xmlCtxtDumpNodeList()
1440 xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth) in xmlDebugDumpOneNode()
1461 xmlDebugDumpNode(FILE * output, xmlNodePtr node, int depth) in xmlDebugDumpNode()
1483 xmlDebugDumpNodeList(FILE * output, xmlNodePtr node, int depth) in xmlDebugDumpNodeList()
[all …]
/third_party/python/Lib/lib2to3/fixes/
Dfix_tuple_params.py46 def transform(self, node, results): argument
110 def transform_lambda(self, node, results): argument
139 def simplify_args(node): argument
150 def find_params(node): argument
Dfix_xrange.py27 def transform(self, node, results): argument
36 def transform_xrange(self, node, results): argument
42 def transform_range(self, node, results): argument
63 def in_special_context(self, node): argument
/third_party/spirv-tools/source/util/
Dilist.h138 inline iterator_template(T* node) { node_ = node; } in iterator_template()
272 void IntrusiveList<NodeType>::push_back(NodeType* node) { in push_back()
290 NodeType* node = sentinel_.NextNode(); in front() local
297 NodeType* node = sentinel_.PreviousNode(); in back() local
304 NodeType* node = sentinel_.NextNode(); in front() local
311 NodeType* node = sentinel_.PreviousNode(); in back() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist.h138 inline iterator_template(T* node) { node_ = node; } in iterator_template()
272 void IntrusiveList<NodeType>::push_back(NodeType* node) { in push_back()
290 NodeType* node = sentinel_.NextNode(); in front() local
297 NodeType* node = sentinel_.PreviousNode(); in back() local
304 NodeType* node = sentinel_.NextNode(); in front() local
311 NodeType* node = sentinel_.PreviousNode(); in back() local
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dilist.h138 inline iterator_template(T* node) { node_ = node; } in iterator_template()
272 void IntrusiveList<NodeType>::push_back(NodeType* node) { in push_back()
290 NodeType* node = sentinel_.NextNode(); in front() local
297 NodeType* node = sentinel_.PreviousNode(); in back() local
304 NodeType* node = sentinel_.NextNode(); in front() local
311 NodeType* node = sentinel_.PreviousNode(); in back() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnode_to_instr.c28 static bool create_new_instr(ppir_block *block, ppir_node *node) in create_new_instr()
48 static bool ppir_do_node_to_instr_try_insert(ppir_block *block, ppir_node *node) in ppir_do_node_to_instr_try_insert()
90 static bool ppir_do_one_node_to_instr(ppir_block *block, ppir_node *node) in ppir_do_one_node_to_instr()
231 static unsigned int ppir_node_score(ppir_node *node) in ppir_node_score()
283 ppir_node *node = ppir_ready_list_pick_best(block, &ready_list); in ppir_do_node_to_instr() local
343 ppir_node *node = instr->slots[i]; in ppir_build_instr_dependency() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DExtensionGLSL.cpp30 bool TExtensionGLSL::visitUnary(Visit, TIntermUnary *node) in visitUnary()
37 bool TExtensionGLSL::visitAggregate(Visit, TIntermAggregate *node) in visitAggregate()
44 void TExtensionGLSL::checkOperator(TIntermOperator *node) in checkOperator()
/third_party/musl/src/search/
Dinsque.c3 struct node { struct
4 struct node *next; argument
5 struct node *prev; argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DExtensionGLSL.cpp30 bool TExtensionGLSL::visitUnary(Visit, TIntermUnary *node) in visitUnary()
37 bool TExtensionGLSL::visitAggregate(Visit, TIntermAggregate *node) in visitAggregate()
44 void TExtensionGLSL::checkOperator(TIntermOperator *node) in checkOperator()
/third_party/typescript/lib/
Dtsserverlibrary.js2482 function failBadSyntaxKind(node, message, stackCrawlMark) { argument
2567 function assertNode(node, test, message, stackCrawlMark) { argument
2573 function assertNotNode(node, test, message, stackCrawlMark) { argument
2579 function assertOptionalNode(node, test, message, stackCrawlMark) { argument
2585 function assertOptionalToken(node, kind, message, stackCrawlMark) { argument
2591 function assertMissingNode(node, message, stackCrawlMark) { argument
2612 …ymbol.flags) + "; declarations: " + ts.map(symbol.declarations, function (node) { return formatSyn… argument
11891 function isParameterPropertyDeclaration(node, parent) { argument
11895 function isEmptyBindingPattern(node) { argument
11902 function isEmptyBindingElement(node) { argument
[all …]
Dtsserver.js2288 function failBadSyntaxKind(node, message, stackCrawlMark) { argument
2373 function assertNode(node, test, message, stackCrawlMark) { argument
2379 function assertNotNode(node, test, message, stackCrawlMark) { argument
2385 function assertOptionalNode(node, test, message, stackCrawlMark) { argument
2391 function assertOptionalToken(node, kind, message, stackCrawlMark) { argument
2397 function assertMissingNode(node, message, stackCrawlMark) { argument
2418 …ymbol.flags) + "; declarations: " + ts.map(symbol.declarations, function (node) { return formatSyn… argument
11697 function isParameterPropertyDeclaration(node, parent) { argument
11701 function isEmptyBindingPattern(node) { argument
11708 function isEmptyBindingElement(node) { argument
[all …]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_xml_utils.cc23 void InternalGetNodesWithName(const TiXmlNode* node, const std::string& name, in InternalGetNodesWithName()
33 TiXmlNodeVector* GetNodesWithName(const TiXmlNode* node, in GetNodesWithName()
40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node, in GetAttribute()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_xml_utils.cc23 void InternalGetNodesWithName(const TiXmlNode* node, const std::string& name, in InternalGetNodesWithName()
33 TiXmlNodeVector* GetNodesWithName(const TiXmlNode* node, in GetNodesWithName()
40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node, in GetAttribute()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_graph.cpp44 void Graph::insert(Node *node) in insert()
95 void Graph::Node::attach(Node *node, Edge::Type kind) in attach()
129 bool Graph::Node::detach(Graph::Node *node) in detach()
169 Graph::Node::reachableBy(const Node *node, const Node *term) const in reachableBy() argument
220 void search(Graph::Node *node, const bool preorder, const int sequence) in search()
284 void search(Graph::Node *node, const int sequence) in search()
353 Node *node = reinterpret_cast<Node *>(it->get()); in classifyEdges() local
366 Graph::Node *node; in classifyDFS() local
/third_party/PyYAML/lib/yaml/
Dserializer.py46 def serialize(self, node): argument
60 def anchor_node(self, node): argument
74 def generate_anchor(self, node): argument
78 def serialize_node(self, node, parent, index): argument
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSplitSequenceOperator.cpp59 bool SplitSequenceOperatorTraverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate()
74 bool SplitSequenceOperatorTraverser::visitUnary(Visit visit, TIntermUnary *node) in visitUnary()
89 bool SplitSequenceOperatorTraverser::visitBinary(Visit visit, TIntermBinary *node) in visitBinary()
133 bool SplitSequenceOperatorTraverser::visitTernary(Visit visit, TIntermTernary *node) in visitTernary()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/
Dpretty_vcproj.py45 def get_string(node): argument
69 def PrettyPrintNode(node, indent=0): argument
103 def FlattenFilter(node): argument
136 def AbsoluteNode(node): argument
152 def CleanupVcproj(node): argument
/third_party/mesa3d/src/util/
Ddag.c107 dag_prune_head(struct dag *dag, struct dag_node *node) in dag_prune_head()
123 dag_init_node(struct dag *dag, struct dag_node *node) in dag_init_node()
135 dag_traverse_bottom_up_node(struct dag_node *node, in dag_traverse_bottom_up_node()
136 void (*cb)(struct dag_node *node, in dag_traverse_bottom_up_node()
194 dag_traverse_bottom_up(struct dag *dag, void (*cb)(struct dag_node *node, in dag_traverse_bottom_up()
/third_party/node/tools/gyp/tools/
Dpretty_vcproj.py48 def get_string(node): argument
72 def PrettyPrintNode(node, indent=0): argument
106 def FlattenFilter(node): argument
138 def AbsoluteNode(node): argument
158 def CleanupVcproj(node): argument
/third_party/ffmpeg/tools/python/
Dconvert_from_tensorflow.py147 def dump_complex_conv2d_to_file(self, node, f): argument
202 def dump_dense_to_file(self, node, f): argument
254 def dump_simple_conv2d_to_file(self, node, f): argument
292 def dump_depth2space_to_file(self, node, f): argument
303 def dump_mirrorpad_to_file(self, node, f): argument
319 def dump_maximum_to_file(self, node, f): argument
332 def dump_mathbinary_to_file(self, node, f): argument
363 def dump_mathunary_to_file(self, node, f): argument
374 def dump_avg_pool_to_file(self, node, f): argument
/third_party/openssl/crypto/x509/
Dpcy_tree.c29 X509_POLICY_LEVEL *lev, X509_POLICY_NODE *node, in expected_print()
71 X509_POLICY_NODE *node = in tree_print() local
264 X509_POLICY_NODE *node = sk_X509_POLICY_NODE_value(last->nodes, i); in tree_link_matching_nodes() local
310 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_add_unmatched()
338 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_link_unmatched()
377 X509_POLICY_NODE *node; in tree_link_any() local
407 X509_POLICY_NODE *node; in tree_prune() local
483 X509_POLICY_NODE *node, *anyptr; in tree_calculate_authority_set() local
533 X509_POLICY_NODE *node; in tree_calculate_user_set() local
613 static void exnode_free(X509_POLICY_NODE *node) in exnode_free()
/third_party/mesa3d/src/util/tests/
Ddag_test.cpp50 struct node: public dag_node { struct
54 struct node &operator>>(struct node &child) { in operator >>() argument
60 void add_edge(struct node &child, uintptr_t data) { in add_edge() argument
65 void add_edge_max_data(struct node &child, uintptr_t data) { in add_edge_max_data() argument
73 struct node *node = static_cast<struct node *>(dag_node); in output_cb() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSplitSequenceOperator.cpp59 bool SplitSequenceOperatorTraverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate()
74 bool SplitSequenceOperatorTraverser::visitUnary(Visit visit, TIntermUnary *node) in visitUnary()
89 bool SplitSequenceOperatorTraverser::visitBinary(Visit visit, TIntermBinary *node) in visitBinary()
133 bool SplitSequenceOperatorTraverser::visitTernary(Visit visit, TIntermTernary *node) in visitTernary()

12345678910>>...77