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

<<111213141516171819

  /external/valgrind/main/exp-bbv/
bbv_main.c 347 static IRSB* bbv_instrument ( VgCallbackClosure* closure,
  /external/valgrind/main/exp-sgcheck/
h_main.c 608 IRSB* h_instrument ( VgCallbackClosure* closure,
658 constitute a closure, which sg_ can use to correctly generate
  /external/valgrind/main/include/
pub_tool_tooliface.h 85 // VgCallBackClosure* closure contains extra arguments passed
89 // * closure->tid is the ThreadId of the thread requesting the
93 // * closure->nraddr is the non-redirected guest address of the
96 // closure->nraddr but no translation of it was found.
98 // * closure->readdr is the redirected guest address, from which
129 // came. And so it should be the case that closure->readdr is the
219 IRSB*(*instrument)(VgCallbackClosure* closure,
376 // This orig_addr will match the closure->nraddr which was passed to
    [all...]
  /external/chromium_org/ash/wm/
lock_state_controller_unittest.cc 317 base::Closure closure = base::Bind(&CheckCalledCallback, call_flag); local
318 lock_state_controller_->OnLockScreenHide(closure);
    [all...]
  /external/chromium_org/chrome/browser/resources/feedback/js/
feedback.js 90 * Creates a closure that creates or shows a window with the given url.
  /external/chromium_org/content/renderer/media/
media_stream_video_source_unittest.cc 29 ACTION_P(RunClosure, closure) {
30 closure.Run();
139 base::Closure quit_closure = run_loop.QuitClosure();
154 base::Closure quit_closure = run_loop.QuitClosure();
772 base::Closure quit_closure = run_loop.QuitClosure();
    [all...]
  /external/chromium_org/ui/keyboard/resources/elements/
kb-shift-key.js 30 * Uses a closure to define one long press timer among all shift keys
  /external/chromium_org/v8/test/mjsunit/
debug-stepin-positions.js 207 // Local function call, closure function call,
  /external/chromium_org/v8/src/
hydrogen.cc 174 environment->closure()->shared()->VerifyBailoutId(ast_id));
182 instr->set_closure(environment->closure());
275 (predecessor->last_environment()->closure().is_null() ||
276 predecessor->last_environment()->closure()->shared()
5452 Handle<JSFunction> closure = function_state()->compilation_info()->closure(); local
5542 Handle<JSFunction> closure = function_state()->compilation_info()->closure(); local
    [all...]
hydrogen-instructions.h 1870 Handle<JSFunction> closure() const { return closure_; } function in class:v8::FINAL
1933 Handle<JSFunction> closure() const { return closure_; } function in class:v8::FINAL
2020 Handle<JSFunction> closure() const { return closure_; } function in class:v8::FINAL
    [all...]
lithium.cc 544 new(zone()) LEnvironment(hydrogen_env->closure(),
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
background.js 27 // TODO(dtseng): This is required to prevent Closure from stripping our export
157 * defaults to Closure's compiled flag.
169 'closure/closure_preinit.js',
170 'closure/base.js',
213 // Also, set some variables so that Closure deps work correctly and so
  /external/chromium_org/mojo/public/python/mojo/
system.pyx 736 cdef c_environment.CClosure closure = c_environment.BuildClosure(runnable)
737 self.c_run_loop.PostDelayedTask(closure, delay)
  /external/chromium_org/tools/grit/grit/
util.py 289 '''Returns a closure that is identical to 'function' but ensures that the
  /external/valgrind/main/lackey/
lk_main.c 647 IRSB* lk_instrument ( VgCallbackClosure* closure,
    [all...]
  /external/valgrind/main/memcheck/
mc_include.h 654 IRSB* MC_(instrument) ( VgCallbackClosure* closure,
  /ndk/build/core/
build-binary.mk 563 # closure of LOCAL_STATIC_LIBRARIES and LOCAL_WHOLE_STATIC_LIBRARIES
567 # the link. This is the transitive closure of the list of
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 337 // Don't define the closure directly in the loop body, since Javascript's
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_unittest.cc 83 void(const base::Closure&));
87 void(const base::Closure&));
91 void(const base::Closure&));
99 MOCK_METHOD2(TriggerProfileSettingsReset, void(bool, const base::Closure&));
128 static void ClosureInvoker(const base::Closure& closure) { closure.Run(); }
181 base::Closure reset_completion_;
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_storage.cc 36 const base::Closure& closure) {
37 base::MessageLoop::current()->PostTask(from_here, closure);
715 bool ServiceWorkerStorage::LazyInitialize(const base::Closure& callback) {
762 for (std::vector<base::Closure>::const_iterator it = pending_tasks_.begin();
    [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc     [all...]
  /external/chromium_org/extensions/renderer/resources/
app_window_custom_bindings.js 200 // This is an internal function, but needs to be bound into a closure
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 337 // Don't define the closure directly in the loop body, since Javascript's
  /external/chromium_org/v8/tools/
SourceMap.js 69 * Implements Source Map V3 model. See http://code.google.com/p/closure-compiler/wiki/SourceMaps

Completed in 1313 milliseconds

<<111213141516171819