HomeSort by relevance Sort by last modified time
    Searched refs:closure (Results 276 - 300 of 365) sorted by null

<<1112131415

  /external/bison/src/
print-xml.c 28 #include "closure.h"
63 closure (sitems, snritems);
print.c 27 #include "closure.h"
81 closure (sitems, snritems);
520 `closure' will be run, which needs memory allocation/deallocation. */
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
viewport.js 145 * Return a closure that can be called to pan the image.
154 * @return {function} The closure to pan the image.
  /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,
657 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,
362 // This orig_addr will match the closure->nraddr which was passed to
    [all...]
  /external/valgrind/main/memcheck/
mc_include.h 565 IRSB* MC_(instrument) ( VgCallbackClosure* closure,
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library.cc 419 void Network::AttemptConnection(const base::Closure& closure) {
420 // By default, just invoke the closure right away. Some subclasses
422 closure.Run();
571 void VirtualNetwork::AttemptConnection(const base::Closure& connect) {
757 const base::Closure& connect) {
784 // Wrap the closure in another callback so that we can retry the
786 base::Closure wrapped_connect =
794 // Enrollment delegate will take care of running the closure at the
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
select_album_dialog.js 55 // closure here.
  /external/chromium_org/content/renderer/
render_thread_impl.cc 875 int RenderThreadImpl::PostTaskToAllWebWorkers(const base::Closure& closure) {
877 closure);
    [all...]
  /external/chromium_org/v8/src/
typing.cc 40 Handle<Code>(info->closure()->shared()->code()),
41 Handle<Context>(info->closure()->context()->native_context()),
  /external/v8/src/
hydrogen-instructions.h     [all...]
hydrogen.cc 140 environment->closure()->shared()->VerifyBailoutId(ast_id));
209 predecessor->last_environment()->closure()->shared()
676 new(zone()) HEnvironment(NULL, info->scope(), info->closure());
3734 Handle<JSFunction> closure = function_state()->compilation_info()->closure(); local
    [all...]
  /ndk/build/core/
setup-toolchain.mk 202 # Now compute the closure of all module dependencies.
build-binary.mk 451 # closure of LOCAL_STATIC_LIBRARIES and LOCAL_WHOLE_STATIC_LIBRARIES
455 # the link. This is the transitive closure of the list of
  /external/chromium_org/net/dns/
host_resolver_impl_unittest.cc 260 base::CancelableClosure closure(base::MessageLoop::QuitClosure());
262 FROM_HERE, closure.callback(), TestTimeouts::action_max_timeout());
267 closure.Cancel();
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 951 IRSB* cg_instrument ( VgCallbackClosure* closure,
992 tl_assert(closure->readdr == vge->base[0]);
994 cgs.sbInfo = get_SB_info(sbIn, (Addr)closure->readdr);
    [all...]
  /external/valgrind/main/callgrind/
main.c 908 IRSB* CLG_(instrument)( VgCallbackClosure* closure,
930 (Addr)closure->readdr);
934 CLG_DEBUG(3, "+ instrument(BB %#lx)\n", (Addr)closure->readdr);
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc 702 l.closure (&c);
  /external/chromium_org/tools/grit/grit/
util.py 289 '''Returns a closure that is identical to 'function' but ensures that the
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 696 l.closure (&c);
  /external/valgrind/main/drd/
drd_load_store.c 580 IRSB* DRD_(instrument)(VgCallbackClosure* const closure,
  /external/valgrind/main/lackey/
lk_main.c 602 IRSB* lk_instrument ( VgCallbackClosure* closure,
    [all...]
  /external/chromium/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-libpac/test/js-unittest/
pac_library_unittest.js 337 // Don't define the closure directly in the loop body, since Javascript's

Completed in 1672 milliseconds

<<1112131415