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

1 2

  /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 >,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
fset.c 63 * If p->jtype == EndRule we are going to attempt a FOLLOW. (FOLLOWs are really defined
126 if ( p->jtype == RuleBlk ) fprintf(stderr, "FIRST(%s,%d) \n",((Junction *)p)->rname,k);
128 decodeJType[p->jtype], ((Junction *)p)->rname);
151 if ( p->jtype==aLoopBlk || p->jtype==RuleBlk ||
152 p->jtype==aPlusBlk || p->jtype==EndRule )
157 if ( p->jtype == EndRule ) /* FOLLOW cycle? */
167 if ( p->jtype == RuleBlk &&
179 if ( p->jtype == EndRule &&
    [all...]
misc.c 371 if ( j->jtype == EndRule ) return;
1028 if ( p->jtype==EndBlk || p->jtype==EndRule )
1058 switch ( q->jtype )
1061 if ( PrintAnnotate ) First(q, 1, q->jtype, &dum_k);
1063 ((Junction *)q->end->p1)->jtype == EndRule ) doing_rule = 1;
1075 pBlk(q,q->jtype);
1080 pBlk(q,q->jtype);
1090 if ( PrintAnnotate ) First(q, 1, q->jtype, &dum_k);
1100 pBlk(q,q->jtype);
    [all...]
pred.c 168 ((Junction *)p->p1)->jtype != EndBlk )
273 switch ( j->jtype )
326 if ( p->jtype==aLoopBlk || p->jtype==RuleBlk ||
327 p->jtype==aPlusBlk || p->jtype==EndRule )
337 switch ( p->jtype )
512 /* MR10 */ (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE),
542 /* MR10 */ (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == FALSE),
dumpnode.c 43 ( (Junction *) p)->jtype == EndRule) {
178 switch (j->jtype ) {
390 if (j->jtype == EndRule) return NULL;
391 if (j->jtype != RuleBlk && j->jtype != EndBlk) {
415 require (j->ntype == nJunction && j->jtype == RuleBlk,"Not a rule block");
fset2.c 546 decodeJType[p->jtype], ((Junction *)p)->rname);
560 if ( p->jtype==aLoopBlk || p->jtype==RuleBlk ||
561 p->jtype==aPlusBlk || p->jtype==aSubBlk || p->jtype==aOptBlk )
563 if ( p->jtype!=aSubBlk && p->jtype!=aOptBlk ) {
570 /* MR10 */ if (p->jtype != Generic) MR_pointerStackPush(&MR_BackTraceStack,p);
576 /* MR10 */ if (p->jtype != Generic) MR_pointerStackPop(&MR_BackTraceStack);
    [all...]
build.c 42 ((Junction *)g.left)->jtype = t; \
46 ((Junction *)g.right)->jtype = EndBlk;}
50 * the actual junction with its jtype == some block-type.
484 ((Junction *)g1.right)->jtype = EndBlk; /* mark 1st EndBlk node */
485 ((Junction *)g1.left)->jtype = aLoopBlk; /* mark 2nd aLoopBlk node */
538 ((Junction *)g1.right)->jtype = EndBlk; /* mark 1st EndBlk node */
555 ((Junction *)p->p1)->jtype==Generic &&
557 ((Junction *)((Junction *)p->p1)->p1)->jtype==EndBlk )
731 p->jtype = Generic;
syn.h 166 if ( (p)->ntype == nJunction ) (*(fpJTrans[((Junction *)(p))->jtype]))( p );\
341 int jtype; /* annotation for code-gen/FIRST/FOLLOW. member in struct:Junction::_junct
gen.c 522 if ( q->jtype == aPlusBlk ) gen("int zzcnt=1;\n");
526 if ( q->jtype == aLoopBegin ) begin = (Junction *) ((Junction *)q->p1);
532 if ( q->jtype == aLoopBegin )
    [all...]
mrhoist.c 544 ( (Junction *) next)->jtype == EndRule) {
942 (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE),
1008 (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE),
    [all...]
antlr.g 905 CurRuleBlk->jtype = RuleBlk;
918 p->jtype = EndRule;
    [all...]
  /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 202 jtype=`echo "$mainclass" | sed -e 's/.*_test\([^0-9]*\)[0-9].*/\1/' `
203 if [ "$jtype" == "VFE" ]; then
  /external/libpcap/
gencode.c 999 * with the test specified by "jtype"; if "reverse" is true, the test
1000 * should test the opposite of "jtype".
1004 bpf_u_int32 size, bpf_u_int32 mask, bpf_u_int32 jtype, int reverse,
1018 b = new_block(cstate, JMP(jtype));
1021 if (reverse && (jtype == BPF_JGT || jtype == BPF_JGE))
    [all...]

Completed in 226 milliseconds

1 2