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

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
Context.java 477 public Object getParent(Object element) {
  /sdk/rule_api/src/com/android/ide/common/api/
INode.java 94 INode getParent();
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
SdkTargetSelector.java 316 Table parentTable = item.getParent();
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 178 HWND real_dialog = GetParent(dialog);
197 HWND parent_window = GetParent(real_dialog);
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 355 const RecordDecl *RD = FD->getParent();
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 577 DC = DC->getParent();
718 for (Scope *S = getCurScope(); S; S = S->getParent()) {
    [all...]
SemaDecl.cpp 785 Scope *Ancestor = S->getParent();
786 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent();
799 Scope *Ancestor = S->getParent();
800 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent();
    [all...]
SemaTemplateInstantiateDecl.cpp 795 DeclContext *DCParent = DC->getParent();
799 DeclContext *DCParent2 = DCParent->getParent();
803 DCParent2->getParent()->isTranslationUnit())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 803 const RecordDecl *RD = LeftFD->getParent();
807 if (RD != RightFD->getParent())
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 519 Function *TheFunction = Builder.GetInsertBlock()->getParent();
584 Function *TheFunction = Builder.GetInsertBlock()->getParent();
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 623 Function *TheFunction = Builder.GetInsertBlock()->getParent();
688 Function *TheFunction = Builder.GetInsertBlock()->getParent();
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 700 if (HasDbg && BB->getParent()->begin() == MachineFunction::iterator(BB)) {
779 MI->getParent()->insert(llvm::next(Pos), DbgMI);
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 493 F->getParent());
701 (void)getPointerToFunction(BB->getParent());
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 465 SectionMap[&SymbolData.Fragment->getParent()->getSection()];
640 MCSectionData const *SectionData = Fragment->getParent();
  /external/llvm/lib/VMCore/
Instructions.cpp 315 BasicBlock* BB = InsertBefore ? InsertBefore->getParent() : InsertAtEnd;
316 Module* M = BB->getParent()->getParent();
388 BasicBlock* BB = InsertBefore ? InsertBefore->getParent() : InsertAtEnd;
389 Module* M = BB->getParent()->getParent();
779 const BasicBlock *Parent = getParent();
780 return Parent == &Parent->getParent()->front();
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorCPP.pm 172 sub GetParent
355 $parentName = GetParent($dataNode);
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 251 public PolicyNode getParent() {
270 public PolicyNode getParent() {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 478 INode parent = node.getParent();
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
LifecycleTest.java 120 method = "getParent",
802 method = "getParent",
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Decl.h 192 DC = DC->getParent();
450 assert(!D || D->getParent()->getRedeclContext() == this);
    [all...]
  /external/clang/lib/AST/
Decl.cpp 296 DC = DC->getParent()) {
827 Ctx = Ctx->getParent();
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 490 const BasicBlock *LParent = LInst->getParent(),
491 *RParent = RInst->getParent();
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java 607 ViewParent parent = getParent();
    [all...]
  /external/llvm/docs/tutorial/
LangImpl7.html 461 Function *TheFunction = Builder.GetInsertBlock()->getParent();
899 Function *TheFunction = Builder.GetInsertBlock()-&gt;getParent();
    [all...]

Completed in 1030 milliseconds

<<21222324252627282930>>