Home
last modified time | relevance | path

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

123

/external/skia/src/svg/
DSkSVGParser.cpp127 SkSVGPaint* walking = fHead; in isStrokeAndFill() local
132 while (walking != NULL) { 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 != NULL) { 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 != NULL) { in setSave()
200 SkString* lastAttr = (*walking)[index]; in setSave()
227 walking = walking->fNext; in setSave()
/external/quake/quake/src/QW/progs/
Dserver.qc88 Monsters will continue walking towards the next target corner.
/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
/external/llvm/docs/HistoricalNotes/
D2001-05-18-ExceptionHandling.txt27 implement different types of stack walking that may be used by various
/external/quake/quake/src/WinQuake/kit/
DJOYSTICK.TXT25 …he Options menu. 'Always Run' allows you change your maximum speed from walking to running. 'Inv…
/external/quake/quake/src/QW/
Dqwchangelog.txt152 this removes the problem of walking through other players and makes
Dqwrlnote.txt174 this removes the problem of walking through other players and makes
/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/quake/quake/src/WinQuake/data/
DREADME.TXT244 ceiling while walking.
DMANUAL.TXT421 horizontal when you start walking forward.
424 horizontal when you start walking forward.
/external/webkit/Source/WebKit/mac/Plugins/
DWebBaseNetscapePluginView.mm765 …// much safer than walking up the view hierarchy and observing frame/bounds changed notifications,…
/external/tinyxml/
Dreadme.txt323 disk and generate output on the screen. It also tests walking the
/external/zlib/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/bluetooth/glib/
DChangeLog.pre-2-10683 * glib/gslice.c: implement chain walking for arbitrary ->next pointer
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm4214 // key view in the loop, we can sidestep it by walking along previous key views until
4220 // Use a visited set so we don't loop indefinitely when walking crazy key loops.
/external/oprofile/
DChangeLog-20031209 algorithm walking only through possible solution.
2752 * pp/opreport.cpp: cleanup walking through multimap with a
/external/bluetooth/glib/gobject/
DChangeLog3383 (signal_id_lookup): after walking the anchestry, try interfaces as well.

123