HomeSort by relevance Sort by last modified time
    Searched full:children (Results 1001 - 1025 of 2686) sorted by null

<<41424344454647484950>>

  /external/elfutils/libdw/
dwarf_abbrevhaschildren.c 1 /* Return true if abbreviation is children flag set.
  /external/junit/src/org/junit/runner/manipulation/
Filter.java 52 // explicitly check if any children want to run
  /external/kernel-headers/original/asm-arm/
signal.h 78 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
  /external/kernel-headers/original/asm-mips/
signal.h 69 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop.
  /external/libpng/projects/xcode/libpng.xcodeproj/
project.pbxproj 68 children = (
76 children = (
86 children = (
94 children = (
  /external/libusb-compat/examples/
testlibusb.c 123 print_device(dev->children[i], level + 1);
  /external/libxml2/include/libxml/
entities.h 42 struct _xmlNode *children; /* First child link */ member in struct:_xmlEntity
  /external/llvm/include/llvm/Object/
Binary.h 41 // Object and children.
  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.h 93 // Only reserve the memory if we are adding children of
  /external/markdown/markdown/extensions/
def_list.py 77 """ Process indented children of definition list items. """
  /external/oprofile/libpp/
callgraph_container.cpp 320 cg_symbol::children::iterator cit = sym.callers.begin();
321 cg_symbol::children::iterator cend = sym.callers.end();
361 cg_data::children::const_iterator cit;
362 cg_data::children::const_iterator cend = data.callers.end();
  /external/quake/quake/src/QW/server/
sv_ents.c 61 node = node->children[0];
63 node = node->children[1];
66 SV_AddToFatPVS (org, node->children[0]);
67 node = node->children[1];
  /external/skia/include/pdf/
SkPDFPage.h 68 * have both parent and children links, creating reference cycles, so
  /external/skia/src/views/
SkViewInflate.cpp 55 // called after all of view's children have been instantiated.
  /external/valgrind/main/include/
pub_tool_clientstate.h 51 client sys_execve, since the children will re-acquire the first 3
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeappendchild.js 79 node to the list of children. The last node in the list
hc_nodechildnodes.js 80 that contains all children of this node.
hc_nodehaschildnodesfalse.js 79 does not have any children.
hc_nodeinsertbeforerefchildnull.js 80 node "newChild" at the end of the list of children.
hc_nodelistindexequalzero.js 78 Create a list of all the children elements of the third
hc_nodelistindexnotzero.js 82 Create a list of all the children elements of the third
hc_nodelistreturnfirstitem.js 78 Create a list of all the children elements of the third
hc_nodelistreturnlastitem.js 78 Create a list of all the children elements of the third
hc_nodelisttraverselist.js 80 Create a list of all the children elements of the third
hc_noderemovechildnode.js 83 children and the first child should now be the child

Completed in 1202 milliseconds

<<41424344454647484950>>