Home
last modified time | relevance | path

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

12345678

/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DColorCountVerifier.java26 public ColorCountVerifier(int color, int count, int threshold) { in ColorCountVerifier()
32 public ColorCountVerifier(int color, int count) { in ColorCountVerifier()
38 int count = 0; in verify() local
/cts/tests/tests/media/src/android/media/cts/
DMidiSoloTest.java58 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend()
140 int count = 3; in testMidiReceiver() local
172 int count = bar.length; in testMidiReceiverException() local
190 int offset, int count) throws IOException { in checkReceivedData()
/cts/tests/tests/text/src/android/text/cts/
DAndroidCharacterTest.java47 int count = 128; in testGetDirectionalities() local
95 int count = 8; in testGetEastAsianWidths() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DAntiTrimmerTextWatcher.java42 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
48 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
DMultipleTimesTextWatcher.java53 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
57 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/cts/tests/tests/toast/src/android/widget/toast/cts/
DBaseToastTest.java55 protected void showToastsViaToastApis(int count) throws Exception { in showToastsViaToastApis()
73 protected void showToastsViaAddingWindow(int count, boolean focusable) throws Exception { in showToastsViaAddingWindow()
/cts/tests/tests/os/src/android/os/cts/
DMemoryFileTest.java53 private void checkWriteBytesInIllegalParameter(int srcOffset, int destOffset, int count) in checkWriteBytesInIllegalParameter()
136 private void checkReadBytesInIllegalParameter(int srcOffset, int destOffset, int count) in checkReadBytesInIllegalParameter()
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java397 int count = 0; in clickAllOfHorizontalSamplePoints() local
419 int count = 0; in clickAllOfSamplePoints() local
434 int count = 0; in swipeAllOfHorizontalLinesFromLeftToRight() local
460 int count = 0; in swipeAllOfHorizontalLinesFromRightToLeft() local
480 int count = 0; in swipeAllOfHorizontalLines() local
494 int count = 0; in swipeAllOfVerticalLinesFromTopToBottom() local
519 int count = 0; in swipeAllOfVerticalLinesFromBottomToTop() local
539 int count = 0; in swipeAllOfVerticalLines() local
548 int count = 0; in swipeInViewBoundary() local
655 final int count = clickAllOfSamplePoints(mSwipeBound, this::clickAndWaitByUiDevice); in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel() local
[all …]
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp145 static bool helperCopy1D(const sp<RS> &rs, int cellCount, int offset, int count, bool copyRange, in helperCopy1D()
191 static bool helperFloatAllocationCopy1D(const 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/permission/src/android/permission/cts/
DAppIdleStatePermissionTest.java52 int count = 0; in testChangeAppIdleStatePermission() local
/cts/libs/install/testapp/src/com/android/cts/install/lib/testapp/
DCrashingMainActivity.java39 int count = preferences.getInt("crash_count", 0); in incrementCountAndBroadcast() 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
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DGlesStubActivity.java218 static protected int[] getIntValues(int fieldId, int count) throws IllegalAccessException{ in getIntValues()
234 public IntVectorValue(String fieldName, int count) { in IntVectorValue()
267 int[] count = new int[] {0}; in getValue() local
268 GLES20.glGetIntegerv(mCountField.getInt(null), count, 0); in getValue() local
281 public FloatVectorValue(String fieldName, int count) { in FloatVectorValue()
303 public LongVectorValue(String fieldName, int count) { in LongVectorValue()
/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/tests/AlarmManager/app/src/android/alarmmanager/alarmtestapp/cts/
DTestAlarmReceiver.java32 final int count = intent.getIntExtra(Intent.EXTRA_ALARM_COUNT, 1); in onReceive() local
/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/
DJvmtiTaggingTest.java136 int count = (int) result[2]; in getTaggedObjectsRun() local
143 int count; field in JvmtiTaggingTest.GetTaggedObjectsExpectation
149 public void check(int count, Object[] objects, long[] tags) { in check()
/cts/tests/tests/location/src/android/location/cts/asn1/base/
DAsn1GeneralString.java111 BitStream count = null; in encodePerImpl() local
153 int count = 0; in decodePerImpl() 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/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DExactComparer.java31 int count = 0; in verifySame() local
/cts/tests/tests/assist/common/src/android/assist/common/
DAutoResetLatch.java34 public AutoResetLatch(int count) { in AutoResetLatch()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java297 void helperFloatCopy(int nElems, int offset, int count, int copyMode) { in helperFloatCopy()
323 void helperByteCopy(int nElems, int offset, int count, int copyMode) { in helperByteCopy()
350 void helperShortCopy(Element element, int nElems, int offset, int count, int copyMode) { in helperShortCopy()
376 void helperIntCopy(int nElems, int offset, int count, int copyMode) { in helperIntCopy()
402 void helperBaseObjCopy(int nElems, int offset, int count, int copyMode) { in helperBaseObjCopy()
445 void helperFloatAllocationCopy(int nElems, int offset, int count) { in helperFloatAllocationCopy()
472 void helperByteAllocationCopy(int nElems, int offset, int count) { in helperByteAllocationCopy()
693 helperShortCopy(Element.I16(mRS), s, off, count, mode); in test1DCopyOperations() local
694 helperShortCopy(Element.F16(mRS), s, off, count, mode); in test1DCopyOperations() local

12345678