| /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/permission/src/android/permission/cts/ |
| D | AppIdleStatePermissionTest.java | 52 int count = 0; in testChangeAppIdleStatePermission() local 78 int count = 0; in testChangeAppLaunchEstimatePermission() local
|
| /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/tests/media/audio/src/android/media/audio/cts/ |
| D | MidiSoloTest.java | 56 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend() 166 int count = 3; in testMidiReceiver() local 198 int count = bar.length; in testMidiReceiverException() local 216 int offset, int count) throws IOException { in checkReceivedData()
|
| /cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
| 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/PhotoPicker/src/android/photopicker/cts/util/ |
| D | PhotoPickerFilesUtils.java | 48 public static List<Uri> createImagesAndGetUris(int count, int userId) in createImagesAndGetUris() 53 public static List<Uri> createImagesAndGetUris(int count, int userId, boolean isFavorite) in createImagesAndGetUris() 75 public static List<Pair<Uri, String>> createImagesAndGetUriAndPath(int count, int userId, in createImagesAndGetUriAndPath() 95 public static List<Uri> createMj2VideosAndGetUris(int count, int userId) throws Exception { in createMj2VideosAndGetUris() 108 public static List<Uri> createVideosAndGetUris(int count, int userId) throws Exception { in createVideosAndGetUris()
|
| /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/permission3/UsePermissionAppLatest/src/android/permission3/cts/usepermission/ |
| D | CheckCalendarAccessActivity.kt | 47 val count = contentResolver.query(uri, null, null, null).use { it!!.count } in onCreate() constant
|
| /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/systemui/src/android/systemui/cts/ |
| D | WindowInsetsBehaviorTests.java | 435 int count = 0; in clickAllOfHorizontalSamplePoints() local 462 int count = 0; in clickAllOfSamplePoints() local 478 int count = 0; in swipeAllOfHorizontalLinesFromLeftToRight() local 504 int count = 0; in swipeAllOfHorizontalLinesFromRightToLeft() local 524 int count = 0; in swipeAllOfHorizontalLines() local 538 int count = 0; in swipeAllOfVerticalLinesFromTopToBottom() local 563 int count = 0; in swipeAllOfVerticalLinesFromBottomToTop() local 583 int count = 0; in swipeAllOfVerticalLines() local 592 int count = 0; in swipeInViewBoundary() local 692 final int count = clickAllOfSamplePoints(mActionBounds, this::clickAndWaitByUiDevice); in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel() local [all …]
|
| /cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9547/ |
| D | poc.cpp | 30 size_t count = sizeof(fds) / sizeof(int); in main() 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/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/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_ten.cpp | 32 GLsizei count; in attachShaderTen() local
|
| D | attach_shader_eleven.cpp | 33 GLsizei count; in attachShaderEleven() local
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/midilib/ |
| D | JavaMidiTestModule.java | 219 private boolean matchStream(byte[] bytes, int offset, int count) { in matchStream() 352 public boolean matches(byte[] msg, int offset, int count) { in matches() 381 public static void logByteArray(String prefix, byte[] value, int offset, int count) { in logByteArray() 429 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend()
|
| /cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0069/ |
| D | poc.c | 42 uint32_t count; member 47 uint32_t count; member 52 uint32_t count; member 57 uint32_t count; member
|
| /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/location/location_gnss/src/android/location/cts/gnss/asn1/base/ |
| D | Asn1GeneralString.java | 112 BitStream count = null; in encodePerImpl() local 154 int count = 0; in decodePerImpl() local
|
| /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8332/ |
| D | poc.c | 87 ssize_t count = 0; in ReadHandler() local 105 unsigned int count = 0; in main() local
|