OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTarget
(Results
51 - 75
of
385
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/
MockAddonPackage.java
57
super(new MockAddonTarget(name, basePlatform.
getTarget
(), revision), null /*props*/);
66
new MockAddonTarget(name, basePlatform.
getTarget
(), revision),
67
createProperties(name, basePlatform.
getTarget
()));
/external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp
53
unsigned TargetAlign = MF.
getTarget
().getFrameLowering()->getStackAlignment();
82
static_cast<const HexagonRegisterInfo *>(MF.
getTarget
().getRegisterInfo());
145
const TargetInstrInfo &TII = *MF.
getTarget
().getInstrInfo();
187
const TargetInstrInfo &TII = *MF.
getTarget
().getInstrInfo();
219
const TargetInstrInfo &TII = *MF->
getTarget
().getInstrInfo();
279
const TargetInstrInfo &TII = *MF->
getTarget
().getInstrInfo();
/frameworks/compile/mclinker/lib/Target/X86/
X86RelocationFactory.cpp
109
pFactory.
getTarget
().isSymbolPreemptible(pSym, pLDInfo, pLDInfo.output()))
121
X86GNULDBackend& ld_backend = pParent.
getTarget
();
160
return pParent.
getTarget
().getGOT().getSection().addr();
180
X86GNULDBackend& ld_backend = pParent.
getTarget
();
209
return pParent.
getTarget
().getPLT().getSection().addr();
230
X86GNULDBackend& ld_backend = pParent.
getTarget
();
/external/llvm/lib/CodeGen/
RegisterClassInfo.cpp
39
if (MF->
getTarget
().getRegisterInfo() != TRI) {
40
TRI = MF->
getTarget
().getRegisterInfo();
ExpandISelPseudos.cpp
48
const TargetLowering *TLI = MF.
getTarget
().getTargetLowering();
LiveStackAnalysis.cpp
48
TRI = MF.
getTarget
().getRegisterInfo();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
BitmapOverlayFilter.java
110
if (mProgram == null || inputFormat.
getTarget
() != mTarget) {
111
initProgram(context, inputFormat.
getTarget
());
BlackWhiteFilter.java
145
if (mProgram == null || inputFormat.
getTarget
() != mTarget) {
146
initProgram(context, inputFormat.
getTarget
());
CropRectFilter.java
105
if (mProgram == null || inputFormat.
getTarget
() != mTarget) {
106
initProgram(context, inputFormat.
getTarget
());
DocumentaryFilter.java
121
if (mProgram == null || inputFormat.
getTarget
() != mTarget) {
122
initProgram(context, inputFormat.
getTarget
());
DuotoneFilter.java
99
if (mProgram == null || inputFormat.
getTarget
() != mTarget) {
100
initProgram(context, inputFormat.
getTarget
());
FillLightFilter.java
107
if (mProgram == null || inputFormat.
getTarget
() != mTarget) {
108
initProgram(context, inputFormat.
getTarget
());
FlipFilter.java
94
if (mProgram == null || inputFormat.
getTarget
() != mTarget) {
95
initProgram(context, inputFormat.
getTarget
());
LomoishFilter.java
185
if (mProgram == null || inputFormat.
getTarget
() != mTarget) {
186
initProgram(context, inputFormat.
getTarget
());
SaturateFilter.java
122
if (mBenProgram == null || inputFormat.
getTarget
() != mTarget) {
123
initProgram(context, inputFormat.
getTarget
());
SharpenFilter.java
113
if (mProgram == null || inputFormat.
getTarget
() != mTarget) {
114
initProgram(context, inputFormat.
getTarget
());
TintFilter.java
100
if (mProgram == null || inputFormat.
getTarget
() != mTarget) {
101
initProgram(context, inputFormat.
getTarget
());
VignetteFilter.java
135
if (mProgram == null || inputFormat.
getTarget
() != mTarget) {
136
initProgram(context, inputFormat.
getTarget
());
/dalvik/dexgen/src/com/android/dexgen/dex/code/
TargetInsn.java
85
public CodeAddress
getTarget
() {
93
* {@code
getTarget
().getAddress()}.
/dalvik/dx/src/com/android/dx/dex/code/
TargetInsn.java
85
public CodeAddress
getTarget
() {
93
* {@code
getTarget
().getAddress()}.
/dalvik/dx/src/com/android/dx/io/instructions/
DecodedInstruction.java
152
public final int
getTarget
() {
159
public final int
getTarget
(int baseAddress) {
169
int relativeTarget =
getTarget
(baseAddress);
185
int relativeTarget =
getTarget
(baseAddress);
/development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimationsHideShow.java
132
View view = (View) ((ObjectAnimator) anim).
getTarget
();
150
View view = (View) ((ObjectAnimator) anim).
getTarget
();
161
View view = (View) ((ObjectAnimator) anim).
getTarget
();
172
View view = (View) ((ObjectAnimator) anim).
getTarget
();
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
TargetInsn.java
85
public CodeAddress
getTarget
() {
93
* {@code
getTarget
().getAddress()}.
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DecodedInstruction.java
152
public final int
getTarget
() {
159
public final int
getTarget
(int baseAddress) {
169
int relativeTarget =
getTarget
(baseAddress);
185
int relativeTarget =
getTarget
(baseAddress);
/external/llvm/include/llvm/Analysis/
PathProfileInfo.h
46
inline BasicBlock*
getTarget
() { return _target; }
Completed in 421 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>