/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/d/ |
D | T_monitor_enter_1.java | 20 public int counter = 0; field in T_monitor_enter_1 24 int a = counter; in run() 26 counter = ++a; in run()
|
D | T_monitor_enter_1.d | 19 .field public counter I 28 iput v0, v1, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_1.counter I 36 iget v1, v7, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_1.counter I 41 iget v2, v7, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_1.counter I 46 iput v1, v7, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_1.counter I 52 iput v5, v7, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_1.counter I 60 iput v5, v7, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_1.counter I
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
D | ExtendedCameraCharacteristicsTest.java | 141 int counter = 0; in testAvailableStreamConfigs() local 146 mIds[counter]), config); in testAvailableStreamConfigs() 155 Log.i(TAG, "Camera " + mIds[counter] + in testAvailableStreamConfigs() 162 mIds[counter]), outputFormats, ImageFormat.YUV_420_888); in testAvailableStreamConfigs() 164 mIds[counter]), outputFormats, ImageFormat.JPEG); in testAvailableStreamConfigs() 172 ImageFormat.YUV_420_888, mIds[counter])); in testAvailableStreamConfigs() 183 ImageFormat.JPEG, mIds[counter]), jpegSizes, FULLHD); in testAvailableStreamConfigs() 190 ImageFormat.JPEG, mIds[counter]), jpegSizes, HD); in testAvailableStreamConfigs() 197 ImageFormat.JPEG, mIds[counter]), jpegSizes, VGA); in testAvailableStreamConfigs() 204 ImageFormat.JPEG, mIds[counter]), jpegSizes, QVGA); in testAvailableStreamConfigs() [all …]
|
D | PerformanceTest.java | 126 int counter = 0; in testCameraLaunch() local 182 avgCameraLaunchTimes[counter] = Stat.getAverage(cameraLaunchTimes); in testCameraLaunch() 206 counter++; in testCameraLaunch() 233 int counter = 0; in testSingleCapture() local 317 avgResultTimes[counter] = Stat.getAverage(getResultTimes); in testSingleCapture() 323 counter++; in testSingleCapture()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/ |
D | CameraIntentsActivity.java | 361 for (int counter = 0; counter < NUM_STAGES; counter++) { in onClick() 362 String combination = getStageString(counter) + "\n"; in onClick() 364 if(counter < stageIndex) { in onClick() 370 if(counter == stageIndex) { in onClick() 380 if(counter > stageIndex) { in onClick() 386 counter++; in onClick()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | ExtendedInCallServiceTest.java | 377 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_POST_DIAL_WAIT); in testOnPostDialWaitAndContinue() local 380 counter.waitForCount(1); in testOnPostDialWaitAndContinue() 381 assertTrue((Boolean) counter.getArgs(0)[0]); in testOnPostDialWaitAndContinue() 384 counter.waitForCount(2); in testOnPostDialWaitAndContinue() 385 assertFalse((Boolean) counter.getArgs(1)[0]); in testOnPostDialWaitAndContinue()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/ |
D | CameraOrientationActivity.java | 301 int counter = 0; in onClick() local 311 if(counter < stageIndex) { in onClick() 317 if(counter == stageIndex) { in onClick() 327 if(counter > stageIndex) { in onClick() 333 counter++; in onClick()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | StreamingMediaPlayerTest.java | 319 final AtomicInteger counter = new AtomicInteger(); in testPlayHlsStreamWithTimedId3() local 328 counter.incrementAndGet(); in testPlayHlsStreamWithTimedId3() 396 assertTrue("Incorrect number of timed ID3s recieved", counter.get() == 38); in testPlayHlsStreamWithTimedId3()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/ |
D | Test_monitor_enter.java | 44 assertEquals(2, t1.counter); in testN1()
|
/cts/tests/tests/print/src/android/print/cts/ |
D | BasePrintTest.java | 267 private void waitForCallbackCallCount(CallCounter counter, int count, String message) { in waitForCallbackCallCount() argument 269 counter.waitForCount(count, OPERATION_TIMEOUT); in waitForCallbackCallCount()
|
/cts/tests/tests/appwidget/src/android/appwidget/cts/ |
D | AppWidgetTest.java | 1296 private void waitForCallCount(AtomicInteger counter, int expectedCount) { in waitForCallCount() argument 1299 while (counter.get() < expectedCount) { in waitForCallCount()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | gbemu.js | 7759 for (var counter = 0; counter < 4; counter++) { 7760 var adjustedIndex = counter << 1; 7762 …this.cachedBGPaletteConversion[counter] = this.RGBTint((this.gbcBGRawPalette[adjustedIndex | 1] <<… 7764 …this.cachedOBJPaletteConversion[counter] = this.RGBTint((this.gbcOBJRawPalette[adjustedIndex | 1] … 7767 for (counter = 4; counter < 8; counter++) { 7768 adjustedIndex = counter << 1; 7769 …this.cachedOBJPaletteConversion[counter] = this.RGBTint((this.gbcOBJRawPalette[adjustedIndex | 1] …
|
D | earley-boyer.js | 3165 var counter = 1000; 3167 counter++; 3169 return sym + "s" + counter + "~" + "^sC-GeNsYm ";
|
/cts/tools/vm-tests-tf/lib/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 10697 private static int counter 33505 private long counter 76726 private transient long counter 98975 private byte[] counter 99445 private int counter 99570 private int counter
|