Searched defs:tm (Results 101 - 125 of 365) sorted by relevance

1234567891011>>

/external/llvm/lib/Target/AMDGPU/
H A DR600ClauseMergePass.cpp65 R600ClauseMergePass(TargetMachine &tm) : MachineFunctionPass(ID) { } argument
/external/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp86 llvm::createLanaiDelaySlotFillerPass(const LanaiTargetMachine &tm) { argument
/external/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp30 SystemZShortenInst(const SystemZTargetMachine &tm);
63 SystemZShortenInst::SystemZShortenInst(const SystemZTargetMachine &tm) argument
/external/ltp/pan/
H A Dreporter.c88 struct tm *tm; local
136 tm = gmtime(&clock);
137 strftime(key_get, KEYSIZE, "%x", tm);
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
H A Dcompat.hpp153 get_data_layout(::llvm::TargetMachine &tm) { argument
155 return tm.createDataLayout();
157 return tm.getSubtargetImpl()->getDataLayout();
/external/skia/samplecode/
H A DSampleGradients.cpp65 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
66 return SkGradientShader::MakeLinear(pts, data.fColors, data.fPos, data.fCount, tm);
69 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
74 data.fPos, data.fCount, tm);
77 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
84 static sk_sp<SkShader> Make2Conical(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
93 data.fColors, data.fPos, data.fCount, tm);
97 SkShader::TileMode tm) {
104 data.fColors, data.fPos, data.fCount, tm);
107 typedef sk_sp<SkShader> (*GradMaker)(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm);
96 Make2ConicalConcentric(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) argument
[all...]
/external/skia/src/core/
H A DSkMatrixPriv.h88 SkMatrix::TypeMask tm = mx.getType(); local
90 if (SkMatrix::kIdentity_Mask == tm) {
93 if (SkMatrix::kTranslate_Mask == tm) {
150 SkMatrix::TypeMask tm = mx.getType(); local
155 if (tm <= (SkMatrix::kScale_Mask | SkMatrix::kTranslate_Mask)) {
158 if (tm <= SkMatrix::kTranslate_Mask) {
/external/skqp/samplecode/
H A DSampleGradients.cpp65 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
66 return SkGradientShader::MakeLinear(pts, data.fColors, data.fPos, data.fCount, tm);
69 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
74 data.fPos, data.fCount, tm);
77 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
84 static sk_sp<SkShader> Make2Conical(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
93 data.fColors, data.fPos, data.fCount, tm);
97 SkShader::TileMode tm) {
104 data.fColors, data.fPos, data.fCount, tm);
107 typedef sk_sp<SkShader> (*GradMaker)(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm);
96 Make2ConicalConcentric(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) argument
[all...]
/external/skqp/src/core/
H A DSkMatrixPriv.h88 SkMatrix::TypeMask tm = mx.getType(); local
90 if (SkMatrix::kIdentity_Mask == tm) {
93 if (SkMatrix::kTranslate_Mask == tm) {
150 SkMatrix::TypeMask tm = mx.getType(); local
155 if (tm <= (SkMatrix::kScale_Mask | SkMatrix::kTranslate_Mask)) {
158 if (tm <= SkMatrix::kTranslate_Mask) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DCallingConvLower.cpp27 const TargetMachine &tm, SmallVector<CCValAssign, 16> &locs,
29 : CallingConv(CC), IsVarArg(isVarArg), MF(mf), TM(tm),
26 CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &mf, const TargetMachine &tm, SmallVector<CCValAssign, 16> &locs, LLVMContext &C) argument
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp57 MCJIT::MCJIT(Module *m, TargetMachine *tm, TargetJITInfo &tji, argument
60 : ExecutionEngine(m), TM(tm), MemMgr(MM), M(m), OS(Buffer), Dyld(MM) {
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp57 explicit MBlazeDAGToDAGISel(MBlazeTargetMachine &tm) : argument
58 SelectionDAGISel(tm),
59 TM(tm), Subtarget(tm.getSubtarget<MBlazeSubtarget>()) {}
H A DMBlazeInstrInfo.cpp30 MBlazeInstrInfo::MBlazeInstrInfo(MBlazeTargetMachine &tm) argument
32 TM(tm), RI(*TM.getSubtargetImpl(), *this) {}
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp31 MSP430InstrInfo::MSP430InstrInfo(MSP430TargetMachine &tm) argument
33 RI(tm, *this), TM(tm) {}
H A DMSP430RegisterInfo.cpp35 MSP430RegisterInfo::MSP430RegisterInfo(MSP430TargetMachine &tm, argument
37 : MSP430GenRegisterInfo(MSP430::PCW), TM(tm), TII(tii) {
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp47 Filler(TargetMachine &tm) argument
48 : MachineFunctionPass(ID), TM(tm), TII(tm.getInstrInfo()) { }
122 FunctionPass *llvm::createMipsDelaySlotFillerPass(MipsTargetMachine &tm) { argument
123 return new Filler(tm);
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp47 PPCCodeEmitter(TargetMachine &tm, JITCodeEmitter &mce) argument
48 : MachineFunctionPass(ID), TM(tm), MCE(mce) {}
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DDelaySlotFiller.cpp45 Filler(TargetMachine &tm) argument
46 : MachineFunctionPass(ID), TM(tm), TII(tm.getInstrInfo()) { }
91 FunctionPass *llvm::createSparcDelaySlotFillerPass(TargetMachine &tm) { argument
92 return new Filler(tm);
H A DFPMover.cpp38 explicit FPMover(TargetMachine &tm) argument
39 : MachineFunctionPass(ID), TM(tm) { }
54 FunctionPass *llvm::createSparcFPMoverPass(TargetMachine &tm) { argument
55 return new FPMover(tm);
H A DSparcISelDAGToDAG.cpp38 explicit SparcDAGToDAGISel(SparcTargetMachine &tm) argument
39 : SelectionDAGISel(tm),
40 Subtarget(tm.getSubtarget<SparcSubtarget>()),
41 TM(tm) {
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp32 SystemZInstrInfo::SystemZInstrInfo(SystemZTargetMachine &tm) argument
34 RI(tm, *this), TM(tm) {
/external/testng/src/main/java/org/testng/internal/
H A DMethodGroupsHelper.java45 for (ITestNGMethod tm : methods) {
47 Method m = tm.getMethod();
53 runInfo, tm, forTests, unique, outIncludedMethods);
62 if (!unique || !MethodGroupsHelper.isMethodAlreadyPresent(outIncludedMethods, tm)) {
67 in = MethodGroupsHelper.includeMethod(AnnotationHelper.findTest(finder, tm),
68 runInfo, tm, forTests, unique, outIncludedMethods);
72 outIncludedMethods.add(tm);
75 outExcludedMethods.add(tm);
81 RunInfo runInfo, ITestNGMethod tm, boolean forTests, boolean unique, List<ITestNGMethod> outIncludedMethods)
86 if (runInfo.includeMethod(tm, forTest
80 includeMethod(ITestOrConfiguration annotation, RunInfo runInfo, ITestNGMethod tm, boolean forTests, boolean unique, List<ITestNGMethod> outIncludedMethods) argument
107 isMethodAlreadyPresent(List<ITestNGMethod> result, ITestNGMethod tm) argument
225 findMethodNamed(String tm, List<ITestNGMethod> allMethods) argument
[all...]
/external/testng/src/main/java/org/testng/internal/annotations/
H A DJDK15AnnotationFinder.java116 public <A extends IAnnotation> A findAnnotation(ITestNGMethod tm, Class<A> annotationClass) { argument
122 Method m = tm.getMethod();
124 if (tm.getInstance() == null) {
127 testClass = tm.getInstance().getClass();
/external/autotest/client/tests/tsc/src/
H A Dchecktsc.c199 uint64_t t0, t1, tm; local
/external/blktrace/
H A Dblkparse_fmt.c87 struct tm *tm; local
98 tm = localtime(&sec);
101 tm->tm_hour,
102 tm->tm_min,
103 tm->tm_sec,

Completed in 724 milliseconds

1234567891011>>