Searched refs:depends_on (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_priority_forest.h115 depends_on.priority = Priority();
122 } depends_on; member in struct:net::SpdyPriorityForest::Node
174 new_node->depends_on.priority = priority;
192 new_node->depends_on.parent_id = parent_id;
207 DCHECK(NodeExists(node.depends_on.parent_id));
208 Node* parent = &all_nodes_[node.depends_on.parent_id];
218 DCHECK_EQ(node_id, child->depends_on.parent_id);
219 // Make the child's new depends_on be the node's depends_on (whether that
221 child->depends_on
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dgrammar.rb27 def depends_on( path ) method in class:ANTLR3.Test.DependantFile
227 depends_on( @path )
233 depends_on( token_file )
234 depends_on( grammar_file )
/external/qemu/block/
H A Dqcow2.h142 struct QCowL2Meta *depends_on; member in struct:QCowL2Meta
H A Dqcow2-cluster.c738 * m->depends_on is set to NULL and the other fields in m are meaningless.
742 * conflict with another write request in flight; in this case, m->depends_on
779 m->depends_on = NULL;
837 m->depends_on = old_alloc;
H A Dqcow2.c599 if (acb->l2meta.nb_clusters == 0 && acb->l2meta.depends_on != NULL) {
600 QLIST_INSERT_HEAD(&acb->l2meta.depends_on->dependent_requests,
/external/chromium_org/tools/site_compare/
H A Dcommand_line.py238 def AddDependency(self, dependent, depends_on):
243 depends_on: the name of the argument on which it depends
246 self.arg_dict[depends_on.lower()])
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py2123 depends_on: The name of the DependsOn element.
2145 self.depends_on = self.rule_name + 'DependsOn'
2183 [rule.depends_on,
2185 '_SelectedFiles;$(%s)' % rule.depends_on
2302 'DependsOnTargets': '$(%s);%s' % (rule.depends_on,

Completed in 168 milliseconds