Home
last modified time | relevance | path

Searched refs:ccFile (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/tools/cddl/
Dcddl.py70 def validateCodeInput(ccFile): argument
71 return ccFile and ccFile.endswith('.cc')
/external/javassist/src/test/javassist/
DJvstTest5.java160 ClassFile ccFile = cc.getClassFile(); in testJIRA256() local
161 ConstPool constpool = ccFile.getConstPool(); in testJIRA256()
170 ccFile.addAttribute(attr); in testJIRA256()