Searched defs:tm (Results 101 - 125 of 327) 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/skia/include/gpu/
H A DGrSamplerParams.h83 void setTileModeX(const SkShader::TileMode tm) { fTileModes[0] = tm; } argument
84 void setTileModeY(const SkShader::TileMode tm) { fTileModes[1] = tm; } argument
85 void setTileModeXAndY(const SkShader::TileMode tm) { fTileModes[0] = fTileModes[1] = tm; } argument
/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/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,
/external/boringssl/src/crypto/x509/
H A Dt_x509.c352 int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm) argument
354 if (tm->type == V_ASN1_UTCTIME)
355 return ASN1_UTCTIME_print(bp, tm);
356 if (tm->type == V_ASN1_GENERALIZEDTIME)
357 return ASN1_GENERALIZEDTIME_print(bp, tm);
367 int ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm) argument
376 i = tm->length;
377 v = (char *)tm->data;
394 if (tm->length >= 14 &&
399 if (tm
446 ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) argument
[all...]
/external/clang/test/SemaCXX/
H A Dclass.cpp37 func tm; member in class:C
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
H A DPlatform.java191 public static void checkClientTrusted(X509TrustManager tm, X509Certificate[] chain, argument
193 if (tm instanceof X509ExtendedTrustManager) {
194 X509ExtendedTrustManager x509etm = (X509ExtendedTrustManager) tm;
197 tm.checkClientTrusted(chain, authType);
201 public static void checkServerTrusted(X509TrustManager tm, X509Certificate[] chain, argument
203 if (tm instanceof X509ExtendedTrustManager) {
204 X509ExtendedTrustManager x509etm = (X509ExtendedTrustManager) tm;
207 tm.checkServerTrusted(chain, authType);
211 public static void checkClientTrusted(X509TrustManager tm, X509Certificate[] chain, argument
213 if (tm instanceo
221 checkServerTrusted(X509TrustManager tm, X509Certificate[] chain, String authType, OpenSSLEngineImpl engine) argument
[all...]

Completed in 1502 milliseconds

1234567891011>>