Searched refs:nTimeStamp (Results 1 – 4 of 4) sorted by relevance
/trunk/main/framework/test/threadtest/ |
H A D | threadtest.cxx | 97 sal_uInt32 nTimeStamp = osl_getGlobalTimer(); \ 100 sLog.append( (sal_Int32)nTimeStamp ); \ 114 sLog.append( (sal_Int32)nTimeStamp ); \ 131 sLog.append( (sal_Int32)nTimeStamp ); \ 143 sLog.append( (sal_Int32)nTimeStamp ); \ 160 sLog.append( (sal_Int32)nTimeStamp ); \ 174 sLog.append( (sal_Int32)nTimeStamp ); \ 191 sLog.append( (sal_Int32)nTimeStamp ); \ 205 sLog.append( (sal_Int32)nTimeStamp ); \ 219 sLog.append( (sal_Int32)nTimeStamp ); \ [all …]
|
/trunk/main/framework/test/ |
H A D | threadtest.cxx | 100 sal_uInt32 nTimeStamp = osl_getGlobalTimer(); \ 103 sLog.append( (sal_Int32)nTimeStamp ); \ 117 sLog.append( (sal_Int32)nTimeStamp ); \ 134 sLog.append( (sal_Int32)nTimeStamp ); \ 146 sLog.append( (sal_Int32)nTimeStamp ); \ 163 sLog.append( (sal_Int32)nTimeStamp ); \ 177 sLog.append( (sal_Int32)nTimeStamp ); \ 194 sLog.append( (sal_Int32)nTimeStamp ); \ 208 sLog.append( (sal_Int32)nTimeStamp ); \ 222 sLog.append( (sal_Int32)nTimeStamp ); \ [all …]
|
/trunk/main/tools/source/generic/ |
H A D | config.cxx | 104 sal_uIntPtr nTimeStamp = 0; in ImplSysGetConfigTimeStamp() local 112 nTimeStamp = aStatus.getModifyTime().Seconds; in ImplSysGetConfigTimeStamp() 115 return nTimeStamp; in ImplSysGetConfigTimeStamp() 603 sal_uIntPtr nTimeStamp = 0; in ImplReadConfig() local 607 sal_uInt8* pBuf = ImplSysReadConfig( pData->maFileName, nRead, bRead, bIsUTF8BOM, nTimeStamp ); in ImplReadConfig() 615 pData->mnTimeStamp = nTimeStamp; in ImplReadConfig()
|
/trunk/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 1688 long nTimeStamp = (long)m_aSelections[rRequest.selection]->m_nOrigTimestamp; in handleSelectionRequest() local 1690 … XA_INTEGER, 32, PropModeReplace, (const unsigned char*)&nTimeStamp, 1 ); in handleSelectionRequest() 1693 fprintf( stderr, "sending timestamp: %d\n", (int)nTimeStamp ); in handleSelectionRequest()
|
Completed in 54 milliseconds