HomeSort by relevance Sort by last modified time
    Searched refs:swig (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/lldb/scripts/
build-swig-wrapper-classes.sh 3 # build-swig-wrapper-classes.sh
9 # We use SWIG to help create the appropriate wrapper classes/functions for
10 # the scripting language. In some cases the file generated by SWIG may
18 # CONFIG_BUILD_DIR is where the build-swig-Python-LLDB.sh shell script
19 # put the lldb.py file it was generated from running SWIG.
48 # if the caller wants swig to generate a dependency file.
68 # Verify that 'lldb.swig' exists.
71 if [ ! -f ${SRC_ROOT}/scripts/lldb.swig ]
73 echo Error: unable to find file 'lldb.swig' >&2
79 echo "Found lldb.swig file
    [all...]
finish-swig-wrapper-classes.sh 3 # finish-swig-wrapper-classes.sh
9 # We use SWIG to create a C++ file containing the appropriate wrapper classes
18 # CONFIG_BUILD_DIR is where the build-swig-Python-LLDB.sh shell script
19 # put the lldb.py file it generated from running SWIG.
80 filename="./finish-swig-${curlang}-LLDB.sh"
91 ./finish-swig-${curlang}-LLDB.sh $SRC_ROOT $TARGET_DIR $CONFIG_BUILD_DIR "${PREFIX}" "${debug_flag}" "${makefile_flag}"
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubystdfunctors.swg 9 * You can use them in a swig file like:
14 * %template< IntSet > std::set< int, swig::BinaryPredicate<> >;
30 namespace swig {
47 $1 = new swig::BinaryFunction< >($input);
50 $1 = new swig::UnaryFunction< >($input);
54 $1 = new swig::BinaryPredicate<>($input);
58 $1 = new swig::UnaryPredicate< >($input);
88 namespace swig {
100 VALUE arg1 = swig::from(a);
101 VALUE arg2 = swig::from(b)
    [all...]
std_pair.i 9 namespace swig {
20 int res1 = swig::asval((VALUE)first, pfirst);
23 int res2 = swig::asval((VALUE)second, psecond);
28 int res1 = swig::asval((VALUE)first, pfirst);
31 int res2 = swig::asval((VALUE)second, psecond);
48 swig::type_info<value_type>(),0);
65 int res1 = swig::asval((VALUE)first, pfirst);
68 int res2 = swig::asval((VALUE)second, psecond);
74 int res1 = swig::asval((VALUE)first, pfirst);
77 int res2 = swig::asval((VALUE)second, psecond)
    [all...]
rubycontainer.swg 41 namespace swig {
48 return RTEST( rb_yield( swig::from< T >(v) ) );
100 typename Sequence::size_type ii = swig::check_index(i, size);
101 typename Sequence::size_type jj = swig::slice_index(j, size);
118 typename Sequence::size_type ii = swig::check_index(i, size, true);
119 typename Sequence::size_type jj = swig::slice_index(j, size);
142 typename Sequence::size_type ii = swig::check_index(i, size, true);
143 typename Sequence::size_type jj = swig::slice_index(j, size);
161 namespace swig
183 return swig::as<T>(item, true)
    [all...]
std_map.i 6 namespace swig {
14 return swig::from(v.first);
25 return swig::from(v.second);
81 namespace swig {
103 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<map_type>(),0);
117 swig_type_info *desc = swig::type_info<map_type>();
131 VALUE key = swig::from(i->first);
132 VALUE val = swig::from(i->second);
152 return swig::from( key );
177 rb_ary_push( ary, swig::from(i->first) )
    [all...]
rubycontainer_extended.swg 29 r = swig::from< Type >( val );
67 r = swig::from< Type >( *i );
69 *i = swig::as< Type >( r );
126 %swig_container_extend( %arg( Container ), swig::GC_VALUE );
std_multimap.i 8 namespace swig {
30 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<multimap_type>(),0);
44 swig_type_info *desc = swig::type_info<multimap_type>();
59 VALUE key = swig::from(i->first);
60 VALUE val = swig::from(i->second);
100 rb_ary_push( ary, swig::from<MultiMap::mapped_type>( i->second ) );
118 const char *type_name = swig::type_name< MultiMap >();
126 tmp = swig::from( key );
134 tmp = swig::from( val );
161 tmp = swig::from( key )
    [all...]
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/python/
std_carray.i 6 namespace swig {
23 namespace swig {
33 %typemaps_asptr(SWIG_TYPECHECK_VECTOR, swig::asptr,
38 $result = SWIG_NewPointerObj(swig::make_output_iterator((const $type &)$1),
39 swig::SwigPyIterator::descriptor(),SWIG_POINTER_OWN);
49 swig::SwigPyIterator* __iter__(PyObject **PYTHON_SELF) {
50 return swig::make_output_iterator(self->begin(), self->begin(), self->end(), *PYTHON_SELF);
std_multimap.i 8 namespace swig {
29 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<multimap_type>(),0);
43 swig_type_info *desc = swig::type_info<multimap_type>();
58 swig::SwigVar_PyObject key = swig::from(i->first);
59 swig::SwigVar_PyObject val = swig::from(i->second);
std_pair.i 9 namespace swig {
20 int res1 = swig::asval((PyObject*)first, pfirst);
23 int res2 = swig::asval((PyObject*)second, psecond);
28 int res1 = swig::asval((PyObject*)first, 0);
31 int res2 = swig::asval((PyObject*)second, psecond);
45 swig::SwigVar_PyObject first = PySequence_GetItem(obj,0);
46 swig::SwigVar_PyObject second = PySequence_GetItem(obj,1);
51 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<value_type>(),0);
69 int res1 = swig::asval((PyObject*)first, pfirst);
72 int res2 = swig::asval((PyObject*)second, psecond)
    [all...]
pycontainer.swg 41 %fragment(SWIG_Traits_frag(swig::SwigPtr_PyObject),"header",fragment="StdTraits") {
42 namespace swig {
74 %fragment(SWIG_Traits_frag(swig::SwigVar_PyObject),"header",fragment="StdTraits") {
75 namespace swig {
138 struct less <swig::SwigPtr_PyObject>: public binary_function<swig::SwigPtr_PyObject, swig::SwigPtr_PyObject, bool>
141 operator()(const swig::SwigPtr_PyObject& v, const swig::SwigPtr_PyObject& w) const
148 struct less <swig::SwigVar_PyObject>: public binary_function<swig::SwigVar_PyObject, swig::SwigVar_PyObject, bool
    [all...]
std_map.i 7 namespace swig {
15 return swig::from(v.first);
26 return swig::from(v.second);
79 namespace swig {
105 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<map_type>(),0);
131 swig::SwigVar_PyObject key = swig::from(i->first);
132 swig::SwigVar_PyObject val = swig::from(i->second);
140 swig_type_info *desc = swig::type_info<map_type>()
    [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 {
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_pair.i 8 namespace swig {
19 int res1 = swig::asval(first, pfirst);
23 int res2 = swig::asval(second, psecond);
29 int res1 = swig::asval(first, pfirst);
33 int res2 = swig::asval((PyObject*)second, psecond);
50 int res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<value_type>(),0);
70 int res1 = swig::asval(first, pfirst);
74 int res2 = swig::asval(second, psecond);
81 int res1 = swig::asval(first, pfirst);
85 int res2 = swig::asval(second, psecond)
    [all...]
octcontainer.swg 36 namespace swig {
83 namespace swig {
131 typename Sequence::size_type ii = swig::check_index(i, size);
132 typename Sequence::size_type jj = swig::slice_index(j, size);
149 typename Sequence::size_type ii = swig::check_index(i, size, true);
150 typename Sequence::size_type jj = swig::slice_index(j, size);
173 typename Sequence::size_type ii = swig::check_index(i, size, true);
174 typename Sequence::size_type jj = swig::slice_index(j, size);
191 namespace swig
203 // swig::SwigVar_PyObject item = OctSequence_GetItem(_seq, _index)
    [all...]
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 {
  /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/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),
  /external/lldb/source/Interpreter/
wrap_python.mk 14 $(LLDB_ROOT_PATH)/scripts/Python/edit-swig-python-wrapper-file.py \
18 $(hide) "$(LLDB_ROOT_PATH_ABS)/scripts/build-swig-wrapper-classes.sh" "$(LLDB_ROOT_PATH_ABS)" "$(intermediates_abs)" "$(intermediates_abs)" "$(intermediates_abs)" -m
19 $(hide) "$(LLDB_ROOT_PATH_ABS)/scripts/finish-swig-wrapper-classes.sh" "$(LLDB_ROOT_PATH_ABS)" "$(intermediates_abs)" "$(intermediates_abs)" "$(intermediates_abs)" -m
  /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 {

Completed in 1126 milliseconds

1 2 3