OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getparent
(Results
226 - 250
of
3463
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeIterator.m
131
return [adaptor
getParent
:tree] != nil;
159
id<ANTLRBaseTree> parent = [adaptor
getParent
:tree];
163
parent = [adaptor
getParent
:tree];
/external/dexmaker/src/dx/java/com/android/dx/ssa/
NormalSsaInsn.java
47
getBlock().
getParent
().onSourcesChanged(this, oldSources);
75
getBlock().
getParent
().onSourceChanged(this, origSpec, newSpec);
172
getBlock().
getParent
().onSourcesChanged(this, oldSources);
/external/droiddriver/src/io/appium/droiddriver/uiautomation/
UiAutomationElement.java
140
UiAutomationElement parent =
getParent
();
145
parent = parent.
getParent
();
161
public UiAutomationElement
getParent
() {
/external/icu/android_icu4j/src/main/java/android/icu/impl/
ResourceBundleWrapper.java
52
current = (ResourceBundleWrapper)current.
getParent
();
80
current = (ResourceBundleWrapper)current.
getParent
();
95
public UResourceBundle
getParent
(){
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ResourceBundleWrapper.java
50
current = (ResourceBundleWrapper)current.
getParent
();
78
current = (ResourceBundleWrapper)current.
getParent
();
93
public UResourceBundle
getParent
(){
/external/llvm/lib/Target/AMDGPU/
AMDGPUMCInstLower.cpp
48
LLVMContext &C = MI->
getParent
()->
getParent
()->getFunction()->getContext();
99
const MachineBasicBlock *MBB = MI->
getParent
();
SIAnnotateControlFlow.cpp
173
BasicBlock *IDom = DT->getNode(Phi->
getParent
())->getIDom()->getBlock();
221
BasicBlock *Parent = Phi->
getParent
();
264
BasicBlock *Parent = Inst->
getParent
();
282
BasicBlock *BB = Term->
getParent
();
347
if (Phi && Phi->
getParent
() == *I && isElse(Phi)) {
/external/llvm/lib/Target/ARM/
Thumb1InstrInfo.cpp
45
MachineFunction &MF = *MBB.
getParent
();
85
MachineFunction &MF = *MBB.
getParent
();
111
MachineFunction &MF = *MBB.
getParent
();
/external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp
175
DL = &F.
getParent
()->getDataLayout();
243
TM->getSubtargetImpl(*BB->
getParent
())->getTargetLowering();
420
TM->getSubtargetImpl(*BB->
getParent
())->getTargetLowering();
437
Triple(L->getHeader()->
getParent
()->
getParent
()->getTargetTriple());
564
Module *M = Preheader->
getParent
()->
getParent
();
635
BI->
getParent
()->getNumber() << " (" <<
636
BI->
getParent
()->getFullName() << ") instruction " <<
650
if (MachineFunction::iterator(MBB) == MBB->
getParent
()->begin())
[
all
...]
/external/llvm/lib/Transforms/IPO/
PartialInlining.cpp
77
F->
getParent
()->getFunctionList().push_back(duplicateFunction);
168
if (I->
getParent
()->
getParent
() == currFunc) {
/external/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp
50
const BasicBlock *BB = Inst->
getParent
();
53
if (UI->
getParent
() != BB || isa<PHINode>(UI))
96
if (!(isa<AllocaInst>(iib) && iib->
getParent
() == BBEntry) &&
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
UnixFakeFileSystemTest.groovy
86
assert fileSystem.
getParent
("/") == null
87
assert fileSystem.
getParent
("/abc") == "/"
88
assert fileSystem.
getParent
("/abc/def") == "/abc"
/libcore/ojluni/src/main/java/java/security/cert/
PolicyNode.java
51
* {@link #getChildren getChildren} and {@link #
getParent
getParent
} methods.
74
PolicyNode
getParent
();
/packages/apps/DeskClock/src/com/android/deskclock/
VerticalViewPager.java
135
final ViewParent parent =
getParent
().
getParent
().
getParent
();
/packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java
92
if (!(v.
getParent
() instanceof ShortcutAndWidgetContainer)) {
101
final ShortcutAndWidgetContainer itemContainer = (ShortcutAndWidgetContainer) v.
getParent
();
102
final CellLayout cellLayout = (CellLayout) itemContainer.
getParent
();
105
final FolderPagedView pagedView = (FolderPagedView) cellLayout.
getParent
();
215
final ShortcutAndWidgetContainer hotseatParent = (ShortcutAndWidgetContainer) v.
getParent
();
216
final CellLayout hotseatLayout = (CellLayout) hotseatParent.
getParent
();
352
ShortcutAndWidgetContainer parent = (ShortcutAndWidgetContainer) v.
getParent
();
353
CellLayout iconLayout = (CellLayout) parent.
getParent
();
354
final Workspace workspace = (Workspace) iconLayout.
getParent
();
355
final ViewGroup dragLayer = (ViewGroup) workspace.
getParent
();
[
all
...]
FocusIndicatorView.java
101
computeLocationRelativeToParent(this, (View)
getParent
(), mIndicatorPos);
114
computeLocationRelativeToParent(v, (View)
getParent
(), mTargetViewPos);
187
View parent = (View) child.
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/IR/
Function.cpp
63
const Function *F =
getParent
();
79
if (
getParent
()->getAttributes().
92
return
getParent
()->getAttributes().
100
return
getParent
()->getAttributes().
106
AttributeSet Attrs =
getParent
()->getAttributes();
113
return
getParent
()->getParamAlignment(getArgNo()+1);
120
return
getParent
()->getDereferenceableBytes(getArgNo()+1);
126
return
getParent
()->getDereferenceableOrNullBytes(getArgNo()+1);
133
return
getParent
()->getAttributes().
141
return
getParent
()->getAttributes()
[
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
());
131
assertNull(view.
getParent
());
165
assertNull(view.
getParent
());
/external/jetty/src/java/org/eclipse/jetty/jmx/
MBeanContainer.java
144
ObjectName parent = _beans.get(relationship.
getParent
());
147
addBean(relationship.
getParent
());
148
parent = _beans.get(relationship.
getParent
());
178
ObjectName parent = _beans.get(relationship.
getParent
());
216
relation.getContainer().update(relation.
getParent
(), relation.getChild(), null, relation.getRelationship(), true);
/external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp
132
MachineFunction &MF = *MBB->
getParent
();
146
MachineFunction &MF = *MI.
getParent
()->
getParent
();
260
MachineRegisterInfo &MRI = MI.
getParent
()->
getParent
()->getRegInfo();
/frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java
114
final ViewGroup oldParent = (ViewGroup) mMenuView.
getParent
();
128
final ViewGroup oldParent = (ViewGroup) mMenuView.
getParent
();
196
if (mTitleLayout.
getParent
() == null) {
206
} else if (mClose.
getParent
() == null) {
330
if (mMenuView != null && mMenuView.
getParent
() == this) {
/frameworks/compile/mclinker/lib/LD/
IdenticalCodeFolding.cpp
107
LDSection* sect = &(frag_ref->frag()->
getParent
()->getSection());
146
&sym->fragRef()->frag()->
getParent
()->getSection();
251
LDSection* def = &sym->fragRef()->frag()->
getParent
()->getSection();
259
&sym->fragRef()->frag()->
getParent
()->getSection()) !=
286
LDSection* def = &sym->fragRef()->frag()->
getParent
()->getSection();
/frameworks/support/transition/ics/android/support/transition/
ChangeBoundsPort.java
94
values.values.put(PROPNAME_PARENT, values.view.
getParent
());
191
if (view.
getParent
() instanceof ViewGroup) {
192
final ViewGroup parent = (ViewGroup) view.
getParent
();
271
if (view.
getParent
() instanceof ViewGroup) {
272
final ViewGroup parent = (ViewGroup) view.
getParent
();
Completed in 555 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>