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

1 2

  /prebuilts/misc/common/swig/include/2.0.11/lua/
factory.i 12 SWIG_NewPointerObj(L, dobj, $descriptor(Type *), $owner); SWIG_arg++;
21 SWIG_NewPointerObj(L, $1, $descriptor, $owner); SWIG_arg++;
luatypemaps.swg 152 %{SWIG_NewPointerObj(L,$1,$descriptor,$owner); SWIG_arg++; %}
161 SWIG_NewPointerObj(L,(void*)$1,ty,$owner); SWIG_arg++;
184 %{SWIG_NewPointerObj(L,*$1,$*descriptor,$owner); SWIG_arg++; %}
208 SWIG_NewPointerObj(L,(void *) resultptr,$&1_descriptor,1); SWIG_arg++;
216 SWIG_NewPointerObj(L,(void *) resultptr,$&1_descriptor,1); SWIG_arg++;
lua.swg 212 %{SWIG_NewPointerObj(L,(void *)new $1_ltype(($1_ltype &) $1),$&1_descriptor,1);
218 %{SWIG_NewPointerObj(L,(void *)new $basetype($1),$1_descriptor,1);
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
factory.swg 77 %set_output(SWIG_NewPointerObj(%as_voidptr(dobj),$descriptor(Type *), $owner | %newpointer_flags));
86 %set_output(SWIG_NewPointerObj(%as_voidptr($1),$descriptor, $owner | %newpointer_flags));
swigtype.swg 106 %set_output(SWIG_NewPointerObj(%as_voidptr($1), $descriptor, $owner | %newpointer_flags));
110 %set_output(SWIG_NewPointerObj(%as_voidptr(*$1), $*descriptor, $owner | %newpointer_flags));
115 %set_output(SWIG_NewPointerObj(%new_copy($1, $ltype), $&descriptor, SWIG_POINTER_OWN | %newpointer_flags));
275 %set_varoutput(SWIG_NewPointerObj(%as_voidptr($1), $descriptor, %newpointer_flags));
279 %set_varoutput(SWIG_NewPointerObj(%as_voidptr($1), $descriptor, %newpointer_flags));
284 %set_varoutput(SWIG_NewPointerObj(%as_voidptr(&$1), $descriptor, %newpointer_flags));
289 %set_varoutput(SWIG_NewPointerObj(%as_voidptr(&$1), $&descriptor, %newpointer_flags));
347 $input = SWIG_NewPointerObj(%as_voidptr($1), $descriptor, %newpointer_flags);
351 $input = SWIG_NewPointerObj(%as_voidptr(&$1), $&descriptor, %newpointer_flags);
355 $input = SWIG_NewPointerObj(%as_voidptr(&$1), $descriptor, %newpointer_flags)
    [all...]
void.swg 59 $input = SWIG_NewPointerObj(%as_voidptr($1), $descriptor, %newpointer_flags);
  /external/selinux/libsemanage/src/
semanageswig_ruby.i 41 $result = SWIG_Ruby_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
53 $result = SWIG_Ruby_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
69 $result = SWIG_Ruby_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
73 $result = SWIG_Ruby_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
93 $result = SWIG_Ruby_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
97 $result = SWIG_Ruby_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
117 $result = SWIG_Ruby_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
121 $result = SWIG_Ruby_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
141 $result = SWIG_Ruby_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
145 $result = SWIG_Ruby_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0))
    [all...]
semanageswig_python.i 76 obj = SWIG_NewPointerObj(arr[i], swig_type, 0);
153 $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
165 $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
177 $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
212 $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
216 $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
255 $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
259 $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
299 $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0));
303 $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(*$1, $*1_descriptor, 0))
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
typemaps.i 41 $result = SWIG_NewPointerObj ($1, $descriptor, $owner);
46 $result = SWIG_NewPointerObj ($1, ty, $owner);
50 $result = SWIG_NewPointerObj ($1, $descriptor, 0);
54 $result = SWIG_NewPointerObj((void *) &$1, $1_descriptor, 0);
67 $result = SWIG_NewPointerObj ($1, $descriptor, $owner);
72 $result = SWIG_NewPointerObj ($1, ty, $owner);
84 $result = SWIG_NewPointerObj ($1, $descriptor, $owner);
123 $result = SWIG_NewPointerObj (resultptr, $&1_descriptor, 1);
130 $result = SWIG_NewPointerObj(resultptr, $&1_descriptor, 1);
139 $result = SWIG_NewPointerObj (resultptr, $&1_descriptor, 0)
    [all...]
  /external/selinux/libselinux/src/
selinuxswig_ruby.i 18 %append_output(SWIG_NewPointerObj(*$1, $descriptor(security_id_t), 0));
selinuxswig_python.i 72 %append_output(SWIG_NewPointerObj(*$1, $descriptor(security_id_t), 0));
  /prebuilts/misc/common/swig/include/2.0.11/guile/
