/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | ThreadGroupReferenceImpl.java | 41 JDWP.ThreadGroupReference.Children kids = null; field in ThreadGroupReferenceImpl.Cache 108 private JDWP.ThreadGroupReference.Children kids() { in kids() method in ThreadGroupReferenceImpl 109 JDWP.ThreadGroupReference.Children kids = null; in kids() local 114 kids = local.kids; in kids() 116 if (kids == null) { in kids() 117 kids = JDWP.ThreadGroupReference.Children in kids() 120 local.kids = kids; in kids() 130 return kids; in kids() 134 return Arrays.asList((ThreadReference[])kids().childThreads); in threads() 138 return Arrays.asList((ThreadGroupReference[])kids().childGroups); in threadGroups()
|
/external/u-boot/lib/crypto/ |
D | asymmetric_type.c | 118 const struct asymmetric_key_ids *kids = asymmetric_key_ids(key); in find_asymmetric_key() local 120 if (!kids->id[1]) { in find_asymmetric_key() 124 if (!asymmetric_key_id_same(id_1, kids->id[1])) { in find_asymmetric_key() 207 const struct asymmetric_key_ids *kids, in asymmetric_match_key_ids() argument 214 if (!kids || !match_id) in asymmetric_match_key_ids() 216 for (i = 0; i < ARRAY_SIZE(kids->id); i++) in asymmetric_match_key_ids() 217 if (match(kids->id[i], match_id)) in asymmetric_match_key_ids() 265 const struct asymmetric_key_ids *kids = asymmetric_key_ids(key); in asymmetric_key_cmp() local 268 return asymmetric_match_key_ids(kids, match_id, in asymmetric_key_cmp() 278 const struct asymmetric_key_ids *kids = asymmetric_key_ids(key); in asymmetric_key_cmp_partial() local [all …]
|
D | x509_public_key.c | 179 struct asymmetric_key_ids *kids; in x509_key_preparse() local 237 kids = kmalloc(sizeof(struct asymmetric_key_ids), GFP_KERNEL); in x509_key_preparse() 238 if (!kids) in x509_key_preparse() 240 kids->id[0] = cert->id; in x509_key_preparse() 241 kids->id[1] = cert->skid; in x509_key_preparse() 246 prep->payload.data[asym_key_ids] = kids; in x509_key_preparse()
|
/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/python/cpython3/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 | 142 kids = [Name(name.children[0].value, prefix=prefix), 145 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()
|
/external/antlr/runtime/C/src/ |
D | antlr3basetree.c | 45 static void addChildren (pANTLR3_BASE_TREE tree, pANTLR3_LIST kids); 226 addChildren (pANTLR3_BASE_TREE tree, pANTLR3_LIST kids) in addChildren() argument 231 s = kids->size(kids); in addChildren() 234 tree->addChild(tree, (pANTLR3_BASE_TREE)(kids->get(kids, i+1))); in addChildren()
|
/external/autotest/client/site_tests/cheets_AppCompatTest/ |
D | control.clamshell.com.google.android.apps.youtube.kids | 7 NAME = "cheets_AppCompatTest.clamshell.com.google.android.apps.youtube.kids" 21 job.run_test('cheets_AppCompatTest', pkg_name='com.google.android.apps.youtube.kids',
|
D | control.touchview.com.google.android.apps.youtube.kids | 7 NAME = "cheets_AppCompatTest.touchview.com.google.android.apps.youtube.kids" 21 job.run_test('cheets_AppCompatTest', pkg_name='com.google.android.apps.youtube.kids',
|
/external/skqp/src/pdf/ |
D | SkPDFTag.cpp | 168 std::unique_ptr<SkPDFArray> kids = SkPDFMakeArray(); in prepare_tag_tree_to_emit() local 174 kids->appendRef(prepare_tag_tree_to_emit(ref, child, doc)); in prepare_tag_tree_to_emit() 181 kids->appendObject(std::move(mcr)); in prepare_tag_tree_to_emit() 187 dict.insertObject("K", std::move(kids)); in prepare_tag_tree_to_emit()
|
/external/antlr/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/antlr/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/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/skia/src/pdf/ |
D | SkPDFTag.cpp | 253 std::unique_ptr<SkPDFArray> kids = SkPDFMakeArray(); in prepare_tag_tree_to_emit() local 259 kids->appendRef(prepare_tag_tree_to_emit(ref, child, doc)); in prepare_tag_tree_to_emit() 266 kids->appendObject(std::move(mcr)); in prepare_tag_tree_to_emit() 282 dict.insertObject("K", std::move(kids)); in prepare_tag_tree_to_emit()
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | BaseTree.java | 135 public void addChildren(List<? extends Tree> kids) { in addChildren() argument 136 for (int i = 0; i < kids.size(); i++) { in addChildren() 137 Tree t = 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/python/cpython3/Lib/lib2to3/tests/ |
D | test_util.py | 90 kids = [None, 98 self.assertStr(self._Call("b", kids[1]), "b(1,2,3)") 99 self.assertStr(self._Call("a.b().c", kids[2]), "a.b().c(1,3,2,4)") 100 self.assertStr(self._Call("d", kids[3], prefix=" "), " d(b, j)")
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3commontree.hpp | 104 void addChildren(const ChildListType& kids);
|
/external/antlr/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
|