HomeSort by relevance Sort by last modified time
    Searched refs:Parent (Results 76 - 100 of 272) sorted by null

1 2 34 5 6 7 8 91011

  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfPageTreeNodeDictionary_autogen.cpp 23 SkPdfDictionary* SkPdfPageTreeNodeDictionary::Parent(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Parent", "");
32 return get("Parent", "") != NULL;
SkPdfPopUpAnnotationDictionary_autogen.cpp 35 SkPdfDictionary* SkPdfPopUpAnnotationDictionary::Parent(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("Parent", "");
44 return get("Parent", "") != NULL;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdxmldom.h 46 WSDXML_ELEMENT *Parent;
  /external/clang/tools/libclang/
IndexDecl.cpp 35 const NamedDecl *Parent = nullptr) {
36 if (!Parent) Parent = D;
39 IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), Parent);
40 IndexCtx.indexNestedNameSpecifierLoc(D->getQualifierLoc(), Parent);
257 // FIXME: Parent for the following is CXIdxEntity_Unexposed with no USR,
268 // FIXME: Parent for the following is CXIdxEntity_Unexposed with no USR,
IndexingContext.h 378 void indexTypeSourceInfo(TypeSourceInfo *TInfo, const NamedDecl *Parent,
381 void indexTypeLoc(TypeLoc TL, const NamedDecl *Parent,
385 const NamedDecl *Parent,
390 void indexBody(const Stmt *S, const NamedDecl *Parent,
432 const NamedDecl *Parent,
438 const NamedDecl *Parent,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_buffer.c 285 assert(xrb->Parent);
286 alloc_back_buffer(xrb->Parent, width, height);
461 ximage = XGetImage(xrb->Parent->display,
474 ximage = XCreateImage(xrb->Parent->display,
475 xrb->Parent->xm_visual->visinfo->visual,
476 xrb->Parent->xm_visual->visinfo->depth,
531 GC gc = XCreateGC(xrb->Parent->display, xrb->pixmap, 0, NULL);
533 XPutImage(xrb->Parent->display,
541 XFreeGC(xrb->Parent->display, gc);
  /external/mesa3d/src/mesa/drivers/x11/
xm_buffer.c 285 assert(xrb->Parent);
286 alloc_back_buffer(xrb->Parent, width, height);
461 ximage = XGetImage(xrb->Parent->display,
474 ximage = XCreateImage(xrb->Parent->display,
475 xrb->Parent->xm_visual->visinfo->visual,
476 xrb->Parent->xm_visual->visinfo->depth,
531 GC gc = XCreateGC(xrb->Parent->display, xrb->pixmap, 0, NULL);
533 XPutImage(xrb->Parent->display,
541 XFreeGC(xrb->Parent->display, gc);
  /external/chromium_org/tools/clang/blink_gc_plugin/
BlinkGCPlugin.cpp 512 if (!Parent() &&
519 if (!Parent() || !edge->value()->IsGCAllocated())
525 if (Parent()->IsOwnPtr() ||
526 Parent()->IsRawPtrClass() ||
527 (stack_allocated_host_ && Parent()->IsRawPtr())) {
529 current_, InvalidSmartPtr(Parent())));
536 if (Parent()->IsRawPtr() || Parent()->IsRefPtr() || Parent()->IsOwnPtr()) {
538 current_, InvalidSmartPtr(Parent())));
887 RecordInfo* parent = cache_.Lookup(method->getParent()); local
    [all...]
  /external/clang/include/clang/Lex/
ModuleMap.h 306 /// \param Parent The module that will act as the parent of this submodule,
318 std::pair<Module *, bool> findOrCreateModule(StringRef Name, Module *Parent,
326 /// \param ParentDir The directory that is the parent of the framework
343 bool IsSystem, Module *Parent);
  /external/clang/lib/Sema/
Scope.cpp 21 void Scope::Init(Scope *parent, unsigned flags) {
22 AnyParent = parent;
25 if (parent && !(flags & FnScope)) {
26 BreakParent = parent->BreakParent;
27 ContinueParent = parent->ContinueParent;
34 if (parent) {
35 Depth = parent->Depth + 1;
36 PrototypeDepth = parent->PrototypeDepth;
38 FnParent = parent->FnParent;
39 BlockParent = parent->BlockParent
    [all...]
  /external/clang/test/SemaCXX/
typo-correction.cpp 168 class Parent {
172 class Child: public Parent {};
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeWizard.h 42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
120 Parent:(id<ANTLRTree>)parent
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeWizard.h 42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
120 Parent:(id<ANTLRTree>)parent
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeWizard.h 42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
120 Parent:(id<ANTLRTree>)parent
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeWizard.h 43 - (void) visit:(ANTLRCommonTree *)t Parent:(ANTLRCommonTree *)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
57 - (void) visit:(ANTLRCommonTree *)t Parent:(ANTLRCommonTree *)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
120 Parent:(ANTLRCommonTree *)parent
  /external/clang/lib/AST/
ParentMap.cpp 74 // OpaqueValueExpr is shared among multiple parent expressions.
76 // parent, then not reassign that when traversing the semantic expressions.
113 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) {
115 assert(Parent);
117 M->insert(std::make_pair(const_cast<Stmt *>(S), const_cast<Stmt *>(Parent)));
  /external/llvm/include/llvm/Analysis/
RegionIterator.h 28 /// the parent Region. Furthermore for BasicBlocks that start a subregion, a
185 assert(Node->getParent() && "A BB node must have a parent!");
212 Region* Parent = Node->getParent();
216 assert(Parent->getExit() != BB && "iterator out of range!");
218 return Parent->getBBNode(BB);
RegionInfo.h 77 /// In the BBtoRegionNode map of the parent of this node, BB will always map
85 /// @brief The parent Region of this RegionNode.
87 Region* parent; member in class:llvm::RegionNode
92 /// @param Parent The parent of this RegionNode.
98 inline RegionNode(Region* Parent, BasicBlock* Entry, bool isSubRegion = 0)
99 : entry(Entry, isSubRegion), parent(Parent) {}
101 /// @brief Get the parent Region of this RegionNode.
103 /// The parent Region is the Region this RegionNode belongs to. If fo
    [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 36 BasicBlock *Parent;
53 inline const BasicBlock *getParent() const { return Parent; }
54 inline BasicBlock *getParent() { return Parent; }
348 /// * The instruction has no parent
  /external/llvm/include/llvm/Support/
GCOV.h 266 GCOVFunction(GCOVFile &P) : Parent(P), Ident(0), LineNumber(0) {}
281 GCOVFile &Parent;
308 GCOVBlock(GCOVFunction &P, uint32_t N) : Parent(P), Number(N), Counter(0),
311 const GCOVFunction &getParent() const { return Parent; }
340 GCOVFunction &Parent;
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 128 // Parent pointer and DIEEntry.
135 DIE *Parent;
144 Parent(nullptr) {}
149 Parent(nullptr) {}
162 DIE *getParent() const { return Parent; }
163 /// Climb up the parent chain to get the compile or type unit DIE this DIE
184 Child->Parent = this;
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 763 StringRef Parent = sys::path::parent_path(Trimmed);
764 if (Parent.empty())
768 for (sys::path::reverse_iterator I = sys::path::rbegin(Parent),
769 E = sys::path::rend(Parent);
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 194 // Retrieve our parent path.
199 // Resolve the parent path to a directory entry.
366 while (!UmbrellaModule->getUmbrellaDir() && UmbrellaModule->Parent)
367 UmbrellaModule = UmbrellaModule->Parent;
468 while (!UmbrellaModule->getUmbrellaDir() && UmbrellaModule->Parent)
469 UmbrellaModule = UmbrellaModule->Parent;
500 // Retrieve our parent path.
505 // Resolve the parent path to a directory entry.
522 for(; Context; Context = Context->Parent) {
538 ModuleMap::findOrCreateModule(StringRef Name, Module *Parent,
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTreeAdaptor.cs 120 public virtual object DupTree( object t, object parent )
127 // ensure new subtree root has parent/child index set
129 SetParent( newTree, parent );
229 // whoever invokes rule will set parent and child index
230 r.Parent = null;
465 return tree.Parent;
468 public virtual void SetParent(object t, object parent)
474 ITree parentTree = GetTree(parent);
475 tree.Parent = parentTree;
496 public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTree.cs 40 * parent and child index is very difficult and cumbersome. Better to
59 /** <summary>Who is the parent node of this node; if null, implies node is root</summary> */
60 CommonTree parent; field in class:Antlr.Runtime.Tree.CommonTree
124 public override ITree Parent {
126 return parent;
129 parent = (CommonTree)value;

Completed in 1143 milliseconds

1 2 34 5 6 7 8 91011