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

1 2 3 4 5 6 78 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/clisp/
clisp.swg 6 to distinguish between the SWIG language modules. */
  /prebuilts/misc/common/swig/include/2.0.11/guile/
guile.i 4 * SWIG Configuration File for Guile.
guile_scm.swg 4 * This SWIG interface file is processed if the Guile module is run
interpreter.i 4 * SWIG file for a simple Guile interpreter
  /prebuilts/misc/common/swig/include/2.0.11/lua/
lua_fnptr.i 4 * SWIG Library file containing the main typemap code to support Lua modules.
32 SWIG will automatically performs the wrapping of the arguments in and out.
37 // this is for the C code only, we don't want SWIG to wrapper it for us.
85 SWIG will automatically performs the wrapping of the arguments in and out.
std_vector.i 15 but instead is an approximate, so that SWIG knows how to wrapper it.
16 (Eg, all access is by value, not ref, as SWIG turns refs to pointers)
42 %extend // this is a extra bit of SWIG code
lua.swg 4 * SWIG Configuration File for Lua.
5 * This file is parsed by SWIG before reading any other interface file.
59 // (this lets SWIG rename the operator overloads)
61 // (this means that people who wrote SWIG code to do that add will also work)
207 // if you have a function which throws a FooBar & you want SWIG to return a copy of the object as its error
216 // note: swig typemaps seem a little confused around here, therefore we use $basetype
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlinit.swg 2 /* Export the SWIG initialization function */
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
swigtypemaps.swg 10 When using this library in a SWIG target language, you need to
52 The SWIG target language object must be provided.
59 #error "SWIG_Object must be defined as the SWIG target language object"
128 #define SWIG_DirOutFail(code, msg) Swig::DirectorTypeMismatchException::raise(SWIG_ErrorType(code), msg)
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 1 # This file was automatically generated by SWIG (http://www.swig.org).
5 # the SWIG interface file instead.
Makefile.am 38 swig -o capng_wrap.c -python ${INCLUDES} ${srcdir}/capng_swig.i
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 4 * SWIG constraints library.
6 * SWIG library file containing typemaps for implementing various kinds of
7 * constraints. Depends upon the SWIG exception library for generating
swigrun.swg 4 * This file contains generic C API SWIG runtime support for pointer
23 creating a static or dynamic library from the SWIG runtime code.
24 In 99.9% of the cases, SWIG just needs to declare them as 'static'.
54 The SWIG conversion methods, as ConvertPtr, return an integer
61 In old versions of SWIG, code such as the following was usually written:
114 SWIG errors code.
  /prebuilts/misc/common/swig/include/2.0.11/java/
director.swg 14 namespace Swig {
155 std::cout << "Swig::Director::disconnect_director_self(" << jobj << ")" << std::endl;
161 std::cout << "Swig::Director::disconnect_director_self upcall to " << disconn_method << std::endl;
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_map.i 89 namespace swig {
102 namespace swig {
117 // Add swig/language extra methods
  /external/selinux/libselinux/src/
Makefile 87 SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir ./
89 SWIGRUBY = swig -Wall -ruby -o $(SWIGRUBYCOUT) -outdir ./
136 $(SWIG) $<
142 $(SWIG) $<
  /prebuilts/misc/common/swig/include/2.0.11/cffi/
cffi.swg 2 to distinguish between the SWIG language modules. */
153 ;;;SWIG wrapper code starts here
164 (cl:unless (cl:fboundp 'swig-lispify)
165 (cl:defun swig-lispify (name flag cl:&optional (package cl:*package*))
198 ;;;SWIG wrapper code ends here
  /external/lldb/www/
build.html 41 <li>Mac OS X Lion or newer requires installing <a href="http://swig.org">Swig</a>.</li>
80 <li><a href="http://swig.org">Swig</a></li>
85 <code>&gt; yum install swig python-devel libedit-devel</code>
87 <code>&gt; sudo apt-get install build-essential subversion swig python-dev libedit-dev </code>
89 <code>&gt; pkg install swig python</code>
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyinit.swg 13 /* Python-specific SWIG API */
37 return PyUnicode_InternFromString("<Swig global variables>");
39 return PyString_FromString("<Swig global variables>");
85 fprintf(fp,"Swig global variables ");
139 static char varlink__doc__[] = "Swig var link object";
413 PyErr_SetString(PyExc_RuntimeError, "Import error: attempted to load two incompatible swig-generated modules.");
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyrun.swg 49 /* Ruby-specific SWIG API */
76 /* Global pointer used to keep some internal SWIG stuff */
80 /* Global IDs used to keep some internal SWIG stuff */
85 If your swig extension is to be run within an embedded ruby and has
109 throw Swig::DirectorTypeMismatchException( x );
144 _mSWIG = rb_define_module("SWIG");
  /external/lldb/include/lldb/Core/
SourceManager.h 28 #ifndef SWIG
87 #endif // SWIG
91 #ifndef SWIG
  /external/lldb/scripts/Python/interface/
SBDeclaration.i 1 //===-- SWIG Interface for SBDeclaration --------------------------*- C++ -*-===//
SBExpressionOptions.i 1 //===-- SWIG interface for SBExpressionOptions -----------------------------------------------*- C++ -*-===//
SBInstructionList.i 1 //===-- SWIG Interface for SBInstructionList --------------------*- C++ -*-===//
SBListener.i 1 //===-- SWIG Interface for SBListener ---------------------------*- C++ -*-===//

Completed in 242 milliseconds

1 2 3 4 5 6 78 91011>>