Home
last modified time | relevance | path

Searched refs:walking (Results 1 – 25 of 29) sorted by relevance

12

/external/skia/src/svg/parser/
DSkSVGParser.cpp127 SkSVGPaint* walking = fHead; in isStrokeAndFill() local
132 while (walking != nullptr) { in isStrokeAndFill()
133 if (strokeSet == false && walking->f_stroke.size() > 0) { in isStrokeAndFill()
134 stroke = walking->f_stroke.equals("none") == false; in isStrokeAndFill()
135 *strokeState = walking; in isStrokeAndFill()
138 if (fillSet == false && walking->f_fill.size() > 0) { in isStrokeAndFill()
139 fill = walking->f_fill.equals("none") == false; in isStrokeAndFill()
140 *fillState = walking; in isStrokeAndFill()
143 walking = walking->fNext; in isStrokeAndFill()
DSkSVGPaintState.cpp103 SkSVGPaint* walking = parser.fHead; in flush() local
105 while (walking != nullptr) { in flush()
107 SkString* lastAttr = (*walking)[index]; in flush()
114 walking = walking->fNext; in flush()
194 SkSVGPaint* walking = parser.fHead; in setSave() local
198 while (walking != nullptr) { in setSave()
200 SkString* lastAttr = (*walking)[index]; in setSave()
227 walking = walking->fNext; in setSave()
/external/libxml2/os400/libxmlrpg/
Dlist.rpgle43 * Callback function used when walking a list with xmlListWalk().
45 * Returns 0 to stop walking the list, 1 otherwise.
Dxpath.rpgle361 * temporary namespace lists kept for walking the namespace axis
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DCharStreamState.as30 /** When walking ahead with cyclic DFA or for syntactic predicates,
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTree.as56 * For huge child lists, inserting children can force walking rest of
DTreeNodeStream.as90 * after this call. The stream is notified because it is walking the
DBaseTree.as156 * For huge child lists, inserting children can force walking rest of
DCommonTreeNodeStream.as46 * but just in bookkeeping, not tree walking etc...
/external/antlr/antlr-3.4/tool/
DREADME.txt15 tree walking, translation, error recovery, and error reporting. I've
DCHANGES.txt461 * Added new ctor to CommonTreeNodeStream for walking subtrees. Avoids
/external/chromium-trace/catapult/third_party/html5lib-python/
DREADME.rst111 walking) under CPython (but *not* PyPy where it is known to cause
/external/llvm/docs/HistoricalNotes/
D2001-05-18-ExceptionHandling.txt27 implement different types of stack walking that may be used by various
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseTree.m248 * For huge child lists, inserting children can force walking rest of
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dbuildrec.dox242 /// ANTLR3_FPRINTF(stderr, "The parser returned %d errors, tree walking aborted.\n", psr->pParser…
/external/libvorbis/doc/
D03-codebook.tex392 codebook. This process can be though of as logically walking the
/external/tinyxml/
Dreadme.txt323 disk and generate output on the screen. It also tests walking the
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/rbbi/
Dwords.txt2832 walking
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/
Dwords.txt2832 walking
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt1095 䦊 < an\-appliance\-for\-walking\-on\-the\-sands;
1373 龘 < the\-appearance\-of\-a\-dragon\-walking;
1416 䢕 < a\-group\-of\-people\-walking\-together;
3837 步履維艱 < have\-difficulty\-walking;
4866 㸪 < an\-ox\-walking\-slowly;
5810 䖓 < of\-a\-walking\-tiger;
6977 䮴 < unstable\-walking;
7050 㾁 < walking\-like\-mad;
7321 徜 < walking\-and\-fro;
7700 䮢 < a\-walking\-horse;
[all …]
/external/zlib/src/doc/
Drfc1951.txt355 stream by walking down the tree from the root, at each step
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt106 was walking hand in hand with Dinah, and saying to her very
680 and walking away. `You insult me by talking such nonsense!'
2171 She was walking by the White Rabbit, who was peeping anxiously
2214 were always getting up and walking off to other parts of the
2254 walking about at the other end of the ground--and I should have
/external/chromium-trace/catapult/third_party/gsutil/
DCHANGES.md900 directory listing (so works faster when walking over large directories)
/external/v8/
DChangeLog4338 [turbofan] Fix control reducer bug with walking non-control edges during
/external/libxml2/
DChangeLog15785 * xpath.c: fixed a bug when walking the descendants and
15812 when walking the namespace axis showing up in

12