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

  /external/javassist/sample/preproc/
Compiler.java 141 StringBuffer classbuf = new StringBuffer(); local
144 classbuf.append((char)c);
148 String importclass = classbuf.toString();
  /bionic/libc/netbsd/resolv/
res_debug.c 595 static char classbuf[20]; local
602 sprintf(classbuf, "CLASS%d", class);
603 return (classbuf);

Completed in 1486 milliseconds