HomeSort by relevance Sort by last modified time
    Searched defs:xcount (Results 1 - 12 of 12) sorted by null

  /external/libevent/test/
bench.c 120 { int xcount = 0; local
124 xcount++;
128 if (xcount != count) fprintf(stderr, "Xcount: %d, Rcount: %d\n", xcount, count);
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_alloc_copy.java 270 int xcount = width - xoff; local
272 int arr_len = xcount * ycount;
281 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
282 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
305 int xcount = width - xoff; local
307 int arr_len = xcount * ycount;
319 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
320 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
343 int xcount = width - xoff; local
345 int arr_len = xcount * ycount
381 int xcount = width - xoff; local
419 int xcount = width - xoff; local
    [all...]
UT_alloc_copyPadded.java 918 int xcount = width - xoff; local
920 int arr_len = xcount * ycount * 3;
930 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
931 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
954 int xcount = width - xoff; local
993 int xcount = width - xoff; local
1032 int xcount = width - xoff; local
1071 int xcount = width - xoff; local
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_alloc_copy.java 272 int xcount = width - xoff; local
274 int arr_len = xcount * ycount;
283 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
284 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
307 int xcount = width - xoff; local
309 int arr_len = xcount * ycount;
321 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
322 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
345 int xcount = width - xoff; local
347 int arr_len = xcount * ycount
383 int xcount = width - xoff; local
421 int xcount = width - xoff; local
    [all...]
UT_alloc_copyPadded.java 919 int xcount = width - xoff; local
921 int arr_len = xcount * ycount * 3;
931 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
932 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
955 int xcount = width - xoff; local
994 int xcount = width - xoff; local
1033 int xcount = width - xoff; local
1072 int xcount = width - xoff; local
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_alloc_copy.java 274 int xcount = width - xoff; local
276 int arr_len = xcount * ycount;
285 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
286 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
309 int xcount = width - xoff; local
311 int arr_len = xcount * ycount;
323 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
324 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
347 int xcount = width - xoff; local
349 int arr_len = xcount * ycount
385 int xcount = width - xoff; local
423 int xcount = width - xoff; local
    [all...]
UT_alloc_copyPadded.java 921 int xcount = width - xoff; local
923 int arr_len = xcount * ycount * 3;
933 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
934 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
957 int xcount = width - xoff; local
996 int xcount = width - xoff; local
1035 int xcount = width - xoff; local
1074 int xcount = width - xoff; local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCopyPaddedTest.java 807 int xcount = width - xoff; local
809 int arr_len = xcount * ycount * 3;
819 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
820 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
840 int xcount = width - xoff; local
842 int arr_len = xcount * ycount * 3;
855 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
856 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
881 int xcount = width - xoff; local
883 int arr_len = xcount * ycount * 3
917 int xcount = width - xoff; local
953 int xcount = width - xoff; local
    [all...]
AllocationCopyToTest.java 234 int xcount = width - xoff; local
236 int arr_len = xcount * ycount;
245 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
246 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
265 int xcount = width - xoff; local
267 int arr_len = xcount * ycount;
280 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
281 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
283 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, (Object) inArray);
284 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, (Object) outArray)
310 int xcount = width - xoff; local
344 int xcount = width - xoff; local
378 int xcount = width - xoff; local
416 int xcount = width - xoff; local
453 int xcount = width - xoff; local
498 int xcount = width - xoff; local
538 int xcount = width - xoff; local
578 int xcount = width - xoff; local
618 int xcount = width - xoff; local
    [all...]
  /external/libcups/filter/
testclient.c 409 xcount, ycount, /* Current count for X and Y */ local
675 for (xcount = xrep; xcount > 0; xcount --)
694 for (xcount = xrep; xcount > 0; xcount --, lineptr += 3)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
StringTokenizerTest.java 543 int xcount = 0; local
546 logln("[" + xcount + "] '" + t + "'");
547 ++xcount;
549 if (count != ncount || count != xcount) {
550 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
StringTokenizerTest.java 540 int xcount = 0; local
543 logln("[" + xcount + "] '" + t + "'");
544 ++xcount;
546 if (count != ncount || count != xcount) {
547 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount);
    [all...]

Completed in 540 milliseconds