Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 122) sorted by relevance

12345

/cts/tests/tests/text/src/android/text/cts/
DAndroidCharacterTest.java34 int count = 128; in testGetDirectionalities() local
80 int count = 8; in testGetEastAsianWidths() local
/cts/tests/tests/media/src/android/media/cts/
DMidiSoloTest.java55 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()
DMediaRouterTest.java68 final int count = mMediaRouter.getRouteCount(); in testGetRouteCount() local
88 final int count = mMediaRouter.getCategoryCount(); in testRouteCategory() local
DScannerNotificationReceiver.java59 int count = 0; in countFiles() local
/cts/tests/tests/os/src/android/os/cts/
DMemoryFileTest.java53 private void checkWriteBytesInIllegalParameter(int srcOffset, int destOffset, int count) in checkWriteBytesInIllegalParameter()
139 private void checkReadBytesInIllegalParameter(int srcOffset, int destOffset, int count) in checkReadBytesInIllegalParameter()
DCountDownTimerTest.java44 int count = (int) (mActivity.MILLISINFUTURE / mActivity.INTERVAL); in testCountDownTimer() local
/cts/common/util/src/com/android/compatibility/common/util/
DMeasureTime.java32 public static double[] measure(int count, MeasureRun run) throws Exception { in measure()
DResultUploader.java65 int count; in getBytes() local
/cts/tests/tests/opengl/libopengltest/
Dattach_shader_four.cpp28 GLsizei count; in attachShaderFour() local
Dattach_shader_ten.cpp32 GLsizei count; in attachShaderTen() local
Dattach_shader_eleven.cpp33 GLsizei count; in attachShaderEleven() local
Dattach_shader_two.cpp34 GLsizei count; in attachShaderTwo() local
Dattach_shader_five.cpp32 GLsizei count; in attachShaderFive() local
Dattach_shader_one.cpp49 GLsizei count; in attachShaderOne() local
/cts/tests/tests/location/src/android/location/cts/
DGpsStatusTest.java47 int count = 0; in testGetSatellites() local
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp145 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/
DPipeShort.java44 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/
DThemeTestUtils.java51 int count; in compressDirectory() local
/cts/libs/vogar-expect/src/vogar/util/
DThreads.java46 public static ExecutorService fixedThreadsExecutor(String name, int count) { in fixedThreadsExecutor()
/cts/tests/tests/database/src/android/database/cts/
DDatabaseCursorTest.java297 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/
Dfifo.c83 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/
DAllocationTest.java296 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/
DBasePrintTest.java306 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/
Dhelper.c37 int count = vasprintf(&result, format, args); in failure() local
/cts/suite/audio_quality/lib/src/
DSemaphore.cpp20 Semaphore::Semaphore(int count) in Semaphore()

12345