Home
last modified time | relevance | path

Searched refs:SWIG (Results 1 – 25 of 42) sorted by relevance

12

/external/libnl/m4/
Dax_pkg_swig.m411 # This macro searches for a SWIG installation on your system. If found,
12 # then SWIG is AC_SUBST'd; if not found, then $SWIG is empty. If SWIG is
13 # found, then SWIG_LIB is set to the SWIG library path, and AC_SUBST'd.
16 # available SWIG is greater than or equal to the value of the argument. It
22 # As usual, action-if-found is executed if SWIG is found, otherwise
27 # AX_PKG_SWIG(1.3.17, [], [ AC_MSG_ERROR([SWIG is required to build..]) ])
70 AC_PATH_PROGS([SWIG],[swig swig2.0])
71 if test -z "$SWIG" ; then
74 AC_MSG_CHECKING([SWIG version])
75 …[swig_version=`$SWIG -version 2>&1 | grep 'SWIG Version' | sed 's/.*\([0-9][0-9]*\.[0-9][0-9]*\.[0…
[all …]
Dax_swig_python.m414 # $(AX_SWIG_PYTHON_OPT) contains all necessary SWIG options to generate
19 # contains the SWIG Python runtime library that is needed by the type
/external/google-breakpad/src/third_party/libdisasm/swig/
DREADME1 Libdisasm SWIG README
3 The SWIG utility (www.swig.org) can be used to generate
6 Building SWIG Modules
DMakefile2 SWIG = swig # apt-get install swig ! macro
10 export INTERFACE_FILE BASE_NAME SWIG GCC CC_FLAGS LD_FLAGS
/external/google-breakpad/src/third_party/libdisasm/swig/ruby/
DMakefile-swig5 ifndef SWIG
6 SWIG = swig # apt-get install swig !
/external/google-breakpad/src/third_party/libdisasm/swig/tcl/
DMakefile-swig5 ifndef SWIG
6 SWIG = swig # apt-get install swig !
/external/google-breakpad/src/third_party/libdisasm/swig/perl/
DMakefile-swig5 ifndef SWIG
6 SWIG = swig # apt-get install swig !
/external/google-breakpad/src/third_party/libdisasm/swig/python/
DMakefile-swig5 ifndef SWIG
6 SWIG = swig # apt-get install swig !
/external/selinux/libsemanage/src/
DMakefile67 SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir ./ macro
130 $(SWIG) $<
136 $(SWIG) $<
/external/libtextclassifier/util/base/
Dintegral_types.h29 #ifndef SWIG
/external/lmfit/ruby/swig/
DREADME1 SWIG wrapper for lmfit
/external/selinux/libselinux/src/
DMakefile120 SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir ./ $(DISABLE_FLAGS) macro
169 $(SWIG) $<
177 $(SWIG) $<
/external/webrtc/webrtc/base/
Dthread_annotations.h22 #if defined(__clang__) && (!defined(SWIG))
/external/mesa3d/src/gallium/include/pipe/
Dp_compiler.h159 #elif defined(SWIG)
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
Dgflags.h345 #ifndef SWIG // In swig, use ParseCommandLineFlagsScript() instead.
448 #ifndef SWIG // In swig, ignore the main flag declarations
Dgflags_gflags.h93 #ifndef SWIG
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
Dgflags.h345 #ifndef SWIG // In swig, use ParseCommandLineFlagsScript() instead.
448 #ifndef SWIG // In swig, ignore the main flag declarations
Dgflags_gflags.h93 #ifndef SWIG
/external/google-breakpad/src/third_party/linux/include/gflags/
Dgflags.h337 #ifndef SWIG // In swig, use ParseCommandLineFlagsScript() instead.
429 #ifndef SWIG // In swig, ignore the main flag declarations
/external/python/cpython2/Doc/faq/
Dwindows.rst221 2. If you use SWIG, it is easy to create a Python "extension module" that will
222 make the app's data and methods available to Python. SWIG will handle just
227 3. SWIG will create an init function (a C function) whose name depends on the
229 the init function will be called initleo(). If you use SWIG shadow classes,
256 Problem 2: SWIG generates the following code when generating wrappers to void
273 It may be possible to use SWIG's ``%typemap`` command to make the change
275 complete SWIG newbie).
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
Dgflags.h360 #ifndef SWIG // In swig, use ParseCommandLineFlagsScript() instead.
465 #ifndef SWIG // In swig, ignore the main flag declarations
/external/webrtc/third_party/gflags/gen/win/include/gflags/
Dgflags.h381 #ifndef SWIG // In swig, use ParseCommandLineFlagsScript() instead.
483 #ifndef SWIG // In swig, ignore the main flag declarations
/external/protobuf/src/google/protobuf/stubs/
Dint128.h55 #ifndef SWIG
151 #ifndef SWIG
/external/parameter-framework/upstream/bindings/python/
DREADME.md11 The bindings are defined unsing SWIG in the `pfw.i` file and the actual source
/external/flatbuffers/docs/source/
DPythonUsage.md70 from Python, though you could use the C++ parser through SWIG or ctypes. Please

12