HomeSort by relevance Sort by last modified time
    Searched full:swig (Results 201 - 225 of 405) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/lldb/scripts/Python/interface/
SBTypeSummary.i 1 //===-- SWIG Interface for SBTypeSummary---------------------------*- C++ -*-===//
SBStream.i 1 //===-- SWIG Interface for SBStream -----------------------------*- C++ -*-===//
72 // because it is hard to support varargs in SWIG bridgings
  /external/lldb/www/
features.html 45 <li>SWIG-generated script bridging allows Python to access and control the
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_pair.i 4 * SWIG typemaps for std::pair
  /prebuilts/misc/common/swig/include/2.0.11/d/
d.swg 4 * Main library file for the D language module. See the D chapter in the SWIG
std_pair.i 4 * SWIG typemaps for std::pair
  /prebuilts/misc/common/swig/include/2.0.11/go/
std_pair.i 4 * SWIG typemaps for std::pair
  /prebuilts/misc/common/swig/include/2.0.11/guile/
typemaps.i 63 scm_throw(scm_from_locale_symbol((char *) "swig-exception"),
69 scm_throw(scm_from_locale_symbol((char *) "swig-exception"),
75 scm_throw(scm_from_locale_symbol((char *) "swig-exception"),
81 scm_throw(scm_from_locale_symbol((char *) "swig-exception"),
154 scm_error(scm_from_locale_symbol("swig-error"),
164 scm_throw(scm_from_locale_symbol((char *) "swig-exception"),
213 scm_throw(scm_from_locale_symbol((char *) "swig-exception"),
257 scm_throw(scm_from_locale_symbol((char *) "swig-exception"),
332 scm_throw(scm_from_locale_symbol((char *) "swig-exception"),
  /prebuilts/misc/common/swig/include/2.0.11/java/
std_pair.i 4 * SWIG typemaps for std::pair
javahead.swg 9 * that the same typemaps can be used for generating code for both C and C++. The SWIG preprocessor can expand
11 * use the macros are not within %{ %} brackets as they won't be run through the SWIG preprocessor. */
  /prebuilts/misc/common/swig/include/2.0.11/
math.i 4 * SWIG library file for floating point operations.
std_except.i 4 * SWIG library file with typemaps to handle and throw STD exceptions in a
stdint.i 4 * SWIG library file for ISO C99 types: 7.18 Integer types <stdint.h>
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
std_pair.i 4 * SWIG typemaps for std::pair
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
std_pair.i 4 * SWIG typemaps for std::pair
  /prebuilts/misc/common/swig/include/2.0.11/php/
std_pair.i 4 * SWIG typemaps for std::pair
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
std_map.i 2 // SWIG typemaps for std::map
tclopers.swg 6 * These declarations define how SWIG is going to rename C++
tclsh.i 4 * SWIG File for building new tclsh program
  /external/libcap-ng/libcap-ng-0.7/
configure.ac 107 AC_CHECK_PROG(swig_found, swig, yes, no)
109 AC_MSG_WARN("Swig not found - python bindings will not be made")
  /external/libvncserver/VisualNaCro/
README 72 Fortunately, this task is made very, very easy by SWIG. As Perl
74 But SWIG makes it easy to use the very same interface for other
  /external/lldb/include/lldb/API/
SBData.h 100 // inferred from the existing DataExtractor, but having two SetData() signatures triggers a SWIG bug where
113 // should not be renamed or rearranged, because doing so will break the SWIG typemap
  /external/openfst/src/include/fst/script/
rmepsilon.h 30 // the following is necessary, or SWIG complains mightily about
32 #ifdef SWIG
weight-class.h 187 // The following confuses swig, and doesn't need to be wrapped anyway.
188 #ifndef SWIG
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luatypemaps.swg 39 // SWIG assumes that this code will need a pointer to int to be passed in
84 // for const bool&, SWIG treats this as a const bool* so we must dereference it
131 // under SWIG rules, it is ok, to have a pass in a lua nil,
132 // it should be converted to a SWIG NULL.
244 but if its an output, then it should be wrapped like any other SWIG object (using default typemap)
375 // swig::LANGUAGE_OBJ was added to allow containers of native objects
380 %ignore swig::LANGUAGE_OBJ;
384 namespace swig {

Completed in 452 milliseconds

1 2 3 4 5 6 7 891011>>