/aoo41x/main/helpcontent2/helpers/ |
H A D | update_tree.pl | 214 for $tv(@treeviews) { 215 print "\nProcessing $tv\n"; 216 @lines = &readtv("$tree_src/$tv"); 283 my $tmpname_template=$tv."_XXXXX"; 297 unlink "$tree_dest\\$lng\\$tv" ; 298 …mv $treetmpfile , "$tree_dest\\$lng\\$tv" or &terminate("Cannot mv $treetmpfile to $tree_dest\\$ln… 302 unlink "$tree_dest/$lng/$tv" ; 303 …my $ret=mv $treetmpfile , "$tree_dest/$lng/$tv$inpath" or &terminate("Cannot write to $tree_dest/$… 304 …my $ret=mv "$tree_dest/$lng/$tv$inpath" , "$tree_dest/$lng/$tv" or &terminate("Cannot write to $tr…
|
/aoo41x/main/sal/rtl/source/ |
H A D | random.c | 123 TimeValue tv; in __rtl_random_initPool() local 142 osl_getSystemTime (&tv); in __rtl_random_initPool() 143 tv.Seconds = RTL_RANDOM_RNG_2(tv.Seconds); in __rtl_random_initPool() 144 tv.Nanosec = RTL_RANDOM_RNG_2(tv.Nanosec); in __rtl_random_initPool() 145 __rtl_random_seedPool (pImpl, (sal_uInt8*)&tv, sizeof(tv)); in __rtl_random_initPool() 148 rd.m_nY = (sal_Int16)(((tv.Seconds >> 1) << 1) + 1); in __rtl_random_initPool() 149 rd.m_nZ = (sal_Int16)(((tv.Nanosec >> 1) << 1) + 1); in __rtl_random_initPool()
|
/aoo41x/main/sal/osl/w32/ |
H A D | socket.cxx | 1290 struct timeval tv; in osl_connectSocketTo() local 1350 tv.tv_sec= pTimeout->Seconds; in osl_connectSocketTo() 1358 &tv); in osl_connectSocketTo() 1629 struct timeval tv; in osl_isReceiveReady() local 1639 tv.tv_sec = pTimeout->Seconds; in osl_isReceiveReady() 1658 struct timeval tv; in osl_isSendReady() local 1668 tv.tv_sec = pTimeout->Seconds; in osl_isSendReady() 1687 struct timeval tv; in osl_isExceptionPending() local 1697 tv.tv_sec = pTimeout->Seconds; in osl_isExceptionPending() 2162 struct timeval tv; in osl_demultiplexSocketEvents() local [all …]
|
/aoo41x/main/store/workben/ |
H A D | t_store.cxx | 99 OTime tv; in getSystemTime() local 100 osl_getSystemTime (&tv); in getSystemTime() 101 return tv; in getSystemTime() 574 TimeValue tv; in main() local 575 tv.Seconds = 300; in main() 576 tv.Nanosec = 0; in main() 577 osl_waitThread (&tv); in main()
|
/aoo41x/main/extensions/source/update/check/ |
H A D | updatecheck.cxx | 505 TimeValue tv = { 10, 0 }; in run() local 508 aResult = m_aCondition.wait(&tv); in run() 559 aResult = m_aCondition.wait(&tv); in run() 580 tv.Seconds = nRetryInterval[n-1]; in run() 581 aResult = m_aCondition.wait(&tv); in run() 681 TimeValue tv; in run() local 682 tv.Seconds = 15; in run() 692 tv.Seconds = nRetryInterval[n-1]; in run() 694 m_aCondition.wait(&tv); in run() 746 TimeValue tv = { 0, 250 }; in run() local [all …]
|
H A D | updatecheckjob.cxx | 136 TimeValue tv = { 25, 0 }; in run() local 137 m_aCondition.wait( &tv ); in run()
|
/aoo41x/main/svtools/source/filter/ |
H A D | sgvspln.cxx | 825 double* tv; in Spline2Poly() local 837 bOk=CalcSpline(rSpln,Periodic,n,ax,ay,bx,by,cx,cy,dx,dy,tv); in Spline2Poly() 845 t=tv[i]+Step; in Spline2Poly() 848 bEnde=t>=tv[i+1]; in Spline2Poly() 849 if (bEnde) t=tv[i+1]; in Spline2Poly() 850 dt1=t-tv[i]; dt2=dt1*dt1; dt3=dt2*dt1; in Spline2Poly() 873 delete[] tv; in Spline2Poly()
|
/aoo41x/main/sal/osl/os2/ |
H A D | tempfile.c | 95 struct timeval tv; in osl_gen_random_name_impl_() local 99 gettimeofday(&tv, NULL); in osl_gen_random_name_impl_() 101 value += ((uint64_t)tv.tv_usec << 16) ^ tv.tv_sec ^ getpid(); in osl_gen_random_name_impl_()
|
H A D | socket.c | 2065 struct timeval tv; in osl_connectSocketTo() local 2135 tv.tv_sec= pTimeout->Seconds; in osl_connectSocketTo() 2136 tv.tv_usec= pTimeout->Nanosec / 1000L; in osl_connectSocketTo() 2144 (pTimeout) ? &tv : 0); in osl_connectSocketTo() 2606 struct timeval tv; in __osl_socket_poll() local 2618 tv.tv_sec = pTimeout->Seconds; in __osl_socket_poll() 2619 tv.tv_usec = pTimeout->Nanosec / 1000; in __osl_socket_poll() 3060 struct timeval tv; in osl_demultiplexSocketEvents() local 3068 tv.tv_sec = pTimeout->Seconds; in osl_demultiplexSocketEvents() 3069 tv.tv_usec = pTimeout->Nanosec / 1000L; in osl_demultiplexSocketEvents() [all …]
|
/aoo41x/main/sal/osl/unx/ |
H A D | tempfile.c | 106 struct timeval tv; in osl_gen_random_name_impl_() local 110 gettimeofday(&tv, NULL); in osl_gen_random_name_impl_() 112 value += ((uint64_t)tv.tv_usec << 16) ^ tv.tv_sec ^ getpid(); in osl_gen_random_name_impl_()
|
H A D | socket.c | 2042 struct timeval tv; in osl_connectSocketTo() local 2112 tv.tv_sec= pTimeout->Seconds; in osl_connectSocketTo() 2113 tv.tv_usec= pTimeout->Nanosec / 1000L; in osl_connectSocketTo() 2121 (pTimeout) ? &tv : 0); in osl_connectSocketTo() 2571 struct timeval tv; in __osl_socket_poll() local 2586 tv.tv_sec = pTimeout->Seconds; in __osl_socket_poll() 2587 tv.tv_usec = pTimeout->Nanosec / 1000; in __osl_socket_poll() 3030 struct timeval tv; in osl_demultiplexSocketEvents() local 3038 tv.tv_sec = pTimeout->Seconds; in osl_demultiplexSocketEvents() 3039 tv.tv_usec = pTimeout->Nanosec / 1000L; in osl_demultiplexSocketEvents() [all …]
|
/aoo41x/main/tools/source/datetime/ |
H A D | ttime.cxx | 400 timeval tv; in GetSystemTicks() 401 gettimeofday (&tv, 0); in GetSystemTicks() 403 double fTicks = tv.tv_sec; in GetSystemTicks() 405 fTicks += ((tv.tv_usec + 500) / 1000); in GetSystemTicks()
|
/aoo41x/main/l10ntools/source/ |
H A D | export2.cxx | 670 TimeValue tv; in getRandomName() local 674 osl_getSystemTime( &tv ); in getRandomName() 678 value += ((sal_uInt64) ( tv.Nanosec / 1000 ) << 16) ^ ( tv.Nanosec / 1000 ) ^ proInfo.Ident; in getRandomName()
|
/aoo41x/main/extensions/source/scanner/ |
H A D | sane.cxx | 724 struct timeval tv; in Start() local 728 tv.tv_sec = 5; in Start() 729 tv.tv_usec = 0; in Start() 730 if( select( fd+1, &fdset, NULL, NULL, &tv ) == 0 ) in Start()
|
/aoo41x/main/canvas/source/tools/ |
H A D | surface.cxx | 440 … const double tv(((aPoint.getY()-aSurfaceClipRect.getMinY())*rUV.getHeight()/h)+rUV.getMinY()); in drawWithClip() local 442 vertex.v=static_cast<float>(tv); in drawWithClip()
|
/aoo41x/main/ucb/source/ucp/gio/ |
H A D | gio_content.cxx | 384 TimeValue tv; in getDateFromUnix() local 385 tv.Nanosec = 0; in getDateFromUnix() 386 tv.Seconds = t; in getDateFromUnix() 389 if ( osl_getDateTimeFromTimeValue( &tv, &dt ) ) in getDateFromUnix()
|
/aoo41x/main/desktop/source/deployment/misc/ |
H A D | dp_misc.cxx | 470 TimeValue tv = { 0 /* secs */, 500000000 /* nanosecs */ }; in resolveUnoURL() local 471 ::osl::Thread::wait( tv ); in resolveUnoURL()
|
/aoo41x/main/cppuhelper/source/ |
H A D | bootstrap.cxx | 647 TimeValue tv = { 0 /* secs */, 500000000 /* nanosecs */ }; in bootstrap() local 648 ::osl::Thread::wait( tv ); in bootstrap()
|
/aoo41x/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 566 TimeValue tv; in getDateFromUnix() local 567 tv.Nanosec = 0; in getDateFromUnix() 568 tv.Seconds = t; in getDateFromUnix() 571 if ( osl_getDateTimeFromTimeValue( &tv, &dt ) ) in getDateFromUnix()
|
/aoo41x/main/libtextcat/data/new_fingerprints/lm/ |
H A D | croatian.lm | 279 tv 180
|
H A D | latvian.lm | 362 tv 123
|
H A D | sanskrit.lm | 245 tv 130
|
H A D | serbian-latin.lm | 244 tv 336
|
H A D | slovak_ascii.lm | 336 tv 82
|
H A D | slovenian.lm | 250 tv 62
|