/cts/tests/tests/text/src/android/text/cts/ |
D | AndroidCharacterTest.java | 34 int count = 128; in testGetDirectionalities() local 80 int count = 8; in testGetEastAsianWidths() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MidiSoloTest.java | 55 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend() 137 int count = 3; in testMidiReceiver() local 169 int count = bar.length; in testMidiReceiverException() local 187 int offset, int count) throws IOException { in checkReceivedData()
|
D | MediaRouterTest.java | 68 final int count = mMediaRouter.getRouteCount(); in testGetRouteCount() local 88 final int count = mMediaRouter.getCategoryCount(); in testRouteCategory() local
|
D | ScannerNotificationReceiver.java | 59 int count = 0; in countFiles() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | MemoryFileTest.java | 53 private void checkWriteBytesInIllegalParameter(int srcOffset, int destOffset, int count) in checkWriteBytesInIllegalParameter() 139 private void checkReadBytesInIllegalParameter(int srcOffset, int destOffset, int count) in checkReadBytesInIllegalParameter()
|
D | CountDownTimerTest.java | 44 int count = (int) (mActivity.MILLISINFUTURE / mActivity.INTERVAL); in testCountDownTimer() local
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | MeasureTime.java | 32 public static double[] measure(int count, MeasureRun run) throws Exception { in measure()
|
D | ResultUploader.java | 65 int count; in getBytes() local
|
/cts/tests/tests/opengl/libopengltest/ |
D | attach_shader_four.cpp | 28 GLsizei count; in attachShaderFour() local
|
D | attach_shader_ten.cpp | 32 GLsizei count; in attachShaderTen() local
|
D | attach_shader_eleven.cpp | 33 GLsizei count; in attachShaderEleven() local
|
D | attach_shader_two.cpp | 34 GLsizei count; in attachShaderTwo() local
|
D | attach_shader_five.cpp | 32 GLsizei count; in attachShaderFive() local
|
D | attach_shader_one.cpp | 49 GLsizei count; in attachShaderOne() local
|
/cts/tests/tests/location/src/android/location/cts/ |
D | GpsStatusTest.java | 47 int count = 0; in testGetSatellites() local
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_allocation.cpp | 145 static bool helperCopy1D(sp<RS> rs, int cellCount, int offset, int count, bool copyRange, in helperCopy1D() 191 static bool helperFloatAllocationCopy1D(sp<RS> rs, int cellCount, int offset, int count) { in helperFloatAllocationCopy1D() 443 for (int count = 1; count <= s - off; count ++) { in Java_android_cts_rscpp_RSAllocationTest_test1DCopy() local 453 for (int count = 1; count <= s - off; count ++) { in Java_android_cts_rscpp_RSAllocationTest_test1DCopy() local 474 for (int count = 1; count <= s - off; count ++) { in Java_android_cts_rscpp_RSAllocationTest_test2DCopy() local 484 for (int count = 1; count <= s - off; count ++) { in Java_android_cts_rscpp_RSAllocationTest_test2DCopy() local 505 for (int count = 1; count <= s - off; count ++) { in Java_android_cts_rscpp_RSAllocationTest_test3DCopy() local 515 for (int count = 1; count <= s - off; count ++) { in Java_android_cts_rscpp_RSAllocationTest_test3DCopy() local 542 for (int count = 1; count <= s - off; count ++) { in Java_android_cts_rscpp_RSAllocationTest_test1DCopyPadded() local 567 for (int count = 1; count <= s - off; count ++) { in Java_android_cts_rscpp_RSAllocationTest_test2DCopyPadded() local [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
D | PipeShort.java | 44 public int write(short[] buffer, int offset, int count) in write() 86 public int read(short[] buffer, int offset, int count) in read()
|
/cts/hostsidetests/theme/app/src/android/theme/app/ |
D | ThemeTestUtils.java | 51 int count; in compressDirectory() local
|
/cts/libs/vogar-expect/src/vogar/util/ |
D | Threads.java | 46 public static ExecutorService fixedThreadsExecutor(String name, int count) { in fixedThreadsExecutor()
|
/cts/tests/tests/database/src/android/database/cts/ |
D | DatabaseCursorTest.java | 297 int count = c.getCount(); in onChanged() local 318 final int count = 9000; in testManyRowsLong() local 360 final int count = 600; // more than two fillWindow needed in testManyRowsTxt() local 390 final int count = 600; in testManyRowsTxtLong() local
|
/cts/apps/CtsVerifier/jni/audio_loopback/audio_utils/ |
D | fifo.c | 83 ssize_t audio_utils_fifo_write(struct audio_utils_fifo *fifo, const void *buffer, size_t count) in audio_utils_fifo_write() 110 ssize_t audio_utils_fifo_read(struct audio_utils_fifo *fifo, void *buffer, size_t count) in audio_utils_fifo_read()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationTest.java | 296 void helperFloatCopy(int nElems, int offset, int count, int copyMode) { in helperFloatCopy() 320 void helperByteCopy(int nElems, int offset, int count, int copyMode) { in helperByteCopy() 345 void helperShortCopy(Element element, int nElems, int offset, int count, int copyMode) { in helperShortCopy() 369 void helperIntCopy(int nElems, int offset, int count, int copyMode) { in helperIntCopy() 393 void helperBaseObjCopy(int nElems, int offset, int count, int copyMode) { in helperBaseObjCopy() 432 void helperFloatAllocationCopy(int nElems, int offset, int count) { in helperFloatAllocationCopy() 456 void helperByteAllocationCopy(int nElems, int offset, int count) { in helperByteAllocationCopy() 660 helperShortCopy(Element.I16(mRS), s, off, count, mode); in test1DCopyOperations() local 661 helperShortCopy(Element.F16(mRS), s, off, count, mode); in test1DCopyOperations() local
|
/cts/tests/tests/print/src/android/print/cts/ |
D | BasePrintTest.java | 306 protected void waitForPrinterDiscoverySessionDestroyCallbackCalled(int count) { in waitForPrinterDiscoverySessionDestroyCallbackCalled() 311 protected void waitForServiceOnPrintJobQueuedCallbackCalled(int count) { in waitForServiceOnPrintJobQueuedCallbackCalled() 321 protected void waitForLayoutAdapterCallbackCount(int count) { in waitForLayoutAdapterCallbackCount() 326 protected void waitForWriteAdapterCallback(int count) { in waitForWriteAdapterCallback() 330 private static void waitForCallbackCallCount(CallCounter counter, int count, String message) { in waitForCallbackCallCount() 376 private static void waitForActivityCreateCallbackCalled(int count) { in waitForActivityCreateCallbackCalled() 755 public void waitForCount(int count, long timeoutMillis) throws TimeoutException { in waitForCount()
|
/cts/tests/tests/jni/libjnitest/ |
D | helper.c | 37 int count = vasprintf(&result, format, args); in failure() local
|
/cts/suite/audio_quality/lib/src/ |
D | Semaphore.cpp | 20 Semaphore::Semaphore(int count) in Semaphore()
|