HomeSort by relevance Sort by last modified time
    Searched refs:Collect (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/content/shell/renderer/
gc_controller.h 34 void Collect(const gin::Arguments& args);
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/chromium_org/chrome/common/extensions/docs/server2/
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)
future.py 10 def Collect(futures, except_pass=None):
api_data_source.py 15 from future import Future, Collect
537 return Collect(futures, except_pass=FileNotFoundError)
  /external/chromium_org/courgette/
run_mem_test 7 # Collect memory usage on the patches from run_stress_test
17 Collect memory usage on the patches from run_stress_test
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
win_pgo_profiler.py 89 """Collect the profile data for the current processes."""
  /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);
Stmt.cpp 707 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect,
712 SubExprs[COLLECTION] = Collect;
    [all...]
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 124 void runImpl(const driver::Action *A, bool Collect) {
125 bool CollectChildren = Collect;
132 if (Collect) {
257 // Collect only for Assemble jobs. If we do all jobs we get duplicates
  /external/lzma/CS/7zip/Compress/LZ/
LzOutWindow.cs 19 // System.GC.Collect();
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-323942.js 42 // Collect type information for apply call.
  /external/compiler-rt/make/
lib_platforms.mk 53 # Collect all the platform variables for subsequent use.
subdir.mk 63 # Collect all subdirectory variables for subsequent use.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
metrics.js 111 // Collect invalid values in the overflow bucket at the end.
drag_selector.js 159 // Collect items within the selection rect.
file_selection.js 75 // Collect all of the mime types and push that info into the selection.
  /external/chromium_org/v8/test/mjsunit/
debug-return-value.js 80 // Collect the position of the debugger statement.
const-redecl.js 56 // Collect the global properties before the call.
array-sort.js 82 // Collect a list of interesting Smis.
  /external/clang/include/clang/AST/
StmtObjC.h 30 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
  /external/chromium_org/v8/tools/profviz/
composer.js 309 // Collect data from log.
337 // Collect execution pauses.
  /external/chromium_org/v8/tools/gcmole/
gcmole.lua 257 if name:match "Collect.*Garbage" then
  /build/core/
config.mk 571 # Collect a list of the SDK versions that we could compile against

Completed in 1629 milliseconds

1 2