HomeSort by relevance Sort by last modified time
    Searched refs:childs (Results 1 - 9 of 9) sorted by null

  /external/ltp/testcases/kernel/syscalls/pipe/
pipe11.c 66 static unsigned int childs[] = { variable
78 unsigned int nchilds = childs[tcase];
113 .tcnt = ARRAY_SIZE(childs),
  /development/tools/winscope/src/
transform.js 25 var childs = call(childrenFunc, obj);
26 if (childs) {
27 if (typeof childs.map != 'function'){
28 throw 'Childs should be an array, but is: ' + (typeof childs) + '.'
30 return transform ? childs.map(transformFunc) : childs;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regtrav.c 51 r = capture_tree_traverse(node->childs[i], at,
regexec.c 52 if (IS_NOT_NULL(node->childs[i])) {
53 history_tree_free(node->childs[i]);
57 node->childs[i] = (OnigCaptureTreeNode* )0;
89 node->childs = (OnigCaptureTreeNode** )0;
107 if (IS_NULL(parent->childs)) {
109 parent->childs =
114 parent->childs =
115 (OnigCaptureTreeNode** )xrealloc(parent->childs,
119 CHECK_NULL_RETURN_MEMERR(parent->childs);
121 parent->childs[i] = (OnigCaptureTreeNode* )0;
    [all...]
oniguruma.h 608 struct OnigCaptureTreeNodeStruct** childs; member in struct:OnigCaptureTreeNodeStruct
    [all...]
  /external/libnl/python/netlink/route/
tc.py 287 def childs(self): member in class:Qdisc
439 def childs(self): member in class:TcClass
522 def childs(self): member in class:Classifier
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/kotlinc/lib/
kotlin-main-kts.jar 
kotlin-compiler.jar 

Completed in 370 milliseconds