HomeSort by relevance Sort by last modified time
    Searched refs:jtype (Results 1 - 18 of 18) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/java/
java.swg 9 /* The jni, jtype and jstype typemaps work together and so there should be one of each.
11 * The jtype typemap contains the Java type used in the JNI intermediary class.
74 %typemap(jtype) bool, const bool & "boolean"
75 %typemap(jtype) char, const char & "char"
76 %typemap(jtype) signed char, const signed char & "byte"
77 %typemap(jtype) unsigned char, const unsigned char & "short"
78 %typemap(jtype) short, const short & "short"
79 %typemap(jtype) unsigned short, const unsigned short & "int"
80 %typemap(jtype) int, const int & "int"
81 %typemap(jtype) unsigned int, const unsigned int & "long
    [all...]
enumsimple.swg 12 %typemap(jtype) const enum SWIGTYPE & "int"
41 %typemap(jtype) enum SWIGTYPE "int"
enumtypeunsafe.swg 12 %typemap(jtype) const enum SWIGTYPE & "int"
41 %typemap(jtype) enum SWIGTYPE "int"
various.i 23 %typemap(jtype) char **STRING_ARRAY "String[]"
103 %typemap(jtype) char **STRING_OUT "String[]"
142 %typemap(jtype) char *BYTE "byte[]"
enums.swg 12 %typemap(jtype) const enum SWIGTYPE & "int"
41 %typemap(jtype) enum SWIGTYPE "int"
enumtypesafe.swg 11 %typemap(jtype) const enum SWIGTYPE & "int"
39 %typemap(jtype) enum SWIGTYPE "int"
std_string.i 24 %typemap(jtype) string "String"
69 %typemap(jtype) const string & "String"
boost_intrusive_ptr.i 211 %typemap (jtype) SWIG_INTRUSIVE_PTR_QNAMESPACE::intrusive_ptr< CONST TYPE >,
313 %typemap(jtype, nopgcpp="1") SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > swigSharedPtrUpcast "long"
314 %typemap(jtype, nopgcpp="1") SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > swigSharedPtrUpcast "long"
391 %typemap (jtype) SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > "long"
467 %typemap(jtype, nopgcpp="1") SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< TYPE > swigSharedPtrUpcast "long"
468 %typemap(jtype, nopgcpp="1") SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > swigSharedPtrUpcast "long"
std_wstring.i 23 %typemap(jtype) wstring "String"
96 %typemap(jtype) const wstring & "String"
arrays_java.i 143 %define JAVA_ARRAYS_TYPEMAPS(CTYPE, JTYPE, JNITYPE, JFUNCNAME, JNIDESC)
146 %typemap(jtype) CTYPE[ANY], CTYPE[] %{JTYPE[]%}
147 %typemap(jstype) CTYPE[ANY], CTYPE[] %{JTYPE[]%}
239 %typemap(jtype) ARRAYSOFCLASSES[ANY], ARRAYSOFCLASSES[] "long[]"
363 %typemap(jtype) ARRAYSOFENUMS[ANY], ARRAYSOFENUMS[] "int[]"
typemaps.i 61 %define INPUT_TYPEMAP(TYPE, JNITYPE, JTYPE, JNIDESC)
63 %typemap(jtype) TYPE *INPUT, TYPE &INPUT "JTYPE"
64 %typemap(jstype) TYPE *INPUT, TYPE &INPUT "JTYPE"
182 %define OUTPUT_TYPEMAP(TYPE, JNITYPE, JTYPE, JAVATYPE, JNIDESC, TYPECHECKTYPE)
184 %typemap(jtype) TYPE *OUTPUT, TYPE &OUTPUT "JTYPE[]"
185 %typemap(jstype) TYPE *OUTPUT, TYPE &OUTPUT "JTYPE[]"
325 %define INOUT_TYPEMAP(TYPE, JNITYPE, JTYPE, JAVATYPE, JNIDESC, TYPECHECKTYPE)
327 %typemap(jtype) TYPE *INOUT, TYPE &INOUT "JTYPE[]
    [all...]
boost_shared_ptr.i 99 %typemap (jtype) SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE >,
  /frameworks/base/media/mca/
structgen.py 107 def __init__(self, name, structname, jclassname, package, javatype, ctype, jtype, defval):
114 self.jtype = jtype
143 % (self.jtype, ToJNIPackage(self.package, self.jclassname), ToJavaName(self.name, 0))
150 "}\n" % (self.jtype, ToJNIPackage(self.package, self.jclassname), ToJavaName(self.name, 0),\
156 % (ToJNIPackage(self.package, self.jclassname), ToJavaName(self.name, 0), self.jtype)
168 self.jtype, self.structname, self.structname, self.name)
  /cts/tools/vm-tests-tf/etc/
starttests 230 jtype=`echo "$mainclass" | sed -e 's/.*_test\([^0-9]*\)[0-9].*/\1/' `
231 if [ "$jtype" == "VFE" ]; then
  /external/libpcap/
gencode.h 319 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse);
324 struct block *gen_mtp3field_code(int mtp3field, bpf_u_int32 jvalue, bpf_u_int32 jtype, int reverse);
gencode.c 737 * with the test specified by "jtype"; if "reverse" is true, the test
738 * should test the opposite of "jtype".
741 gen_ncmp(offrel, offset, size, mask, jtype, reverse, v)
744 bpf_u_int32 offset, size, mask, jtype;
758 b = new_block(JMP(jtype));
761 if (reverse && (jtype == BPF_JGT || jtype == BPF_JGE))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1355 milliseconds