Home
last modified time | relevance | path

Searched defs:cfunc (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java71 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 DJFunc.java24 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 DCodeEmitter.java20 void emitCode(CFunc cfunc, String original); in emitCode()
H A DGLESCodeEmitter.java48 public void emitCode(CFunc cfunc, String original) { in emitCode()
H A DEGLCodeEmitter.java50 public void emitCode(CFunc cfunc, String original) { in emitCode()
H A DJsr239CodeEmitter.java83 public void emitCode(CFunc cfunc, String original) { in emitCode()
H A DGenerateGLES.java44 CFunc cfunc = CFunc.parseCFunc(s); in emit() local
H A DGenerateEGL.java44 CFunc cfunc = CFunc.parseCFunc(s); in emit() local
H A DCFunc.java119 CFunc cfunc = new CFunc(s); in parseCFunc() local
H A DGenerateGL.java46 CFunc cfunc = CFunc.parseCFunc(s); in emit() local
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c5018 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/
Dtypeobject.c3746 PyObject *cfunc = PyCFunction_New(meth, NULL); local
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c5666 PyObject *cfunc = PyCFunction_NewEx(meth, (PyObject*)type, NULL); in type_add_method() local