Home
last modified time | relevance | path

Searched defs:setChild (Results 1 – 25 of 159) sorted by relevance

1234567

/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
H A DParent1.java33 public void setChild(Child1 child) { in setChild() method in Parent1
H A DBeanConstructorTest.java227 public void setChild(ExceptionChild child) { in setChild() method in BeanConstructorTest.ExceptionParent
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTree.as129 public function setChild(i:int, t:Tree):void { method in org.antlr.runtime.tree.BaseTree
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/view/
H A DViewRootImpl_Accessor.java27 public static void setChild(ViewRootImpl viewRoot, View child) { in setChild() method in ViewRootImpl_Accessor
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ast/
DNegationNode.java104 public void setChild(@NonNull Node child) { in setChild() method in NegationNode
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ast/operators/
DPropertyRestrictNode.java101 public void setChild(@NonNull Node childNode) { in setChild() method in PropertyRestrictNode
DOrNode.java112 public void setChild(int index, @NonNull Node childNode) { in setChild() method in OrNode
DAndNode.java113 public void setChild(int index, @NonNull Node childNode) { in setChild() method in AndNode
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DAExpandVariable.java72 public void setChild(PExpression node) in setChild() method in AExpandVariable
H A DADescendVariable.java72 public void setChild(PVariable node) in setChild() method in ADescendVariable
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ast/query/
DSearchNode.java109 public void setChild(@NonNull Node childNode) { in setChild() method in SearchNode
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/FlowSensitive/
DStorageLocation.h162 void setChild(const ValueDecl &D, StorageLocation *Loc) { in setChild() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/FlowSensitive/
DStorageLocation.h162 void setChild(const ValueDecl &D, StorageLocation *Loc) { in setChild() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/FlowSensitive/
DStorageLocation.h162 void setChild(const ValueDecl &D, StorageLocation *Loc) { in setChild() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/FlowSensitive/
DStorageLocation.h162 void setChild(const ValueDecl &D, StorageLocation *Loc) { in setChild() function
/aosp_15_r20/external/antlr/runtime/Python/antlr3/
H A Dtree.py179 def setChild(self, i, t): member in Tree
525 def setChild(self, t, i, child): member in TreeAdaptor
769 def setChild(self, i, t): member in BaseTree
1153 def setChild(self, t, i, child): member in BaseTreeAdaptor
/aosp_15_r20/external/antlr/runtime/Python3/antlr3/
H A Dtree.py179 def setChild(self, i, t): member in Tree
525 def setChild(self, t, i, child): member in TreeAdaptor
765 def setChild(self, i, t): member in BaseTree
1146 def setChild(self, t, i, child): member in BaseTreeAdaptor
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/mixins/
H A DMapperMixinsCopy1998Test.java48 public void setChild(MyModelChildBase child) { in setChild() method in MapperMixinsCopy1998Test.MyModelRoot
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTree.java82 public void setChild(int i, Tree t); in setChild() method
H A DBaseTreeAdaptor.java242 public void setChild(Object t, int i, Object child) { in setChild() method in BaseTreeAdaptor
H A DBaseTree.java143 public void setChild(int i, Tree t) { in setChild() method in BaseTree
H A DTreeAdaptor.java233 public void setChild(Object t, int i, Object child); in setChild() method
/aosp_15_r20/external/antlr/runtime/C/include/
H A Dantlr3basetree.h121 void (*setChild) (struct ANTLR3_BASE_TREE_struct * tree, ANTLR3_UINT32 i, void * child); member
H A Dantlr3basetreeadaptor.h110 …void (*setChild) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, void * t, ANTLR3_UINT32… member
/aosp_15_r20/external/antlr/runtime/C/src/
H A Dantlr3basetree.c240 setChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i, void * child) in setChild() function

1234567