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

  /external/chromium_org/net/spdy/
spdy_priority_forest.h 115 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 = node.depends_on
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
RuntimeEnabledFeatures.in 68 PeerConnection depends_on=MediaStream, status=stable
89 WebAnimationsCSS depends_on=WebAnimations
90 WebAnimationsSVG depends_on=WebAnimations
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
make_runtime_features.py 47 'depends_on' : [],
65 for dependant_name in feature['depends_on']:
  /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-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.h 142 struct QCowL2Meta *depends_on; member in struct:QCowL2Meta
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...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
unit_test_suite.ipp 71 test_unit::depends_on( test_unit* tu )
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite_impl.hpp 60 void depends_on( test_unit* tu );
  /external/chromium_org/tools/site_compare/
command_line.py 238 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/llvm/test/CodeGen/X86/
2010-02-12-CoalescerBug-Impdef.ll 114 define fastcc i64 @get_computation_cost_at(%"struct ivopts_data"* %data, %"struct iv_use"* nocapture %use, %"struct iv_cand"* nocapture %cand, i8 zeroext %address_p, %"struct bitmap_head_def"** %depends_on, %"union gimple_statement_d"* %at, i8* %can_autoinc) nounwind {
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py     [all...]

Completed in 460 milliseconds