Searched defs:cfunc (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/frameworks/native/opengl/tools/glgen/src/ |
H A D | JniCodeEmitter.java | 71 public void emitCode(CFunc cfunc, String original, in emitCode() 259 boolean isNullAllowed(CFunc cfunc, String cname) { in isNullAllowed() 275 boolean hasCheckTest(CFunc cfunc) { in hasCheckTest() 290 boolean hasCheckTest(CFunc cfunc, String cname) { in hasCheckTest() 306 boolean hasIfTest(CFunc cfunc) { in hasIfTest() 345 String getErrorReturnValue(CFunc cfunc) { in getErrorReturnValue() 372 boolean isUnsupportedFunc(CFunc cfunc) { in isUnsupportedFunc() 387 String isRequiresFunc(CFunc cfunc) { in isRequiresFunc() 402 void emitNativeBoundsChecks(CFunc cfunc, String cname, PrintStream out, in emitNativeBoundsChecks() 480 void emitSentinelCheck(CFunc cfunc, String cname, PrintStream out, in emitSentinelCheck() [all …]
|
H A D | JFunc.java | 24 CFunc cfunc; field in JFunc 36 public JFunc(CFunc cfunc) { in JFunc() 121 public static JFunc convert(CFunc cfunc, boolean useArray) { in convert()
|
H A D | CodeEmitter.java | 20 void emitCode(CFunc cfunc, String original); in emitCode()
|
H A D | GLESCodeEmitter.java | 48 public void emitCode(CFunc cfunc, String original) { in emitCode()
|
H A D | EGLCodeEmitter.java | 50 public void emitCode(CFunc cfunc, String original) { in emitCode()
|
H A D | Jsr239CodeEmitter.java | 83 public void emitCode(CFunc cfunc, String original) { in emitCode()
|
H A D | GenerateGLES.java | 44 CFunc cfunc = CFunc.parseCFunc(s); in emit() local
|
H A D | GenerateEGL.java | 44 CFunc cfunc = CFunc.parseCFunc(s); in emit() local
|
H A D | CFunc.java | 119 CFunc cfunc = new CFunc(s); in parseCFunc() local
|
H A D | GenerateGL.java | 46 CFunc cfunc = CFunc.parseCFunc(s); in emit() local
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | ceval.c | 5018 PyCFunction cfunc = PyCFunction_GET_FUNCTION(callable); local 5052 PyCFunction cfunc = PyCFunction_GET_FUNCTION(callable); local 5093 _PyCFunctionFastWithKeywords cfunc = local 5220 PyCFunction cfunc = meth->ml_meth; local 5256 _PyCFunctionFastWithKeywords cfunc = local 5292 PyCFunction cfunc = meth->ml_meth; local 5326 _PyCFunctionFast cfunc = local
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | typeobject.c | 3746 PyObject *cfunc = PyCFunction_New(meth, NULL); local
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | typeobject.c | 5666 PyObject *cfunc = PyCFunction_NewEx(meth, (PyObject*)type, NULL); in type_add_method() local
|