Searched refs:walking (Results 1 – 25 of 29) sorted by relevance
12
/external/skia/src/svg/parser/ |
D | SkSVGParser.cpp | 127 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()
|
D | SkSVGPaintState.cpp | 103 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/ |
D | list.rpgle | 43 * Callback function used when walking a list with xmlListWalk(). 45 * Returns 0 to stop walking the list, 1 otherwise.
|
D | xpath.rpgle | 361 * temporary namespace lists kept for walking the namespace axis
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | CharStreamState.as | 30 /** When walking ahead with cyclic DFA or for syntactic predicates,
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | Tree.as | 56 * For huge child lists, inserting children can force walking rest of
|
D | TreeNodeStream.as | 90 * after this call. The stream is notified because it is walking the
|
D | BaseTree.as | 156 * For huge child lists, inserting children can force walking rest of
|
D | CommonTreeNodeStream.as | 46 * but just in bookkeeping, not tree walking etc...
|
/external/antlr/antlr-3.4/tool/ |
D | README.txt | 15 tree walking, translation, error recovery, and error reporting. I've
|
D | CHANGES.txt | 461 * Added new ctor to CommonTreeNodeStream for walking subtrees. Avoids
|
/external/chromium-trace/catapult/third_party/html5lib-python/ |
D | README.rst | 111 walking) under CPython (but *not* PyPy where it is known to cause
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-18-ExceptionHandling.txt | 27 implement different types of stack walking that may be used by various
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBaseTree.m | 248 * For huge child lists, inserting children can force walking rest of
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | buildrec.dox | 242 /// ANTLR3_FPRINTF(stderr, "The parser returned %d errors, tree walking aborted.\n", psr->pParser…
|
/external/libvorbis/doc/ |
D | 03-codebook.tex | 392 codebook. This process can be though of as logically walking the
|
/external/tinyxml/ |
D | readme.txt | 323 disk and generate output on the screen. It also tests walking the
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/rbbi/ |
D | words.txt | 2832 walking
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/ |
D | words.txt | 2832 walking
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 1095 䦊 < 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/ |
D | rfc1951.txt | 355 stream by walking down the tree from the root, at each step
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 106 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/ |
D | CHANGES.md | 900 directory listing (so works faster when walking over large directories)
|
/external/v8/ |
D | ChangeLog | 4338 [turbofan] Fix control reducer bug with walking non-control edges during
|
/external/libxml2/ |
D | ChangeLog | 15785 * xpath.c: fixed a bug when walking the descendants and 15812 when walking the namespace axis showing up in
|
12