HomeSort by relevance Sort by last modified time
    Searched refs:closure (Results 401 - 425 of 455) sorted by null

<<111213141516171819

  /ndk/build/core/
definitions.mk 701 # Computes the full closure of a module and its dependencies. Order is
718 module-get-all-dependencies = $(call -ndk-mod-get-closure,$1,module-get-depends)
782 # Rationale: This computes the closure of all installable module dependencies starting from $1
784 # For now, only the closure of LOCAL_SHARED_LIBRARIES is enough
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 873 IRSB* dh_instrument ( VgCallbackClosure* closure,
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.cc 865 bool has_closure_id = !info()->closure().is_null() &&
866 !info()->closure().is_identical_to(environment->closure());
868 ? DefineDeoptimizationLiteral(environment->closure())
    [all...]
lithium-x87.cc     [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 616 bool has_closure_id = !info()->closure().is_null() &&
617 !info()->closure().is_identical_to(environment->closure());
619 ? DefineDeoptimizationLiteral(environment->closure())
    [all...]
lithium-arm.cc     [all...]
  /external/chromium_org/v8/src/arm64/
lithium-codegen-arm64.cc 230 bool has_closure_id = !info()->closure().is_null() &&
231 !info()->closure().is_identical_to(environment->closure());
233 ? DefineDeoptimizationLiteral(environment->closure())
    [all...]
lithium-arm64.cc     [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 611 bool has_closure_id = !info()->closure().is_null() &&
612 !info()->closure().is_identical_to(environment->closure());
614 ? DefineDeoptimizationLiteral(environment->closure())
    [all...]
lithium-mips.cc     [all...]
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /art/runtime/gc/
heap.cc     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 329 // array may be remaining in the closure captured by previous tasks.
  /external/chromium_org/ui/file_manager/gallery/js/
gallery.js 479 // Use the self variable capture-by-closure because it is faster than bind.
  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 148 case kClosure: return "/closure/";
    [all...]
mirror-debugger.js 197 Closure: 3,
    [all...]
parser.cc 1006 if (!info()->closure().is_null()) {
1007 scope = Scope::DeserializeScopeChain(info()->closure()->context(), scope,
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.cc     [all...]
lithium-codegen-mips64.cc 561 bool has_closure_id = !info()->closure().is_null() &&
562 !info()->closure().is_identical_to(environment->closure());
564 ? DefineDeoptimizationLiteral(environment->closure())
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 702 /* The closure type of the lambda. Note that the TREE_TYPE of a
706 (((struct tree_lambda_expr *)LAMBDA_EXPR_CHECK (NODE))->closure)
715 tree closure;
714 tree closure; variable
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js 30 // Copyright 2012 The Closure Library Authors. All Rights Reserved.
106 * http://code.google.com/p/closure-library/source/browse/trunk/closure/goog/base.js
130 url = "http://closure-compiler.appspot.com/compile"
240 g.cssNameMapping_=a;goog.cssNameMappingStyle_=b};!COMPILED&&goog.global.CLOSURE\
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 2095 milliseconds

<<111213141516171819