/external/e2fsprogs/e2fsck/ |
D | message.c | 217 int *first, int recurse) in expand_at_expression() argument 226 if (*cpp && recurse < 10) { in expand_at_expression() 232 print_e2fsck_message(ctx, str, pctx, *first, recurse+1); in expand_at_expression() 460 int recurse) in print_e2fsck_message() argument 470 expand_at_expression(ctx, *cp, pctx, &first, recurse); in print_e2fsck_message()
|
D | problem.h | 925 int recurse);
|
/external/tcpdump/ |
D | print-ether.c | 183 recurse: in ether_encap_print() 238 goto recurse; in ether_encap_print() 265 goto recurse; in ether_encap_print()
|
/external/icu4c/tools/toolutil/ |
D | xmlparser.h | 66 UnicodeString getText(UBool recurse) const; 130 void appendText(UnicodeString &text, UBool recurse) const;
|
D | xmlparser.cpp | 701 UXMLElement::getText(UBool recurse) const { in getText() 703 appendText(text, recurse); in getText() 708 UXMLElement::appendText(UnicodeString &text, UBool recurse) const { in appendText() 715 } else if(recurse) /* must be a UXMLElement */ { in appendText() 716 ((const UXMLElement *)node)->appendText(text, recurse); in appendText()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | GlyphPageTreeNodeChromiumWin.cpp | 72 bool recurse) in fillBMPGlyphs() argument 82 if (recurse) { in fillBMPGlyphs()
|
/external/skia/src/views/ |
D | SkView.cpp | 716 static void dumpview(const SkView* view, int level, bool recurse) in dumpview() argument 726 if (recurse) in dumpview() 755 void SkView::dump(bool recurse) const in dump() 757 dumpview(this, 0, recurse); in dump()
|
/external/icu4c/data/rbnf/ |
D | fr.txt | 41 // 20 rather than 10, allowinhg us to recurse for all values
|
/external/skia/include/views/ |
D | SkView.h | 287 SkDEBUGCODE(void dump(bool recurse) const;)
|
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 623 int recurse; /* Obsolete */ member
|
/external/e2fsprogs/ext2ed/ |
D | README | 10 Makefile doesn't recurse into this directory. This is because ext2ed
|
/external/webkit/WebCore/loader/ |
D | FrameLoader.h | 192 int numPendingOrLoadingRequests(bool recurse) const;
|
D | FrameLoader.cpp | 3568 int FrameLoader::numPendingOrLoadingRequests(bool recurse) const in numPendingOrLoadingRequests() 3570 if (!recurse) in numPendingOrLoadingRequests()
|
/external/dbus/dbus/ |
D | dbus-marshal-recursive.c | 117 void (* recurse) (DBusTypeReader *sub, member 1018 (* sub->klass->recurse) (sub, reader); in _dbus_type_reader_recurse()
|
/external/webkit/WebKit/mac/WebView/ |
D | WebHTMLView.mm | 188 - (void)_recursive:(BOOL)recurse displayRectIgnoringOpacity:(NSRect)displayRect inContext:(NSGraphi… 1240 - (void)_recursive:(BOOL)recurse displayRectIgnoringOpacity:(NSRect)displayRect inContext:(NSGraphi… 1248 …[super _recursive:recurse displayRectIgnoringOpacity:displayRect inContext:context topView:topView…
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 252 % the like), remove it and recurse. Otherwise, we're done.
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 1670 (-[WebFrame _immediateChildFrameNamed:]): New frame search utility (doesn't recurse) 1681 … (-[WebFrame _goToItem:withLoadType:]): Adjust the BF list cursor, and recurse to do the work.
|
D | ChangeLog-2007-10-14 | 23857 case, query 'frame' instead of 'self', so that we actually recurse.
|
/external/dbus/ |
D | ChangeLog | 3906 (dbus_gtype_from_signature_iter): Don't try to recurse into
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-12-19 | 731 …tsPos): return to old behavior where this function calls scrollPoint on a view and doesn't recurse. 921 ::insertChildNode() will not recurse to the correct box for
|
D | ChangeLog-2002-12-03 | 3646 (RenderFlow::lowestPosition): Don't recurse on the same child twice.
|
D | ChangeLog-2007-10-14 | 16779 false when we recurse to get our children's absoluteRects. 35886 it is needed, we infinitely recurse when Mail draws a custom
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 25611 Do not recurse on the machine stack when executing op_call.
|
D | ChangeLog-2007-10-14 | 15715 Added set of visited objects -- don't recurse if item is already in the set.
|