HomeSort by relevance Sort by last modified time
    Searched refs:setParent (Results 51 - 75 of 507) sorted by null

1 23 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
AttributeDescriptor.java 74 final void setParent(ElementDescriptor parent) {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
BaseTreeAdaptor.js 45 this.setParent(newTree, parent);
132 r.setParent(null);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTree.h 38 - (void) setParent:(id<ANTLRTree>)t;
ANTLRCommonTreeAdaptor.h 56 - (void)setParent:(id<ANTLRTree>)t With:(id<ANTLRTree>)parent;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTree.h 38 - (void) setParent:(id<ANTLRTree>)t;
ANTLRCommonTreeAdaptor.h 56 - (void)setParent:(id<ANTLRTree>)t With:(id<ANTLRTree>)parent;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTree.h 38 - (void) setParent:(id<ANTLRTree>)t;
ANTLRCommonTreeAdaptor.h 56 - (void)setParent:(id<ANTLRTree>)t With:(id<ANTLRTree>)parent;
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
SampleEntry.java 73 b.setParent(this);
78 b.setParent(this);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractContainerBox.java 94 b.setParent(this);
99 b.setParent(this);
FullContainerBox.java 76 b.setParent(this);
81 b.setParent(null);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.cpp 71 entry->setParent(m_SectionData);
85 entry->setParent(m_SectionData);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.cpp 68 entry->setParent(m_SectionData);
82 entry->setParent(m_SectionData);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3basetree.h 109 void (*setParent) (struct ANTLR3_BASE_TREE_struct * tree, struct ANTLR3_BASE_TREE_struct * parent);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeAdaptor.java 246 public void setParent(Object t, Object parent);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTree.h 66 - (void) setParent:(ANTLRCommonTree *) t;
82 @property (retain, getter=getParent, setter=setParent:) id<ANTLRBaseTree> parentparent;
ANTLRCommonTreeAdaptor.h 59 - (void)setParent:(ANTLRCommonTree *)t With:(ANTLRCommonTree *)parent;
  /external/llvm/include/llvm/IR/
GlobalAlias.h 33 void setParent(Module *parent);
  /external/llvm/lib/MC/
MCSection.cpp 82 F->setParent(this);
  /external/skia/src/animator/
SkMatrixParts.h 30 virtual bool setParent(SkDisplayable* parent);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Schema.java 103 child.setParent(parent);
  /frameworks/base/tools/aapt2/
ValueVisitor_test.cpp 63 .setParent(u"@android:style/foo")
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 133 currentContext.setParent(parentContext);
485 setParent(parent);
514 void setParent (Context2 parent)
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontreeadaptor.c 60 static void setParent (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE child, pANTLR3_BASE_TREE parent);
126 cta->baseAdaptor.setParent = (void (*) (pANTLR3_BASE_TREE_ADAPTOR, void *, void *))
127 setParent;
488 setParent (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE child, pANTLR3_BASE_TREE parent)
490 child->setParent(child, parent);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNode.java 134 node.setParent(this);
150 node.setParent(this);
163 node.setParent(this);
265 qualNode.setParent(this);
862 protected void setParent(XMPNode parent)

Completed in 1958 milliseconds

1 23 4 5 6 7 8 91011>>