Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 107) 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()
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()
/cts/libs/commonutil/src/com/android/cts/util/
DMeasureTime.java28 public static double[] measure(int count, MeasureRun run) throws Exception { in measure()
/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/tests/tests/opengl/libopengltest/
Dattach_shader_four.cpp28 GLsizei count; in attachShaderFour() local
Dattach_shader_two.cpp34 GLsizei count; in attachShaderTwo() local
Dattach_shader_eleven.cpp33 GLsizei count; in attachShaderEleven() local
Dattach_shader_ten.cpp32 GLsizei count; in attachShaderTen() 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.java48 int count = 0; in testGetSatellites() local
/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/renderscript/src/android/renderscript/cts/
DAllocationCopyToTest.java40 int count = arr_len - offset; in test_Allocationcopy1DRangeTo_Byte() local
77 int count = arr_len - offset; in test_Allocationcopy1DRangeTo_Short() local
114 int count = arr_len - offset; in test_Allocationcopy1DRangeTo_Int() local
151 int count = arr_len - offset; in test_Allocationcopy1DRangeTo_Float() local
188 int count = arr_len - offset; in test_Allocationcopy1DRangeTo_Long() local
629 int count = arr_len - offset; in test_Allocationcopy1DRangeToUnchecked_Byte() local
666 int count = arr_len - offset; in test_Allocationcopy1DRangeToUnchecked_Short() local
703 int count = arr_len - offset; in test_Allocationcopy1DRangeToUnchecked_Int() local
740 int count = arr_len - offset; in test_Allocationcopy1DRangeToUnchecked_Float() local
777 int count = arr_len - offset; in test_Allocationcopy1DRangeToUnchecked_Long() local
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
DArcShapeTest.java66 int count = 0; in testDraw() local
DOvalShapeTest.java60 int count = 0; in testDraw() local
/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/suite/audio_quality/lib/src/
DSemaphore.cpp20 Semaphore::Semaphore(int count) in Semaphore()
/cts/tests/tests/jni/libjnitest/
Dhelper.c36 int count = vasprintf(&result, format, args); in failure() local
/cts/tests/tests/net/src/android/net/cts/
DVpnServiceTest.java44 int count = mContext.getPackageManager().queryIntentActivities(intent, 0).size(); in testPrepare() local

12345