Home
last modified time | relevance | path

Searched +defs:env +defs:ctx (Results 1 – 25 of 4258) sorted by relevance

12345678910>>...171

/dports/cad/gtkwave/gtkwave-3.3.107/contrib/fst_jni/
H A DfstAPI.c46 (JNIEnv *env, jobject obj, jlong ctx) in Java_fstAPI_fstWriterClose()
53 (JNIEnv *env, jobject obj, jlong ctx) in Java_fstAPI_fstWriterGetFseekFailed()
62 (JNIEnv *env, jobject obj, jlong ctx) in Java_fstAPI_fstWriterGetDumpSizeLimitReached()
71 (JNIEnv *env, jobject obj, jlong ctx) in Java_fstAPI_fstWriterFlushContext()
78 (JNIEnv *env, jobject obj, jlong ctx) in Java_fstAPI_fstWriterSetUpscope()
85 (JNIEnv *env, jobject obj, jlong ctx) in Java_fstAPI_fstWriterSetAttrEnd()
344 (JNIEnv *env, jobject obj, jlong ctx) in Java_fstAPI_fstReaderClose()
351 (JNIEnv *env, jobject obj, jlong ctx) in Java_fstAPI_fstReaderIterateHierRewind()
358 (JNIEnv *env, jobject obj, jlong ctx) in Java_fstAPI_fstReaderResetScope()
365 (JNIEnv *env, jobject obj, jlong ctx) in Java_fstAPI_fstReaderGetCurrentScopeLen()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DArrayAccessExpression.java85 public Vset checkAmbigName(Environment env, Context ctx, in checkAmbigName()
111 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
119 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
136 public FieldUpdater getUpdater(Environment env, Context ctx) { in getUpdater()
143 Type toType(Environment env, Context ctx) { in toType()
156 public Expression inline(Environment env, Context ctx) { in inline()
165 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
174 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
210 int codeLValue(Environment env, Context ctx, Assembler asm) { in codeLValue()
219 void codeLoad(Environment env, Context ctx, Assembler asm) { in codeLoad()
[all …]
H A DExpression.java143 Type toType(Environment env, Context ctx) { in toType()
168 public boolean fitsType(Environment env, Context ctx, Type t) { in fitsType()
205 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
241 public FieldUpdater getUpdater(Environment env, Context ctx) { in getUpdater()
245 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
297 public void checkCondition(Environment env, Context ctx, in checkCondition()
348 public Expression inline(Environment env, Context ctx) { in inline()
351 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
405 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
465 void codeLoad(Environment env, Context ctx, Assembler asm) { in codeLoad()
[all …]
H A DIdentifierExpression.java78 private Vset assign(Environment env, Context ctx, Vset vset) { in assign()
104 private Vset get(Environment env, Context ctx, Vset vset) { in get()
135 boolean bind(Environment env, Context ctx) { in bind()
252 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
265 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
359 Type toType(Environment env, Context ctx) { in toType()
402 public Expression inline(Environment env, Context ctx) { in inline()
405 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
424 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
450 int codeLValue(Environment env, Context ctx, Assembler asm) { in codeLValue()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DArrayAccessExpression.java85 public Vset checkAmbigName(Environment env, Context ctx, in checkAmbigName()
111 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
119 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
136 public FieldUpdater getUpdater(Environment env, Context ctx) { in getUpdater()
143 Type toType(Environment env, Context ctx) { in toType()
156 public Expression inline(Environment env, Context ctx) { in inline()
165 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
174 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
210 int codeLValue(Environment env, Context ctx, Assembler asm) { in codeLValue()
219 void codeLoad(Environment env, Context ctx, Assembler asm) { in codeLoad()
[all …]
H A DExpression.java143 Type toType(Environment env, Context ctx) { in toType()
168 public boolean fitsType(Environment env, Context ctx, Type t) { in fitsType()
205 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
241 public FieldUpdater getUpdater(Environment env, Context ctx) { in getUpdater()
245 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
297 public void checkCondition(Environment env, Context ctx, in checkCondition()
348 public Expression inline(Environment env, Context ctx) { in inline()
351 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
405 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
465 void codeLoad(Environment env, Context ctx, Assembler asm) { in codeLoad()
[all …]
H A DIdentifierExpression.java78 private Vset assign(Environment env, Context ctx, Vset vset) { in assign()
104 private Vset get(Environment env, Context ctx, Vset vset) { in get()
135 boolean bind(Environment env, Context ctx) { in bind()
252 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
265 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
359 Type toType(Environment env, Context ctx) { in toType()
402 public Expression inline(Environment env, Context ctx) { in inline()
405 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
424 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
450 int codeLValue(Environment env, Context ctx, Assembler asm) { in codeLValue()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DArrayAccessExpression.java85 public Vset checkAmbigName(Environment env, Context ctx, in checkAmbigName()
111 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
119 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
136 public FieldUpdater getUpdater(Environment env, Context ctx) { in getUpdater()
143 Type toType(Environment env, Context ctx) { in toType()
156 public Expression inline(Environment env, Context ctx) { in inline()
165 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
174 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
210 int codeLValue(Environment env, Context ctx, Assembler asm) { in codeLValue()
219 void codeLoad(Environment env, Context ctx, Assembler asm) { in codeLoad()
[all …]
H A DIdentifierExpression.java78 private Vset assign(Environment env, Context ctx, Vset vset) { in assign()
104 private Vset get(Environment env, Context ctx, Vset vset) { in get()
135 boolean bind(Environment env, Context ctx) { in bind()
252 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
265 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
359 Type toType(Environment env, Context ctx) { in toType()
402 public Expression inline(Environment env, Context ctx) { in inline()
405 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
424 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
450 int codeLValue(Environment env, Context ctx, Assembler asm) { in codeLValue()
[all …]
H A DExpression.java143 Type toType(Environment env, Context ctx) { in toType()
168 public boolean fitsType(Environment env, Context ctx, Type t) { in fitsType()
205 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
241 public FieldUpdater getUpdater(Environment env, Context ctx) { in getUpdater()
245 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
297 public void checkCondition(Environment env, Context ctx, in checkCondition()
348 public Expression inline(Environment env, Context ctx) { in inline()
351 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
405 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
465 void codeLoad(Environment env, Context ctx, Assembler asm) { in codeLoad()
[all …]
H A DCommaExpression.java49 public Vset check(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) { in check()
58 void selectType(Environment env, Context ctx, int tm) { in selectType()
78 public Expression inline(Environment env, Context ctx) { in inline()
87 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
100 int codeLValue(Environment env, Context ctx, Assembler asm) { in codeLValue()
115 void codeLoad(Environment env, Context ctx, Assembler asm) { in codeLoad()
126 void codeStore(Environment env, Context ctx, Assembler asm) { in codeStore()
136 public void codeValue(Environment env, Context ctx, Assembler asm) { in codeValue()
142 public void code(Environment env, Context ctx, Assembler asm) { in code()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DArrayAccessExpression.java85 public Vset checkAmbigName(Environment env, Context ctx, in checkAmbigName()
111 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
119 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
136 public FieldUpdater getUpdater(Environment env, Context ctx) { in getUpdater()
143 Type toType(Environment env, Context ctx) { in toType()
156 public Expression inline(Environment env, Context ctx) { in inline()
165 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
174 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
210 int codeLValue(Environment env, Context ctx, Assembler asm) { in codeLValue()
219 void codeLoad(Environment env, Context ctx, Assembler asm) { in codeLoad()
[all …]
H A DIdentifierExpression.java78 private Vset assign(Environment env, Context ctx, Vset vset) { in assign()
104 private Vset get(Environment env, Context ctx, Vset vset) { in get()
135 boolean bind(Environment env, Context ctx) { in bind()
252 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
265 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
359 Type toType(Environment env, Context ctx) { in toType()
402 public Expression inline(Environment env, Context ctx) { in inline()
405 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
424 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
450 int codeLValue(Environment env, Context ctx, Assembler asm) { in codeLValue()
[all …]
H A DExpression.java143 Type toType(Environment env, Context ctx) { in toType()
168 public boolean fitsType(Environment env, Context ctx, Type t) { in fitsType()
205 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
241 public FieldUpdater getUpdater(Environment env, Context ctx) { in getUpdater()
245 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
297 public void checkCondition(Environment env, Context ctx, in checkCondition()
348 public Expression inline(Environment env, Context ctx) { in inline()
351 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
405 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
465 void codeLoad(Environment env, Context ctx, Assembler asm) { in codeLoad()
[all …]
H A DCommaExpression.java49 public Vset check(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) { in check()
58 void selectType(Environment env, Context ctx, int tm) { in selectType()
78 public Expression inline(Environment env, Context ctx) { in inline()
87 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
100 int codeLValue(Environment env, Context ctx, Assembler asm) { in codeLValue()
115 void codeLoad(Environment env, Context ctx, Assembler asm) { in codeLoad()
126 void codeStore(Environment env, Context ctx, Assembler asm) { in codeStore()
136 public void codeValue(Environment env, Context ctx, Assembler asm) { in codeValue()
142 public void code(Environment env, Context ctx, Assembler asm) { in code()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DArrayAccessExpression.java85 public Vset checkAmbigName(Environment env, Context ctx, in checkAmbigName()
111 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
119 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
136 public FieldUpdater getUpdater(Environment env, Context ctx) { in getUpdater()
143 Type toType(Environment env, Context ctx) { in toType()
156 public Expression inline(Environment env, Context ctx) { in inline()
165 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
174 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
210 int codeLValue(Environment env, Context ctx, Assembler asm) { in codeLValue()
219 void codeLoad(Environment env, Context ctx, Assembler asm) { in codeLoad()
[all …]
H A DIdentifierExpression.java78 private Vset assign(Environment env, Context ctx, Vset vset) { in assign()
104 private Vset get(Environment env, Context ctx, Vset vset) { in get()
135 boolean bind(Environment env, Context ctx) { in bind()
252 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
265 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
359 Type toType(Environment env, Context ctx) { in toType()
402 public Expression inline(Environment env, Context ctx) { in inline()
405 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
424 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
450 int codeLValue(Environment env, Context ctx, Assembler asm) { in codeLValue()
[all …]
H A DExpression.java143 Type toType(Environment env, Context ctx) { in toType()
168 public boolean fitsType(Environment env, Context ctx, Type t) { in fitsType()
205 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
241 public FieldUpdater getUpdater(Environment env, Context ctx) { in getUpdater()
245 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
297 public void checkCondition(Environment env, Context ctx, in checkCondition()
348 public Expression inline(Environment env, Context ctx) { in inline()
351 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
405 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
465 void codeLoad(Environment env, Context ctx, Assembler asm) { in codeLoad()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/tools/tree/
H A DArrayAccessExpression.java85 public Vset checkAmbigName(Environment env, Context ctx, in checkAmbigName()
111 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
119 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
136 public FieldUpdater getUpdater(Environment env, Context ctx) { in getUpdater()
143 Type toType(Environment env, Context ctx) { in toType()
156 public Expression inline(Environment env, Context ctx) { in inline()
165 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
174 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
210 int codeLValue(Environment env, Context ctx, Assembler asm) { in codeLValue()
219 void codeLoad(Environment env, Context ctx, Assembler asm) { in codeLoad()
[all …]
H A DIdentifierExpression.java78 private Vset assign(Environment env, Context ctx, Vset vset) { in assign()
104 private Vset get(Environment env, Context ctx, Vset vset) { in get()
135 boolean bind(Environment env, Context ctx) { in bind()
252 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
265 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
359 Type toType(Environment env, Context ctx) { in toType()
402 public Expression inline(Environment env, Context ctx) { in inline()
405 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
424 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
450 int codeLValue(Environment env, Context ctx, Assembler asm) { in codeLValue()
[all …]
H A DExpression.java143 Type toType(Environment env, Context ctx) { in toType()
168 public boolean fitsType(Environment env, Context ctx, Type t) { in fitsType()
205 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
241 public FieldUpdater getUpdater(Environment env, Context ctx) { in getUpdater()
245 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
297 public void checkCondition(Environment env, Context ctx, in checkCondition()
348 public Expression inline(Environment env, Context ctx) { in inline()
351 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
405 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
465 void codeLoad(Environment env, Context ctx, Assembler asm) { in codeLoad()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DArrayAccessExpression.java85 public Vset checkAmbigName(Environment env, Context ctx, in checkAmbigName()
111 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
119 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
136 public FieldUpdater getUpdater(Environment env, Context ctx) { in getUpdater()
143 Type toType(Environment env, Context ctx) { in toType()
156 public Expression inline(Environment env, Context ctx) { in inline()
165 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
174 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
210 int codeLValue(Environment env, Context ctx, Assembler asm) { in codeLValue()
219 void codeLoad(Environment env, Context ctx, Assembler asm) { in codeLoad()
[all …]
H A DIdentifierExpression.java78 private Vset assign(Environment env, Context ctx, Vset vset) { in assign()
104 private Vset get(Environment env, Context ctx, Vset vset) { in get()
135 boolean bind(Environment env, Context ctx) { in bind()
252 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
265 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
359 Type toType(Environment env, Context ctx) { in toType()
402 public Expression inline(Environment env, Context ctx) { in inline()
405 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
424 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
450 int codeLValue(Environment env, Context ctx, Assembler asm) { in codeLValue()
[all …]
H A DExpression.java143 Type toType(Environment env, Context ctx) { in toType()
168 public boolean fitsType(Environment env, Context ctx, Type t) { in fitsType()
205 public Vset checkLHS(Environment env, Context ctx, in checkLHS()
241 public FieldUpdater getUpdater(Environment env, Context ctx) { in getUpdater()
245 public Vset checkAssignOp(Environment env, Context ctx, in checkAssignOp()
297 public void checkCondition(Environment env, Context ctx, in checkCondition()
348 public Expression inline(Environment env, Context ctx) { in inline()
351 public Expression inlineValue(Environment env, Context ctx) { in inlineValue()
405 public Expression inlineLHS(Environment env, Context ctx) { in inlineLHS()
465 void codeLoad(Environment env, Context ctx, Assembler asm) { in codeLoad()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/jni/
H A Dwrap.c3 static inline jobject to_ColorSpace(fz_context *ctx, JNIEnv *env, fz_colorspace *cs) in to_ColorSpace()
19 static inline jobject to_FitzInputStream(fz_context *ctx, JNIEnv *env, fz_stream *stm) in to_FitzInputStream()
35 static inline jobject to_Image(fz_context *ctx, JNIEnv *env, fz_image *img) in to_Image()
51 static inline jobject to_Matrix(fz_context *ctx, JNIEnv *env, fz_matrix mat) in to_Matrix()
64 static inline jobject to_Path(fz_context *ctx, JNIEnv *env, const fz_path *path) in to_Path()
80 static inline jobject to_Rect(fz_context *ctx, JNIEnv *env, fz_rect rect) in to_Rect()
93 static inline jobject to_Shade(fz_context *ctx, JNIEnv *env, fz_shade *shd) in to_Shade()
125 static inline jobject to_Text(fz_context *ctx, JNIEnv *env, const fz_text *text) in to_Text()
201 static inline jobject to_Font_safe(fz_context *ctx, JNIEnv *env, fz_font *font) in to_Font_safe()
337 static inline jobject to_Quad_safe(fz_context *ctx, JNIEnv *env, fz_quad quad) in to_Quad_safe()
[all …]

12345678910>>...171