Home
last modified time | relevance | path

Searched defs:updateCounts (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DBatchUpdateExceptionTest.java315 int[] updateCounts = new int[] { 1, 2, 3 }; in testBatchUpdateException$ILThrowable() local
335 int[] updateCounts = new int[] { 1, 2, 3 }; in testBatchUpdateExceptionLString$ILThrowable() local
355 int[] updateCounts = new int[] { 1, 2, 3 }; in testBatchUpdateExceptionLStringLStringILThrowable() local
446 int[] updateCounts = { 1, 2, 3, 4 }; in testSerializationCompatibility() local
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DMesh.java683 public void updateCounts(){ in updateCounts() method in Mesh