HomeSort by relevance Sort by last modified time
    Searched defs:updateCounts (Results 1 - 22 of 22) sorted by null

  /libcore/luni/src/main/java/java/sql/
BatchUpdateException.java 45 private int[] updateCounts = null;
78 public BatchUpdateException(int[] updateCounts, Throwable cause) {
80 this.updateCounts = updateCounts;
92 public BatchUpdateException(String reason, int[] updateCounts,
95 this.updateCounts = updateCounts;
100 * to the given cause Throwable object and the updateCounts array set to the
109 int[] updateCounts, Throwable cause) {
111 this.updateCounts = updateCounts
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
BatchUpdateExceptionTest.java 313 int[] updateCounts = new int[] { 1, 2, 3 };
315 updateCounts, cause);
320 for (int i = 0; i < updateCounts.length; i++) {
321 assertEquals(updateCounts[i], result[i]);
332 int[] updateCounts = new int[] { 1, 2, 3 };
334 "MYTESTSTRING1", "MYTESTSTRING2", updateCounts, cause);
340 for (int i = 0; i < updateCounts.length; i++) {
341 assertEquals(updateCounts[i], result[i]);
351 int[] updateCounts = new int[] { 1, 2, 3 };
353 null, null, updateCounts, null)
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 260 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
742 mCachedFrame.updateCounts(mCurrentFrame);
788 mCachedFrame.updateCounts(mCurrentFrame);
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp 144 mCachedFrame.updateCounts(mCurrentFrame);
237 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
861 mCachedFrame.updateCounts(mCurrentFrame);
934 mCachedFrame.updateCounts(mCurrentFrame);
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldStatementTest.java 38 int[] updateCounts = st.executeBatch();
39 assertEquals(2, updateCounts.length);
40 assertEquals(1, updateCounts[0]);
41 assertEquals(1, updateCounts[1]);
173 int[] updateCounts = st.executeBatch();
175 for (int i = 0; i < updateCounts.length; i++) {
176 assertEquals(0, updateCounts[i]);
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 285 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 278 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 336 milliseconds