/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
ImageCombineFilter.java | 78 int target = getInputFormat(mInputNames[0]).getTarget(); 80 if (target != getInputFormat(inputName).getTarget()) { 100 updateProgramWithTarget(inputs[0].getFormat().getTarget(), context);
|
ResizeFilter.java | 72 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return; 74 switch (format.getTarget()) {
|
ColorTemperatureFilter.java | 100 if (mProgram == null || inputFormat.getTarget() != mTarget) { 101 initProgram(context, inputFormat.getTarget());
|
CrossProcessFilter.java | 113 if (mProgram == null || inputFormat.getTarget() != mTarget) { 114 initProgram(context, inputFormat.getTarget());
|
NegativeFilter.java | 89 if (mProgram == null || inputFormat.getTarget() != mTarget) { 90 initProgram(context, inputFormat.getTarget());
|
PosterizeFilter.java | 92 if (mProgram == null || inputFormat.getTarget() != mTarget) { 93 initProgram(context, inputFormat.getTarget());
|
SepiaFilter.java | 90 if (mProgram == null || inputFormat.getTarget() != mTarget) { 91 initProgram(context, inputFormat.getTarget());
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
FiveRegisterDecodedInstruction.java | 89 getTarget(), getLiteral(), a, b, c, d, e);
|
FourRegisterDecodedInstruction.java | 80 getTarget(), getLiteral(), a, b, c, d);
|
ThreeRegisterDecodedInstruction.java | 71 getTarget(), getLiteral(), a, b, c);
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
FiveRegisterDecodedInstruction.java | 89 getTarget(), getLiteral(), a, b, c, d, e);
|
FourRegisterDecodedInstruction.java | 80 getTarget(), getLiteral(), a, b, c, d);
|
ThreeRegisterDecodedInstruction.java | 71 getTarget(), getLiteral(), a, b, c);
|
/external/icu4c/i18n/ |
rbt_set.h | 151 * (getTarget=false) or emitted (getTarget=true) by this set. 154 UBool getTarget) const;
|
/external/llvm/include/llvm/MC/ |
MCTargetAsmLexer.h | 46 const Target &getTarget() const { return TheTarget; }
|
/external/llvm/lib/Target/Hexagon/ |
HexagonVarargsCallingConvention.h | 78 State.getTarget().getTargetData()->getABITypeAlignment(ArgTy); 80 State.getTarget().getTargetData()->getTypeSizeInBits(ArgTy) / 8; 133 State.getTarget().getTargetData()->getABITypeAlignment(ArgTy); 135 State.getTarget().getTargetData()->getTypeSizeInBits(ArgTy) / 8;
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGTextPath.cpp | 47 String pathId = SVGURIReference::getTarget(textPathElement->href());
|
/external/webkit/Source/WebCore/svg/ |
SVGURIReference.cpp | 45 String SVGURIReference::getTarget(const String& url)
|
/frameworks/base/core/tests/coretests/src/android/os/ |
BroadcasterTest.java | 93 if (msg.getTarget() == mHandlers[index]) { 152 if (msg.what == MESSAGE_C && msg.getTarget() == h1) { 187 if (msg.what == MESSAGE_D && msg.getTarget() == h2) { 223 if (msg.what == MESSAGE_C && msg.getTarget() == h1) {
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
InputPort.java | 68 public Object getTarget() {
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
processinginstructiongettarget.java | 31 * The "getTarget()" method returns the target of the 37 * child nodes of this document. Invoke the "getTarget()" 73 target = piNode.getTarget();
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
ProcessingInstructionImpl.java | 65 public String getTarget() {
|
/external/llvm/lib/Target/Sparc/ |
SparcFrameLowering.cpp | 33 *static_cast<const SparcInstrInfo*>(MF.getTarget().getInstrInfo()); 74 *static_cast<const SparcInstrInfo*>(MF.getTarget().getInstrInfo());
|
/external/llvm/lib/Target/MSP430/ |
MSP430RegisterInfo.cpp | 43 const TargetFrameLowering *TFI = MF->getTarget().getFrameLowering(); 79 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering(); 106 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering(); 172 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering(); 225 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering(); 237 const TargetFrameLowering *TFI = MF.getTarget().getFrameLowering();
|
MSP430FrameLowering.cpp | 32 return (MF.getTarget().Options.DisableFramePointerElim(MF) || 46 *static_cast<const MSP430InstrInfo*>(MF.getTarget().getInstrInfo()); 111 *static_cast<const MSP430InstrInfo*>(MF.getTarget().getInstrInfo()); 191 const TargetInstrInfo &TII = *MF.getTarget().getInstrInfo(); 217 const TargetInstrInfo &TII = *MF.getTarget().getInstrInfo();
|