Home
last modified time | relevance | path

Searched refs:currentValues (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DDiffCldr.java147 Set<String> currentValues = new TreeSet<>(); in main() local
162 currentValues.clear(); in main()
164 currentValues.addAll(localeToValue.values()); in main()
165 if (currentValues.size() <= 1) { in main()
/external/cldr/tools/java/org/unicode/cldr/test/
DCLDRTest.java175 Map<String, ValueCount> currentValues = new TreeMap<String, ValueCount>(); in TestCommonChildren()
180 currentValues.clear(); in TestCommonChildren()
193 ValueCount last = currentValues.get(xpath); in TestCommonChildren()
198 currentValues.put(xpath, vc); in TestCommonChildren()
203 currentValues.remove(xpath); in TestCommonChildren()
213 if (currentValues.size() == 0) continue; in TestCommonChildren()
216 for (String xpath : currentValues.keySet()) { in TestCommonChildren()
217 ValueCount vc = currentValues.get(xpath); in TestCommonChildren()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h365 const std::vector<gl::VertexAttribCurrentValueData> &currentValues);
DStateManager11.cpp2054 const std::vector<gl::VertexAttribCurrentValueData> &currentValues) in syncCurrentValueAttribs() argument
2075 const auto &currentValue = currentValues[attribIndex]; in syncCurrentValueAttribs()
/external/angle/src/libANGLE/
DContext.cpp5049 const VertexAttribCurrentValueData &currentValues = in getVertexAttribivImpl() local
5053 currentValues, pname, params); in getVertexAttribivImpl()
5072 const VertexAttribCurrentValueData &currentValues = in getVertexAttribfv() local
5076 currentValues, pname, params); in getVertexAttribfv()
5090 const VertexAttribCurrentValueData &currentValues = in getVertexAttribIiv() local
5094 currentValues, pname, params); in getVertexAttribIiv()
5108 const VertexAttribCurrentValueData &currentValues = in getVertexAttribIuiv() local
5112 currentValues, pname, params); in getVertexAttribIuiv()
DFrameCapture.cpp1801 const std::vector<gl::VertexAttribCurrentValueData> &currentValues = in CaptureMidExecutionSetup() local
1806 const gl::VertexAttribCurrentValueData &defaultValue = currentValues[attribIndex]; in CaptureMidExecutionSetup()