Home
last modified time | relevance | path

Searched defs:kids (Results 1 – 13 of 13) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DThreadGroupReferenceImpl.java41 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
/external/u-boot/lib/crypto/
Dasymmetric_type.c118 const struct asymmetric_key_ids *kids = asymmetric_key_ids(key); in find_asymmetric_key() local
207 const struct asymmetric_key_ids *kids, in asymmetric_match_key_ids()
265 const struct asymmetric_key_ids *kids = asymmetric_key_ids(key); in asymmetric_key_cmp() local
278 const struct asymmetric_key_ids *kids = asymmetric_key_ids(key); in asymmetric_key_cmp_partial() local
348 const struct asymmetric_key_ids *kids = asymmetric_key_ids(key); in asymmetric_key_describe() local
416 static void asymmetric_key_free_kids(struct asymmetric_key_ids *kids) in asymmetric_key_free_kids()
433 struct asymmetric_key_ids *kids = prep->payload.data[asym_key_ids]; in asymmetric_key_free_preparse() local
452 struct asymmetric_key_ids *kids = key->payload.data[asym_key_ids]; in asymmetric_key_destroy() local
Dx509_public_key.c179 struct asymmetric_key_ids *kids; in x509_key_preparse() local
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DBaseTree.js90 addChildren: function(kids) { argument
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs215 public virtual void AddChildren(IEnumerable<ITree> kids) { in AddChildren()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs258 public virtual void AddChildren( IEnumerable<ITree> kids ) in AddChildren()
/external/antlr/runtime/C/src/
Dantlr3basetree.c226 addChildren (pANTLR3_BASE_TREE tree, pANTLR3_LIST kids) in addChildren()
/external/skqp/src/pdf/
DSkPDFTag.cpp168 std::unique_ptr<SkPDFArray> kids = SkPDFMakeArray(); in prepare_tag_tree_to_emit() local
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DBaseTree.java135 public void addChildren(List<? extends Tree> kids) { in addChildren()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document_unittest.cpp29 CPDF_Dictionary* CreatePageTreeNode(RetainPtr<CPDF_Array> kids, in CreatePageTreeNode()
/external/antlr/runtime/Cpp/include/
Dantlr3commontree.inl146 void CommonTree<ImplTraits>::addChildren(const ChildListType& kids)
/external/skia/src/pdf/
DSkPDFTag.cpp253 std::unique_ptr<SkPDFArray> kids = SkPDFMakeArray(); in prepare_tag_tree_to_emit() local
/external/ltp/testcases/kernel/io/disktest/
Dmain.h261 unsigned short kids; /* number of test child processes */ member