OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newTestSetCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
PathOpsCubicIntersectionTest.cpp
308
const int
newTestSetCount
= (int) SK_ARRAY_COUNT(newTestSet);
384
for (int outer = 0; outer <
newTestSetCount
- 1; ++outer) {
385
for (int inner = outer + 1; inner <
newTestSetCount
; ++inner) {
/external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection_Test.cpp
194
const size_t
newTestSetCount
= sizeof(newTestSet) / sizeof(newTestSet[0]);
Completed in 283 milliseconds