OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:walking
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/tools/site_compare/commands/
maskmaker.py
13
import os # Functions for
walking
the directory tree
namespace
timeload.py
15
import os # Functions for
walking
the directory tree
namespace
compare2.py
13
import os # Functions for
walking
the directory tree
namespace
/external/chromium_org/third_party/skia/src/svg/
SkSVGParser.cpp
127
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
->fNext
[
all
...]
/external/skia/src/svg/
SkSVGParser.cpp
127
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
->fNext
[
all
...]
/external/chromium_org/tools/site_compare/
site_compare.py
18
import os # Functions for
walking
the directory tree
namespace
Completed in 690 milliseconds