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

  /frameworks/native/opengl/tools/glgen/src/
CFunc.java 19 public class CFunc {
32 public CFunc(String original) {
110 public static CFunc parseCFunc(String s) {
111 CFunc cfunc = new CFunc(s); local
129 cfunc.setName(fname);
130 cfunc.setType(ftype);
166 cfunc.addArgument(argName, argType);
169 return cfunc;
    [all...]
  /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));

Completed in 328 milliseconds