/frameworks/compile/mclinker/lib/LD/ |
BranchIsland.cpp | 56 return m_Entry.getParent()->end(); 63 return m_Entry.getParent()->end(); 120 SectionData* sd = m_Entry.getParent();
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
MessageAttachmentTile.java | 125 AttachmentTileGrid tileGrid = ((AttachmentTileGrid) getParent()); 227 ViewParent parent = lhs.getParent(); 228 if (parent == rhs.getParent()) {
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/ |
Entity.java | 46 public Entity getParent() {
107 ContentTypeField parent = getParent() != null
108 ? (ContentTypeField) getParent().getHeader().
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
GLCallGroups.java | 44 GLCallNode getParent(); 66 public GLCallNode getParent() { 110 public GLCallNode getParent() {
|
/external/llvm/lib/CodeGen/ |
SplitKit.cpp | 379 assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI"); 484 VNInfo *ParentVNI = Edit->getParent().getVNInfoAt(Idx); 493 VNInfo *VNI = defFromParent(OpenIdx, ParentVNI, Idx, *MI->getParent(), MI); 501 VNInfo *ParentVNI = Edit->getParent().getVNInfoAt(Idx); 510 VNInfo *VNI = defFromParent(OpenIdx, ParentVNI, Idx, *MI->getParent(), 520 VNInfo *ParentVNI = Edit->getParent().getVNInfoAt(Last); 551 VNInfo *ParentVNI = Edit->getParent().getVNInfoAt(Boundary); 567 defFromParent(0, ParentVNI, Idx, *MI->getParent(), MI); 571 VNInfo *VNI = defFromParent(0, ParentVNI, Boundary, *MI->getParent(), 582 VNInfo *ParentVNI = Edit->getParent().getVNInfoAt(Idx) [all...] |
IntrinsicLowering.cpp | 70 Module *M = CI->getParent()->getParent()->getParent(); 78 IRBuilder<> Builder(CI->getParent(), CI); 171 IRBuilder<> Builder(IP->getParent(), IP); 271 IRBuilder<> Builder(IP->getParent(), IP); 304 IRBuilder<> Builder(IP->getParent(), IP); 341 IRBuilder<> Builder(CI->getParent(), CI); 562 Module *M = CI->getParent()->getParent()->getParent() [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
ViewGroupTest.java | 239 assertSame(vg, child.getParent()); 272 assertEquals(vg, textView1.getParent()); 278 assertEquals(vg, textView2.getParent()); 378 assertSame(vg, textView.getParent()); 381 assertNull(textView.getParent()); 394 assertNull(textView.getParent()); 403 assertSame(vg, textView.getParent()); 408 assertNull(vg.getParent()); 425 assertNull(textView1.getParent()); 426 assertNull(textView2.getParent()); [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
ToastTest.java | 80 return null != view.getParent(); 90 return null == view.getParent(); 98 assertNull(view.getParent()); 127 assertNull(view.getParent()); 165 assertNull(view.getParent());
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
VehicleWheel.java | 105 if (!applyLocal && wheelSpatial.getParent() != null) { 106 localLocation.set(wheelWorldLocation).subtractLocal(wheelSpatial.getParent().getWorldTranslation()); 107 localLocation.divideLocal(wheelSpatial.getParent().getWorldScale()); 108 tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().multLocal(localLocation); 111 tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().mult(localRotationQuat, localRotationQuat);
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
VehicleWheel.java | 101 if (!applyLocal && wheelSpatial.getParent() != null) { 102 localLocation.set(wheelWorldLocation).subtractLocal(wheelSpatial.getParent().getWorldTranslation()); 103 localLocation.divideLocal(wheelSpatial.getParent().getWorldScale()); 104 tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().multLocal(localLocation); 107 tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().mult(localRotationQuat, localRotationQuat);
|
/external/llvm/lib/Target/R600/ |
SIAnnotateControlFlow.cpp | 168 BasicBlock *IDom = DT->getNode(Phi->getParent())->getIDom()->getBlock(); 218 BasicBlock *Parent = Phi->getParent(); 249 BasicBlock *Parent = Inst->getParent(); 272 BasicBlock *BB = Term->getParent(); 314 if (Phi && Phi->getParent() == *I && isElse(Phi)) {
|
/external/llvm/lib/Transforms/Utils/ |
LCSSA.cpp | 156 (I->hasOneUse() && I->use_back()->getParent() == BB && 192 BasicBlock *InstBB = Inst->getParent(); 197 BasicBlock *UserBB = cast<Instruction>(U)->getParent(); 214 BasicBlock *DomBB = Inst->getParent(); 267 BasicBlock *UserBB = User->getParent();
|
SimplifyCFG.cpp | 126 BasicBlock *SI1BB = SI1->getParent(); 127 BasicBlock *SI2BB = SI2->getParent(); 168 BasicBlock *SI1BB = SI1->getParent(); 169 BasicBlock *SI2BB = SI2->getParent(); 263 BasicBlock *PBB = I->getParent(); 468 if (SI->getNumSuccessors()*std::distance(pred_begin(SI->getParent()), 469 pred_end(SI->getParent())) <= 128) 583 if (PredDef == TI->getParent()) { 599 ThisCases[0].Dest->removePredecessor(TI->getParent()); 635 i.getCaseSuccessor()->removePredecessor(TI->getParent()); [all...] |
InlineFunction.cpp | 59 llvm::BasicBlock *InvokeBB = II->getParent(); 148 BasicBlock *Src = RI->getParent(); 241 Function *Caller = FirstNewBlock->getParent(); 271 InvokeDest->removePredecessor(II->getParent()); 283 const Function *Caller = CS.getInstruction()->getParent()->getParent(); 380 Function *Caller = TheCall->getParent()->getParent(); 386 Function *MemCpyFn = Intrinsic::getDeclaration(Caller->getParent(), 502 assert(TheCall->getParent() && TheCall->getParent()->getParent() & [all...] |
/frameworks/base/core/java/android/transition/ |
ChangeBounds.java | 88 values.values.put(PROPNAME_PARENT, values.view.getParent()); 169 if (view.getParent() instanceof ViewGroup) { 170 final ViewGroup parent = (ViewGroup) view.getParent(); 235 if (view.getParent() instanceof ViewGroup) { 236 final ViewGroup parent = (ViewGroup) view.getParent();
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
ActionBarContextView.java | 102 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent(); 118 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent(); 188 if (mTitleLayout.getParent() == null) { 198 } else if (mClose.getParent() == null) { 325 if (mMenuView != null && mMenuView.getParent() == this) {
|
/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/ |
XMLFilterImplTest.java | 78 assertEquals(null, parent.getParent()); 83 assertEquals(null, parent.getParent()); 87 assertEquals(null, filter.getParent()); 92 assertEquals(null, child.getParent()); 95 assertEquals(parent, child.getParent());
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ComponentResultsView.java | 168 PerformanceResultsElement performanceResultsElement = (PerformanceResultsElement) this.componentResultsElement.getParent(null); 423 componentElement = (ComponentResultsElement) scenarioResultsElement.getParent(null); 426 scenarioResultsElement = (ScenarioResultsElement) configResultsElement.getParent(null); 427 componentElement = (ComponentResultsElement) scenarioResultsElement.getParent(null); 430 configResultsElement = (ConfigResultsElement) buildResultsElement.getParent(null); 431 scenarioResultsElement = (ScenarioResultsElement) configResultsElement.getParent(null); 432 componentElement = (ComponentResultsElement) scenarioResultsElement.getParent(null); 434 buildResultsElement = (BuildResultsElement) selectedElement.getParent(null); 435 configResultsElement = (ConfigResultsElement) buildResultsElement.getParent(null); 436 scenarioResultsElement = (ScenarioResultsElement) configResultsElement.getParent(null) [all...] |
/external/llvm/lib/Target/ARM/ |
Thumb1RegisterInfo.cpp | 71 MachineFunction &MF = *MBB.getParent(); 75 Type::getInt32Ty(MBB.getParent()->getFunction()->getContext()), Val); 98 MachineFunction &MF = *MBB.getParent(); 350 MachineBasicBlock &MBB = *MI.getParent(); 352 MachineInstrBuilder MIB(*MBB.getParent(), &MI); 493 MI.getParent()->getParent()->getTarget().getInstrInfo()); 519 const TargetInstrInfo &TII = *MBB.getParent()->getTarget().getInstrInfo(); 563 MachineBasicBlock &MBB = *MI.getParent(); 564 MachineFunction &MF = *MBB.getParent(); [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetworkViews.java | 89 COMMAND_MAP.put("getparent", new GetParent()); 196 //queryview accessibilityids 12 5 getparent 486 public static class GetParent implements ViewIntrospectionCommand { 487 //queryview [id type] [id] getparent 488 //queryview viewid button1 getparent 492 AccessibilityNodeInfo parent = node.getParent();
|
/external/llvm/lib/Target/SystemZ/ |
SystemZElimCompare.cpp | 204 MachineInstrBuilder(*Branch->getParent()->getParent(), Branch) 221 MachineInstrBuilder(*MI->getParent()->getParent(), MI) 331 MachineBasicBlock *MBB = Compare->getParent(); 407 MachineInstrBuilder(*Branch->getParent()->getParent(), Branch)
|
/external/llvm/lib/Target/AArch64/ |
AArch64InstrInfo.cpp | 347 MachineBasicBlock &MBB = *MI.getParent(); 375 MachineFunction &MF = *MBB.getParent(); 421 MachineFunction &MF = *MBB.getParent(); 552 const MachineBasicBlock &MBB = *MI.getParent(); 553 const MachineFunction &MF = *MBB.getParent(); 584 MachineBasicBlock::const_instr_iterator E = MI.getParent()->instr_end(); 595 MachineBasicBlock &MBB = *MI.getParent(); 596 MachineFunction &MF = *MBB.getParent(); 757 MachineFunction *MF = I->getParent()->getParent(); [all...] |
/external/llvm/lib/IR/ |
Instruction.cpp | 32 assert(InsertBefore->getParent() && 34 InsertBefore->getParent()->getInstList().insert(InsertBefore, this); 59 if (getParent()) { 69 getParent()->getInstList().remove(this); 73 getParent()->getInstList().erase(this); 79 InsertPos->getParent()->getInstList().insert(InsertPos, this); 85 InsertPos->getParent()->getInstList().insertAfter(InsertPos, this); 92 MovePos->getParent()->getInstList().splice(MovePos,getParent()->getInstList(), 407 if (cast<Instruction>(U)->getParent() != BB [all...] |
/external/llvm/lib/Analysis/ |
ProfileInfo.cpp | 62 BlockInformation.find(BB->getParent()); 119 if (Count != MissingValue) BlockInformation[BB->getParent()][BB] = Count; 127 BlockInformation.find(MBB->getParent()); 171 BlockInformation[BB->getParent()][BB] = w; 179 BlockInformation[MBB->getParent()][MBB] = w; 198 BlockInformation[BB->getParent()][BB] = oldw + w; 204 BlockInformation.find(BB->getParent()); 320 const Function *F = DestBB->getParent(); 370 const Function *F = FirstBB->getParent(); 414 const Function *F = Old->getParent(); [all...] |
/external/llvm/lib/Transforms/Scalar/ |
TailRecursionElimination.cpp | 143 BasicBlock *BB = AI->getParent(); 144 return BB == &BB->getParent()->getEntryBlock() && 314 Function *F = CI->getParent()->getParent(); 328 if (BasicBlock *UniquePred = RI->getParent()->getUniquePredecessor()) 331 return SI->getDefaultDest() != RI->getParent(); 342 Function *F = CI->getParent()->getParent(); 398 BasicBlock *BB = TI->getParent(); 399 Function *F = BB->getParent(); [all...] |