/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
std_stack.i | 7 namespace swig {
|
std_vectora.i | 7 namespace swig {
|
rubyclasses.swg | 31 %template(RubyVector) std::vector<swig::GC_VALUE>; 38 namespace swig { 309 } // namespace swig 315 namespace swig { 361 swig::SwigGCReferences::initialize(); 371 %fragment(SWIG_Traits_frag(swig::GC_VALUE),"header",fragment="StdTraits",fragment="GC_VALUE_definition") { 372 namespace swig { 399 } // swig 400 } // %fragment(traits for swig::GC_VALUE)
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_deque.i | 69 namespace swig { 82 // Add swig/language extra methods 106 namespace swig { 119 // Add swig/language extra methods
|
std_queue.i | 74 namespace swig { 87 // Add swig/language extra methods 108 namespace swig { 121 // Add swig/language extra methods
|
std_stack.i | 73 namespace swig { 86 // Add swig/language extra methods 107 namespace swig { 120 // Add swig/language extra methods
|
std_multimap.i | 67 namespace swig { 80 namespace swig { 95 // Add swig/language extra methods
|
/external/lldb/scripts/Python/interface/ |
SBCommandReturnObject.i | 1 //===-- SWIG Interface for SBCommandReturnObject ----------------*- C++ -*-===// 97 // because it is hard to support varargs in SWIG bridgings
|
/external/lldb/scripts/ |
lldb.swig | 2 lldb.swig 4 This is the input file for SWIG, to create the appropriate C++ wrappers and 45 %include "./Python/python-typemaps.swig" 103 #include "../scripts/Python/python-swigsafecast.swig" 107 /* Various liblldb typedefs that SWIG needs to know about. */ 108 #define __extension__ /* Undefine GCC keyword to make Swig happy when processing glibc's stdint.h. */ 167 %include "./Python/python-extensions.swig" 169 %include "./Python/python-wrapper.swig"
|
/prebuilts/misc/common/swig/include/2.0.11/csharp/ |
director.swg | 15 namespace Swig { 38 class DirectorPureVirtualException : public Swig::DirectorException {
|
/prebuilts/misc/common/swig/include/2.0.11/d/ |
director.swg | 15 namespace Swig { 39 class DirectorPureVirtualException : public Swig::DirectorException {
|
/prebuilts/misc/common/swig/include/2.0.11/guile/ |
guilemain.i | 5 * version that can handle wrapped calls as generated by SWIG 26 SWIG_init(); /* SWIG init function */
|
/prebuilts/misc/common/swig/include/2.0.11/octave/ |
director.swg | 2 # define SWIG_DIRECTOR_CAST(ARG) dynamic_cast<Swig::Director *>(ARG) 4 namespace Swig {
|
octruntime.swg | 98 See the SWIG manual for usage examples.\n\ 126 return octave_value(Swig::swig_value_ref(top)); 131 Return the underlying C/C++ type name of a SWIG-wrapped object.\n\ 139 octave_swig_type *ost = Swig::swig_value_deref(args(0)); 149 Return @var{string} if it is a recognised SWIG-wrapped C/C++ type name;\n\ 167 Return the underlying C/C++ pointer of a SWIG-wrapped object.\n\ 177 octave_swig_type *ost = Swig::swig_value_deref(args(0)); 187 Loads the SWIG-generated module `" SWIG_name_d "'.\n\ 261 module_ns->assign(SWIG_global_name,Swig::swig_value_ref(cvar_ns)); 279 Swig::swig_value_re [all...] |
octstdcommon.swg | 3 namespace swig { 110 %type_error(swig::type_name<Type>()); 135 %type_error(swig::type_name<Type>()); 153 %type_error(swig::type_name<Type>()); 191 namespace swig {
|
/prebuilts/misc/common/swig/include/2.0.11/tcl/ |
tclerrors.swg | 54 Tcl_SetErrorCode(interp, "SWIG", ctype, NULL); 61 Tcl_SetErrorCode(interp, "SWIG", ctype, NULL);
|
/prebuilts/misc/common/swig/include/2.0.11/allegrocl/ |
allegrocl.swg | 2 to distinguish between the SWIG language modules. */ 316 (cl::defparameter *swig-export-list* nil)) 320 ;; parsers to aid in finding SWIG definitions in files. 324 (id-args (if (eq (cl::car form) 'swig-dispatcher) 327 (cl::apply *swig-identifier-converter* id 328 (cl::progn (cl::when (cl::eq (cl::car form) 'swig-dispatcher) 356 (if (eq *swig-identifier-converter* 'identifier-convert-lispify) 418 (cl::apply *swig-identifier-converter* name kwargs) 423 (cl::pushnew args *swig-export-list*)) 426 (cl::defmacro swig-insert-id (name namespace &key (type :type) class [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
build_ext.py | 92 ('swig-cpp', None, 93 "make SWIG create C++ files (default is C)"), 94 ('swig-opts=', None, 95 "list of SWIG command line options"), 96 ('swig=', None, 97 "path to the SWIG executable"), 102 boolean_options = ['inplace', 'debug', 'force', 'swig-cpp', 'user'] 127 self.swig = None 470 # First, scan the sources for SWIG definition files (.i), run 471 # SWIG on 'em to create .c files, and modify the sources lis [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build_ext.py | 92 ('swig-cpp', None, 93 "make SWIG create C++ files (default is C)"), 94 ('swig-opts=', None, 95 "list of SWIG command line options"), 96 ('swig=', None, 97 "path to the SWIG executable"), 102 boolean_options = ['inplace', 'debug', 'force', 'swig-cpp', 'user'] 127 self.swig = None 470 # First, scan the sources for SWIG definition files (.i), run 471 # SWIG on 'em to create .c files, and modify the sources lis [all...] |
/external/parameter-framework/bindings/python/ |
Android.mk | 34 # to be exactly the same as the module name it contains. SWIG generates a 104 prebuilts/misc/$(HOST_OS)-$(HOST_ARCH)/swig/swig \ 105 -Iprebuilts/misc/common/swig/include/2.0.11/python/ \ 106 -Iprebuilts/misc/common/swig/include/2.0.11/ \
|
pfw.i | 39 throw Swig::DirectorMethodException(); 44 catch (Swig::DirectorException &e) { SWIG_fail; } 51 // We need to tell SWIG that std::vector<std::string> is a vector of strings 56 // Tells swig that 'std::string& strError' must be treated as output parameters 165 // Tells swig that "strXmlDest" in the two following methods are "inout" 176 // SWIG nested class support is not complete - cf. 177 // http://swig.org/Doc2.0/SWIGPlus.html#SWIGPlus_nested_classes 178 // This link also explains how to trick SWIG and pretend that
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
pystdcommon.swg | 3 namespace swig { 114 ::%type_error(swig::type_name<Type>()); 139 %type_error(swig::type_name<Type>()); 157 %type_error(swig::type_name<Type>()); 225 namespace swig {
|
/prebuilts/misc/common/swig/include/2.0.11/ |
swiglabels.swg | 2 * This section contains generic SWIG labels for method/variable 57 /* internal SWIG method */ 62 /* internal inline SWIG method */
|
/external/parameter-framework/ |
.travis.yml | 15 # Install SWIG for bindings generation 22 - swig
|
/prebuilts/misc/common/swig/include/2.0.11/mzscheme/ |
mzscheme.swg | 4 * SWIG Configuration File for MzScheme. 5 * This file is parsed by SWIG before reading any other interface file.
|