Home
last modified time | relevance | path

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

123

/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/dtc/libfdt/
Dlibfdt.h146 #ifndef SWIG /* This function is not useful in Python */
358 #ifndef SWIG /* Not available in Python */
397 #ifndef SWIG /* Not available in Python */
558 #ifndef SWIG /* Not available in Python */
634 #ifndef SWIG /* This function is not useful in Python */
650 #ifndef SWIG /* Not available in Python */
721 #ifndef SWIG /* Not available in Python */
1122 #ifndef SWIG /* Not available in Python */
1157 #ifndef SWIG /* Not available in Python */
1770 #ifndef SWIG /* Not available in Python */
/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/tensorflow/tensorflow/c/
Dc_api_experimental.h34 #ifdef SWIG
/external/libtextclassifier/util/base/
Dintegral_types.h29 #ifndef SWIG
/external/selinux/libselinux/src/
DMakefile120 SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir ./ $(DISABLE_FLAGS) macro
169 $(SWIG) $<
177 $(SWIG) $<
/external/tensorflow/tensorflow/contrib/decision_trees/proto/
Dgeneric_tree_model_proto.swig1 ////////// SWIG INCLUDE //////////
/external/lmfit/ruby/swig/
DREADME1 SWIG wrapper for lmfit
/external/tensorflow/tensorflow/core/util/
Devents_writer.h33 #ifndef SWIG
/external/webrtc/webrtc/base/
Dthread_annotations.h22 #if defined(__clang__) && (!defined(SWIG))
/external/tensorflow/tensorflow/core/lib/io/
Dpath.h30 #ifndef SWIG // variadic templates
/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/python/cpython3/Doc/faq/
Dwindows.rst227 2. If you use SWIG, it is easy to create a Python "extension module" that will
228 make the app's data and methods available to Python. SWIG will handle just
233 3. SWIG will create an init function (a C function) whose name depends on the
235 the init function will be called initleo(). If you use SWIG shadow classes,
262 Problem 2: SWIG generates the following code when generating wrappers to void
279 It may be possible to use SWIG's ``%typemap`` command to make the change
281 complete SWIG newbie).
/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/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
/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
/external/mesa3d/src/gallium/include/pipe/
Dp_compiler.h159 #elif defined(SWIG)
/external/gflags/android/gflags/
Dgflags.h347 #ifndef SWIG // In swig, use ParseCommandLineFlagsScript() instead.
455 #ifndef SWIG // In swig, ignore the main flag declarations

123