OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outerCount
(Results
1 - 3
of
3
) 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) {
/external/skqp/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
68
int
outerCount
= canvas.save(SaveFlags::MatrixClip);
91
canvas.restoreToCount(
outerCount
);
Completed in 269 milliseconds