/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_metaclass.py | 127 kids = suite.children[::-1] 129 while kids: 130 node = kids.pop() 135 while kids: 136 node = kids.pop() 142 kids.extend(node.children[::-1])
|
D | fix_urllib.py | 143 kids = [Name(name.children[0].value, prefix=prefix), 146 return [Node(syms.import_as_name, kids)]
|
/external/ltp/testcases/kernel/io/disktest/ |
D | threading.c | 141 test->env->kids--; in cleanUpTestChildren() 166 test->env->kids++; in CreateTestChild() 177 test->env->kids); in CreateTestChild()
|
D | timer.c | 192 if (env->kids <= 1) { /* and the timer is the only child */ in ChildTimer() 199 run_time, env->bContinue, env->kids); in ChildTimer()
|
D | globals.c | 53 env->kids = 0; in init_gbl_data()
|
D | main.h | 260 unsigned short kids; /* number of test child processes */ member
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3basetree.c | 45 static void addChildren (pANTLR3_BASE_TREE tree, pANTLR3_LIST kids); 222 addChildren (pANTLR3_BASE_TREE tree, pANTLR3_LIST kids) in addChildren() argument 227 s = kids->size(kids); in addChildren() 230 tree->addChild(tree, (pANTLR3_BASE_TREE)(kids->get(kids, i+1))); in addChildren()
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | BaseTree.js | 90 addChildren: function(kids) { argument 92 for (i = 0; i < kids.length; i++) { 93 t = kids[i];
|
/external/pdfium/testing/resources/ |
D | bug_680376.in | 42 % Tree node with bad Count, duplicated kids. 55 % tree node with actual kids
|
/external/skia/src/pdf/ |
D | SkPDFDocument.cpp | 138 auto kids = sk_make_sp<SkPDFArray>(); in generate_page_tree() local 139 kids->reserve(kNodeSize); in generate_page_tree() 145 kids->appendObjRef(std::move(curNodes[i])); in generate_page_tree() 160 newNode->insertObject("Kids", std::move(kids)); in generate_page_tree()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BaseTree.cs | 258 public virtual void AddChildren( IEnumerable<ITree> kids ) in AddChildren() argument 260 if (kids == null) in AddChildren() 263 foreach ( ITree t in kids ) in AddChildren()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BaseTree.cs | 215 public virtual void AddChildren(IEnumerable<ITree> kids) { in AddChildren() argument 216 if (kids == null) in AddChildren() 219 foreach (ITree t in kids) in AddChildren()
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | BaseTree.java | 132 public void addChildren(List kids) { in addChildren() argument 133 for (int i = 0; i < kids.size(); i++) { in addChildren() 134 Tree t = (Tree) kids.get(i); in addChildren()
|
/external/python/cpython2/Lib/lib2to3/tests/ |
D | test_util.py | 93 kids = [None, 101 self.assertStr(self._Call("b", kids[1]), "b(1,2,3)") 102 self.assertStr(self._Call("a.b().c", kids[2]), "a.b().c(1,3,2,4)") 103 self.assertStr(self._Call("d", kids[3], prefix=" "), " d(b, j)")
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document_unittest.cpp | 25 CPDF_Dictionary* CreatePageTreeNode(std::unique_ptr<CPDF_Array> kids, in CreatePageTreeNode() argument 28 CPDF_Array* pUnowned = pDoc->AddIndirectObject(std::move(kids))->AsArray(); in CreatePageTreeNode()
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3basetree.h | 85 void (*addChildren) (struct ANTLR3_BASE_TREE_struct * tree, pANTLR3_LIST kids);
|
/external/python/cpython2/Demo/turtle/ |
D | about_turtle.txt | 7 kids. It was part of the original Logo programming language developed 46 when kids try to program fancy pictures on their first encounter with
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | BaseTree.as | 121 /** Add all elements of kids list as children of this node */ 122 public function addChildren(kids:Array):void { 123 for (var i:int = 0; i < kids.length; i++) { 124 var t:Tree = Tree(kids[i]);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBaseTree.m | 204 /** Add all elements of kids list as children of this node */ 205 - (void) addChildren:(AMutableArray *) kids 207 for (NSUInteger i = 0; i < [kids count]; i++) { 208 id<ANTLRBaseTree> t = (id<ANTLRBaseTree>) [kids objectAtIndex:i];
|
/external/flatbuffers/docs/source/ |
D | FlatBuffers.md | 70 ### But all the cool kids use JSON!
|
/external/python/cpython2/Doc/library/ |
D | turtle.rst | 17 Turtle graphics is a popular way for introducing programming to kids. It was
|
/external/python/cpython2/Doc/faq/ |
D | programming.rst | 914 Don't try this at home, kids!
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 478 㠜 < young\-kids\-smart\-and\-familiar\-with\-human\-affairs; 36350 㠜 > young\-kids\-smart\-and\-familiar\-with\-human\-affairs;
|
/external/brotli/tests/testdata/ |
D | plrabn12.txt | 2372 To gorge the flesh of lambs or yeanling kids,
|