Home
last modified time | relevance | path

Searched defs:outerCount (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DPathOpsTightBoundsTest.cpp39 int outerCount = reporter->allowExtendedTest() ? 100 : 1; in DEF_TEST() local
114 int outerCount = reporter->allowExtendedTest() ? 100 : 1; in DEF_TEST() local
/external/v8/test/mjsunit/compiler/
Dinline-arguments.js212 function test(outerCount, middleCount, innerCount) { argument