HomeSort by relevance Sort by last modified time
    Searched refs:outerCount (Results 1 - 5 of 5) sorted by null

  /external/skia/tests/
PathOpsTightBoundsTest.cpp 39 int outerCount = reporter->allowExtendedTest() ? 100 : 1;
40 for (int index = 0; index < outerCount; ++index) {
114 int outerCount = reporter->allowExtendedTest() ? 100 : 1;
115 for (int index = 0; index < outerCount; ++index) {
  /frameworks/base/libs/hwui/tests/common/scenes/
ShapeAnimation.cpp 72 int outerCount = canvas.save(SaveFlags::MatrixClip);
95 canvas.restoreToCount(outerCount);
  /external/v8/test/mjsunit/compiler/
inline-arguments.js 212 function test(outerCount, middleCount, innerCount) {
239 assertSame(outerCount, arguments.length);
246 if (outerCount == 1) outer(10);
247 if (outerCount == 2) outer(10, 11);
248 if (outerCount == 3) outer(10, 11, 12);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8_s.s 76 outerCount RN 14
470 MOV outerCount, #BLK_SIZE ;// Outer Loop Count
484 SUBS outerCount, outerCount, #1 ;// outerCount--
omxVCM4P10_PredictIntra_16x16_s.s 61 outerCount RN 1

Completed in 161 milliseconds