Searched defs:tm (Results 276 - 300 of 327) sorted by relevance

<<11121314

/external/skia/src/pipe/
H A DSkPipeReader.cpp111 static SkMatrix read_sparse_matrix(SkReadBuffer& reader, SkMatrix::TypeMask tm) { argument
115 if (tm & SkMatrix::kPerspective_Mask) {
117 } else if (tm & SkMatrix::kAffine_Mask) {
125 } else if (tm & SkMatrix::kScale_Mask) {
131 } else if (tm & SkMatrix::kTranslate_Mask) {
263 SkMatrix::TypeMask tm = (SkMatrix::TypeMask)(packedVerb & kTypeMask_ConcatMask); local
264 const SkMatrix matrix = read_sparse_matrix(reader, tm);
385 SkMatrix::TypeMask tm = (SkMatrix::TypeMask) local
396 if (tm != SkMatrix::kIdentity_Mask) {
397 matrixStorage = read_sparse_matrix(reader, tm);
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp96 AsmPrinter::AsmPrinter(TargetMachine &tm, MCStreamer &Streamer) argument
98 TM(tm), MAI(tm.getMCAsmInfo()),
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp191 SelectionDAGISel::SelectionDAGISel(const TargetMachine &tm, argument
193 MachineFunctionPass(ID), TM(tm), TLI(*tm.getTargetLowering()),
195 CurDAG(new SelectionDAG(tm)),
H A DScheduleDAGRRList.cpp173 const TargetMachine &tm = mf.getTarget(); local
177 HazardRec = tm.getInstrInfo()->CreateTargetHazardRecognizer(&tm, this);
H A DTargetLowering.cpp544 TargetLowering::TargetLowering(const TargetMachine &tm, argument
546 : TM(tm), TD(TM.getTargetData()), TLOF(*tlof),
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp75 explicit ARMDAGToDAGISel(ARMBaseTargetMachine &tm, argument
77 : SelectionDAGISel(tm, OptLevel), TM(tm),
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp159 explicit X86DAGToDAGISel(X86TargetMachine &tm, CodeGenOpt::Level OptLevel) argument
160 : SelectionDAGISel(tm, OptLevel),
161 X86Lowering(*tm.getTargetLowering()),
162 Subtarget(&tm.getSubtarget<X86Subtarget>()),
H A DX86InstrInfo.cpp86 X86InstrInfo::X86InstrInfo(X86TargetMachine &tm) argument
87 : X86GenInstrInfo((tm.getSubtarget<X86Subtarget>().is64Bit()
90 (tm.getSubtarget<X86Subtarget>().is64Bit()
93 TM(tm), RI(tm, *this) {
/external/testng/src/main/java/org/testng/
H A DTestRunner.java859 for (ITestNGMethod tm : methods) {
860 methodInstances.addAll(methodsToMultipleMethodInstances(tm));
1372 public void addPassedTest(ITestNGMethod tm, ITestResult tr) { argument
1373 m_passedTests.addResult(tr, tm);
1377 public Set<ITestResult> getPassedTests(ITestNGMethod tm) { argument
1378 return m_passedTests.getResults(tm);
1382 public Set<ITestResult> getFailedTests(ITestNGMethod tm) { argument
1383 return m_failedTests.getResults(tm);
1387 public Set<ITestResult> getSkippedTests(ITestNGMethod tm) { argument
1388 return m_skippedTests.getResults(tm);
1392 addSkippedTest(ITestNGMethod tm, ITestResult tr) argument
[all...]
/external/webrtc/webrtc/modules/include/
H A Dmodule_common_types.h80 void SetGofInfoVP9(TemporalStructureMode tm) { argument
81 switch (tm) {
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c556 struct tm tm; local
559 gmtime_r(&now, &tm);
561 tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday,
562 tm.tm_hour, tm.tm_min, tm.tm_sec);
/external/libmtp/src/
H A Dptp-pack.c525 struct tm tm; local
540 memset(&tm,0,sizeof(tm));
543 tm.tm_year=atoi (tmp) - 1900;
546 tm.tm_mon = atoi (tmp) - 1;
549 tm.tm_mday = atoi (tmp);
552 tm.tm_hour = atoi (tmp);
555 tm.tm_min = atoi (tmp);
558 tm
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp101 AsmPrinter::AsmPrinter(TargetMachine &tm, std::unique_ptr<MCStreamer> Streamer) argument
102 : MachineFunctionPass(ID), TM(tm), MAI(tm.getMCAsmInfo()),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp354 SelectionDAGISel::SelectionDAGISel(TargetMachine &tm, argument
356 MachineFunctionPass(ID), TM(tm),
358 CurDAG(new SelectionDAG(tm, OL)),
H A DTargetLowering.cpp39 TargetLowering::TargetLowering(const TargetMachine &tm) argument
40 : TargetLoweringBase(tm) {}
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp45 explicit AArch64DAGToDAGISel(AArch64TargetMachine &tm, argument
47 : SelectionDAGISel(tm, OptLevel), Subtarget(nullptr),
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp63 explicit ARMDAGToDAGISel(ARMBaseTargetMachine &tm, CodeGenOpt::Level OptLevel) argument
64 : SelectionDAGISel(tm, OptLevel) {}
/external/mksh/src/
H A Dfuncs.c2962 Test_meta tm; local
3023 if (ptest_isa(&te, tm = TM_AND) || ptest_isa(&te, tm = TM_OR)) {
3027 if (tm == TM_AND)
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3542 // Given a 2-tuple matcher tm of type Tuple2Matcher and a value second
3543 // of type Second, BoundSecondMatcher<Tuple2Matcher, Second>(tm,
3544 // second) is a polymorphic matcher that matches a value x iff tm
3554 BoundSecondMatcher(const Tuple2Matcher& tm, const Second& second) argument
3555 : tuple2_matcher_(tm), second_value_(second) {}
3580 Impl(const Tuple2Matcher& tm, const Second& second) argument
3581 : mono_tuple2_matcher_(SafeMatcherCast<const ArgTuple&>(tm)),
3607 // Given a 2-tuple matcher tm and a value second,
3608 // MatcherBindSecond(tm, second) returns a matcher that matches a
3609 // value x iff tm matche
3612 MatcherBindSecond( const Tuple2Matcher& tm, const Second& second) argument
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp73 explicit PPCDAGToDAGISel(PPCTargetMachine &tm) argument
74 : SelectionDAGISel(tm), TM(tm) {}
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp2668 AMDGPUCFGStructurizer(char &pid, TargetMachine &tm);
2678 AMDGPUCFGStructurizer::AMDGPUCFGStructurizer(char &pid, TargetMachine &tm
2680 : MachineFunctionPass(pid), TM(tm), TII(tm.getInstrInfo()),
2681 TRI(static_cast<const AMDGPURegisterInfo *>(tm.getRegisterInfo())
2705 AMDGPUCFGPrepare(TargetMachine &tm);
2719 AMDGPUCFGPrepare::AMDGPUCFGPrepare(TargetMachine &tm) argument
2720 : AMDGPUCFGStructurizer(ID, tm )
2752 AMDGPUCFGPerform(TargetMachine &tm);
2764 AMDGPUCFGPerform::AMDGPUCFGPerform(TargetMachine &tm) argument
[all...]
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp2941 static inline GrGLenum tile_to_gl_wrap(SkShader::TileMode tm) { argument
2951 return gWrapModes[tm];
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h3542 // Given a 2-tuple matcher tm of type Tuple2Matcher and a value second
3543 // of type Second, BoundSecondMatcher<Tuple2Matcher, Second>(tm,
3544 // second) is a polymorphic matcher that matches a value x iff tm
3554 BoundSecondMatcher(const Tuple2Matcher& tm, const Second& second) argument
3555 : tuple2_matcher_(tm), second_value_(second) {}
3580 Impl(const Tuple2Matcher& tm, const Second& second) argument
3581 : mono_tuple2_matcher_(SafeMatcherCast<const ArgTuple&>(tm)),
3607 // Given a 2-tuple matcher tm and a value second,
3608 // MatcherBindSecond(tm, second) returns a matcher that matches a
3609 // value x iff tm matche
3612 MatcherBindSecond( const Tuple2Matcher& tm, const Second& second) argument
[all...]
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc208 unsigned struct_tm_sz = sizeof(struct tm);
1104 CHECK_TYPE_SIZE(tm); variable
1105 CHECK_SIZE_AND_OFFSET(tm, tm_sec);
1106 CHECK_SIZE_AND_OFFSET(tm, tm_min);
1107 CHECK_SIZE_AND_OFFSET(tm, tm_hour);
1108 CHECK_SIZE_AND_OFFSET(tm, tm_mday);
1109 CHECK_SIZE_AND_OFFSET(tm, tm_mon);
1110 CHECK_SIZE_AND_OFFSET(tm, tm_year);
1111 CHECK_SIZE_AND_OFFSET(tm, tm_wday);
1112 CHECK_SIZE_AND_OFFSET(tm, tm_yda
[all...]

Completed in 904 milliseconds

<<11121314