HomeSort by relevance Sort by last modified time
    Searched full:getparent (Results 701 - 725 of 919) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 273 /*PrintType=*/false, GV->getParent());
440 /*PrintType=*/false, F->getParent());
496 const MachineFunction *MF = MI.getParent()->getParent();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 588 MachineFunction *F = BB->getParent();
732 MachineFunction *MF = BB->getParent();
805 MachineFunction *MF = BB->getParent();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 325 AllocaInst *NewAI = new AllocaInst(NewTy, 0, "", AI->getParent()->begin());
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 340 int newnode = dtm.getParent(node);
353 int newnode = dtm.getParent(node);
1318 int newnode = dtm.getParent(node);
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 133 ArgTys.push_back(GetThisType(Context, MD->getParent()));
141 ArgTys.push_back(GetThisType(Context, D->getParent()));
158 ArgTys.push_back(GetThisType(Context, D->getParent()));
    [all...]
ItaniumCXXABI.cpp 687 if (Type == Ctor_Base && Ctor->getParent()->getNumVBases() != 0)
711 if (Type == Dtor_Base && Dtor->getParent()->getNumVBases() != 0)
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 368 static_cast<const MCSectionELF&>(F.getParent()->getSection());
426 Index = F->getParent()->getOrdinal() + 1;
453 Relocations[Fragment->getParent()].push_back(ERE);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 268 MachineFunction *F = MBB->getParent();
364 MachineFunction *F = MBB->getParent();
448 MachineFunction *F = MBB->getParent();
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 232 View parent = (View) v.getParent();
235 parent = (View) parent.getParent();
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java 706 IContainer parent = file.getParent();
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdManager.java 541 systemImage = target.getParent().getSystemImage(abiType);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 300 method = "getParent",
306 assertSame(parent, view.getParent());
513 assertNull(view.getParent());
    [all...]
  /external/llvm/docs/
ProgrammersManual.html 369 return !L-&gt;contains(cast&lt;<a href="#Instruction">Instruction</a>&gt;(V)-&gt;getParent());
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 541 if (BBI == 0 || BBI->getParent() != BB) {
630 if (BB == &BB->getParent()->getEntryBlock()) {
    [all...]
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 403 Module *M = GV->getParent();
578 new GlobalVariable(*DstGV->getParent(), NewType, SrcGV->isConstant(),
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 576 MachineFunction &MF = *MI.getParent()->getParent();
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ResourcesPanel.js 733 function getParent(object)
739 return this.sidebarTree.findTreeElement(resource, isAncestor, getParent);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 715 final ViewGroup previousParent = (ViewGroup) childView.getParent();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 454 Composite parent = mScalingLabel.getParent();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 657 wsFolderPath = res.getParent().getProjectRelativePath();
703 IPath path = file.getParent().getProjectRelativePath();
    [all...]
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java 180 mOsSdkFolder = tools.getParent();
184 mOsSdkFolder = tools.getParent();
    [all...]

Completed in 1091 milliseconds

<<21222324252627282930>>