typemaps.i 45 $result = SWIG_NewPointerObj ($1, $descriptor, $owner);
50 $result = SWIG_NewPointerObj ($1, ty, $owner);
54 $result = SWIG_NewPointerObj ($1, $descriptor, 0);
58 $result = SWIG_NewPointerObj((void *) &$1, $1_descriptor, 0);
64 scm_listify(SWIG_NewPointerObj(temp, $&descriptor, 1),
70 scm_listify(SWIG_NewPointerObj(&$1, $descriptor, 1),
76 scm_listify(SWIG_NewPointerObj($1, $descriptor, 1),
82 scm_listify(SWIG_NewPointerObj($1, $descriptor, 1),
120 $result = SWIG_NewPointerObj (resultptr, $&1_descriptor, 1);
127 $result = SWIG_NewPointerObj(resultptr, $&1_descriptor, 1)
    [all...]
pointer-in-out.i 80 "SWIG_APPEND_VALUE(SWIG_NewPointerObj(*$1, $*descriptor, 1));";
83 "SWIG_APPEND_VALUE(SWIG_NewPointerObj(*$1, $*descriptor, 0));";
99 $result = SWIG_NewPointerObj ($1, $descriptor, $owner);
  /prebuilts/misc/common/swig/include/2.0.11/octave/
boost_shared_ptr.i 32 %set_output(SWIG_NewPointerObj(new SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE >(new $1_ltype(($1_ltype &)$1)), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
50 %set_varoutput(SWIG_NewPointerObj(new SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE >(new $1_ltype(($1_ltype &)$1)), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
72 %set_output(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), $owner | SWIG_POINTER_OWN));
95 %set_varoutput(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
116 %set_output(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
138 %set_varoutput(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
160 %set_output(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
182 %set_output(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
197 %set_varoutput(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
217 %set_output(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POIN (…)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
boost_shared_ptr.i 43 %set_output(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
62 %set_varoutput(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
85 %set_output(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), $owner | SWIG_POINTER_OWN));
108 %set_varoutput(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
129 %set_output(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
151 %set_varoutput(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
173 %set_output(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
195 %set_output(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
210 %set_varoutput(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
230 %set_output(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POIN (…)
    [all...]
pytypemaps.swg 88 $result = SWIG_NewPointerObj(%new_copy(*$1, $*ltype), $descriptor, SWIG_POINTER_OWN | %newpointer_flags);
std_carray.i 38 $result = SWIG_NewPointerObj(swig::make_output_iterator((const $type &)$1),
  /prebuilts/misc/common/swig/include/2.0.11/r/
boost_shared_ptr.i 32 %set_output(SWIG_NewPointerObj(new SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE >(new $1_ltype(($1_ltype &)$1)), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
50 %set_varoutput(SWIG_NewPointerObj(new SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE >(new $1_ltype(($1_ltype &)$1)), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
72 %set_output(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), $owner | SWIG_POINTER_OWN));
95 %set_varoutput(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
116 %set_output(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
138 %set_varoutput(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
160 %set_output(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
182 %set_output(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
197 %set_varoutput(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POINTER_OWN));
217 %set_output(SWIG_NewPointerObj(%as_voidptr(smartresult), $descriptor(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > *), SWIG_POIN (…)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
chicken.swg 221 $result = SWIG_NewPointerObj($1, $descriptor, $owner);
227 $result = SWIG_NewPointerObj($1, ty, $owner);
232 $result = SWIG_NewPointerObj($varname, $descriptor, 0);
237 $result = SWIG_NewPointerObj((void *) &$varname, $1_descriptor, 0);
269 C_word ptr = SWIG_NewPointerObj((void *) known_space, $descriptor, 0);
304 C_word ptr = SWIG_NewPointerObj((void *) known_space, $descriptor, 0);
332 $result = SWIG_NewPointerObj(resultptr, $&1_descriptor, 1);
340 $result = SWIG_NewPointerObj(resultptr, $&1_descriptor, 1);
350 $result = SWIG_NewPointerObj(resultptr, $&1_descriptor, 0);
358 $result = SWIG_NewPointerObj(resultptr, $&1_descriptor, 0)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/pike/
pikerun.swg 31 #define SWIG_NewPointerObj SWIG_Pike_NewPointerObj
pike.swg 116 %typemap(out, pikedesc="tObj") SWIGTYPE*, SWIGTYPE &, SWIGTYPE [] "push_object(SWIG_NewPointerObj((void *) $1, $1_descriptor, $owner));";
137 push_object(SWIG_NewPointerObj((void *) resultptr, $&1_descriptor, 1));
144 push_object(SWIG_NewPointerObj((void *) resultptr, $&1_descriptor, 1));
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubystrings.swg 48 SWIG_NewPointerObj(%const_cast(carray,char *), pchar_descriptor, 0) : Qnil;
std_set.i 183 $result = SWIG_NewPointerObj(swig::make_set_nonconst_iterator(%static_cast($1,const $type &),
192 rb_ary_push($result, SWIG_NewPointerObj(swig::make_set_nonconst_iterator(%static_cast($1,$type &).first),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c     [all...]
  /external/libnl/python/netlink/genl/
capi.i 95 v = SWIG_NewPointerObj(SWIG_as_voidptr(tb_msg[i]), SWIGTYPE_p_nlattr, 0 | 0 );

Completed in 219 milliseconds

1 2