/frameworks/native/opengl/tools/glgen/src/ |
JFunc.java | 24 CFunc cfunc; field in class:JFunc 36 public JFunc(CFunc cfunc) { 37 this.cfunc = cfunc; 40 public CFunc getCFunc() { 41 return cfunc; 121 public static JFunc convert(CFunc cfunc, boolean useArray) [all...] |
CFunc.java | 19 public class CFunc { 33 public CFunc(String original) { 118 public static CFunc parseCFunc(String s) { 119 CFunc cfunc = new CFunc(s); local 137 cfunc.setName(fname); 138 cfunc.setType(ftype); 174 cfunc.addArgument(argName, argType); 177 return cfunc; [all...] |
JniCodeEmitter.java | 70 public void emitCode(CFunc cfunc, String original, 78 if (cfunc.hasTypedPointerArg()) { 79 jfunc = JFunc.convert(cfunc, true); 103 if (cfunc.hasEGLHandleArg()) { 108 jfunc = JFunc.convert(cfunc, false); 225 boolean isNullAllowed(CFunc cfunc) { 226 String[] checks = mChecker.getChecks(cfunc.getName()); 240 boolean hasCheckTest(CFunc cfunc) 732 CFunc cfunc = jfunc.getCFunc(); local [all...] |
CodeEmitter.java | 20 void emitCode(CFunc cfunc, String original);
|
EGLCodeEmitter.java | 50 public void emitCode(CFunc cfunc, String original) { 51 emitCode(cfunc, original, null, mJavaImplStream,
|
GLESCodeEmitter.java | 48 public void emitCode(CFunc cfunc, String original) { 49 emitCode(cfunc, original, null, mJavaImplStream,
|
GenerateEGL.java | 44 CFunc cfunc = CFunc.parseCFunc(s); local 46 String fname = cfunc.getName(); 65 emitter.emitCode(cfunc, s);
|
GenerateGLES.java | 44 CFunc cfunc = CFunc.parseCFunc(s); local 45 String fname = cfunc.getName(); 64 emitter.emitCode(cfunc, s);
|
Jsr239CodeEmitter.java | 83 public void emitCode(CFunc cfunc, String original) { 84 emitCode(cfunc, original, mJavaInterfaceStream, mJavaImplStream, mCStream);
|
GenerateGL.java | 46 CFunc cfunc = CFunc.parseCFunc(s); local 48 String fname = cfunc.getName(); 69 emitter.emitCode(cfunc, s);
|
/external/stlport/stlport/stl/ |
_cmath.h | 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ 164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); } 165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ 166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); } 167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) 168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) 171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ 172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x); } 173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \ 174 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::cfunc(x); [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ 164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); } 165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ 166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); } 167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) 168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) 171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ 172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x); } 173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \ 174 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::cfunc(x); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ 164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); } 165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ 166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); } 167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) 168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) 171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ 172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x); } 173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \ 174 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::cfunc(x); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ 164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); } 165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ 166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); } 167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) 168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) 171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ 172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x); } 173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \ 174 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::cfunc(x); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ 164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); } 165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ 166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); } 167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) 168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) 171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ 172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x); } 173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \ 174 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::cfunc(x); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ 164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); } 165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ 166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); } 167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) 168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) 171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ 172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x); } 173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \ 174 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::cfunc(x); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_cmath.h | 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ 164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); } 165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ 166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); } 167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) 168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) 171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ 172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x); } 173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \ 174 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::cfunc(x); [all...] |
/external/qemu/ |
qemu-io.c | 340 .cfunc = read_f, 520 .cfunc = readv_f, 645 .cfunc = write_f, 776 .cfunc = writev_f, 880 .cfunc = multiwrite_f, 1111 .cfunc = aio_read_f, 1211 .cfunc = aio_write_f, 1290 .cfunc = aio_flush_f, 1304 .cfunc = flush_f, 1332 .cfunc = truncate_f [all...] |
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
gl_enums.py | 60 typedef int (*cfunc)(const void *, const void *); 102 (cfunc) compar_nr); 156 (cfunc) compar_name);
|
/external/mesa3d/src/mapi/glapi/gen/ |
gl_enums.py | 60 typedef int (*cfunc)(const void *, const void *); 102 (cfunc) compar_nr); 156 (cfunc) compar_name);
|
/system/core/toolbox/ |
dd.c | 87 extern void (*cfunc)(void); 109 void (*cfunc)(void); /* conversion function */ variable 397 (*cfunc)(); 409 if (cfunc == def) 411 else if (cfunc == block) 413 else if (cfunc == unblock) 1122 cfunc = ddflags & C_BLOCK ? block : unblock; 1127 cfunc = unblock; 1130 cfunc = block; 1139 cfunc = def [all...] |
/external/chromium_org/v8/test/cctest/ |
test-log-stack-tracer.cc | 378 static int CFunc(int depth) { 383 return CFunc(depth - 1) + 1; 398 CHECK_EQ(10, CFunc(10));
|
/external/v8/test/cctest/ |
test-log-stack-tracer.cc | 380 static int CFunc(int depth) { 385 return CFunc(depth - 1) + 1; 398 CHECK_EQ(10, CFunc(10));
|
/frameworks/native/opengl/tools/glgen/ |
gen | 51 GLGEN_FILES="CFunc.java CType.java CodeEmitter.java EGLCodeEmitter.java GenerateEGL.java GenerateGL.java GenerateGLES.java GLESCodeEmitter.java JFunc.java JniCodeEmitter.java JType.java Jsr239CodeEmitter.java ParameterChecker.java"
|
/external/opencv/cxcore/src/ |
cxsumpixels.cpp | 961 CvReduceToColFunc cfunc = local [all...] |