OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getparent
(Results
76 - 100
of
919
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
67
if (BlocksToExtract.count(I->
getParent
()))
78
if (!BlocksToExtract.count(I->
getParent
()))
110
if (Header != &Header->
getParent
()->getEntryBlock()) {
330
if (BlocksToExtract.count(inst->
getParent
()))
351
if (!BlocksToExtract.count(TI->
getParent
()) &&
352
TI->
getParent
()->
getParent
() == oldFunction)
365
if (P && P->
getParent
() == BB)
398
codeReplacer->
getParent
()->begin()->begin());
415
codeReplacer->
getParent
()->begin()->begin())
[
all
...]
/external/llvm/lib/Target/X86/
X86MachObjectWriter.cpp
186
Index = A_SD.getFragment()->
getParent
()->getOrdinal() + 1;
198
Writer->addRelocation(Fragment->
getParent
(), MRE);
205
Index = B_SD.getFragment()->
getParent
()->getOrdinal() + 1;
220
Fragment->
getParent
()->getSection());
237
Index = SD.getFragment()->
getParent
()->getOrdinal() + 1;
335
Writer->addRelocation(Fragment->
getParent
(), MRE);
359
uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->
getParent
());
378
FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->
getParent
());
391
Writer->addRelocation(Fragment->
getParent
(), MRE);
401
Writer->addRelocation(Fragment->
getParent
(), MRE)
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
ViewAnimatorTest.java
132
final RelativeLayout parent = (RelativeLayout) v1.
getParent
();
192
final RelativeLayout parent = (RelativeLayout) v1.
getParent
();
238
final RelativeLayout parent = (RelativeLayout) v1.
getParent
();
271
final RelativeLayout parent = (RelativeLayout) v1.
getParent
();
304
final RelativeLayout parent = (RelativeLayout) v1.
getParent
();
345
final RelativeLayout parent = (RelativeLayout) v.
getParent
();
377
final RelativeLayout parent = (RelativeLayout) v1.
getParent
();
468
final RelativeLayout parent = (RelativeLayout) v1.
getParent
();
/external/collada/src/1.4/dom/
domCg_sampler1D.cpp
99
cm->
getParent
()->appendChild( cm );
100
cm = cm->
getParent
();
domCg_sampler2D.cpp
105
cm->
getParent
()->appendChild( cm );
106
cm = cm->
getParent
();
domCg_sampler3D.cpp
111
cm->
getParent
()->appendChild( cm );
112
cm = cm->
getParent
();
domCg_samplerCUBE.cpp
111
cm->
getParent
()->appendChild( cm );
112
cm = cm->
getParent
();
domCg_samplerRECT.cpp
105
cm->
getParent
()->appendChild( cm );
106
cm = cm->
getParent
();
domCg_setuser_type.cpp
69
cm->
getParent
()->appendChild( cm );
70
cm = cm->
getParent
();
domConvex_mesh.cpp
99
cm->
getParent
()->appendChild( cm );
100
cm = cm->
getParent
();
domGl_sampler1D.cpp
99
cm->
getParent
()->appendChild( cm );
100
cm = cm->
getParent
();
domGl_sampler2D.cpp
105
cm->
getParent
()->appendChild( cm );
106
cm = cm->
getParent
();
domGl_sampler3D.cpp
111
cm->
getParent
()->appendChild( cm );
112
cm = cm->
getParent
();
domGl_samplerCUBE.cpp
111
cm->
getParent
()->appendChild( cm );
112
cm = cm->
getParent
();
domGl_samplerRECT.cpp
105
cm->
getParent
()->appendChild( cm );
106
cm = cm->
getParent
();
domMesh.cpp
99
cm->
getParent
()->appendChild( cm );
100
cm = cm->
getParent
();
domRigid_body.cpp
155
cm->
getParent
()->appendChild( cm );
156
cm = cm->
getParent
();
330
cm->
getParent
()->appendChild( cm );
331
cm = cm->
getParent
();
384
cm->
getParent
()->appendChild( cm );
385
cm = cm->
getParent
();
402
cm->
getParent
()->appendChild( cm );
403
cm = cm->
getParent
();
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
VariableLocator.java
99
node.
getParent
().apply(this);
105
node.
getParent
().apply(this);
/external/llvm/include/llvm/
Argument.h
44
inline const Function *
getParent
() const { return Parent; }
45
inline Function *
getParent
() { return Parent; }
/external/llvm/lib/CodeGen/
MachineLoopInfo.cpp
55
MachineFunction::iterator Begin = TopMBB->
getParent
()->begin();
69
MachineFunction::iterator End = BotMBB->
getParent
()->end();
/external/llvm/lib/Target/ARM/
Thumb1InstrInfo.cpp
60
MachineFunction &MF = *MBB.
getParent
();
89
MachineFunction &MF = *MBB.
getParent
();
/external/llvm/lib/VMCore/
AsmWriter.cpp
52
return MA->
getParent
() ? MA->
getParent
()->
getParent
() : 0;
55
return BB->
getParent
() ? BB->
getParent
()->
getParent
() : 0;
58
const Function *M = I->
getParent
() ? I->
getParent
()->
getParent
() : 0;
59
return M ? M->
getParent
() : 0
[
all
...]
/external/webkit/Source/WebCore/fileapi/
Entry.cpp
82
void Entry::
getParent
(PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) const
85
if (!m_fileSystem->
getParent
(this, successCallback, errorCallback))
EntrySync.cpp
98
PassRefPtr<EntrySync> EntrySync::
getParent
() const
100
// Sync verion of
getParent
doesn't throw exceptions.
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
WindowGeometryInitializedBeforeSetWindow.cpp
66
HWND parent = ::
GetParent
(hwnd);
68
pluginLog(instance, "::
GetParent
failed");
Completed in 1200 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>