/external/skia/src/pdf/ |
D | SkPDFPage.cpp | 96 SkAutoTUnref<SkPDFArray> kids(new SkPDFArray); in GeneratePageTree() local 97 kids->reserve(kNodeSize); in GeneratePageTree() 102 kids->append(new SkPDFObjRef(curNodes[i]))->unref(); in GeneratePageTree() 127 newNode->insert(kidsName.get(), kids.get()); in GeneratePageTree()
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3basetree.c | 45 static void addChildren (pANTLR3_BASE_TREE tree, pANTLR3_LIST kids); 222 addChildren (pANTLR3_BASE_TREE tree, pANTLR3_LIST kids) in addChildren() argument 227 s = kids->size(kids); in addChildren() 230 tree->addChild(tree, (pANTLR3_BASE_TREE)(kids->get(kids, i+1))); in addChildren()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebPDFDocumentExtras.mm | 53 CGPDFArrayRef kids; 54 if (!CGPDFDictionaryGetArray(subtree, "Kids", &kids)) 57 size_t kidCount = CGPDFArrayGetCount(kids); 60 if (!CGPDFArrayGetDictionary(kids, i, &kid))
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | BaseTree.js | 90 addChildren: function(kids) { argument 92 for (i = 0; i < kids.length; i++) { 93 t = kids[i];
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BaseTree.cs | 215 public virtual void AddChildren(IEnumerable<ITree> kids) { in AddChildren() argument 216 if (kids == null) in AddChildren() 219 foreach (ITree t in kids) in AddChildren()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BaseTree.cs | 258 public virtual void AddChildren( IEnumerable<ITree> kids ) in AddChildren() argument 260 if (kids == null) in AddChildren() 263 foreach ( ITree t in kids ) in AddChildren()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebhistoryitem.cpp | 498 GList* kids = NULL; in webkit_web_history_item_get_children() local 500 kids = g_list_prepend(kids, kit(children[i].get())); in webkit_web_history_item_get_children() 502 return g_list_reverse(kids); in webkit_web_history_item_get_children()
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | BaseTree.java | 132 public void addChildren(List kids) { in addChildren() argument 133 for (int i = 0; i < kids.size(); i++) { in addChildren() 134 Tree t = (Tree) kids.get(i); in addChildren()
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | DumpRenderTree.mm | 769 NSArray *kids = [item children]; 770 if (kids) { 772 kids = [kids sortedArrayUsingFunction:&compareHistoryItems context:nil]; 773 for (unsigned i = 0; i < [kids count]; i++) 774 dumpHistoryItem([kids objectAtIndex:i], indent+4, NO); 791 NSArray *kids = [f childFrames]; 792 if (kids) 793 for (unsigned i = 0; i < [kids count]; i++) 794 dumpFrameScrollPosition([kids objectAtIndex:i]); 815 NSArray *kids = [frame childFrames]; [all …]
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | DumpRenderTree.cpp | 331 GList* kids = webkit_web_history_item_get_children(item); in dumpHistoryItem() local 332 if (kids) { in dumpHistoryItem() 334 kids = g_list_sort(kids, (GCompareFunc) compareHistoryItems); in dumpHistoryItem() 335 for (unsigned i = 0; i < g_list_length(kids); i++) in dumpHistoryItem() 336 dumpHistoryItem(WEBKIT_WEB_HISTORY_ITEM(g_list_nth_data(kids, i)), indent+4, FALSE); in dumpHistoryItem()
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3basetree.h | 85 void (*addChildren) (struct ANTLR3_BASE_TREE_struct * tree, pANTLR3_LIST kids);
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | BaseTree.as | 121 /** Add all elements of kids list as children of this node */ 122 public function addChildren(kids:Array):void { 123 for (var i:int = 0; i < kids.length; i++) { 124 var t:Tree = Tree(kids[i]);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBaseTree.m | 204 /** Add all elements of kids list as children of this node */ 205 - (void) addChildren:(AMutableArray *) kids 207 for (NSUInteger i = 0; i < [kids count]; i++) { 208 id<ANTLRBaseTree> t = (id<ANTLRBaseTree>) [kids objectAtIndex:i];
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DumpRenderTreeSupportQt.cpp | 858 QMap<QString, QWebHistoryItem> kids; in getChildHistoryItems() local 861 kids.insert(DumpRenderTreeSupportQt::historyItemTarget(kid), kid); in getChildHistoryItems() 863 return kids; in getChildHistoryItems()
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | InjectedBundlePage.cpp | 1074 if (WKRetainPtr<WKArrayRef> kids = adoptWK(WKBundleBackForwardListItemCopyChildren(item))) { in dumpBackForwardListItem() local 1076 size_t size = WKArrayGetSize(kids.get()); in dumpBackForwardListItem() 1079 … sortedKids[i] = static_cast<WKBundleBackForwardListItemRef>(WKArrayGetItemAtIndex(kids.get(), i)); in dumpBackForwardListItem()
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_menu_bridge.mm | 164 // This will eventually [obj release] all its kids, if it has
|
D | bookmark_bar_folder_controller_unittest.mm | 1265 // Pop open the new folder window and hover one of its kids.
|
/external/chromium/chrome/browser/sync/syncable/ |
D | syncable_unittest.cc | 1239 Entry kids(&trans, GET_BY_HANDLE, handle2); in TEST_F() local 1240 ASSERT_TRUE(kids.good()); in TEST_F() 1241 EXPECT_TRUE(kids.GetKernelCopy().is_dirty()); in TEST_F()
|
/external/chromium/net/base/ |
D | effective_tld_names.gperf | 1819 kids.museum, 0 1820 kids.us, 0
|
D | effective_tld_names.dat | 2278 kids.museum 4429 kids.us
|
/external/quake/quake/src/WinQuake/data/ |
D | MANUAL.TXT | 126 Easy -- This is meant for little kids and grandmas.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 7834 with their kids instead of having one global canCollapse variable. 7951 inside your kids. 8810 all the normal flow kids have gotten a layout (and this happens 10083 Blocks must have all their kids as inlines or all theirs kids 10088 element again, then the parent block might have to make its kids 15725 … apply to the element that specifies the clip instead of to the element's kids. This is ambiguous…
|
D | ChangeLog-2005-08-23 | 22168 some cases, and so the check needs to be (!DOM-kids || !render-kids). 28555 <p> when the root editable element has no rendered kids. 29533 …of the position to be >= 0 and <= number of kids of its node. Not doing this constraining led to a… 37002 (DOM::Position::inRenderedContent): Check for inlines that can have kids is wrong. 42409 (khtml::RenderBlock::paintObject): Pass along paintingRoot to kids. 42410 (khtml::RenderBlock::paintFloats): Pass along paintingRoot to kids. 42421 (RenderInline::paint): Pass along paintingRoot to kids. 42423 (RenderLayer::paint): Pass along paintingRoot to kids. 42424 (RenderLayer:: paintLayer): Pass along paintingRoot to kids. Test if we are within the 42437 paintingRoot, or nil if we are the root (so kids draw normally). [all …]
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 4709 http://earthquake.usgs.gov/4kids/sciencefair.html 9068 http://kids.discovery.com/fansites/saddleclub/quiz/quiz.html 11745 http://nedv.net/kids/museums.html 14851 http://response.restoration.noaa.gov/kids/spills.html 15424 http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?cds2Pid=3057&kids=y&isbn=0618428585&lin… 17127 http://text.kids.nsw.gov.au/publications/feedback2002.html 19529 http://www.411kids.org/inspiration.htm 20718 http://www.adoption.org/adopt/waiting-kids-for-adoption.php 21626 http://www.aliceandbill.com/2004/11/computers-make-school-kids-dumber.html 25672 http://www.asce.org/kids/handson.cfm [all …]
|
/external/dropbear/libtomcrypt/ |
D | changes | 345 -- [Peter LaDow] fixed a typo w.r.t. XREALLOC macro (spelling counts kids!)
|