/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
D | ColorCountVerifier.java | 26 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/ |
D | MidiSoloTest.java | 58 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/ |
D | AndroidCharacterTest.java | 47 int count = 128; in testGetDirectionalities() local 95 int count = 8; in testGetEastAsianWidths() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | AntiTrimmerTextWatcher.java | 42 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()
|
D | MultipleTimesTextWatcher.java | 53 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/ |
D | BaseToastTest.java | 55 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/ |
D | MemoryFileTest.java | 53 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/ |
D | WindowInsetsBehaviorTests.java | 397 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/ |
D | rs_jni_allocation.cpp | 145 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/ |
D | AppIdleStatePermissionTest.java | 52 int count = 0; in testChangeAppIdleStatePermission() local
|
/cts/libs/install/testapp/src/com/android/cts/install/lib/testapp/ |
D | CrashingMainActivity.java | 39 int count = preferences.getInt("crash_count", 0); in incrementCountAndBroadcast() 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
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | GlesStubActivity.java | 218 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/ |
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/tests/AlarmManager/app/src/android/alarmmanager/alarmtestapp/cts/ |
D | TestAlarmReceiver.java | 32 final int count = intent.getIntExtra(Intent.EXTRA_ALARM_COUNT, 1); in onReceive() local
|
/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/ |
D | JvmtiTaggingTest.java | 136 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/ |
D | Asn1GeneralString.java | 111 BitStream count = null; in encodePerImpl() local 153 int count = 0; in decodePerImpl() 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/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
D | ExactComparer.java | 31 int count = 0; in verifySame() local
|
/cts/tests/tests/assist/common/src/android/assist/common/ |
D | AutoResetLatch.java | 34 public AutoResetLatch(int count) { in AutoResetLatch()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationTest.java | 297 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
|