Lines Matching +defs:thread +defs:s
174 void CProgressSync::Set_Status(const UString &s) in Set_Status()
196 UString s; in AddError_Message_Name() local
212 UString s = NError::MyFormatMessage(systemError); in AddError_Code_Name() local
257 void CProgressDialog::AddToTitle(LPCWSTR s) in AddToTitle()
287 static void ReduceString(UString &s, unsigned size) in ReduceString()
562 void GetTimeString(UInt64 timeValue, wchar_t *s) in GetTimeString()
583 static void ConvertSizeToString(UInt64 v, wchar_t *s) in ConvertSizeToString()
604 wchar_t s[40]; in ShowSize() local
717 wchar_t s[40]; in UpdateStatInfo() local
728 wchar_t s[32]; in UpdateStatInfo() local
758 wchar_t s[40]; in UpdateStatInfo() local
775 wchar_t s[40]; in UpdateStatInfo() local
808 wchar_t s[64]; in UpdateStatInfo() local
840 wchar_t s[32]; in UpdateStatInfo() local
858 UString s = _status; in UpdateStatInfo() local
913 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent) in Create()
1024 UString s; in SetTitleText() local
1112 UString s = message; in AddMessage() local
1231 NWindows::CThread thread; in Create() local
1252 catch(const wchar_t *s) { m = s; } in Process() local
1253 catch(const UString &s) { m = s; } in Process() local
1254 catch(const char *s) { m = GetUnicodeString(s); } in Process() local
1257 wchar_t s[16]; in Process() local