Home
last modified time | relevance | path

Searched defs:numchildren (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Ddio_append.c28 static int numchildren; variable
Ddio_sparse.c36 static int numchildren = 16; variable
Ddio_truncate.c43 static int numchildren = 16; variable
Daiodio_append.c34 static int numchildren = 8; variable
Ddio_read.c29 static int numchildren = 8; variable
/third_party/gstreamer/gstreamer/gst/
Dgstbin.h140 gint numchildren; member
/third_party/python/Modules/expat/
Dexpat.h172 unsigned int numchildren; member
/third_party/skia/third_party/externals/expat/expat/lib/
Dexpat.h173 unsigned int numchildren; member
/third_party/python/Lib/test/
Dtest_xml_etree.py3490 def _make_elem_with_children(self, numchildren): argument