Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 25 of 51) sorted by relevance

123

/trunk/main/vcl/inc/unx/
H A Dsalunx.h51 if( t1.tv_sec == t2.tv_sec ) in operator >=()
58 if( t1.tv_sec == t2.tv_sec ) in operator >()
77 t1.tv_sec -= t2.tv_sec; in operator -=()
78 t1.tv_usec -= t2.tv_usec; in operator -=()
84 t1.tv_sec += t2.tv_sec; in operator +=()
85 t1.tv_usec += t2.tv_usec; in operator +=()
96 t1.tv_sec += t2 / 1000; in operator +=()
97 t1.tv_usec += t2 ? (t2 % 1000) * 1000 : 500; in operator +=()
109 return t0 += t2; in operator +()
115 return t0 += t2; in operator +()
[all …]
/trunk/main/i18npool/source/inputchecker/
H A Dinputsequencechecker_th.cxx124 sal_uInt16 t1=getCharType(Text[nStartPos]), t2=getCharType(inputChar); in correctInputSequence() local
125 if ( (CT_ABV(t1) && CT_ABV(t2)) || // 1. in correctInputSequence()
126 (t1==CT_TONE && t2==CT_TONE) )// 2. in correctInputSequence()
128 else if ( (t1==CT_TONE && CT_ABV(t2)) || // 5. in correctInputSequence()
129 (t1==CT_FV1 && t2==CT_TONE) || // 6. in correctInputSequence()
130 (Text[nStartPos]==0x0E4C && CT_ABV1(t2)) ) // 8. in correctInputSequence()
135 …sal_uInt16 t1=getCharType(Text[nStartPos-1]), t2=getCharType(Text[nStartPos]), t3=getCharType(inpu… in correctInputSequence() local
136 if (CT_ABV(t1) && t2==CT_TONE && t3==CT_TONE) // 3. in correctInputSequence()
138 else if ( (CT_ABV(t1) && t2==CT_TONE && CT_ABV(t3)) || // 4. in correctInputSequence()
139 (t1==CT_TONE && t2==CT_FV1 && t3==CT_TONE) || // 7. in correctInputSequence()
/trunk/main/o3tl/qa/
H A Dtest-range.cxx49 t2(33,33); in int_test() local
54 ASSERT_TRUE(t2.begin() == 33) << "int ctor3"; in int_test()
55 ASSERT_TRUE(t2.end() == 33) << "int ctor4"; in int_test()
63 ASSERT_TRUE(t2.size() == size_t(0)) << "int size2"; in int_test()
78 ASSERT_TRUE(t1.contains(t2)) << "int contains2"; in int_test()
102 ASSERT_TRUE(t1.overlaps(t2)) << "int overlaps2"; in int_test()
135 t2(hv.begin()+33, hv.begin()+33); in iterator_test() local
141 ASSERT_TRUE(t2.end() == hv.begin()+33) << "ivec ctor4"; in iterator_test()
149 ASSERT_TRUE(t2.size() == size_t(0)) << "ivec size2"; in iterator_test()
164 ASSERT_TRUE(t1.contains(t2)) << "ivec contains2"; in iterator_test()
[all …]
H A Dtest-heap_ptr.cxx68 t2( new Help(20) ); in TEST_F() local
85 ASSERT_TRUE(t2.operator*().Value() == 20) << "ctor12"; in TEST_F()
136 t1.swap(t2); in TEST_F()
138 ASSERT_TRUE(t2->Value() == 10) << "swap2"; in TEST_F()
141 o3tl::swap(t1,t2); in TEST_F()
143 ASSERT_TRUE(t2->Value() == 20) << "swap5"; in TEST_F()
/trunk/main/vcl/unx/headless/
H A Dsvpinst.cxx187 inline int operator >= ( const timeval &t1, const timeval &t2 ) in operator >=() argument
189 if( t1.tv_sec == t2.tv_sec ) in operator >=()
190 return t1.tv_usec >= t2.tv_usec; in operator >=()
191 return t1.tv_sec > t2.tv_sec; in operator >=()
193 inline timeval &operator += ( timeval &t1, sal_uLong t2 ) in operator +=() argument
195 t1.tv_sec += t2 / 1000; in operator +=()
196 t1.tv_usec += t2 ? (t2 % 1000) * 1000 : 500; in operator +=()
204 inline int operator > ( const timeval &t1, const timeval &t2 ) in operator >() argument
206 if( t1.tv_sec == t2.tv_sec ) in operator >()
207 return t1.tv_usec > t2.tv_usec; in operator >()
[all …]
/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx180 double& t2, in Impl_calcSafeParams() argument
193 t2 = 1.0; in Impl_calcSafeParams()
273 t2 = ::std::min(1.0, currHigherT); in Impl_calcSafeParams()
326 << t2 << ", t, " in Impl_calcSafeParams_clip()
581 double& t2, in Impl_calcClipRange() argument
1612 double t1, t2; in main() local
1661 double t1, t2; in main() local
1709 double t1, t2; in main() local
1778 double t1, t2; in main() local
1807 double t1, t2; in main() local
[all …]
/trunk/main/ridljar/test/com/sun/star/uno/
H A DUnoRuntime_Test.java124 TestThread t2 = new TestThread(); in test_currentContext() local
126 t2.start(); in test_currentContext()
128 t2.join(); in test_currentContext()
130 Object v2 = t2.context.getValueByName(""); in test_currentContext()
131 assure("", t1.context != t2.context); in test_currentContext()
133 assure("", v2 == t2); in test_currentContext()
147 return type.equals(new Type(Ifc.class)) ? t2 : null; in queryInterface()
151 return object == t2; in isSame()
156 private final T2 t2 = new T2(); field in UnoRuntime_Test.Test2
/trunk/main/i18npool/source/calendar/
H A Dcalendar_hijri.cxx124 double jd, t, t2, t3, k, ma, sa, tf, xtra; in NewMoon() local
127 t2 = t * t; in NewMoon()
128 t3 = t2 * t; in NewMoon()
133 - 0.0001178 * t2 in NewMoon()
135 + 0.00033 * sin(RadPerDeg * (166.56 + 132.87 * t - 0.009173 * t2)); in NewMoon()
140 - 0.0000333 * t2 in NewMoon()
146 + 0.0107306 * t2 in NewMoon()
152 - 0.0016528 * t2 in NewMoon()
172 jd += xtra - (0.41 + 1.2053 * t + 0.4992 * t2)/1440; in NewMoon()
/trunk/main/uui/source/
H A Dgetcontinuations.hxx51 template< class t1, class t2 >
58 com::sun::star::uno::Reference< t2 > * pContinuation2) in getContinuations()
69 template< class t1, class t2, class t3 >
76 com::sun::star::uno::Reference< t2 > * pContinuation2, in getContinuations()
90 template< class t1, class t2, class t3, class t4 >
97 com::sun::star::uno::Reference< t2 > * pContinuation2, in getContinuations()
/trunk/main/test/source/java/org/openoffice/test/
H A DOfficeConnection.java151 Thread t2 = new Thread("waitForProcess") { in waitForProcess() local
161 t2.start(); in waitForProcess()
168 t2.interrupt(); in waitForProcess()
170 t2.join(); in waitForProcess()
172 t2.join(); in waitForProcess()
/trunk/main/binaryurp/source/
H A Dunmarshal.cxx191 for (css::uno::TypeDescription t2(t); in readType() local
192 t2.get()->eTypeClass == typelib_TypeClass_SEQUENCE;) in readType()
194 t2.makeComplete(); in readType()
195 t2 = css::uno::TypeDescription( in readType()
197 t2.get())->pType); in readType()
198 if (!t2.is()) { in readType()
206 switch (t2.get()->eTypeClass) { in readType()
/trunk/main/writerfilter/qa/cppunittests/xxml/
H A DtestXXML.cxx170 TimeValue t2; osl_getSystemTime(&t2); in test() local
171 …"Events=%i time=%is time/event=%0.10fs\n", handler.events, t2.Seconds-t1.Seconds, (double)(t2.Seco… in test()
/trunk/main/sal/qa/osl/process/
H A Dosl_Thread.cxx60 TimeValue t1,t2; // Start und Stopzeit member in StopWatch
105 osl_getSystemTime( &t2 ); in stop()
106 printf("# %d %d nsecs\n", t2.Seconds, t2.Nanosec); in stop()
118 m_nSeconds = static_cast<sal_Int32>(t2.Seconds) - static_cast<sal_Int32>(t1.Seconds); in stop()
119 if ( t2.Nanosec > t1.Nanosec ) in stop()
120 m_nNanoSec = static_cast<sal_Int32>(t2.Nanosec) - static_cast<sal_Int32>(t1.Nanosec); in stop()
123 m_nNanoSec = 1000000000 + static_cast<sal_Int32>(t2.Nanosec) - static_cast<sal_Int32>(t1.Nanosec); in stop()
/trunk/main/writerfilter/unocomponent/debugservices/doctok/
H A DDocTokTestService.cxx110 TimeValue t2; osl_getSystemTime(&t2); in run()
111 printf("time=%is\n", t2.Seconds-t1.Seconds); in run()
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_Ignore.cxx103 XTransliteration& t1, XTransliteration& t2 ) throw(RuntimeException) in transliterateRange() argument
111 OUString s21 = t2.transliterate( str1, 0, 1, offset ); in transliterateRange()
112 OUString s22 = t2.transliterate( str2, 0, 1, offset ); in transliterateRange()
H A DignoreWidth.cxx55 halfwidthToFullwidth t2; in transliterateRange() local
57 return transliteration_Ignore::transliterateRange(str1, str2, t1, t2); in transliterateRange()
H A DignoreKana.cxx55 katakanaToHiragana t2; in transliterateRange() local
57 return transliteration_Ignore::transliterateRange(str1, str2, t1, t2); in transliterateRange()
H A DignoreSize_ja_JP.cxx56 largeToSmall_ja_JP t2; in transliterateRange() local
58 return transliteration_Ignore::transliterateRange(str1, str2, t1, t2); in transliterateRange()
/trunk/main/idlc/source/
H A Dastservice.cxx54 AstDeclaration const * t2 = deconstructAndResolveTypedefs( in checkLastConstructor() local
56 if (r1 != r2 || t1->getScopedName() != t2->getScopedName()) in checkLastConstructor()
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx412 TimeValue t2; osl_getSystemTime(&t2); in run() local
413 printf("time=%" SAL_PRIuUINT32 "s\n", t2.Seconds-t1.Seconds); in run()
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dcore.py146 t2 = uno.getTypeByName( "com.sun.star.lang.XComponent" )
152 self.failUnless( t1 == t2 , "equal type test" )
153 self.failUnless( t1 == t2 , "equal type test" )
/trunk/main/soltools/cpp/
H A DTest.txt74 args(t1, (args(t2, (x, y)))) // t1 (t2 (x, y))
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb167 Dim t2 As Type = ar2.GetType()
170 And ar1.Length = ar2.Length And t1.GetElementType().Equals(t2.GetElementType())))
191 Dim t2 As Type = val2.GetType()
192 If Not t1.Equals(t2)
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DWeakBase_Test.java67 Type[] t2= f2.getTypes(); in getTypes() local
68 r[i++]= t1.equals(t2); in getTypes()
/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx1629 sal_uInt8 *t1, *t2, *t3, *t4, *t5, *t6, *t7; in main() local
1634 t2 = malloc(2000); memset(t2, 'b', 2000); in main()
1642 AddTable(ttcr, TrueTypeTableNew(0x4F532F32, 2000, t2)); in main()
1650 free(t2); in main()

Completed in 155 milliseconds

123