HomeSort by relevance Sort by last modified time
    Searched refs:cfunc (Results 1 - 23 of 23) sorted by null

  /frameworks/native/opengl/tools/glgen/src/
CodeEmitter.java 20 void emitCode(CFunc cfunc, String original);
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...]
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,
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...]
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...]
Jsr239CodeEmitter.java 83 public void emitCode(CFunc cfunc, String original) {
84 emitCode(cfunc, original, mJavaInterfaceStream, mJavaImplStream, mCStream);
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);
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...]
  /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/third_party/mesa/src/chromium_gensrc/mesa/
enums.c 7013 typedef int (*cfunc)(const void *, const void *); typedef
    [all...]
  /external/opencv/cxcore/src/
cxsumpixels.cpp 961 CvReduceToColFunc cfunc = local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 285 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) in calls:
294 print " %s.%s -> %s.%s" % (pmod, pfunc, cmod, cfunc)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 285 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) in calls:
294 print " %s.%s -> %s.%s" % (pmod, pfunc, cmod, cfunc)

Completed in 307 milliseconds