HomeSort by relevance Sort by last modified time
    Searched refs:Parent (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /build/tools/droiddoc/test/stubs/src/com/android/stubs/b/
B.java 19 import com.android.stubs.Parent;
23 Parent method(Parent p) {
  /external/chromium/base/
no_windows2000_unittest.h 13 // Note: Parent should be testing::Test or UITest.
14 template<typename Parent>
15 class NoWindows2000Test : public Parent {
template_util_unittest.cc 15 class Parent {};
16 class Child : public Parent {};
44 // EXPECT_TRUE( (is_convertible < Child), (Parent > ::value));
47 EXPECT_TRUE( (is_convertible<Child, Parent>::value) );
48 EXPECT_FALSE( (is_convertible<Parent, Child>::value) );
49 EXPECT_FALSE( (is_convertible<Parent, AStruct>::value) );
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/a/
A.java 19 import com.android.stubs.Parent;
21 public abstract class A extends Parent implements Parent.Interface, SomeInterface {
26 public A varargs(Parent... args) {
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
Parent.java 20 public class Parent {
31 public static Parent public_static_Parent = new Parent();
32 public static final Parent public_static_final_Parent = new Parent();
33 public static final Parent public_static_final_Parent_null = null;
39 public Parent() {
InterfaceEnum.java 19 public enum InterfaceEnum implements Parent.Interface {
  /external/clang/test/SemaCXX/
warn-weak-vtables.cpp 34 class Parent {
36 Parent() {}
37 virtual ~Parent();
41 class Derived : public Parent {
52 Parent::~Parent() {}
54 void uses(Parent &p, Derived &d, VeryDerived &vd) {
  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 21 const NamedDecl *Parent;
25 TypeIndexer(IndexingContext &indexCtx, const NamedDecl *parent,
27 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC) { }
33 Parent, ParentDC);
49 Parent, ParentDC);
55 Parent, ParentDC);
62 Parent, ParentDC);
71 const NamedDecl *Parent,
77 DC = Parent->getDeclContext()
    [all...]
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
Parent.java 3 public class Parent
9 public Parent() { throw new RuntimeException("Stub!"); }
23 public static com.android.stubs.Parent public_static_Parent;
24 public static final com.android.stubs.Parent public_static_final_Parent;
25 public static final com.android.stubs.Parent public_static_final_Parent_null;
InterfaceEnum.java 3 implements com.android.stubs.Parent.Interface
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/a/
A.java 3 extends com.android.stubs.Parent
4 implements com.android.stubs.Parent.Interface, com.android.stubs.a.SomeInterface
11 public com.android.stubs.a.A varargs(com.android.stubs.Parent[]... args) { throw new RuntimeException("Stub!"); }
  /external/llvm/include/llvm/
Argument.h 33 Function *Parent;
36 void setParent(Function *parent);
44 inline const Function *getParent() const { return Parent; }
45 inline Function *getParent() { return Parent; }
BasicBlock.h 77 Function *Parent;
79 void setParent(Function *parent);
90 Function *Parent = 0, BasicBlock *InsertBefore = 0);
99 /// Create - Creates a new BasicBlock. If the Parent parameter is specified,
103 Function *Parent = 0,BasicBlock *InsertBefore = 0) {
104 return new BasicBlock(Context, Name, Parent, InsertBefore);
110 const Function *getParent() const { return Parent; }
111 Function *getParent() { return Parent; }
Metadata.h 150 // function-local operand, return the first such operand's parent function.
192 Module *Parent;
195 void setParent(Module *M) { Parent = M; }
200 /// eraseFromParent - Drop all references and remove the node from parent
211 inline Module *getParent() { return Parent; }
212 inline const Module *getParent() const { return Parent; }
  /external/clang/lib/Index/
EntityImpl.h 28 Entity Parent;
39 EntityImpl(Entity parent, DeclarationName name, unsigned idNS,
41 : Parent(parent), Name(name), IdNS(idNS),
55 Profile(ID, Parent, Name, IdNS, IsObjCInstanceMethod);
57 static void Profile(llvm::FoldingSetNodeID &ID, Entity Parent,
60 ID.AddPointer(Parent.getAsOpaquePtr());
Entity.cpp 46 Entity getEntity(Entity Parent, DeclarationName Name,
62 Entity EntityGetter::getEntity(Entity Parent, DeclarationName Name,
65 EntityImpl::Profile(ID, Parent, Name, IdNS, isObjCInstanceMethod);
74 new (Buf) EntityImpl(Parent, Name, IdNS, isObjCInstanceMethod);
88 Entity Parent;
90 Parent = Visit(cast<Decl>(D->getDeclContext()));
92 if (Parent.isInvalid())
95 if (Parent.isValid() && Parent.isInternalToTU())
128 return getEntity(Parent, GlobName, IdNS, isObjCInstanceMethod)
    [all...]
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 159 : Parent(P), Desc(D), InlinedAtLocation(I), AbstractScope(A),
161 if (Parent)
162 Parent->addChild(this);
168 LexicalScope *getParent() const { return Parent; }
184 if (Parent)
185 Parent->openInsnRange(MI);
193 if (Parent)
194 Parent->extendInsnRange(MI);
205 // If Parent dominates NewScope then do not close Parent's instructio
    [all...]
  /external/llvm/include/llvm/Object/
Archive.h 27 const Archive *Parent;
31 Child(const Archive *p, StringRef d) : Parent(p), Data(d) {}
34 return (Parent == other.Parent) && (Data.begin() == other.Data.begin());
  /external/llvm/lib/Object/
Archive.cpp 66 if (NextLoc >= Parent->Data->getBufferEnd())
67 return Child(Parent, StringRef(0, 0));
72 return Child(Parent, StringRef(NextLoc, NextSize));
91 const char *addr = Parent->StringTable->Data.begin()
95 if (Parent->StringTable == Parent->end_children()
96 || addr < (Parent->StringTable->Data.begin()
98 || addr > (Parent->StringTable->Data.begin()
100 + Parent->StringTable->getSize()))
  /external/llvm/include/llvm/MC/
MCAtom.h 38 MCModule *Parent;
46 : Type(T), Parent(P), Begin(B), End(E) { }
  /external/llvm/lib/MC/
MCAtom.cpp 22 Parent->remap(this, Begin, End+Size);
29 Parent->remap(this, Begin, End+1);
45 Parent->remap(this, LeftBegin, LeftEnd);
48 MCAtom *RightAtom = Parent->createAtom(Type, RightBegin, RightEnd);
80 Parent->remap(this, Begin, TruncPt);
  /external/llvm/include/llvm/Analysis/
DominatorInternals.h 49 SuccVInfo.Parent = V;
74 BBInfo.Parent = 1;
98 SuccVInfo.Parent = BBDFSNum;
118 if (VInInfo.Parent >= LastLinked)
125 typename GraphT::NodeType* VAncestor = DT.Vertex[VInfo.Parent];
128 if (Visited.insert(VAncestor) && VInfo.Parent >= LastLinked) {
135 if (VInfo.Parent < LastLinked)
144 VInfo.Parent = VAInfo.Parent;
205 // initialize the semi dominator to point to the parent nod
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 80 /// \brief If non-NULL, the parent entity in which this
82 const InitializedEntity *Parent;
127 : Kind(EK_Variable), Parent(0), Type(Var->getType()),
135 : Kind(Kind), Parent(0), Type(Type)
142 InitializedEntity(FieldDecl *Member, const InitializedEntity *Parent)
143 : Kind(EK_Member), Parent(Parent), Type(Member->getType()),
148 const InitializedEntity &Parent);
166 Entity.Parent = 0;
180 Entity.Parent = 0
    [all...]
  /external/skia/gpu/include/
GrTLList.h 53 class Parent {
  /external/skia/src/animator/
SkDisplayXMLParser.h 80 struct Parent {
84 SkTDArray<Parent> fParents;

Completed in 1711 milliseconds

1 2 3 4 5