Searched refs:SWIG (Results 1 – 25 of 69) sorted by relevance
123
/external/libnl/m4/ |
D | ax_pkg_swig.m4 | 11 # 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 …]
|
D | ax_swig_python.m4 | 14 # $(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/ |
D | libfdt.h | 146 #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/ |
D | README | 1 Libdisasm SWIG README 3 The SWIG utility (www.swig.org) can be used to generate 6 Building SWIG Modules
|
D | Makefile | 2 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/ |
D | Makefile-swig | 5 ifndef SWIG 6 SWIG = swig # apt-get install swig !
|
/external/google-breakpad/src/third_party/libdisasm/swig/tcl/ |
D | Makefile-swig | 5 ifndef SWIG 6 SWIG = swig # apt-get install swig !
|
/external/google-breakpad/src/third_party/libdisasm/swig/perl/ |
D | Makefile-swig | 5 ifndef SWIG 6 SWIG = swig # apt-get install swig !
|
/external/google-breakpad/src/third_party/libdisasm/swig/python/ |
D | Makefile-swig | 5 ifndef SWIG 6 SWIG = swig # apt-get install swig !
|
/external/selinux/libsemanage/src/ |
D | Makefile | 67 SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir ./ macro 130 $(SWIG) $< 136 $(SWIG) $<
|
/external/tensorflow/tensorflow/c/ |
D | c_api_experimental.h | 34 #ifdef SWIG
|
/external/libtextclassifier/util/base/ |
D | integral_types.h | 29 #ifndef SWIG
|
/external/selinux/libselinux/src/ |
D | Makefile | 120 SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir ./ $(DISABLE_FLAGS) macro 169 $(SWIG) $< 177 $(SWIG) $<
|
/external/tensorflow/tensorflow/contrib/decision_trees/proto/ |
D | generic_tree_model_proto.swig | 1 ////////// SWIG INCLUDE //////////
|
/external/lmfit/ruby/swig/ |
D | README | 1 SWIG wrapper for lmfit
|
/external/tensorflow/tensorflow/core/util/ |
D | events_writer.h | 33 #ifndef SWIG
|
/external/webrtc/webrtc/base/ |
D | thread_annotations.h | 22 #if defined(__clang__) && (!defined(SWIG))
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | path.h | 30 #ifndef SWIG // variadic templates
|
/external/python/cpython2/Doc/faq/ |
D | windows.rst | 221 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/ |
D | windows.rst | 227 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/ |
D | gflags.h | 337 #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/ |
D | gflags.h | 345 #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/ |
D | gflags.h | 345 #ifndef SWIG // In swig, use ParseCommandLineFlagsScript() instead. 448 #ifndef SWIG // In swig, ignore the main flag declarations
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_compiler.h | 159 #elif defined(SWIG)
|
/external/gflags/android/gflags/ |
D | gflags.h | 347 #ifndef SWIG // In swig, use ParseCommandLineFlagsScript() instead. 455 #ifndef SWIG // In swig, ignore the main flag declarations
|
123