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

  /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);
173 cfunc.addArgument(argName, argType);
176 return cfunc;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 442 func (a Attribute) CFunc() bool { return a&AttrCFunc != 0 }
469 {bit: AttrCFunc, s: "CFUNC"},
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 442 func (a Attribute) CFunc() bool { return a&AttrCFunc != 0 }
469 {bit: AttrCFunc, s: "CFUNC"},

Completed in 1141 milliseconds