HomeSort by relevance Sort by last modified time
    Searched refs:foreign (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/python/cpython2/Modules/_ctypes/libffi/man/
Makefile.am 3 AUTOMAKE_OPTIONS=foreign
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
longlongs.i 5 * Makes use of swig-def-foreign-class, so this header should be loaded
27 :foreign-address $body))";
31 :foreign-address $body))";
41 (swig-def-foreign-class "longlong"
42 (ff:foreign-pointer)
46 (swig-def-foreign-class "ulonglong"
47 (ff:foreign-pointer)
allegrocl.swg 23 (new-inst (cl:make-instance '$lclass :foreign-address address)))
28 %typemap(lout) SWIGTYPE "(cl::let* ((address $body)\n (new-inst (cl::make-instance '$lclass :foreign-address address)))\n (cl::unless (cl::zerop address)\n (excl:schedule-finalization new-inst #'$ldestructor))\n (cl::setq ACL_ffresult new-inst))";
32 (new-inst (cl:make-instance '$lclass :foreign-address address)))
76 idea: add a constant-p slot to the base foreign-pointer class. For
436 ;; in the foreign setter function the new value will be the last argument
480 (ff:def-foreign-call (,mangle ,mangled-name) ,ffargs ,@kwargs))
506 (ff:def-foreign-call (,mangle ,mangled-name) ,ffargs ,@kwargs))
523 (t (cl::error "No applicable wrapper-methods for foreign call ~a with args ~a of classes ~a" ',symbol args (cl::mapcar #'(cl::lambda (x) (cl::class-name (cl::class-of x))) args)))
526 (defswig2 swig-def-foreign-stub (name)
530 (ff:def-foreign-type ,symbol (:class )
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/include/
Makefile.am 3 AUTOMAKE_OPTIONS=foreign
  /external/libdaemon/
bootstrap.sh 50 run_versioned automake "$VERSION" -a -c --foreign
65 run_versioned automake "$VERSION" -a -c --foreign
  /external/libvorbis/test/
Makefile.am 3 AUTOMAKE_OPTIONS = foreign
  /external/v8/src/asmjs/
asm-js.h 25 Handle<JSReceiver> foreign);
asm-js.cc 259 Handle<JSReceiver> foreign) {
269 // Create the ffi object for foreign functions {"": foreign}.
271 if (!foreign.is_null()) {
276 foreign, NONE);
295 if (!foreign.is_null()) {
300 i::Object::GetProperty(foreign, name.ToHandleChecked());
  /external/libogg/
Makefile.am 3 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
  /external/libvorbis/examples/
Makefile.am 3 AUTOMAKE_OPTIONS = foreign
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue5337.go 28 // Verify that we can withstand SIGPROF received on foreign threads
  /prebuilts/go/linux-x86/misc/cgo/test/
issue5337.go 28 // Verify that we can withstand SIGPROF received on foreign threads
  /external/libvorbis/
Makefile.am 3 AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
  /external/v8/src/
property.h 51 static Descriptor AccessorConstant(Handle<Name> key, Handle<Object> foreign,
53 return Descriptor(key, foreign, kAccessor, attributes, kDescriptor, kConst,
  /bionic/libc/kernel/uapi/xen/
gntdev.h 63 } foreign; member in union:gntdev_grant_copy_segment::__anon1297
  /external/autotest/client/cros/scripts/
reorder-services-moblab.sh 53 while read -r proto recv_q send_q local foreign state; do
57 find_route "${mode}" "${foreign%:*}"
  /external/dnsmasq/bld/
Makefile 14 $(XGETTEXT) -d dnsmasq --foreign-user --omit-header --keyword=_ -o $@ -i $(OBJS:.o=.c)
  /external/kernel-headers/original/uapi/xen/
gntdev.h 154 } foreign; member in union:gntdev_grant_copy_segment::__anon22145
187 * EINVAL: A segment crosses the boundary of a foreign page.
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
fib.go 10 // and foreign code on multiple pthreads.
  /prebuilts/go/darwin-x86/misc/cgo/stdio/
fib.go 12 // and foreign code on multiple pthreads.
  /prebuilts/go/linux-x86/misc/cgo/gmp/
fib.go 10 // and foreign code on multiple pthreads.
  /prebuilts/go/linux-x86/misc/cgo/stdio/
fib.go 12 // and foreign code on multiple pthreads.
  /external/libnl/doc/
configure.ac 15 AM_INIT_AUTOMAKE([foreign])
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
threadprof.go 64 // This test intends to test that sending SIGPROF to foreign threads
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
threadprof.go 64 // This test intends to test that sending SIGPROF to foreign threads

Completed in 607 milliseconds

1 2 3 4