Home
last modified time | relevance | path

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

1234567891011

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_MoveToCloudDeviceContactsAccount.java250 int count = getNumberOfMovableLocalContacts(); in testGetNumberOfMovableLocalContactsWithNoLocalContacts() local
264 int count = getNumberOfMovableLocalContacts(); in testGetNumberOfMovableLocalContactsWithLocalContacts() local
276 int count = getNumberOfMovableLocalContacts(); in testGetNumberOfMovableLocalContactsWithLocalContacts_flagsOff() local
294 int count = getNumberOfMovableLocalContacts(); in testMoveLocalContactsToCloudDefaultAccount() local
318 int count = getNumberOfMovableLocalContacts(); in testMoveLocalContactsToCloudDefaultAccount_flagsOff() local
343 int count = getNumberOfMovableSimContacts(); in testGetNumberOfMovableSimContactsWithSimContacts() local
356 int count = getNumberOfMovableSimContacts(); in testGetNumberOfMovableSimContactsWithSimContacts_flagsOff() local
371 int count = getNumberOfMovableSimContacts(); in testMoveSimContactsToCloudDefaultAccount() local
389 int count = getNumberOfMovableSimContacts(); in testMoveSimContactsToCloudDefaultAccount_flagsOff() local
409 int count = getNumberOfMovableLocalContacts(); in testMoveLocalContactsToInvalidDefaultAccountInternal() local
/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/text/src/android/text/cts/
DAndroidCharacterTest.java47 int count = 128; in testGetDirectionalities() local
95 int count = 8; in testGetEastAsianWidths() local
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DMidiSoloTest.java56 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/
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/PhotoPicker/src/android/photopicker/cts/util/
DPhotoPickerFilesUtils.java48 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/os/src/android/os/cts/
DMemoryFileTest.java55 private void checkWriteBytesInIllegalParameter(int srcOffset, int destOffset, int count) in checkWriteBytesInIllegalParameter()
138 private void checkReadBytesInIllegalParameter(int srcOffset, int destOffset, int count) in checkReadBytesInIllegalParameter()
/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/toast/src/android/widget/toast/cts/
DBaseToastTest.java67 protected void showToastsViaToastApis(int count) throws Exception { in showToastsViaToastApis()
85 protected void showToastsViaAddingWindow(int count, boolean focusable) throws Exception { in showToastsViaAddingWindow()
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java455 int count = 0; in clickAllOfHorizontalSamplePoints() local
480 int count = 0; in clickAllOfSamplePoints() local
496 int count = 0; in swipeAllOfHorizontalLinesFromLeftToRight() local
522 int count = 0; in swipeAllOfHorizontalLinesFromRightToLeft() local
542 int count = 0; in swipeAllOfHorizontalLines() local
556 int count = 0; in swipeAllOfVerticalLinesFromTopToBottom() local
581 int count = 0; in swipeAllOfVerticalLinesFromBottomToTop() local
601 int count = 0; in swipeAllOfVerticalLines() local
610 int count = 0; in swipeInViewBoundary() local
711 final int count = clickAllOfSamplePoints(mActionBounds, this::clickAndWaitByUiDevice); in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel() local
[all …]
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9547/
Dpoc.cpp30 size_t count = sizeof(fds) / sizeof(int); in main() 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/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/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
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/midilib/
DJavaMidiTestModule.java219 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/
Dpoc.c42 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/
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/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DAsn1GeneralString.java112 BitStream count = null; in encodePerImpl() local
154 int count = 0; in decodePerImpl() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8332/
Dpoc.c87 ssize_t count = 0; in ReadHandler() local
105 unsigned int count = 0; in main() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java300 void helperFloatCopy(int nElems, int offset, int count, int copyMode) { in helperFloatCopy()
326 void helperByteCopy(int nElems, int offset, int count, int copyMode) { in helperByteCopy()
353 void helperShortCopy(Element element, int nElems, int offset, int count, int copyMode) { in helperShortCopy()
379 void helperIntCopy(int nElems, int offset, int count, int copyMode) { in helperIntCopy()
405 void helperBaseObjCopy(int nElems, int offset, int count, int copyMode) { in helperBaseObjCopy()
448 void helperFloatAllocationCopy(int nElems, int offset, int count) { in helperFloatAllocationCopy()
475 void helperByteAllocationCopy(int nElems, int offset, int count) { in helperByteAllocationCopy()
696 helperShortCopy(Element.I16(mRS), s, off, count, mode); in test1DCopyOperations() local
697 helperShortCopy(Element.F16(mRS), s, off, count, mode); in test1DCopyOperations() local

1234567891011