Searched refs:spec (Results 1 – 6 of 6) sorted by relevance
38 GLAPISpec spec = GLAPISpec.parseLine(createSpec(returnType, funcName, args)); in testParser() local40 assertEquals(Type.VOID, spec.getReturnValue().getDataType()); in testParser()41 assertEquals(returnType, spec.getReturnValue().getCType()); in testParser()42 assertEquals(funcName, spec.getFunction()); in testParser()44 List<GLDataTypeSpec> argSpecs = spec.getArgs(); in testParser()
50 GLAPISpec spec = GLAPISpec.parseLine(specString);51 specs.put(spec.getFunction(), spec); in spec.getFunction()
... android.support.v7.widget.GridLayout$Spec spec android.support.v7.widget.GridLayout ...
87 GLAPISpec spec = parseLine(line); in parseApiSpecs() local88 specs.put(spec.getFunction(), spec); in parseApiSpecs() local
276 spec
24 # Of course any of the settings here can be overridden by spec'ing