Searched defs:children (Results 151 - 175 of 285) sorted by relevance

1234567891011>>

/external/deqp/modules/gles2/functional/
H A Des2fShaderLoopTests.cpp1342 const std::vector<tcu::TestNode*> children = gls::ShaderLibrary(m_context.getTestContext(), m_context.getRenderContext(), m_context.getContextInfo()).loadShaderFile("shaders/loops.test"); local
1343 for (int i = 0; i < (int)children.size(); i++)
1344 addChild(children[i]);
/external/deqp/modules/gles3/functional/
H A Des3fShaderLoopTests.cpp1218 const std::vector<tcu::TestNode*> children = gls::ShaderLibrary(m_context.getTestContext(), m_context.getRenderContext(), m_context.getContextInfo()).loadShaderFile("shaders/loops.test"); local
1219 for (int i = 0; i < (int)children.size(); i++)
1220 addChild(children[i]);
/external/dtc/
H A Dlivetree.c100 struct node *build_node(struct property *proplist, struct node *children) argument
108 new->children = children;
185 while (new_node->children) {
187 new_child = new_node->children;
188 new_node->children = new_child->next_sibling;
288 p = &parent->children;
297 struct node *node = parent->children;
604 bootcpu = cpus->children;
730 node->children
[all...]
/external/elfutils/libelf/
H A DlibelfP.h386 Elf *children; /* List of all descriptors for this archive. */ member in struct:Elf::__anon6275::__anon6279
/external/expat/lib/
H A Dexpat.h121 and children point to an array of XML_Content cells that will be
125 the numchildren field will be zero and children will be NULL. The
128 CHOICE and SEQ will have name NULL, the number of children in
129 numchildren and children will point, recursively, to an array
142 XML_Content * children; member in struct:XML_cp
/external/libusb-compat/libusb/
H A Dusb.h260 struct usb_device **children; member in struct:usb_device
/external/libxml2/
H A DSAX2.c594 (ret->children == NULL) &&
602 xmlNodePtr children; local
606 ret->ExternalID, &children);
608 xmlAddChildList((xmlNodePtr) ret, children);
1331 ret->children = xmlStringGetNodeList(ctxt->myDoc, value);
1332 tmp = ret->children;
1340 ret->children = xmlNewDocText(ctxt->myDoc, value);
1341 ret->last = ret->children;
1342 if (ret->children != NULL)
1343 ret->children
[all...]
H A Dxinclude.c828 result = xmlXIncludeCopyNodeList(ctxt, target, source, elem->children);
881 cur = cur->children;
1021 cur = cur->children;
1546 * Add the top children list as the replacement copy.
1552 ctxt->incTab[nr]->inc = xmlCopyNodeList(ctxt->doc->children);
1555 doc, doc->children);
1968 if (fallback->children != NULL) {
1979 ret = xmlXIncludeDoProcess(newctxt, ctxt->doc, fallback->children);
1987 fallback->children);
2131 xmlNodePtr children; local
[all...]
H A Dxmlsave.c437 xmlNodePtr children; local
439 children = attr->children;
440 while (children != NULL) {
441 switch (children->type) {
444 attr, children->content);
448 xmlBufAdd(buf->buffer, children->name,
449 xmlStrlen(children->name));
456 children = children
[all...]
H A Dcatalog.c137 struct _xmlCatalogEntry *children; member in struct:_xmlCatalogEntry
287 ret->children = NULL;
384 xmlCatalogEntryPtr children, next; local
389 children = catal->children;
390 while (children != NULL) {
391 next = children->next;
392 children->dealloc = 0;
393 children->children
[all...]
/external/llvm/include/llvm/CodeGen/
H A DDIE.h67 /// Children - Whether or not this node has children.
70 // are 0 and 1 for no children and children respectively.
598 /// Size - Size of instance + children.
633 child_range children() { function in class:llvm::DIE
636 const_child_range children() const { function in class:llvm::DIE
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_schedule.c30 * pick a DAG head, then put all the children that are now DAG heads into the
48 struct schedule_node_child *children; member in struct:schedule_node
59 * the children.
121 if (before->children[i].node == after &&
122 (before->children[i].write_after_read == write_after_read)) {
129 before->children = reralloc(before, before->children,
134 before->children[before->child_count].node = after;
135 before->children[before->child_count].write_after_read =
714 struct schedule_node *child = n->children[
[all...]
/external/python/cpython2/Modules/expat/
H A Dexpat.h121 and children point to an array of XML_Content cells that will be
125 the numchildren field will be zero and children will be NULL. The
128 CHOICE and SEQ will have name NULL, the number of children in
129 numchildren and children will point, recursively, to an array
142 XML_Content * children; member in struct:XML_cp
/external/v8/src/profiler/
H A Dheap-snapshot-generator.h167 std::deque<HeapGraphEdge*>& children() { return children_; } function in class:v8::internal::HeapSnapshot
H A Dprofile-generator.h185 const List<ProfileNode*>* children() const { return &children_list_; } function in class:v8::internal::ProfileNode
/external/webrtc/webrtc/base/
H A Dx11windowpicker.cc230 Window* children; local
235 int status = XQueryTree(display_, id.id(), &root, &parent, &children,
241 if (children != NULL) {
242 XFree(children);
604 Window *children; local
608 status = XQueryTree(display_, root_window, &root_window, &parent, &children,
619 Window app_window = children[num_children - 1 - i];
621 Window app_window = GetApplicationWindow(children[num_children - 1 - i]);
633 if (children != NULL) {
634 XFree(children);
673 Window *children; local
[all...]
/external/clang/bindings/python/clang/
H A Dcindex.py363 def children(self): member in class:Diagnostic
798 # expression; one can extract their location information, spelling, children,
990 # one can extract their location information, spelling, children, etc. However,
1520 """Return an iterator for accessing the children of this cursor."""
1523 def visitor(child, parent, children):
1530 children.append(child)
1532 children = []
1534 children)
1535 return iter(children)
1987 def visitor(field, children)
[all...]
/external/clang/include/clang/AST/
H A DExprObjC.h55 child_range children() { return child_range(&String, &String+1); } function in class:clang::ObjCStringLiteral
85 child_range children() { function in class:clang::ObjCBoolLiteralExpr
128 child_range children() { return child_range(&SubExpr, &SubExpr+1); } function in class:clang::ObjCBoxedExpr
201 child_range children() { function in class:clang::final
335 child_range children() { function in class:clang::final
391 child_range children() { function in class:clang::ObjCEncodeExpr
428 child_range children() { function in class:clang::ObjCSelectorExpr
470 child_range children() { function in class:clang::ObjCProtocolExpr
534 child_range children() { return child_range(&Base, &Base+1); } function in class:clang::ObjCIvarRefExpr
716 child_range children() { function in class:clang::ObjCPropertyRefExpr
825 child_range children() { function in class:clang::ObjCSubscriptRefExpr
1438 child_range children() { return child_range(&Base, &Base+1); } function in class:clang::final
1496 child_range children() { return child_range(&Operand, &Operand+1); } function in class:clang::ObjCIndirectCopyRestoreExpr
[all...]
H A DStmtOpenMP.h208 child_range children() { function in class:clang::OMPExecutableDirective
299 /// This enumeration contains offsets to all the pointers to children
301 /// The first 9 children are nesessary for all the loop directives, and
303 /// After the fixed children, three arrays of length CollapsedNum are
397 /// \brief Offset to the start of children expression arrays.
/external/clang/lib/AST/
H A DStmt.cpp189 (void) is_good(implements_children(&type::children))
208 Stmt::child_range Stmt::children() { function in class:Stmt
214 return static_cast<type*>(this)->children();
1079 Stmt::child_range CapturedStmt::children() { function in class:CapturedStmt
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c431 const unsigned int children = (unsigned int)cleanup_value_data; local
434 children ? free_symbol_map_value : free_value,
435 (void*)(children - 1));
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1780 tcu::TestCaseGroup* createGroup (const string& name, const string& description, const vector<tcu::TestNode*>& children) argument
1782 return new tcu::TestCaseGroup(m_testCtx, name.c_str(), description.c_str(), children);
1806 const vector<tcu::TestNode*> children = glu::sl::parseFile(m_testCtx.getArchive(), m_filename, &caseFactory); local
1808 for (size_t ndx = 0; ndx < children.size(); ndx++)
1812 addChild(children[ndx]);
1816 for (; ndx < children.size(); ndx++)
1817 delete children[ndx];
/external/deqp/framework/opengl/
H A DgluShaderLibrary.cpp1579 std::vector<tcu::TestNode*> children; local
1581 // Parse group children.
1587 parseShaderGroup(children);
1589 parseShaderCase(children);
1591 parseImport(children);
1599 tcu::TestCaseGroup* groupNode = m_caseFactory->createGroup(name, description, children);
/external/jemalloc/src/
H A Dctl.c29 const ctl_named_node_t *children = ctl_named_node(node->children); local
31 return (children ? &children[index] : NULL);
838 if (ctl_named_node(node->children) != NULL) {
870 inode = ctl_indexed_node(node->children);
979 if (ctl_named_node(node->children) != NULL) {
990 inode = ctl_indexed_node(node->children);
/external/libxml2/include/libxml/
H A Dtree.h257 struct _xmlNode *children; /* NULL */ member in struct:_xmlAttribute
350 struct _xmlNode *children; /* NULL */ member in struct:_xmlElement
410 struct _xmlNode *children; /* the value of the property link */ member in struct:_xmlDtd
438 struct _xmlNode *children; /* the value of the property */ member in struct:_xmlAttr
493 struct _xmlNode *children; /* parent->childs link */ member in struct:_xmlNode
555 struct _xmlNode *children; /* the document tree */ member in struct:_xmlDoc
635 * to "children."
638 #define xmlChildrenNode children
645 * to "children".
648 #define xmlRootNode children
[all...]

Completed in 790 milliseconds

1234567891011>>