/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
ExpandableDictionary.java | 210 private void addWordRec(final NodeArray children, final String word, final int depth, 215 // Does children have the current character? 216 final int childrenLength = children.mLength; 219 final Node node = children.mData[i]; 231 children.add(childNode); 426 * @param roots node whose children have to be search for matches 461 final NodeArray children = node.mChildren; local 477 if (children != null) { 478 getWordsRec(children, codes, word, depth + 1, true, snr, inputIndex, 485 if (children != null) [all...] |
/external/v8/src/ |
liveedit-debugger.js | 93 for (var i = 0; i < node.children.length; i++) { 94 CollectDamaged(node.children[i]); 103 CollectNew(node_list[i].children); 119 for (var i = 0; i < old_node.children.length; i++) { 120 HarvestTodo(old_node.children[i]); 240 // nested functions serialized as parent followed by serialized children. 278 // The recursive function, that goes over all children of a particular 319 for (var i = 0; i < old_node.children.length; i++) { 320 if (old_node.children[i].corresponding_node) { 322 old_node.children[i].corresponding_node.info [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoring.java | 189 // overlay children are replaced by their first element children 199 NodeList children = e.getChildNodes(); local 201 for (int i = 0, n = children.getLength(); i < n; i++) { 202 Node node = children.item(i); 289 // Layout attributes on children have already been removed as part of conversion 359 // conversion) and then convert all the children into <TableRow> elements. 364 NodeList children = layout.getChildNodes(); local 365 for (int i = 0, n = children.getLength(); i < n; i++) { 366 Node node = children.item(i) 411 NodeList children = layout.getChildNodes(); local 427 NodeList children = layout.getChildNodes(); local 529 NodeList children = layout.getChildNodes(); local [all...] |
/external/libxml2/ |
xinclude.c | 826 result = xmlXIncludeCopyNodeList(ctxt, target, source, elem->children); 879 cur = cur->children; 1017 cur = cur->children; 2101 xmlNodePtr children; local [all...] |
xmlsave.c | 433 xmlNodePtr children; local 435 children = attr->children; 436 while (children != NULL) { 437 switch (children->type) { 440 attr, children->content); 444 xmlBufferAdd(buf->buffer, children->name, 445 xmlStrlen(children->name)); 452 children = children->next [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ThreadGroupTest.java | 178 assertEquals("Destroyed child can't have children", 0, child 463 assertTrue("Have to be parentOf all children", testRoot 565 ThreadGroup[] children = groups(current); local 566 assertEquals("Can only have 1 subgroup", 1, children.length); 567 current = children[0]; 847 // No API to get the count of immediate children only ? 899 ThreadGroup[] children = groups(aGroup); local 900 for (ThreadGroup element : children) { 928 ThreadGroup[] children = groups(aGroup); local 930 for (ThreadGroup element : children) { 1036 ThreadGroup[] children = groups(aGroup); local [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_menu_manager_unittest.cc | 252 ASSERT_EQ(item3, item1->children()[0]); 257 ASSERT_EQ(item3, item2->children()[0]); 262 ASSERT_EQ(item2, item1->children()[0]); 264 ASSERT_EQ(item3, item2->children()[0]); 275 ASSERT_EQ(item2, item1->children()[0]); 276 ASSERT_EQ(item3, item1->children()[1]); 282 ASSERT_EQ(item2, item1->children()[0]); 283 ASSERT_EQ(item3, item1->children()[1]); 295 ASSERT_EQ(item3, item1->children()[0]);
|
/external/skia/src/core/ |
SkRTree.cpp | 239 int SkRTree::distributeChildren(Branch* children) { 264 SkTQSort(children, children + fMaxChildren, RectLessThan(sorts[i][j])); 268 SkIRect r1 = children[0].fBounds; 269 SkIRect r2 = children[fMinChildren + k - 1].fBounds; 271 join_no_empty_check(children[l].fBounds, &r1); 274 join_no_empty_check(children[l].fBounds, &r2); 301 SkTQSort(children, children + fMaxChildren, RectLessThan(sorts[axis][sortSide]));
|
/external/valgrind/main/massif/ |
ms_main.c | 79 // keeping XPt children sorted by 'ip' and use binary search in get_XCon. 551 // Children. 555 UInt n_children; // number of children 556 UInt max_children; // capacity of children array 557 XPt** children; // pointers to children XPts member in struct:_XPt 577 SXPt** children; member in struct:_SXPt::__anon17192::__anon17193 619 // Note that we cannot use perm_malloc for the 'children' array, because 626 // We don't initially allocate any space for children. We let that 628 // children anyway [all...] |
/external/webkit/Source/WebCore/history/ |
HistoryItem.cpp | 533 const HistoryItemVector& HistoryItem::children() const function in class:WebCore::HistoryItem 572 if (children().size() != otherItem->children().size()) 575 for (size_t i = 0; i < children().size(); i++) { 576 HistoryItem* child = children()[i].get(); 585 // Does a non-recursive check that this item and its immediate children have the 592 if (children().size() != otherItem->children().size()) 595 for (size_t i = 0; i < children().size(); i++) { 596 if (!otherItem->childItemWithTarget(children()[i]->target()) [all...] |
/external/llvm/lib/Analysis/ |
RegionInfo.cpp | 306 To->children.push_back(*I); 308 children.clear(); 313 assert(std::find(begin(), end(), SubRegion) == children.end() 317 children.push_back(SubRegion); 322 assert(SubRegion->children.size() == 0 323 && "SubRegions that contain children are not supported"); 336 SubRegion->children.push_back(*I); 341 children.clear(); 342 children.insert(children.begin(), Keep.begin(), Keep.end()) [all...] |
/external/quake/quake/src/QW/server/ |
model.c | 77 node = node->children[0]; 79 node = node->children[1]; 760 Mod_SetParent (node->children[0], node); 761 Mod_SetParent (node->children[1], node); 800 p = LittleShort (in->children[j]); 802 out->children[j] = loadmodel->nodes + p; 804 out->children[j] = (mnode_t *)(loadmodel->leafs + (-1 - p)); 905 out->children[0] = LittleShort(in->children[0]); 906 out->children[1] = LittleShort(in->children[1]) [all...] |
/external/webkit/Source/WebCore/dom/ |
ContainerNode.cpp | 81 NodeVector children; local 82 collectNodes(oldParent, children); 85 for (unsigned i = 0; i < children.size(); ++i) { 87 if (children[i]->attached()) 88 children[i]->detach(); 90 RefPtr<Node> child = document()->adoptNode(children[i].release(), ec); 168 // Send notification about the children change. 289 // For a fragment we have more children to do. 390 NodeVector children; local 391 collectNodes(container, children); 753 NodeVector children; local [all...] |
/external/clang/utils/ |
FindSpecRefs | 789 def flatten((key, children, data)): 790 children = sorted(map(flatten,children.values())) 791 return (key, children, sorted(data)) 796 (key,children,data) = node 799 for c in children: [all...] |
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_documentcreatedocumentfragment.js | 92 var children; 104 children = newDocFragment.childNodes; 106 length = children.length;
|
hc_nodereplacechildinvalidnodetype.js | 80 a type that does not allow children of the type "newChild" 84 one of its children with a newly created Attr node. 85 An Element node cannot have children of the "Attr"
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_documentcreatedocumentfragment.js | 92 var children; 104 children = newDocFragment.childNodes; 106 length = children.length;
|
hc_nodereplacechildinvalidnodetype.js | 80 a type that does not allow children of the type "newChild" 84 one of its children with a newly created Attr node. 85 An Element node cannot have children of the "Attr"
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
AccessibilityUIElementGtk.cpp | 62 void AccessibilityUIElement::getChildren(Vector<AccessibilityUIElement>& children) 67 children.append(AccessibilityUIElement(child)); 123 Vector<AccessibilityUIElement> children; local 124 getChildrenWithRange(children, index, index + 1); 126 if (children.size() == 1) 127 return children.at(0);
|
/frameworks/base/core/java/android/view/animation/ |
AnimationSet.java | 32 * If AnimationSet sets any properties that its children also set 38 * AnimationSet itself, some are pushed down to the children, and some are ignored, 440 final ArrayList<Animation> children = mAnimations; local 441 final int count = children.size(); 461 Animation a = children.get(i); 499 final ArrayList<Animation> children = mAnimations; 500 final int count = children.size(); 503 children.get(i).setStartOffset(offsets[i]);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
AndroidTypeMoveParticipant.java | 315 NodeList children = element.getChildNodes(); local 316 for (int i = 0, n = children.getLength(); i < n; i++) { 317 Node child = children.item(i); 354 NodeList children = element.getChildNodes(); local 355 for (int i = 0, n = children.getLength(); i < n; i++) { 356 Node child = children.item(i);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RefactoringTest.java | 198 List<Element> children = DomUtilities.getChildren(element); local 200 boolean hasChildren = children.size() > 0; 203 for (Element child : children) { 256 List<ViewInfo> children = new ArrayList<ViewInfo>(); local 258 children.add(create(child, lineIterator)); 260 view.setChildren(children);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.registry_3.5.0.v20100503.jar | |
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
MockAbstractPreferences.java | 175 String[] children = p.childrenNames(); local 176 for (String child : children) {
|
/external/clang/include/clang/AST/ |
ExprCXX.h | 448 child_range children() { return child_range(); } function in class:clang::CXXBoolLiteralExpr 473 child_range children() { return child_range(); } function in class:clang::CXXNullPtrLiteralExpr 556 child_range children() { function in class:clang::CXXTypeidExpr 635 child_range children() { function in class:clang::CXXUuidofExpr 683 child_range children() { return child_range(); } function in class:clang::CXXThisExpr 734 child_range children() { function in class:clang::CXXThrowExpr 822 child_range children() { return child_range(); } function in class:clang::CXXDefaultArgExpr 899 child_range children() { return child_range(&SubExpr, &SubExpr + 1); } function in class:clang::CXXBindTemporaryExpr 1424 child_range children() { function in class:clang::LambdaExpr 1469 child_range children() { return child_range(); } function in class:clang::CXXScalarValueInitExpr [all...] |