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

  /external/chromium_org/chrome/common/extensions/docs/server2/
future.py 10 def Collect(futures, except_pass=None):
template_data_source.py 14 from future import Collect
44 return Collect(futures)
api_models.py 10 from future import Collect, Future
90 return Collect(futures, except_pass=FileNotFoundError)
api_data_source.py 15 from future import Future, Collect
537 return Collect(futures, except_pass=FileNotFoundError)
  /external/chromium_org/content/shell/renderer/
gc_controller.cc 43 .SetMethod("collect", &GCController::Collect)
48 void GCController::Collect(const gin::Arguments& args) {
54 // In order to collect a DOM wrapper, two GC cycles are needed.
58 // Given that two GC cycles are needed to collect one DOM wrapper,
59 // more than two GC cycles are needed to collect all DOM wrappers
  /external/clang/lib/AST/
CXXInheritance.cpp 481 void Collect(const CXXRecordDecl *RD, bool VirtualBase,
487 void FinalOverriderCollector::Collect(const CXXRecordDecl *RD,
505 Collect(BaseDecl, false, InVirtualSubobject, Overriders);
509 // Collect all of the overridders from the base class subobject
522 // Collect may cause VirtualOverriders to reallocate, invalidating the
527 Collect(BaseDecl, true, BaseDecl, *MyVirtualOverriders);
530 Collect(BaseDecl, false, InVirtualSubobject, ComputedBaseOverriders);
628 Collector.Collect(this, false, nullptr, FinalOverriders);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 

Completed in 281 milliseconds