Searched defs:walking (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/tools/site_compare/commands/
H A Dmaskmaker.py13 import os # Functions for walking the directory tree namespace
H A Dtimeload.py15 import os # Functions for walking the directory tree namespace
H A Dcompare2.py13 import os # Functions for walking the directory tree namespace
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGParser.cpp127 SkSVGPaint* walking = fHead; local
132 while (walking != NULL) {
133 if (strokeSet == false && walking->f_stroke.size() > 0) {
134 stroke = walking->f_stroke.equals("none") == false;
135 *strokeState = walking;
138 if (fillSet == false && walking->f_fill.size() > 0) {
139 fill = walking->f_fill.equals("none") == false;
140 *fillState = walking;
143 walking = walking
[all...]
/external/chromium_org/tools/site_compare/
H A Dsite_compare.py18 import os # Functions for walking the directory tree namespace
/external/skia/src/svg/
H A DSkSVGParser.cpp127 SkSVGPaint* walking = fHead; local
132 while (walking != NULL) {
133 if (strokeSet == false && walking->f_stroke.size() > 0) {
134 stroke = walking->f_stroke.equals("none") == false;
135 *strokeState = walking;
138 if (fillSet == false && walking->f_fill.size() > 0) {
139 fill = walking->f_fill.equals("none") == false;
140 *fillState = walking;
143 walking = walking
[all...]

Completed in 161 milliseconds