Home
last modified time | relevance | path

Searched refs:recurse (Results 1 – 24 of 24) sorted by relevance

/external/e2fsprogs/e2fsck/
Dmessage.c217 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()
Dproblem.h925 int recurse);
/external/tcpdump/
Dprint-ether.c183 recurse: in ether_encap_print()
238 goto recurse; in ether_encap_print()
265 goto recurse; in ether_encap_print()
/external/icu4c/tools/toolutil/
Dxmlparser.h66 UnicodeString getText(UBool recurse) const;
130 void appendText(UnicodeString &text, UBool recurse) const;
Dxmlparser.cpp701 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/
DGlyphPageTreeNodeChromiumWin.cpp72 bool recurse) in fillBMPGlyphs() argument
82 if (recurse) { in fillBMPGlyphs()
/external/skia/src/views/
DSkView.cpp716 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/
Dfr.txt41 // 20 rather than 10, allowinhg us to recurse for all values
/external/skia/include/views/
DSkView.h287 SkDEBUGCODE(void dump(bool recurse) const;)
/external/libxml2/include/libxml/
DschemasInternals.h623 int recurse; /* Obsolete */ member
/external/e2fsprogs/ext2ed/
DREADME10 Makefile doesn't recurse into this directory. This is because ext2ed
/external/webkit/WebCore/loader/
DFrameLoader.h192 int numPendingOrLoadingRequests(bool recurse) const;
DFrameLoader.cpp3568 int FrameLoader::numPendingOrLoadingRequests(bool recurse) const in numPendingOrLoadingRequests()
3570 if (!recurse) in numPendingOrLoadingRequests()
/external/dbus/dbus/
Ddbus-marshal-recursive.c117 void (* recurse) (DBusTypeReader *sub, member
1018 (* sub->klass->recurse) (sub, reader); in _dbus_type_reader_recurse()
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm188 - (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/
Dtexinfo.tex252 % the like), remove it and recurse. Otherwise, we're done.
/external/webkit/WebKit/mac/
DChangeLog-2002-12-031670 (-[WebFrame _immediateChildFrameNamed:]): New frame search utility (doesn't recurse)
1681 … (-[WebFrame _goToItem:withLoadType:]): Adjust the BF list cursor, and recurse to do the work.
DChangeLog-2007-10-1423857 case, query 'frame' instead of 'self', so that we actually recurse.
/external/dbus/
DChangeLog3906 (dbus_gtype_from_signature_iter): Don't try to recurse into
/external/webkit/WebCore/
DChangeLog-2005-12-19731 …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
DChangeLog-2002-12-033646 (RenderFlow::lowestPosition): Don't recurse on the same child twice.
DChangeLog-2007-10-1416779 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/
DChangeLog25611 Do not recurse on the machine stack when executing op_call.
DChangeLog-2007-10-1415715 Added set of visited objects -- don't recurse if item is already in the set.