Searched defs:getParent (Results 1 - 25 of 231) sorted by last modified time

12345678910

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNode.java109 public XMPNode getParent() method in class:XMPNode
718 else if (getParent().getOptions().isArray())
/external/vogar/lib/
H A Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class Element.java package org.kxml2. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DRegionInfo.h76 /// @see getParent()
95 /// RegionNodes for this BasicBlock. Each with the getParent() function
99 inline Region* getParent() const { return parent; } function in class:llvm::RegionNode
281 Region *getParent() const { return RegionNode::getParent(); } function in class:llvm::Region
377 return contains(Inst->getParent());
/external/swiftshader/third_party/LLVM/include/llvm/
H A DArgument.h44 inline const Function *getParent() const { return Parent; } function in class:llvm::Argument
45 inline Function *getParent() { return Parent; } function in class:llvm::Argument
H A DBasicBlock.h108 /// getParent - Return the enclosing method, or null if none
110 const Function *getParent() const { return Parent; } function in class:llvm::BasicBlock
111 Function *getParent() { return Parent; } function in class:llvm::BasicBlock
H A DGlobalValue.h276 /// getParent - Get the module that this global value is contained inside
278 inline Module *getParent() { return Parent; } function in class:llvm::GlobalValue
279 inline const Module *getParent() const { return Parent; } function in class:llvm::GlobalValue
H A DInstruction.h51 inline const BasicBlock *getParent() const { return Parent; } function in class:llvm::Instruction
52 inline BasicBlock *getParent() { return Parent; } function in class:llvm::Instruction
H A DMetadata.h210 /// getParent - Get the module that holds this named metadata collection.
211 inline Module *getParent() { return Parent; } function in class:llvm::NamedMDNode
212 inline const Module *getParent() const { return Parent; } function in class:llvm::NamedMDNode
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DLexicalScopes.h168 LexicalScope *getParent() const { return Parent; } function in class:llvm::LexicalScope
H A DMachineBasicBlock.h126 /// getParent - Return the MachineFunction containing this basic block.
128 const MachineFunction *getParent() const { return xParent; } function in class:llvm::MachineBasicBlock
129 MachineFunction *getParent() { return xParent; } function in class:llvm::MachineBasicBlock
H A DMachineInstr.h128 const MachineBasicBlock* getParent() const { return Parent; } function in class:llvm::MachineInstr
129 MachineBasicBlock* getParent() { return Parent; } function in class:llvm::MachineInstr
H A DMachineOperand.h169 /// getParent - Return the instruction that this operand belongs to.
171 MachineInstr *getParent() { return ParentMI; } function in class:llvm::MachineOperand
172 const MachineInstr *getParent() const { return ParentMI; } function in class:llvm::MachineOperand
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAssembler.h94 MCSectionData *getParent() const { return Parent; } function in class:llvm::MCFragment
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DBasicAliasAnalysis.cpp433 static const Function *getParent(const Value *V) { function
435 return inst->getParent()->getParent();
438 return arg->getParent();
445 const Function *F1 = getParent(O1);
446 const Function *F2 = getParent(O2);
1046 if (PN2->getParent() == PN->getParent()) {
H A DTypeBasedAliasAnalysis.cpp89 /// getParent - Get this TBAANode's Alias tree parent.
90 TBAANode getParent() const { function in class:__anon18498::TBAANode
184 T = T.getParent();
196 T = T.getParent();
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDIE.h154 DIE *getParent() const { return Parent; } function in class:llvm::DIE
179 if (Child->getParent()) {
180 assert (Child->getParent() == this && "Unexpected DIE Parent!");
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveRangeEdit.h106 LiveInterval &getParent() const { return parent_; } function in class:llvm::LiveRangeEdit
H A DSplitKit.h135 /// getParent - Return the last analyzed interval.
136 const LiveInterval &getParent() const { return *CurLI; } function in class:llvm::SplitAnalysis
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFDebugInfoEntry.h63 DWARFDebugInfoEntryMinimal *getParent() { function in class:llvm::DWARFDebugInfoEntryMinimal
66 const DWARFDebugInfoEntryMinimal *getParent() const { function in class:llvm::DWARFDebugInfoEntryMinimal
100 sibling->setParent(getParent());
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVBasicBlock.h60 SPIRVFunction *getParent() const { return ParentF;} function in class:SPIRV::SPIRVBasicBlock
H A DSPIRVInstruction.h125 SPIRVBasicBlock *getParent() const {return BB;} function in class:SPIRV::SPIRVInstruction

Completed in 818 milliseconds

12345678910