/external/chromium/chrome/browser/ |
cookies_tree_model.cc | 33 std::for_each(children().begin(), 34 children().end(), 264 lower_bound(children().begin(), 265 children().end(), 269 if (origin_node_iterator != children().end() && 274 // children. 277 model_->Add(this, retval, (origin_node_iterator - children().begin())); 491 lower_bound(children().begin(), 492 children().end(), 495 GetModel()->Add(this, new_child, iter - children().begin()) [all...] |
/external/clang/include/clang/AST/ |
Expr.h | 817 child_range children() { return child_range(); } function in class:clang::OpaqueValueExpr 1129 child_range children() { return child_range(); } function in class:clang::DeclRefExpr 1179 child_range children() { return child_range(); } function in class:clang::PredefinedExpr 1266 child_range children() { return child_range(); } function in class:clang::IntegerLiteral 1313 child_range children() { return child_range(); } function in class:clang::CharacterLiteral 1375 child_range children() { return child_range(); } function in class:clang::FloatingLiteral 1407 child_range children() { return child_range(&Val, &Val+1); } function in class:clang::ImaginaryLiteral 1611 child_range children() { return child_range(&Val, &Val+1); } function 1721 child_range children() { return child_range(&Val, &Val+1); } function in class:clang::StringLiteral::UnaryOperator 2104 child_range children() { function in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr 2251 child_range children() { function in class:clang::StringLiteral::OffsetOfExpr::CallExpr 2536 child_range children() { return child_range(&Base, &Base+1); } function in class:clang::StringLiteral::OffsetOfExpr::MemberExpr 2607 child_range children() { return child_range(&Init, &Init+1); } function in class:clang::StringLiteral::OffsetOfExpr::CompoundLiteralExpr 2697 child_range children() { return child_range(&Op, &Op+1); } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr 2998 child_range children() { function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator 3174 child_range children() { function in class:clang::StringLiteral::OffsetOfExpr::ConditionalOperator 3259 child_range children() { function in class:clang::StringLiteral::OffsetOfExpr::BinaryConditionalOperator 3313 child_range children() { return child_range(); } function in class:clang::StringLiteral::OffsetOfExpr::AddrLabelExpr 3355 child_range children() { return child_range(&SubStmt, &SubStmt+1); } function in class:clang::StringLiteral::OffsetOfExpr::StmtExpr 3422 child_range children() { function in class:clang::StringLiteral::OffsetOfExpr::ShuffleVectorExpr 3491 child_range children() { function in class:clang::StringLiteral::OffsetOfExpr::ChooseExpr 3527 child_range children() { return child_range(); } function in class:clang::StringLiteral::OffsetOfExpr::GNUNullExpr 3572 child_range children() { return child_range(&Val, &Val+1); } function in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
RenderManager.java | 687 List<Spatial> children = n.getChildren();
local 688 for (int i = 0; i < children.size(); i++) {
689 renderShadow(children.get(i), rq);
717 // recurse for all children
719 List<Spatial> children = n.getChildren();
local 720 for (int i = 0; i < children.size(); i++) {
721 preloadScene(children.get(i));
749 * called on its children.
786 // recurse for all children
788 List<Spatial> children = n.getChildren(); local [all...] |
/external/libxml2/ |
xmlschemas.c | 186 #define WXS_PARTICLE_TERM(p) (WXS_PARTICLE(p))->children 190 #define WXS_PARTICLE_MODEL(p) WXS_MODEL_GROUP_CAST WXS_PARTICLE(p)->children 194 #define WXS_MODELGROUPDEF_MODEL(mgd) (WXS_MODEL_GROUP_CAST (mgd))->children 203 #define WXS_MODELGROUP_PARTICLE(mg) WXS_PTC_CAST (mg)->children 503 xmlSchemaTreeItemPtr children; member in struct:_xmlSchemaTreeItem 665 xmlSchemaTreeItemPtr children; /* the "term" (e.g. a model group, member in struct:_xmlSchemaParticle 685 xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */ member in struct:_xmlSchemaModelGroup 703 xmlSchemaTreeItemPtr children; /* the "model group" */ member in struct:_xmlSchemaModelGroupDef [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
BaseLayoutRule.java | 110 final List<? extends INode> children) { 112 final List<? extends INode> targets = children == null || children.size() == 0 ? 114 : children; 154 // to the parent whereas for LinearLayout it's on the children) 190 final @NonNull List<? extends INode> children) { 191 super.addLayoutActions(actions, parentNode, children); 193 final List<? extends INode> targets = children == null || children.size() == 0 ? 195 : children; [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
RewriteRuleSubtreeStream.js | 11 * children; e.g., ^(type ID)+ adds ID to type and then 2nd iteration
|
/external/chromium/webkit/glue/ |
glue_serialize_unittest.cc | 75 // Children 123 // Children 124 const WebVector<WebHistoryItem>& a_children = a.children(); 125 const WebVector<WebHistoryItem>& b_children = b.children();
|
/external/eigen/debug/gdb/ |
printers.py | 122 def children(self): member in class:EigenMatrixPrinter 167 def children(self): member in class:EigenQuaternionPrinter
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/ |
PhysicsCollisionObject.java | 252 List<Spatial> children = ((Node) spatial).getChildren(); local 253 for (Iterator<Spatial> it1 = children.iterator(); it1.hasNext();) {
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/ |
PhysicsCollisionObject.java | 232 List<Spatial> children = ((Node) spatial).getChildren(); local 233 for (Iterator<Spatial> it1 = children.iterator(); it1.hasNext();) {
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/ |
DebugShapeFactory.java | 80 List<ChildCollisionShape> children = shape.getChildren(); local 82 for (Iterator<ChildCollisionShape> it = children.iterator(); it.hasNext();) {
|
/external/libxml2/include/libxml/ |
tree.h | 218 struct _xmlNode *children; /* NULL */ member in struct:_xmlAttribute 311 struct _xmlNode *children; /* NULL */ member in struct:_xmlElement 371 struct _xmlNode *children; /* the value of the property link */ member in struct:_xmlDtd 399 struct _xmlNode *children; /* the value of the property */ member in struct:_xmlAttr 454 struct _xmlNode *children; /* parent->childs link */ member in struct:_xmlNode 516 struct _xmlNode *children; /* the document tree */ member in struct:_xmlDoc 596 * to "children." 599 #define xmlChildrenNode children 606 * to "children". 609 #define xmlRootNode children [all...] |
/external/oprofile/libpp/ |
format_output.cpp | 515 cg_symbol::children::const_iterator cit; 516 cg_symbol::children::const_iterator cend = sym->callers.end(); 738 cg_symbol::children const cg_symb, op_bfd * & abfd) 740 cg_symbol::children::const_iterator cit; 741 cg_symbol::children::const_iterator cend = cg_symb.end(); 943 output_symbol_core(ostream & out, cg_symbol::children const cg_symb, 947 cg_symbol::children::const_iterator cit; 948 cg_symbol::children::const_iterator cend = cg_symb.end();
|
format_output.h | 296 cg_symbol::children const cg_symb, op_bfd * & abfd); 316 cg_symbol::children const cg_symb,
|
/external/valgrind/main/none/tests/ |
cmdline1.stdout.exp | 12 --trace-children=no|yes Valgrind-ise child processes (follow execve)? [no] 13 --trace-children-skip=patt1,patt2,... specifies a list of executables 14 that --trace-children=yes should not trace into 15 --trace-children-skip-by-arg=patt1,patt2,... same as --trace-children-skip= 16 but check the argv[] entries for children, rather
|
/external/webkit/Source/WebCore/inspector/front-end/ |
DetailedHeapshotView.js | 98 var children = this.children; 100 children.sort(sortFunction); 101 for (var i = 0, l = children.length; i < l; ++i) { 102 var child = children[i]; 318 if (!this.children.length) 633 var current = this.dataGrid.children[0]; 707 var child = this.dataGrid.children[0]; [all...] |
ObjectPropertiesSection.js | 81 if (!this.propertiesTreeOutline.children.length) { 149 if (this.children.length && !this.shouldRefreshChildren) 250 // Lie about our children to prevent expanding on double click and to collapse subproperties.
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
GraphicsLayerTextureMapper.cpp | 87 bool GraphicsLayerTextureMapper::setChildren(const Vector<GraphicsLayer*>& children) 90 return GraphicsLayer::setChildren(children);
|
/external/webkit/Source/WebCore/rendering/ |
RenderObject.h | 135 if (const RenderObjectChildList* children = virtualChildren()) 136 return children->firstChild(); 141 if (const RenderObjectChildList* children = virtualChildren()) 142 return children->lastChild(); 147 if (const RenderObjectChildList* children = virtualChildren()) 148 return children->beforePseudoElementRenderer(this); 153 if (const RenderObjectChildList* children = virtualChildren()) 154 return children->afterPseudoElementRenderer(this); 193 // children. [all...] |
RenderTableRow.cpp | 69 children()->updateBeforeAfterContent(this, BEFORE); 70 children()->updateBeforeAfterContent(this, AFTER); 193 // Just forward to our children always.
|
/external/webkit/Source/WebCore/xml/ |
XSLStyleSheetLibxslt.cpp | 161 // and any of its children. XML document disposal can corrupt memory 186 xmlNodePtr stylesheetRoot = document()->children; 188 // Top level children may include other things such as DTD nodes, we ignore those. 205 // Walk the children of the root element and look for import/include elements. 207 xmlNodePtr curr = stylesheetRoot->children;
|
/pdk/build/ |
pdk_utils.py | 40 children = os.listdir(src_full_path) 41 for child in children:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UnwrapRefactoring.java | 53 * children, removes the current layout), and migrates namespace and layout attributes. 118 "Cannot remove container when it has no children"); 200 List<Element> children = DomUtilities.getChildren(mContainer); local 201 if (children.size() == 1) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintList.java | 349 // Partition the children such that at the top level we have one 379 IMarker[] children = Arrays.copyOfRange(array, 1, array.length); local 380 mChildren.put(topMarker, children); 389 Object[] children = mChildren != null ? mChildren.get(element) : null; local 390 return children != null && children.length > 0; 395 Object[] children = mChildren.get(parentElement); local 396 if (children != null) { 397 return children; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/ |
MockXmlNode.java | 49 * Constructs a node from a given children list. 54 * @param children The children list. Can be null. 57 MockXmlNode[] children) { 61 mNodeList = new MockNodeList(children);
|