Searched refs:specs (Results 1 – 3 of 3) sorted by relevance
70 Map<String, GLAPISpec> specs = new HashMap<String, GLAPISpec>(400); in parseApiSpecs() local88 specs.put(spec.getFunction(), spec); in parseApiSpecs()100 return specs; in parseApiSpecs()
37 public GLMessageFormatter(Map<String, GLAPISpec> specs) { in GLMessageFormatter() argument38 mAPISpecs = specs; in GLMessageFormatter()
47 Map<String, GLAPISpec> specs = new HashMap<String, GLAPISpec>(API_SPECS.size());51 specs.put(spec.getFunction(), spec); in spec.getFunction()54 sGLMessageFormatter = new GLMessageFormatter(specs);