Searched refs:currentValues (Results 1 – 6 of 6) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | DiffCldr.java | 147 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/ |
D | CLDRTest.java | 175 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/ |
D | StateManager11.h | 365 const std::vector<gl::VertexAttribCurrentValueData> ¤tValues);
|
D | StateManager11.cpp | 2054 const std::vector<gl::VertexAttribCurrentValueData> ¤tValues) in syncCurrentValueAttribs() argument 2075 const auto ¤tValue = currentValues[attribIndex]; in syncCurrentValueAttribs()
|
/external/angle/src/libANGLE/ |
D | Context.cpp | 5049 const VertexAttribCurrentValueData ¤tValues = in getVertexAttribivImpl() local 5053 currentValues, pname, params); in getVertexAttribivImpl() 5072 const VertexAttribCurrentValueData ¤tValues = in getVertexAttribfv() local 5076 currentValues, pname, params); in getVertexAttribfv() 5090 const VertexAttribCurrentValueData ¤tValues = in getVertexAttribIiv() local 5094 currentValues, pname, params); in getVertexAttribIiv() 5108 const VertexAttribCurrentValueData ¤tValues = in getVertexAttribIuiv() local 5112 currentValues, pname, params); in getVertexAttribIuiv()
|
D | FrameCapture.cpp | 1801 const std::vector<gl::VertexAttribCurrentValueData> ¤tValues = in CaptureMidExecutionSetup() local 1806 const gl::VertexAttribCurrentValueData &defaultValue = currentValues[attribIndex]; in CaptureMidExecutionSetup()
|