Searched refs:defs (Results 1 – 3 of 3) sorted by relevance
27 defs = argv[2:]30 for d in defs:
1682 int[] defs = new int[ifds.length]; in getTagDefinitionsForTagId() local1688 defs[counter++] = def; in getTagDefinitionsForTagId()1695 return Arrays.copyOfRange(defs, 0, counter); in getTagDefinitionsForTagId()1706 int[] defs = getTagDefinitionsForTagId(tagId); in getTagDefinitionForTag() local1707 if (defs == null) { in getTagDefinitionForTag()1712 for (int i : defs) { in getTagDefinitionForTag()
1858 … const Vector<SymbolDefinition>& defs = densityVaryingResources[k]; in buildResources() local1859 const size_t defCount = std::min(size_t(5), defs.size()); in buildResources()1861 const SymbolDefinition& def = defs[d]; in buildResources()1866 if (defCount < defs.size()) { in buildResources()1867 … SourcePos().error("and %d more ...", (int) (defs.size() - defCount)); in buildResources()