HomeSort by relevance Sort by last modified time
    Searched defs:CFunc (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/
test-log-stack-tracer.cc 251 static int CFunc(int depth) {
256 return CFunc(depth - 1) + 1;
271 CHECK_EQ(10, CFunc(10));
  /frameworks/native/opengl/tools/glgen/src/
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...]

Completed in 101 milliseconds