/aoo41x/main/vcl/inc/unx/ |
H A D | salunx.h | 51 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 …]
|
/aoo41x/main/i18npool/source/inputchecker/ |
H A D | inputsequencechecker_th.cxx | 124 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()
|
/aoo41x/main/o3tl/qa/ |
H A D | test-range.cxx | 51 t2(33,33); in int_test() local 56 CPPUNIT_ASSERT_MESSAGE("int ctor3", t2.begin() == 33); in int_test() 57 CPPUNIT_ASSERT_MESSAGE("int ctor4", t2.end() == 33); in int_test() 65 CPPUNIT_ASSERT_MESSAGE("int size2", t2.size() == size_t(0) ); in int_test() 80 CPPUNIT_ASSERT_MESSAGE("int contains2", t1.contains(t2)); in int_test() 104 CPPUNIT_ASSERT_MESSAGE("int overlaps2", t1.overlaps(t2)); in int_test() 137 t2(hv.begin()+33, hv.begin()+33); in iterator_test() local 143 CPPUNIT_ASSERT_MESSAGE("ivec ctor4", t2.end() == hv.begin()+33); in iterator_test() 151 CPPUNIT_ASSERT_MESSAGE("ivec size2", t2.size() == size_t(0) ); in iterator_test() 166 CPPUNIT_ASSERT_MESSAGE("ivec contains2", t1.contains(t2)); in iterator_test() [all …]
|
H A D | test-heap_ptr.cxx | 68 t2( new Help(20) ); in global() local 85 CPPUNIT_ASSERT_MESSAGE("ctor12", t2.operator*().Value() == 20); in global() 136 t1.swap(t2); in global() 138 CPPUNIT_ASSERT_MESSAGE("swap2", t2->Value() == 10 ); in global() 141 o3tl::swap(t1,t2); in global() 143 CPPUNIT_ASSERT_MESSAGE("swap5", t2->Value() == 20 ); in global()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svpinst.cxx | 187 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 …]
|
/aoo41x/main/basegfx/source/workbench/ |
H A D | bezierclip.cxx | 180 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 …]
|
/aoo41x/main/ridljar/test/com/sun/star/uno/ |
H A D | UnoRuntime_Test.java | 124 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
|
/aoo41x/main/i18npool/source/calendar/ |
H A D | calendar_hijri.cxx | 124 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()
|
/aoo41x/main/uui/source/ |
H A D | getcontinuations.hxx | 51 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()
|
/aoo41x/main/binaryurp/source/ |
H A D | unmarshal.cxx | 191 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()
|
/aoo41x/main/writerfilter/qa/cppunittests/xxml/ |
H A D | testXXML.cxx | 166 TimeValue t2; osl_getSystemTime(&t2); in test() local 167 …"Events=%i time=%is time/event=%0.10fs\n", handler.events, t2.Seconds-t1.Seconds, (double)(t2.Seco… in test()
|
/aoo41x/main/sal/qa/osl/process/ |
H A D | osl_Thread.cxx | 60 TimeValue t1,t2; // Start und Stopzeit member in StopWatch 105 osl_getSystemTime( &t2 ); in stop() 106 t_print("# %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()
|
/aoo41x/main/writerfilter/unocomponent/debugservices/doctok/ |
H A D | DocTokTestService.cxx | 110 TimeValue t2; osl_getSystemTime(&t2); in run() 111 printf("time=%is\n", t2.Seconds-t1.Seconds); in run()
|
/aoo41x/main/i18npool/source/transliteration/ |
H A D | transliteration_Ignore.cxx | 103 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 D | ignoreKana.cxx | 55 katakanaToHiragana t2; in transliterateRange() local 57 return transliteration_Ignore::transliterateRange(str1, str2, t1, t2); in transliterateRange()
|
H A D | ignoreSize_ja_JP.cxx | 56 largeToSmall_ja_JP t2; in transliterateRange() local 58 return transliteration_Ignore::transliterateRange(str1, str2, t1, t2); in transliterateRange()
|
H A D | ignoreWidth.cxx | 55 halfwidthToFullwidth t2; in transliterateRange() local 57 return transliteration_Ignore::transliterateRange(str1, str2, t1, t2); in transliterateRange()
|
/aoo41x/main/solenv/bin/ |
H A D | cws.pl | 505 my $t2 = Benchmark->new(); 506 print_time_elapsed($t1, $t2) if $profile; 517 my $t2 = Benchmark->new(); 518 print_time_elapsed($t1, $t2) if $profile; 528 my $t2 = Benchmark->new(); 529 print_time_elapsed($t1, $t2) if $profile;
|
/aoo41x/main/idlc/source/ |
H A D | astservice.cxx | 54 AstDeclaration const * t2 = deconstructAndResolveTypedefs( in checkLastConstructor() local 56 if (r1 != r2 || t1->getScopedName() != t2->getScopedName()) in checkLastConstructor()
|
/aoo41x/main/writerfilter/unocomponent/debugservices/rtftok/ |
H A D | ScannerTestService.cxx | 412 TimeValue t2; osl_getSystemTime(&t2); in run() local 413 printf("time=%" SAL_PRIuUINT32 "s\n", t2.Seconds-t1.Seconds); in run()
|
/aoo41x/main/testtools/source/bridgetest/pyuno/ |
H A D | core.py | 146 t2 = uno.getTypeByName( "com.sun.star.lang.XComponent" ) 152 self.failUnless( t1 == t2 , "equal type test" ) 153 self.failUnless( t1 == t2 , "equal type test" )
|
/aoo41x/main/soltools/cpp/ |
H A D | Test.txt | 74 args(t1, (args(t2, (x, y)))) // t1 (t2 (x, y))
|
/aoo41x/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | WeakBase_Test.java | 67 Type[] t2= f2.getTypes(); in getTypes() local 68 r[i++]= t1.equals(t2); in getTypes()
|
/aoo41x/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 167 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)
|
/aoo41x/main/sal/qa/rtl/bootstrap/ |
H A D | rtl_Bootstrap.cxx | 772 rtl::OUString t2( in testOverride() local 775 Bootstrap::expandMacros(t2); in testOverride() 778 t2.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("src680_test"))); in testOverride()
|