OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getparent
(Results
301 - 325
of
919
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/antlr/src/org/antlr/runtime/debug/
DebugTreeAdaptor.java
217
public Object
getParent
(Object t) {
218
return adaptor.
getParent
(t);
/external/clang/lib/StaticAnalyzer/Core/
Environment.cpp
133
const LocationContext *ParentLC = LC->
getParent
();
138
ParentLC = ParentLC->
getParent
();
/external/collada/src/1.4/dom/
domCOLLADA.cpp
148
cm->
getParent
()->appendChild( cm );
149
cm = cm->
getParent
();
domCommon_newparam_type.cpp
87
cm->
getParent
()->appendChild( cm );
88
cm = cm->
getParent
();
domFx_surface_common.cpp
75
cm->
getParent
()->appendChild( cm );
76
cm = cm->
getParent
();
domProfile_COMMON.cpp
63
cm->
getParent
()->appendChild( cm );
64
cm = cm->
getParent
();
148
cm->
getParent
()->appendChild( cm );
149
cm = cm->
getParent
();
178
cm->
getParent
()->appendChild( cm );
179
cm = cm->
getParent
();
domProfile_GLES.cpp
63
cm->
getParent
()->appendChild( cm );
64
cm = cm->
getParent
();
173
cm->
getParent
()->appendChild( cm );
174
cm = cm->
getParent
();
362
cm->
getParent
()->appendChild( cm );
363
cm = cm->
getParent
();
/external/llvm/include/llvm/CodeGen/
MachineDominators.h
82
MachineBasicBlock *BBA = A->
getParent
(), *BBB = B->
getParent
();
/external/llvm/lib/CodeGen/
CalcSpillWeights.cpp
119
if (mi->
getParent
() != mbb) {
120
mbb = mi->
getParent
();
/external/llvm/lib/Target/Alpha/
AlphaRegisterInfo.cpp
135
MachineBasicBlock &MBB = *MI.
getParent
();
136
MachineFunction &MF = *MBB.
getParent
();
/external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp
190
MachineFunction &MF = *MBB.
getParent
();
216
MachineFunction &MF = *MBB.
getParent
();
/external/llvm/lib/Target/X86/
X86InstrBuilder.h
151
MachineFunction &MF = *MI->
getParent
()->
getParent
();
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
NetworkStatsFactoryTest.java
175
new File(file.
getParent
()).mkdirs();
189
new File(file.
getParent
()).mkdirs();
/libcore/luni/src/main/java/java/util/
ServiceLoader.java
154
while (cl.
getParent
() != null) {
155
cl = cl.
getParent
();
/libcore/luni/src/test/java/libcore/java/util/logging/
OldLogManagerTest.java
101
assertNull("logger foo should not haven parent", foo.
getParent
());
157
.
getParent
());
/packages/apps/Email/src/com/android/email/activity/
MessageListItemCoordinates.java
168
ViewParent parent = view.
getParent
();
181
ViewParent parent = view.
getParent
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAttributeNode.java
91
// TODO: for unknown attributes,
getParent
() != null &&
getParent
().getEditor() != null
/external/llvm/include/llvm/Analysis/
RegionInfo.h
76
/// @see
getParent
()
95
/// RegionNodes for this BasicBlock. Each with the
getParent
() function
99
inline Region*
getParent
() const { return parent; }
281
Region *
getParent
() const { return RegionNode::
getParent
(); }
377
return contains(Inst->
getParent
());
/external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp
253
Readers.push_back(LI->
getParent
()->
getParent
());
256
Writers.push_back(SI->
getParent
()->
getParent
());
266
Writers.push_back(cast<Instruction>(U)->
getParent
()->
getParent
());
/external/llvm/lib/Target/ARM/
Thumb1RegisterInfo.cpp
71
MachineFunction &MF = *MBB.
getParent
();
74
Type::getInt32Ty(MBB.
getParent
()->getFunction()->getContext()), Val);
97
MachineFunction &MF = *MBB.
getParent
();
393
MachineBasicBlock &MBB = *MI.
getParent
();
603
MachineBasicBlock &MBB = *MI.
getParent
();
604
MachineFunction &MF = *MBB.
getParent
();
/external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
177
StringRef Name = L->getHeader()->
getParent
()->getName();
206
<< L->getHeader()->
getParent
()->getName()
299
dbgs() << "BB: " << *SI->
getParent
();
517
Module *M = TheStore->
getParent
()->
getParent
()->
getParent
();
/external/llvm/tools/llvm-diff/
DifferenceEngine.cpp
489
BasicBlock::iterator LE = LStart->
getParent
()->end();
490
BasicBlock::iterator RE = RStart->
getParent
()->end();
598
TerminatorInst *LTerm = LStart->
getParent
()->getTerminator();
599
TerminatorInst *RTerm = RStart->
getParent
()->getTerminator();
603
if (I == LStart->
getParent
()->begin()) return;
616
if (I == RStart->
getParent
()->begin()) return;
/frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompat.java
45
public Object
getParent
(Object info);
139
public AccessibilityNodeInfoCompat
getParent
(Object info) {
344
public AccessibilityNodeInfoCompat
getParent
(Object info) {
345
return new AccessibilityNodeInfoCompat(IMPL.
getParent
(info));
727
public AccessibilityNodeInfoCompat
getParent
() {
728
return new AccessibilityNodeInfoCompat(IMPL.
getParent
(mInfo));
[
all
...]
/external/clang/lib/CodeGen/
CGClass.cpp
285
const CXXRecordDecl *RD = cast<CXXMethodDecl>(CGF.CurFuncDecl)->
getParent
();
286
const CXXRecordDecl *Base = cast<CXXMethodDecl>(GD.getDecl())->
getParent
();
334
cast<CXXMethodDecl>(CGF.CurCodeDecl)->
getParent
();
648
if (Ctor->
getParent
()->getNumVBases()) {
730
const CXXRecordDecl *ClassDecl = CD->
getParent
();
830
const CXXRecordDecl *ClassDecl = Dtor->
getParent
();
[
all
...]
/external/llvm/lib/Target/CBackend/
CBackend.cpp
267
return I.
getParent
() == cast<Instruction>(I.use_back())->
getParent
();
279
if (AI->
getParent
() != &AI->
getParent
()->
getParent
()->getEntryBlock())
[
all
...]
Completed in 1468 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>