HomeSort by relevance Sort by last modified time
    Searched full:closures (Results 201 - 225 of 385) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
main.go 478 // Don't use range--typecheck can add closures to xtop.
490 // Don't use range--typecheck can add closures to xtop.
501 // Don't use range--typecheck can add closures to xtop.
597 // This needs to happen before walk, because closures must be transformed
    [all...]
closure.go 154 // It is not as simple as it ought to be, because we typecheck nested closures
480 // the struct is unnamed so that closures in multiple packages with the
syntax.go 338 // even filling in x in intermediate closures that might not
339 // have mentioned it along the way to inner closures that did.
392 // Closures are represented by OCLOSURE node c. They link back and
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
a.out.go 228 REGCTXT = REG_R26 // environment for closures
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
a.out.go 246 REGCTXT = REG_R11 /* context for closures */
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
a.out.go 146 REGCTXT = REG_R12 // context for closures
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
main.go 478 // Don't use range--typecheck can add closures to xtop.
490 // Don't use range--typecheck can add closures to xtop.
501 // Don't use range--typecheck can add closures to xtop.
597 // This needs to happen before walk, because closures must be transformed
    [all...]
closure.go 154 // It is not as simple as it ought to be, because we typecheck nested closures
480 // the struct is unnamed so that closures in multiple packages with the
syntax.go 338 // even filling in x in intermediate closures that might not
339 // have mentioned it along the way to inner closures that did.
392 // Closures are represented by OCLOSURE node c. They link back and
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
a.out.go 228 REGCTXT = REG_R26 // environment for closures
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
a.out.go 246 REGCTXT = REG_R11 /* context for closures */
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
a.out.go 146 REGCTXT = REG_R12 // context for closures
  /external/libffi/
ChangeLog.libffi-3.1 116 * src/closures.c: Fix build failure when using clang for Android.
184 * src/closures.c (open_temp_exec_file_dir): Use size_t.
395 * src/arm/ffi.c: more robust argument handling for closures on arm hardfloat
436 src/arm/gentramp.sh, src/bfin/sysv.S, src/closures.c,
501 * src/closures.c (is_emutramp_enabled
838 * src/closures.c: New function emutramp_enabled_check() and
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
ChangeLog.libffi-3.1 116 * src/closures.c: Fix build failure when using clang for Android.
184 * src/closures.c (open_temp_exec_file_dir): Use size_t.
395 * src/arm/ffi.c: more robust argument handling for closures on arm hardfloat
436 src/arm/gentramp.sh, src/bfin/sysv.S, src/closures.c,
501 * src/closures.c (is_emutramp_enabled
838 * src/closures.c: New function emutramp_enabled_check() and
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/
ChangeLog.libffi-3.1 116 * src/closures.c: Fix build failure when using clang for Android.
184 * src/closures.c (open_temp_exec_file_dir): Use size_t.
395 * src/arm/ffi.c: more robust argument handling for closures on arm hardfloat
436 src/arm/gentramp.sh, src/bfin/sysv.S, src/closures.c,
501 * src/closures.c (is_emutramp_enabled
838 * src/closures.c: New function emutramp_enabled_check() and
    [all...]
  /external/libffi/src/
closures.c 2 closures.c - Copyright (c) 2007, 2009, 2010 Red Hat, Inc.
6 Code to allocate and deallocate memory for closures.
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 409 ALOGE("Unmatched closures and field IDs for dependencies in closure creation.");
582 ALOGE("Failed to get Java array elements: closures.");
586 RsClosure* closures; local
589 ALOGE("Too many closures in script group");
593 closures = (RsClosure*)alloca(sizeof(RsClosure) * numClosures);
594 if (closures == nullptr) {
599 closures[i] = (RsClosure)jClosures[i];
605 closures, numClosures);
    [all...]
  /frameworks/rs/
rsApiStubs.cpp 521 RsClosure * closures, size_t closures_length)
526 closures, closures_length);
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp 388 LOG_ERR("Unmatched closures and field IDs for dependencies in closure creation.");
543 RsClosure* closures; local
546 LOG_ERR("Too many closures in script group");
550 closures = (RsClosure*)alloca(sizeof(RsClosure) * numClosures);
551 if (closures == nullptr) {
556 closures[i] = (RsClosure)jClosures[i];
562 closures, numClosures);
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 369 long[] closures);
371 long[] closures) {
373 long g = rsnScriptGroup2Create(mContext, name, cachePath, closures);
    [all...]
  /art/runtime/
thread.h 270 // Since multiple closures can be queued and some closures can delay other threads from running no
283 // NB Since multiple closures can be queued and some closures can delay other threads from running
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 510 ** Closures
  /external/libchrome/base/timer/
timer_unittest.cc 131 // Overridable method to do things on Run() before signaling events/closures
  /external/libffi/include/
ffi.h.in 307 /* ---- Definitions for closures ----------------------------------------- */
  /external/libffi/src/ia64/
ffi.c 391 /* Closures represent a pair consisting of a function pointer, and

Completed in 8777 milliseconds

1 2 3 4 5 6 7 891011>>