Home
last modified time | relevance | path

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

123

/cts/tests/tests/text/src/android/text/cts/
DAndroidCharacterTest.java34 int count = 128; in testGetDirectionalities() local
80 int count = 8; in testGetEastAsianWidths() local
/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()
DCountDownTimerTest.java44 int count = (int) (mActivity.MILLISINFUTURE / mActivity.INTERVAL); in testCountDownTimer() local
/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
Dattach_shader_five.cpp32 GLsizei count; in attachShaderFive() local
Dattach_shader_one.cpp49 GLsizei count; in attachShaderOne() local
Dcolor_one.cpp73 GLsizei count; in initColorOne() local
/cts/tests/tests/location/src/android/location/cts/
DGpsStatusTest.java48 int count = 0; in testGetSatellites() local
/cts/libs/vogar-expect/src/vogar/util/
DThreads.java46 public static ExecutorService fixedThreadsExecutor(String name, int count) { in fixedThreadsExecutor()
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
DOvalShapeTest.java60 int count = 0; in testDraw() local
DArcShapeTest.java66 int count = 0; in testDraw() local
/cts/tests/tests/jni/libjnitest/
Dhelper.c36 int count = vasprintf(&result, format, args); in failure() local
/cts/tests/tests/media/src/android/media/cts/
DScannerNotificationReceiver.java59 int count = 0; in countFiles() local
/cts/suite/audio_quality/lib/src/
DSemaphore.cpp20 Semaphore::Semaphore(int count) in Semaphore()
/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/net/src/android/net/cts/
DVpnServiceTest.java44 int count = mContext.getPackageManager().queryIntentActivities(intent, 0).size(); in testPrepare() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java290 void helperFloatCopy(int nElems, int offset, int count, int copyMode) { in helperFloatCopy()
314 void helperByteCopy(int nElems, int offset, int count, int copyMode) { in helperByteCopy()
338 void helperShortCopy(int nElems, int offset, int count, int copyMode) { in helperShortCopy()
362 void helperIntCopy(int nElems, int offset, int count, int copyMode) { in helperIntCopy()
386 void helperBaseObjCopy(int nElems, int offset, int count, int copyMode) { in helperBaseObjCopy()
425 void helperFloatAllocationCopy(int nElems, int offset, int count) { in helperFloatAllocationCopy()
449 void helperByteAllocationCopy(int nElems, int offset, int count) { in helperByteAllocationCopy()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResultsReport.java115 int count = mAdapter.getCount(); in getContents() local
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Video_ThumbnailsTest.java70 int count = getThumbnailCount(Thumbnails.EXTERNAL_CONTENT_URI); in testGetThumbnail() local
/cts/tests/tests/text/src/android/text/method/cts/
DPasswordTransformationMethodTest.java240 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
253 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/cts/tests/tests/widget/src/android/widget/cts/
DDialerFilterTest.java409 public void beforeTextChanged(final CharSequence s, final int start, final int count, in beforeTextChanged()
415 final int count) { in onTextChanged()
/cts/tests/src/android/content/cts/
DDummyProvider.java171 int count = db.update(tbName, values, selection, selectionArgs); in update() local
188 int count = db.delete(tbName, selection, selectionArgs); in delete() local

123