HomeSort by relevance Sort by last modified time
    Searched full:swig (Results 1 - 25 of 439) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/google-breakpad/src/third_party/libdisasm/
Makefile.am 31 # Cheat to get non-autoconf swig into tarball,
34 swig/Makefile \
35 swig/libdisasm.i \
36 swig/libdisasm_oop.i \
37 swig/python/Makefile-swig \
38 swig/perl/Makefile-swig \
39 swig/perl/Makefile.PL \
40 swig/ruby/Makefile-swig
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/swig/
Makefile 2 SWIG = swig # apt-get install swig !
10 export INTERFACE_FILE BASE_NAME SWIG GCC CC_FLAGS LD_FLAGS
15 all: swig
16 dummy: swig swig-python swig-ruby swig-perl swig-tcl install uninstall clea
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
swigclosprefix.scm 1 (declare (hide swig-initialize))
3 (define (swig-initialize obj initargs create)
4 (slot-set! obj 'swig-this
5 (if (memq 'swig-this initargs)
9 (slot-ref ret 'swig-this)
12 (define-class <swig-metaclass-$module> (<class>) (void))
14 (define-method (compute-getter-and-setter (class <swig-metaclass-$module>) slot allocator)
15 (if (not (memq ':swig-virtual slot))
20 (if (eq? (car lst) ':swig-get)
26 (if (eq? (car lst) ':swig-set
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/guile/
common.scm 4 ;;;* This file contains generic SWIG GOOPS classes for generated
8 (define-module (Swig swigrun))
10 (define-module (Swig common)
12 #:use-module (Swig swigrun))
14 (define-class <swig-metaclass> (<class>)
17 (define-method (initialize (class <swig-metaclass>) initargs)
21 (define-class <swig> ()
22 (swig-smob #:init-value #f)
23 #:metaclass <swig-metaclass>
26 (define-method (initialize (obj <swig>) initargs
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubystdfunctors.swg 9 * You can use them in a swig file like:
14 * %template< IntSet > std::set< int, swig::BinaryPredicate<> >;
30 namespace swig {
47 $1 = new swig::BinaryFunction< >($input);
50 $1 = new swig::UnaryFunction< >($input);
54 $1 = new swig::BinaryPredicate<>($input);
58 $1 = new swig::UnaryPredicate< >($input);
88 namespace swig {
100 VALUE arg1 = swig::from(a);
101 VALUE arg2 = swig::from(b)
    [all...]
std_pair.i 9 namespace swig {
20 int res1 = swig::asval((VALUE)first, pfirst);
23 int res2 = swig::asval((VALUE)second, psecond);
28 int res1 = swig::asval((VALUE)first, pfirst);
31 int res2 = swig::asval((VALUE)second, psecond);
48 swig::type_info<value_type>(),0);
65 int res1 = swig::asval((VALUE)first, pfirst);
68 int res2 = swig::asval((VALUE)second, psecond);
74 int res1 = swig::asval((VALUE)first, pfirst);
77 int res2 = swig::asval((VALUE)second, psecond)
    [all...]
Makefile.swig 1 # File : Makefile.swig
2 # Makefile for a SWIG module. Use this file if you are
7 # 3. Type 'make -f Makefile.swig' to generate wrapper code and Makefile.
16 SWIG = swig
30 $(SWIG) $(SWIGOPT) -o $@ $(INTERFACE)
35 echo "include Makefile.swig" >> Makefile;\
extconf.rb 6 # If you use swig -c option, you may have to link libswigrb.
  /hardware/bsp/intel/peripheral/libupm/src/hmc5883l/
jsupm_hmc5883l.i 8 // Adding this typemap because SWIG is converting int16 into a short by default
9 // This forces SWIG to convert it correctly
  /hardware/bsp/intel/peripheral/libupm/src/lsm303/
jsupm_lsm303.i 5 // Adding this typemap because SWIG is converting int16 into a short by default
6 // This forces SWIG to convert it correctly
pyupm_lsm303.i 7 // Adding this typemap because SWIG is converting int16 into a short by default
8 // This forces SWIG to convert it correctly
  /hardware/bsp/intel/peripheral/libupm/src/lsm303d/
jsupm_lsm303d.i 5 // Adding this typemap because SWIG is converting int16 into a short by default
6 // This forces SWIG to convert it correctly
pyupm_lsm303d.i 7 // Adding this typemap because SWIG is converting int16 into a short by default
8 // This forces SWIG to convert it correctly
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_carray.i 6 namespace swig {
23 namespace swig {
33 %typemaps_asptr(SWIG_TYPECHECK_VECTOR, swig::asptr,
38 $result = SWIG_NewPointerObj(swig::make_output_iterator((const $type &)$1),
39 swig::SwigPyIterator::descriptor(),SWIG_POINTER_OWN);
49 swig::SwigPyIterator* __iter__(PyObject **PYTHON_SELF) {
50 return swig::make_output_iterator(self->begin(), self->begin(), self->end(), *PYTHON_SELF);
std_pair.i 8 namespace swig {
19 int res1 = swig::asval(first, pfirst);
23 int res2 = swig::asval(second, psecond);
29 int res1 = swig::asval(first, pfirst);
33 int res2 = swig::asval((PyObject*)second, psecond);
50 int res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<value_type>(),0);
70 int res1 = swig::asval(first, pfirst);
74 int res2 = swig::asval(second, psecond);
81 int res1 = swig::asval(first, pfirst);
85 int res2 = swig::asval(second, psecond)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_carray.i 6 namespace swig {
23 namespace swig {
33 %typemaps_asptr(SWIG_TYPECHECK_VECTOR, swig::asptr,
38 $result = SWIG_NewPointerObj(swig::make_output_iterator((const $type &)$1),
39 swig::SwigPyIterator::descriptor(),SWIG_POINTER_OWN);
49 swig::SwigPyIterator* __iter__(PyObject **PYTHON_SELF) {
50 return swig::make_output_iterator(self->begin(), self->begin(), self->end(), *PYTHON_SELF);
wchar.i 19 Enable swig wchar support.
  /prebuilts/misc/darwin-x86/swig/
PREBUILT 2 using the source in external/swig, from the top of
  /prebuilts/misc/darwin-x86_64/swig/
PREBUILT 2 using the source in external/swig, from the top of
  /hardware/bsp/intel/peripheral/libupm/src/
carrays_float.i 1 // From the SWIG documentation:
4 // Therefore, it is not necessary to use include-guards in SWIG interfaces.
carrays_int16_t.i 1 // From the SWIG documentation:
4 // Therefore, it is not necessary to use include-guards in SWIG interfaces.
carrays_uint16_t.i 1 // From the SWIG documentation:
4 // Therefore, it is not necessary to use include-guards in SWIG interfaces.
carrays_uint32_t.i 1 // From the SWIG documentation:
4 // Therefore, it is not necessary to use include-guards in SWIG interfaces.
carrays_uint8_t.i 1 // From the SWIG documentation:
4 // Therefore, it is not necessary to use include-guards in SWIG interfaces.
  /hardware/bsp/intel/peripheral/libupm/src/pn532/
jsupm_pn532.i 5 // Adding this typemap because SWIG is converting uint8 into a short by default
6 // This forces SWIG to convert it correctly

Completed in 5228 milliseconds

1 2 3 4 5 6 7 8 91011>>