OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:localsCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
CubicToQuadratics_Test.cpp
152
static size_t
localsCount
= sizeof(locals) / sizeof(locals[0]);
173
for (size_t x = 0; x <
localsCount
; ++x) {
/external/chromium_org/third_party/skia/tests/
PathOpsCubicToQuadsTest.cpp
167
static size_t
localsCount
= SK_ARRAY_COUNT(locals);
191
for (size_t x = 0; x <
localsCount
; ++x) {
Completed in 167 milliseconds