/frameworks/compile/mclinker/lib/CodeGen/ |
D | MCLDTargetMachine.cpp | 106 const mcld::Target& mcld::MCLDTargetMachine::getTarget() const in getTarget() function in mcld::MCLDTargetMachine 284 getTarget().get()->createMCInstPrinter(MAI.getAssemblerDialect(), MAI, in addCompilerPasses() 291 MCE = getTarget().get()->createMCCodeEmitter(MII, MRI, STI, *Context); in addCompilerPasses() 292 MAB = getTarget().get()->createMCAsmBackend(m_Triple, in addCompilerPasses() 299 getTarget().get()->createAsmStreamer(*Context, pOutput, in addCompilerPasses() 309 getTarget().get()->createAsmPrinter(getTM(), *AsmStreamer.get()); in addCompilerPasses() 328 getTarget().get()->createMCCodeEmitter(MII, MRI, STI, *Context); in addAssemblerPasses() 332 getTarget().get()->createMCAsmBackend(m_Triple,getTM().getTargetCPU()); in addAssemblerPasses() 337 OwningPtr<MCStreamer> AsmStreamer(getTarget().get()->createMCObjectStreamer( in addAssemblerPasses() 346 MachineFunctionPass *funcPass = getTarget().get()->createAsmPrinter(getTM(), in addAssemblerPasses() [all …]
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 97 X86_32GNULDBackend& ld_backend = pParent.getTarget(); in helper_DynRel() 120 pFactory.getTarget().isSymbolPreemptible(pSym)) in helper_use_relative_reloc() 131 X86_32GNULDBackend& ld_backend = pParent.getTarget(); in helper_get_GOT_and_init() 167 return pParent.getTarget().getGOTPLT().addr(); in helper_GOT_ORG() 175 X86Relocator::Address got_addr = pParent.getTarget().getGOT().addr(); in helper_GOT() 186 X86_32GNULDBackend& ld_backend = pParent.getTarget(); in helper_get_PLT_and_init() 218 return pParent.getTarget().getPLT().addr(); in helper_PLT_ORG() 248 bool has_dyn_rel = pParent.getTarget().symbolNeedsDynRel( in abs() 328 if (pParent.getTarget().symbolNeedsDynRel( in rel() 410 X86_32GNULDBackend& ld_backend = pParent.getTarget(); in tls_gd() [all …]
|
D | X86Relocator.h | 68 X86_32GNULDBackend& getTarget() in getTarget() function 71 const X86_32GNULDBackend& getTarget() const in getTarget() function 105 X86_64GNULDBackend& getTarget() in getTarget() function 108 const X86_64GNULDBackend& getTarget() const in getTarget() function
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | SimpleFrameManager.java | 44 switch(format.getTarget()) { in newBoundFrame() 54 + FrameFormat.targetToString(format.getTarget()) + "!"); in newBoundFrame() 61 switch(format.getTarget()) { in createNewFrame() 84 FrameFormat.targetToString(format.getTarget()) + "!"); in createNewFrame()
|
D | FrameFormat.java | 93 public int getTarget() { in getTarget() method in FrameFormat 162 result.setTarget(getTarget()); in mutableCopy() 201 if (specification.getTarget() != TARGET_UNSPECIFIED in isCompatibleWith() 202 && getTarget() != specification.getTarget()) { in isCompatibleWith() 258 if (specification.getTarget() != TARGET_UNSPECIFIED in mayBeCompatibleWith() 259 && getTarget() != TARGET_UNSPECIFIED in mayBeCompatibleWith() 260 && getTarget() != specification.getTarget()) { in mayBeCompatibleWith()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Relocator.h | 51 virtual TargetLDBackend& getTarget() = 0; 53 virtual const TargetLDBackend& getTarget() const = 0;
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsRelocator.h | 35 MipsGNULDBackend& getTarget() in getTarget() function 38 const MipsGNULDBackend& getTarget() const in getTarget() function
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | BroadcasterTest.java | 93 if (msg.getTarget() == mHandlers[index]) { in handleMessage() 152 if (msg.what == MESSAGE_C && msg.getTarget() == h1) { in test4() 187 if (msg.what == MESSAGE_D && msg.getTarget() == h2) { in test5() 223 if (msg.what == MESSAGE_C && msg.getTarget() == h1) { in test6()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.h | 41 HexagonLDBackend& getTarget() in getTarget() function 44 const HexagonLDBackend& getTarget() const in getTarget() function
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.h | 38 ARMGNULDBackend& getTarget() in getTarget() function 41 const ARMGNULDBackend& getTarget() const in getTarget() function
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | CropFilter.java | 95 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return; in createProgram() 98 switch (format.getTarget()) { in createProgram()
|
D | ImageCombineFilter.java | 78 int target = getInputFormat(mInputNames[0]).getTarget(); in assertAllInputTargetsMatch() 80 if (target != getInputFormat(inputName).getTarget()) { in assertAllInputTargetsMatch() 100 updateProgramWithTarget(inputs[0].getFormat().getTarget(), context); in process()
|
D | ResizeFilter.java | 72 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return; in createProgram() 74 switch (format.getTarget()) { in createProgram()
|
D | NegativeFilter.java | 89 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 90 initProgram(context, inputFormat.getTarget()); in process()
|
D | PosterizeFilter.java | 92 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 93 initProgram(context, inputFormat.getTarget()); in process()
|
D | CrossProcessFilter.java | 113 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 114 initProgram(context, inputFormat.getTarget()); in process()
|
D | SepiaFilter.java | 90 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 91 initProgram(context, inputFormat.getTarget()); in process()
|
D | ColorTemperatureFilter.java | 100 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 101 initProgram(context, inputFormat.getTarget()); in process()
|
D | FlipFilter.java | 94 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 95 initProgram(context, inputFormat.getTarget()); in process()
|
D | TintFilter.java | 100 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 101 initProgram(context, inputFormat.getTarget()); in process()
|
D | FillLightFilter.java | 107 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 108 initProgram(context, inputFormat.getTarget()); in process()
|
D | DuotoneFilter.java | 99 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 100 initProgram(context, inputFormat.getTarget()); in process()
|
D | BlackWhiteFilter.java | 145 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 146 initProgram(context, inputFormat.getTarget()); in process()
|
D | SharpenFilter.java | 113 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 114 initProgram(context, inputFormat.getTarget()); in process()
|
D | CropRectFilter.java | 105 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 106 initProgram(context, inputFormat.getTarget()); in process()
|