HomeSort by relevance Sort by last modified time
    Searched refs:depends_on (Results 1 - 4 of 4) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 27 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/
qcow2.h 142 struct QCowL2Meta *depends_on; member in struct:QCowL2Meta
qcow2-cluster.c 738 * 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;
qcow2.c 599 if (acb->l2meta.nb_clusters == 0 && acb->l2meta.depends_on != NULL) {
600 QLIST_INSERT_HEAD(&acb->l2meta.depends_on->dependent_requests,
    [all...]

Completed in 56 milliseconds