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

1 23 4 5 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/octave/
octiterators.swg 13 namespace swig {
107 desc = SWIG_TypeQuery("swig::OctSwigIterator *");
117 namespace swig {
168 return swig::from(v);
292 namespace swig
310 %catches(swig::stop_iteration) OctSwigIterator::value() const;
311 %catches(swig::stop_iteration) OctSwigIterator::incr(size_t n = 1);
312 %catches(swig::stop_iteration) OctSwigIterator::decr(size_t n = 1);
315 %catches(swig::stop_iteration) OctSwigIterator::next();
316 %catches(swig::stop_iteration) OctSwigIterator::previous()
    [all...]
std_common.i 13 namespace swig {
35 is not possible (unless using template meta-programming which SWIG doesn't support because of the explicit
46 namespace swig {
std_deque.i 5 namespace swig {
std_list.i 5 namespace swig {
std_vector.i 5 namespace swig {
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
longlongs.i 5 * Makes use of swig-def-foreign-class, so this header should be loaded
26 " (cl::setq ACL_ffresult (make-instance '#.(swig-insert-id \"longlong\" () :type :class)
30 " (cl:setq ACL_ffresult (make-instance '#.(swig-insert-id \"ulonglong\" () :type :class)
41 (swig-def-foreign-class "longlong"
46 (swig-def-foreign-class "ulonglong"
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
ocaml.i 4 * SWIG Configuration File for Ocaml
22 val swig_val : c_enum_type -> c_obj -> Swig.c_obj
29 | C_list l -> Swig.C_list (List.map (swig_val t) l)
30 | C_array a -> Swig.C_array (Array.map (swig_val t) a)
45 %include <swig.swg>
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyclasses.swg 34 %template(pyvector) std::vector<swig::SwigPtr_PyObject>;
40 namespace swig {
63 namespace swig {
126 namespace swig {
134 namespace swig {
pyname_compat.i 2 * From SWIG 1.3.37 we deprecated all SWIG symbols that start with Py,
20 * However, this file may be removed in future release of SWIG, so using this file to
21 * keep these inappropriate names in your SWIG interface file is also not recommended.
23 * the new naming convention. You can get the tool from the SWIG distribution:
director.swg 36 Undefined Exception Handler provided by swig.
47 'Swig' namespace. This could be useful for multi-modules projects.
51 #define Swig
69 namespace Swig {
88 # define SWIG_DIRECTOR_CAST(ARG) Swig::get_rtdir(static_cast<void*>(ARG))
89 # define SWIG_DIRECTOR_RGTR(ARG1, ARG2) Swig::set_rtdir(static_cast<void*>(ARG1), ARG2)
93 # define SWIG_DIRECTOR_CAST(ARG) dynamic_cast<Swig::Director *>(ARG)
102 namespace Swig {
237 std::cerr << "SWIG Director exception caught:" << std::endl
250 std::cerr << "This exception was caught by the SWIG unexpected exception handler." << std::end
    [all...]
pyiterators.swg 15 namespace swig {
125 desc = SWIG_TypeQuery("swig::SwigPyIterator *");
143 namespace swig {
194 return swig::from(v);
319 namespace swig
343 %feature("python:tp_iter") SwigPyIterator "&swig::make_output_iterator_builtin";
351 %catches(swig::stop_iteration) SwigPyIterator::value() const;
352 %catches(swig::stop_iteration) SwigPyIterator::incr(size_t n = 1);
353 %catches(swig::stop_iteration) SwigPyIterator::decr(size_t n = 1);
356 %catches(swig::stop_iteration) SwigPyIterator::__next__()
    [all...]
std_common.i 15 namespace swig {
37 is not possible (unless using template meta-programming which SWIG doesn't support because of the explicit
48 namespace swig {
pyfragments.swg 5 over the default ones defined by swig.
std_deque.i 7 namespace swig {
std_list.i 7 namespace swig {
  /prebuilts/misc/common/swig/include/2.0.11/php/
director.swg 18 'Swig' namespace. This could be useful for multi-modules projects.
22 #define Swig
25 namespace Swig {
162 class DirectorPureVirtualException : public Swig::DirectorException
166 : DirectorException(E_ERROR, "SWIG director pure virtual method called", msg TSRMLS_CC)
176 class DirectorMethodException : public Swig::DirectorException
180 : DirectorException(E_ERROR, "SWIG director method error", msg TSRMLS_CC)
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_common.i 77 namespace swig {
132 static std::string name = make_ptr_name(swig::type_name<Type>());
152 namespace swig {
169 %arg(swig::asval<Type >),
170 %arg(swig::from),
183 %arg(swig::asptr),
184 %arg(swig::from),
  /prebuilts/misc/common/swig/include/2.0.11/uffi/
uffi.swg 2 to distinguish between the SWIG language modules. */
82 (defmacro swig-defconstant (string value &key (export T))
83 (let ((symbol (funcall *swig-identifier-converter* string :type :constant)))
87 (defmacro swig-defun (name &rest rest)
88 (let ((symbol (funcall *swig-identifier-converter* name :type :operator)))
93 (defmacro swig-def-struct (name &rest fields)
95 (let ((symbol (funcall *swig-identifier-converter* name :type :type)))
  /external/lldb/scripts/Python/
build-swig-Python.sh 3 # build-swig-Python.sh
7 # CONFIG_BUILD_DIR is where the build-swig-Python-LLDB.sh shell script
8 # put the lldb.py file it was generated from running SWIG.
19 SWIG=$6
45 swig_input_file=${SRC_ROOT}/scripts/lldb.swig
46 swig_python_extensions=${SRC_ROOT}/scripts/Python/python-extensions.swig
47 swig_python_wrapper=${SRC_ROOT}/scripts/Python/python-wrapper.swig
48 swig_python_typemaps=${SRC_ROOT}/scripts/Python/python-typemaps.swig
49 swig_python_swigsafecast=${SRC_ROOT}/scripts/Python/python-swigsafecast.swig
69 # don't bother generating Python swig bindings -- we don't hav
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/guile/
guile_scm_run.swg 68 scm_error(scm_from_locale_symbol("swig-contract-assertion-failed"), \
158 else scm_wrong_type_arg("SWIG-Guile-PointerAddress", 1, object);
171 else scm_wrong_type_arg("SWIG-Guile-PointerType", 1, object);
310 scm_puts((char *) "swig-pointer ", port);
348 scm_puts((char *) "swig-member-function-pointer ", port);
413 swig_module = scm_c_resolve_module("Swig swigrun");
415 "swig-pointer", "swig-pointer-tag")) {
420 "collectable-swig-pointer", "collectable-swig-pointer-tag"))
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
implicit.swg 30 and swig will construct an 'A' temporal variable using the
49 int res = swig::asval<Type >(obj, &_v);
66 namespace swig {
102 namespace swig {
140 namespace swig {
181 namespace swig {
  /prebuilts/misc/common/swig/include/2.0.11/r/
std_common.i 14 namespace swig {
36 is not possible (unless using template meta-programming which SWIG doesn't support because of the explicit
47 namespace swig {
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_common.i 16 namespace swig {
38 is not possible (unless using template meta-programming which SWIG doesn't support because of the explicit
49 namespace swig {
  /prebuilts/misc/common/swig/include/2.0.11/
runtime.swg 2 Standard SWIG API for use inside user code.
5 swig -python -external-runtime
6 Also, read the Modules chapter of the SWIG Manual.
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlfragments.swg 5 over the ones defined by default by swig.

Completed in 254 milliseconds

1 23 4 5 6 7 8 91011>>