/external/libxslt/libxslt/ |
transform.c | 732 if ((target == NULL) || (target->children == NULL)) { 803 * Copy the text content of @cur and append it to @target's children. 840 if ((target == NULL) || (target->children == NULL)) { 998 if (target->children != NULL) { 1005 value = xmlNodeListGetString(attr->doc, attr->children, 1); 1038 * share the same dict and attr->children is just 1 text node 1045 value = xmlNodeListGetString(attr->doc, attr->children, 1); 1059 copy->children = txtNode; 1113 if ((attr->children) && (attr->children->type == XML_TEXT_NODE) & [all...] |
xsltutils.c | 109 tmp = xmlNodeListGetString(node->doc, prop->children, 1); 200 ret = xmlNodeListGetString(node->doc, prop->children, 1); [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3commontree.c | 321 tree->baseTree.children = NULL; 376 tree->children = ((pANTLR3_COMMON_TREE)(tree->super))->factory->vFactory->newVector(((pANTLR3_COMMON_TREE)(tree->super))->factory->vFactory); 539 if (cTree->baseTree.children != NULL) 542 cTree->baseTree.children->clear(cTree->baseTree.children);
|
/external/chromium/webkit/glue/ |
glue_serialize.cc | 337 const WebVector<WebHistoryItem>& children = item.children(); local 338 WriteInteger(static_cast<int>(children.size()), obj); 339 for (size_t i = 0, c = children.size(); i < c; ++i) 340 WriteHistoryItem(children[i], obj);
|
/external/iproute2/misc/ |
rtacct.c | 294 static int children; variable 394 if (children >= 5) { 398 children++; 408 while (children && waitpid(-1, &status, WNOHANG) > 0) 409 children--;
|
/external/skia/legacy/src/animator/ |
SkAnimateMaker.cpp | 134 //this code checks to see if helpers are among the children, but it is not complete - 135 //it should check the children of the children 137 SkTDArray<SkDisplayable*> children(fChildren.begin(), fChildren.count()); 138 SkQSort(children.begin(), children.count(), sizeof(SkDisplayable*),compare_disp); 141 result = SkTSearch(children.begin(), children.count(), helper, sizeof(SkDisplayable*));
|
/external/skia/src/animator/ |
SkAnimateMaker.cpp | 134 //this code checks to see if helpers are among the children, but it is not complete - 135 //it should check the children of the children 137 SkTDArray<SkDisplayable*> children(fChildren.begin(), fChildren.count()); 138 SkQSort(children.begin(), children.count(), sizeof(SkDisplayable*),compare_disp); 141 result = SkTSearch(children.begin(), children.count(), helper, sizeof(SkDisplayable*));
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
ConfigureForm.java | 127 return getFieldValues(ConfigureNodeFields.children);
133 * @param children
135 public void setChildren(List<String> children)
137 addField(ConfigureNodeFields.children, FormField.TYPE_TEXT_MULTI);
138 setAnswer(ConfigureNodeFields.children.getFieldName(), children);
local 142 * Returns the policy that determines who may associate children with the node.
157 * Sets the policy that determines who may associate children with the node.
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebhistoryitem.cpp | 493 const WebCore::HistoryItemVector& children = item->children(); local 494 if (!children.size()) 497 unsigned size = children.size(); 500 kids = g_list_prepend(kids, kit(children[i].get()));
|
/external/webkit/Tools/DumpRenderTree/mac/ |
AccessibilityUIElementMac.mm | 295 NSArray* children = [m_element accessibilityAttributeValue:NSAccessibilityChildrenAttribute]; 296 convertNSArrayToVector(children, elementVector); 303 NSArray* children = [m_element accessibilityArrayAttributeValues:NSAccessibilityChildrenAttribute index:location maxCount:length]; 304 convertNSArrayToVector(children, elementVector); 310 Vector<AccessibilityUIElement> children; 311 getChildren(children); 313 return children.size(); 332 Vector<AccessibilityUIElement> children; 333 getChildrenWithRange(children, index, 1); 335 if (children.size() == 1 [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
RelativeLayoutRule.java | 310 final @NonNull List<? extends INode> children) { 311 super.addLayoutActions(actions, parentNode, children); 316 actions.add(createMarginAction(parentNode, children)); 330 for (INode child : children) { 334 for (INode child : children) { 354 if (children != null && children.size() > 0) {
|
LinearLayoutRule.java | 130 final @NonNull List<? extends INode> children) { 131 super.addLayoutActions(actions, parentNode, children); 161 if (children != null && children.size() > 0) { 165 actions.add(createMarginAction(parentNode, children)); 168 actions.add(createGravityAction(children, ATTR_LAYOUT_GRAVITY)); 184 children.get(0).getStringAttr(ANDROID_URI, ATTR_LAYOUT_WEIGHT); 194 for (INode child : children) { 206 children.toArray(new INode[children.size()])) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UseCompoundDrawableRefactoring.java | 155 List<Element> children = DomUtilities.getChildren(layout); local 156 if (children.size() != 2) { 157 status.addFatalError("The LinearLayout must have exactly two children"); 160 Element first = children.get(0); 161 Element second = children.get(1); 224 List<Element> children = DomUtilities.getChildren(layout); local 225 Element first = children.get(0); 226 Element second = children.get(1);
|
/external/clang/include/clang/AST/ |
ExprObjC.h | 55 child_range children() { return child_range(&String, &String+1); } function in class:clang::ObjCStringLiteral 85 child_range children() { return child_range(); } function in class:clang::ObjCBoolLiteralExpr 126 child_range children() { return child_range(&SubExpr, &SubExpr+1); } function in class:clang::ObjCBoxedExpr 187 child_range children() { function in class:clang::ObjCArrayLiteral 331 child_range children() { function in class:clang::ObjCDictionaryLiteral 382 child_range children() { return child_range(); } function in class:clang::ObjCEncodeExpr 417 child_range children() { return child_range(); } function in class:clang::ObjCSelectorExpr 453 child_range children() { return child_range(); } function in class:clang::ObjCProtocolExpr 506 child_range children() { return child_range(&Base, &Base+1); } function in class:clang::ObjCIvarRefExpr 718 child_range children() { function in class:clang::ObjCPropertyRefExpr 834 child_range children() { function in class:clang::ObjCSubscriptRefExpr 1420 child_range children() { return child_range(&Base, &Base+1); } function in class:clang::ObjCMessageExpr 1478 child_range children() { return child_range(&Operand, &Operand+1); } function in class:clang::ObjCIndirectCopyRestoreExpr [all...] |
/external/webkit/Source/WebCore/accessibility/mac/ |
AccessibilityObjectWrapper.mm | [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 196 source text embodied within the tree and its children. 210 than one children -- functions like an array of 213 [leaf] a node that does not have any children 231 #attr_reader :children 251 children.nil? or children.empty? 255 children and children.include?( node ) 264 parent.children.reject { | c | c.equal?( self ) } 288 stack.push( cursor.children.dup ) unless cursor.empty 323 def children() self end method in class:ANTLR3.BaseTree [all...] |
/external/v8/tools/ |
profile_view.js | 142 nodesToTraverse.concat(node.children); 167 this.children = []; 205 this.children.push(node); 210 * Sorts all the node's children recursively. 218 this.children.sort(sortFunc);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DomUtilities.java | 136 * Returns true if the given node has one or more element children 138 * @param node the node to test for element children 139 * @return true if the node has one or more element children 142 NodeList children = node.getChildNodes(); local 143 for (int i = 0, n = children.getLength(); i < n; i++) { 144 if (children.item(i).getNodeType() == Node.ELEMENT_NODE) { 551 * Returns the element children of the given element 559 NodeList children = element.getChildNodes(); local 562 List<Element> result = new ArrayList<Element>(children.getLength()); 563 for (int i = 0, n = children.getLength(); i < n; i++) 776 NodeList children = element.getChildNodes(); local [all...] |
OutlinePage.java | 709 List<CanvasViewInfo> children = ((CanvasViewInfo) element).getUniqueChildren(); local 710 if (children != null) { 711 return children.toArray(); 728 List<CanvasViewInfo> children = ((CanvasViewInfo) element).getChildren(); local 729 if (children != null) { 730 return children.size() > 0; 1157 Set<INode> children = new HashSet<INode>(); local 1247 List<UiElementNode> children = curr.getUiChildren(); local [all...] |
/bionic/libc/bionic/ |
pthread_debug.cpp | 60 a new lock, we walk through the "history children" of the lock, looking 78 sequences "ABC", "AC", "AD". A has three children, {B, C, D}. C is also 80 Every node can have multiple parents and multiple children.) 83 children to see if A or C appears. It does, so we reject the attempt. 214 MutexInfoList children; member in struct:MutexInfo 247 growingListInit(&object->children); 330 historyListAdd(&parent->children, child); 335 historyListRemove(&parent->children, child); 400 MutexInfoList* pList = &obj->children; 450 if (historyListHas(&mrl->children, object) >= 0 [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ASTTreeParser.stg | 62 /** match ^(root children) in tree parser; override here to 65 tree(root, actionsAfterRoot, children, nullableChildList, 87 <children:element()> 92 <children:element()>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
ASTTreeParser.stg | 72 /** match ^(root children) in tree parser; override here to 75 tree(root, actionsAfterRoot, children, nullableChildList, 103 <children:element()> 108 <children:element()>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
ASTTreeParser.stg | 72 /** match ^(root children) in tree parser; override here to 75 tree(root, actionsAfterRoot, children, nullableChildList, 98 <children:element()> 103 <children:element()>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
ASTTreeParser.stg | 61 /** match ^(root children) in tree parser; override here to 64 tree(root, actionsAfterRoot, children, nullableChildList, 86 <children:element()> 91 <children:element()>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
ASTTreeParser.stg | 34 /** match ^(root children) in tree parser; override here to 37 tree(root, actionsAfterRoot, children, nullableChildList, 59 <children:element()> 64 <children:element()>
|