/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 | 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()
|
/cts/libs/commonutil/src/com/android/cts/util/ |
D | MeasureTime.java | 28 public static double[] measure(int count, MeasureRun run) throws Exception { in measure()
|
/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/tests/tests/opengl/libopengltest/ |
D | attach_shader_four.cpp | 28 GLsizei count; in attachShaderFour() local
|
D | attach_shader_two.cpp | 34 GLsizei count; in attachShaderTwo() local
|
D | attach_shader_eleven.cpp | 33 GLsizei count; in attachShaderEleven() local
|
D | attach_shader_ten.cpp | 32 GLsizei count; in attachShaderTen() 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 | 48 int count = 0; in testGetSatellites() local
|
/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/renderscript/src/android/renderscript/cts/ |
D | AllocationCopyToTest.java | 40 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/ |
D | ArcShapeTest.java | 66 int count = 0; in testDraw() local
|
D | OvalShapeTest.java | 60 int count = 0; in testDraw() local
|
/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/suite/audio_quality/lib/src/ |
D | Semaphore.cpp | 20 Semaphore::Semaphore(int count) in Semaphore()
|
/cts/tests/tests/jni/libjnitest/ |
D | helper.c | 36 int count = vasprintf(&result, format, args); in failure() local
|
/cts/tests/tests/net/src/android/net/cts/ |
D | VpnServiceTest.java | 44 int count = mContext.getPackageManager().queryIntentActivities(intent, 0).size(); in testPrepare() local
|