Searched refs:SWIG (Results 1 – 25 of 77) sorted by relevance
1234
/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/u-boot/scripts/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 */ 561 #ifndef SWIG /* Not available in Python */ 637 #ifndef SWIG /* This function is not useful in Python */ 653 #ifndef SWIG /* Not available in Python */ 724 #ifndef SWIG /* Not available in Python */ 1125 #ifndef SWIG /* Not available in Python */ 1160 #ifndef SWIG /* Not available in Python */ 1804 #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/tcl/ |
D | Makefile-swig | 5 ifndef SWIG 6 SWIG = swig # apt-get install swig !
|
/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/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 | 64 SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir ./ macro 127 $(SWIG) $< 133 $(SWIG) $<
|
/external/dynamic_depth/internal/base/ |
D | port.h | 385 !defined(SWIG) 601 #if defined(SWIG) 612 #if __GNUC__ && !defined(SWIG) 765 !defined(SWIG)) || \ 811 #ifndef SWIG // NOLINT 1503 #if defined(__cplusplus) && !defined(SWIG)
|
D | integral_types.h | 17 #ifndef SWIG // NOLINT
|
/external/python/cpython3/Doc/faq/ |
D | windows.rst | 195 2. If you use SWIG, it is easy to create a Python "extension module" that will 196 make the app's data and methods available to Python. SWIG will handle just 201 3. SWIG will create an init function (a C function) whose name depends on the 203 the init function will be called initleo(). If you use SWIG shadow classes, 230 Problem 2: SWIG generates the following code when generating wrappers to void 247 It may be possible to use SWIG's ``%typemap`` command to make the change 249 complete SWIG newbie).
|
/external/libtextclassifier/utils/base/ |
D | integral_types.h | 29 #ifndef SWIG
|
/external/libtextclassifier/lang_id/common/lite_base/ |
D | integral-types.h | 28 #ifndef SWIG
|
/external/selinux/libselinux/src/ |
D | Makefile | 128 SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir ./ $(DISABLE_FLAGS) macro 177 $(SWIG) $< 185 $(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/tensorflow/tensorflow/compiler/xla/python/ |
D | custom_call_for_test.pyx | 4 # it via the xla_client SWIG API.
|
/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/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
|
1234