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

<<111213141516171819

  /ndk/build/core/
setup-toolchain.mk 236 # Now compute the closure of all module dependencies.
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
chicken.swg 761 SWIGEXPORT void SWIG_init(C_word argc, C_word closure, C_word continuation) {
  /external/chromium_org/v8/src/
hydrogen.h 555 Handle<JSFunction> closure,
565 Handle<JSFunction> closure() const { return closure_; } function in class:v8::internal::FINAL
711 Handle<JSFunction> closure,
    [all...]
runtime.cc     [all...]
  /external/chromium_org/net/dns/
host_resolver_impl_unittest.cc 269 base::CancelableClosure closure(base::MessageLoop::QuitClosure());
271 FROM_HERE, closure.callback(), TestTimeouts::action_max_timeout());
276 closure.Cancel();
    [all...]
  /external/valgrind/main/callgrind/
main.c 952 IRSB* CLG_(instrument)( VgCallbackClosure* closure,
975 (Addr)closure->readdr);
979 CLG_DEBUG(3, "+ instrument(BB %#lx)\n", (Addr)closure->readdr);
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
signer.js 139 // More closure type inference fail.
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 107 base::Closure quit_closure_;
144 base::Closure quit_closure_;
185 base::Closure quit_closure_;
193 const base::Closure& closure) {
195 ui_controls::SendMouseEventsNotifyWhenDone(button, state, closure);
585 explicit BookmarkContextMenuNotificationObserver(const base::Closure& task)
599 void set_task(const base::Closure& task) { task_ = task; }
603 base::Closure task_;
640 ui_controls::DOWN | ui_controls::UP, base::Closure());
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 279 const base::Closure& pdf_file_saved_closure) {
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 1 // Copyright 2006 The Closure Library Authors. All Rights Reserved.
16 * @fileoverview Bootstrap for the Google JS Library (Closure).
18 * In uncompiled mode base.js will write out Closure's deps file, unless the
35 * Base namespace for the Closure library. Checks to see goog is already
211 * to false forces closure to use its own implementations when possible.
413 // http://code.google.com/closure/library/docs/depswriter.html
491 * Whether to write out Closure's deps file. By default, the deps are written.
499 * Closure is being run in non-HTML contexts, such as web workers. It's defined
625 * Tries to detect the base path of base.js script that bootstraps Closure.
868 // unless closure code is receiving objects from untrusted sources
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.cpp 478 void *closure)
480 struct hash_table *dst_ht = (struct hash_table *)closure;
    [all...]
  /external/chromium_org/v8/test/webkit/resources/
json2-es5-compat.js 163 // methods in a closure to avoid creating global variables.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp 478 void *closure)
480 struct hash_table *dst_ht = (struct hash_table *)closure;
    [all...]
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc 726 l.closure (&c);
  /external/dexmaker/lib/
jarjar.jar 
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 726 l.closure (&c);
  /external/valgrind/main/drd/
drd_load_store.c 591 IRSB* DRD_(instrument)(VgCallbackClosure* const closure,
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc 602 bool has_closure_id = !info()->closure().is_null() &&
603 !info()->closure().is_identical_to(environment->closure());
605 ? DefineDeoptimizationLiteral(environment->closure())
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc 508 bool has_closure_id = !info()->closure().is_null() &&
509 !info()->closure().is_identical_to(environment->closure());
511 ? DefineDeoptimizationLiteral(environment->closure())
    [all...]
  /external/chromium_org/chrome/browser/history/
history_backend.cc 73 const base::Closure& closure,
76 closure.Run();
258 const base::Closure& task) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 342 * @return {Function} A closure that will call the bound function.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 342 * @return {Function} A closure that will call the bound function.
  /external/chromium_org/ui/webui/resources/js/cr/ui/
bubble.js 10 // https://github.com/google/closure-compiler/issues/544

Completed in 667 milliseconds

<<111213141516171819