/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
H A D | exception_type.h | 33 explicit Exception(const char* message) throw() { SetMessage(message); } in Exception() 34 virtual ~Exception() throw() {} in ~Exception() 35 virtual const char* what() const throw() { return what_.c_str(); } in what() 38 void SetMessage(const char* message) throw() { in SetMessage() 50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {} in IndexOutOfBoundException() 51 explicit IndexOutOfBoundException(const char* message) throw() in IndexOutOfBoundException() 53 IndexOutOfBoundException(const char* message, int32_t index) throw() { in IndexOutOfBoundException() 62 virtual ~IndexOutOfBoundException() throw() {} in ~IndexOutOfBoundException() 67 IOException() throw() : Exception("I/O exception") {} in IOException() 68 explicit IOException(const char* message) throw() in IOException() [all...] |
/third_party/lzma/CPP/Windows/ |
H A D | FileName.h | 12 int FindSepar(const wchar_t *s) throw();
14 int FindSepar(const FChar *s) throw();
24 bool IsDrivePath(const wchar_t *s) throw(); // first 3 chars are drive chars like "a:\\"
26 bool IsAltPathPrefix(CFSTR s) throw(); /* name: */
35 bool IsDevicePath(CFSTR s) throw(); /* \\.\ */
36 bool IsSuperUncPath(CFSTR s) throw(); /* \\?\UNC\ */
37 bool IsNetworkPath(CFSTR s) throw(); /* \\?\UNC\ or \\SERVER */
45 unsigned GetNetworkServerPrefixSize(CFSTR s) throw();
47 bool IsNetworkShareRootPath(CFSTR s) throw(); /* \\?\UNC\SERVER\share or \\SERVER\share or with slash */
49 bool IsDrivePath_SuperAllowed(CFSTR s) throw(); // firs [all...] |
H A D | PropVariant.h | 13 BSTR AllocBstrFromAscii(const char *s) throw();
15 HRESULT PropVariant_Clear(PROPVARIANT *p) throw();
17 HRESULT PropVarEm_Alloc_Bstr(PROPVARIANT *p, unsigned numChars) throw();
18 HRESULT PropVarEm_Set_Str(PROPVARIANT *p, const char *s) throw();
20 inline void PropVarEm_Set_UInt32(PROPVARIANT *p, UInt32 v) throw()
in PropVarEm_Set_UInt32() 26 inline void PropVarEm_Set_UInt64(PROPVARIANT *p, UInt64 v) throw()
in PropVarEm_Set_UInt64() 32 inline void PropVarEm_Set_FileTime64_Prec(PROPVARIANT *p, UInt64 v, unsigned prec) throw()
in PropVarEm_Set_FileTime64_Prec() 42 inline void PropVarEm_Set_Bool(PROPVARIANT *p, bool b) throw()
in PropVarEm_Set_Bool() 113 ~CPropVariant() throw();
142 CPropVariant& operator=(bool bSrc) throw();
[all...] |
H A D | FileIO.h | 157 bool Close() throw();
159 bool GetPosition(UInt64 &position) const throw();
160 bool GetLength(UInt64 &length) const throw();
162 bool Seek(Int64 distanceToMove, DWORD moveMethod, UInt64 &newPosition) const throw();
163 bool Seek(UInt64 position, UInt64 &newPosition) const throw();
164 bool SeekToBegin() const throw();
165 bool SeekToEnd(UInt64 &newPosition) const throw();
258 bool Read1(void *data, UInt32 size, UInt32 &processedSize) throw();
259 bool ReadPart(void *data, UInt32 size, UInt32 &processedSize) throw();
260 bool Read(void *data, UInt32 size, UInt32 &processedSize) throw();
[all...] |
H A D | Registry.h | 34 LPDWORD disposition = NULL) throw();
35 LONG Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask = KEY_ALL_ACCESS) throw();
37 LONG Close() throw();
39 LONG DeleteSubKey(LPCTSTR subKeyName) throw();
40 LONG RecurseDeleteKey(LPCTSTR subKeyName) throw();
42 LONG DeleteValue(LPCTSTR name) throw();
47 LONG SetValue(LPCTSTR valueName, UInt32 value) throw();
48 LONG SetValue(LPCTSTR valueName, bool value) throw();
49 LONG SetValue(LPCTSTR valueName, LPCTSTR value) throw();
56 LONG SetValue(LPCTSTR name, const void *value, UInt32 size) throw();
[all...] |
H A D | TimeUtils.h | 81 bool DosTime_To_FileTime(UInt32 dosTime, FILETIME &fileTime) throw();
82 bool UtcFileTime_To_LocalDosTime(const FILETIME &utc, UInt32 &dosTime) throw();
83 bool FileTime_To_DosTime(const FILETIME &fileTime, UInt32 &dosTime) throw();
86 UInt64 UnixTime_To_FileTime64(UInt32 unixTime) throw();
87 void UnixTime_To_FileTime(UInt32 unixTime, FILETIME &fileTime) throw();
90 UInt64 UnixTime64_To_FileTime64(Int64 unixTime) throw(); // no check
91 bool UnixTime64_To_FileTime64(Int64 unixTime, UInt64 &fileTime) throw();
92 bool UnixTime64_To_FileTime(Int64 unixTime, FILETIME &fileTime) throw();
94 Int64 FileTime64_To_UnixTime64(UInt64 ft64) throw();
95 bool FileTime_To_UnixTime(const FILETIME &fileTime, UInt32 &unixTime) throw();
[all...] |
H A D | PropVariantConv.h | 17 bool ConvertUtcFileTimeToString(const FILETIME &ft, char *s, int level = kTimestampPrintLevel_SEC) throw();
18 bool ConvertUtcFileTimeToString(const FILETIME &ft, wchar_t *s, int level = kTimestampPrintLevel_SEC) throw();
19 bool ConvertUtcFileTimeToString2(const FILETIME &ft, unsigned ns100, char *s, int level = kTimestampPrintLevel_SEC) throw();
20 bool ConvertUtcFileTimeToString2(const FILETIME &ft, unsigned ns100, wchar_t *s, int level = kTimestampPrintLevel_SEC) throw();
24 void ConvertPropVariantToShortString(const PROPVARIANT &prop, char *dest) throw();
25 void ConvertPropVariantToShortString(const PROPVARIANT &prop, wchar_t *dest) throw();
36 default: throw 151199;
in ConvertPropVariantToUInt64()
|
H A D | DLL.h | 48 throw 20230102;
in CLibrary() 69 bool Free() throw();
70 bool LoadEx(CFSTR path, DWORD flags = LOAD_LIBRARY_AS_DATAFILE) throw();
71 bool Load(CFSTR path) throw();
89 bool Free() throw();
90 bool Load(CFSTR path) throw();
|
/third_party/lzma/CPP/Common/ |
H A D | IntToString.h | 10 char * ConvertUInt32ToString(UInt32 value, char *s) throw();
11 char * ConvertUInt64ToString(UInt64 value, char *s) throw();
13 wchar_t * ConvertUInt32ToString(UInt32 value, wchar_t *s) throw();
14 wchar_t * ConvertUInt64ToString(UInt64 value, wchar_t *s) throw();
16 void ConvertUInt64ToOct(UInt64 value, char *s) throw();
18 void ConvertUInt32ToHex(UInt32 value, char *s) throw();
19 void ConvertUInt64ToHex(UInt64 value, char *s) throw();
20 void ConvertUInt32ToHex8Digits(UInt32 value, char *s) throw();
21 // void ConvertUInt32ToHex8Digits(UInt32 value, wchar_t *s) throw();
23 void ConvertInt64ToString(Int64 value, char *s) throw();
[all...] |
H A D | StringToInt.h | 8 UInt32 ConvertStringToUInt32(const char *s, const char **end) throw();
9 UInt64 ConvertStringToUInt64(const char *s, const char **end) throw();
10 UInt32 ConvertStringToUInt32(const wchar_t *s, const wchar_t **end) throw();
11 UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) throw();
13 // Int32 ConvertStringToInt32(const char *s, const char **end) throw();
14 Int32 ConvertStringToInt32(const wchar_t *s, const wchar_t **end) throw();
16 UInt32 ConvertOctStringToUInt32(const char *s, const char **end) throw();
17 UInt64 ConvertOctStringToUInt64(const char *s, const char **end) throw();
19 UInt32 ConvertHexStringToUInt32(const char *s, const char **end) throw();
20 UInt64 ConvertHexStringToUInt64(const char *s, const char **end) throw();
[all...] |
H A D | StdOutStream.h | 33 bool Open(const char *fileName) throw();
34 bool Close() throw();
36 bool Flush() throw();
44 CStdOutStream & operator<<(const char *s) throw()
in operator <<() 50 CStdOutStream & operator<<(char c) throw()
in operator <<() 56 CStdOutStream & operator<<(Int32 number) throw();
57 CStdOutStream & operator<<(Int64 number) throw();
58 CStdOutStream & operator<<(UInt32 number) throw();
59 CStdOutStream & operator<<(UInt64 number) throw();
73 CStdOutStream & endl(CStdOutStream & outStream) throw();
[all...] |
H A D | MyString.h | 125 int FindCharPosInString(const char *s, char c) throw();
126 int FindCharPosInString(const wchar_t *s, wchar_t c) throw();
135 #define STRING_UNICODE_THROW throw()
169 wchar_t MyCharUpper_WIN(wchar_t c) throw();
171 inline wchar_t MyCharUpper(wchar_t c) throw()
in MyCharUpper() 188 wchar_t MyCharLower_WIN(wchar_t c) throw();
190 inline wchar_t MyCharLower(wchar_t c) throw()
207 // char *MyStringUpper(char *s) throw();
208 // char *MyStringLower(char *s) throw();
210 // void MyStringUpper_Ascii(char *s) throw();
[all...] |
H A D | UTFConvert.h | 75 void Check_Buf(const char *src, size_t size) throw();
77 void Check_AString(const AString &s) throw()
in Check_AString() 88 bool Check_UTF8_Buf(const char *src, size_t size, bool allowReduced) throw();
89 bool CheckUTF8_AString(const AString &s) throw();
|
H A D | Lang.h | 21 void Clear() throw();
23 const wchar_t *Get(UInt32 id) const throw();
24 const wchar_t *Get_by_index(unsigned index) const throw()
in Get_by_index()
|
H A D | DynLimBuf.h | 26 CDynLimBuf(size_t limit) throw();
36 CDynLimBuf &operator+=(char c) throw();
37 CDynLimBuf &operator+=(const char *s) throw();
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | StreamUtils.h | 8 inline HRESULT InStream_SeekSet(IInStream *stream, UInt64 offset) throw()
in InStream_SeekSet() 10 inline HRESULT InStream_GetPos(IInStream *stream, UInt64 &curPosRes) throw()
in InStream_GetPos() 12 inline HRESULT InStream_GetSize_SeekToEnd(IInStream *stream, UInt64 &sizeRes) throw()
in InStream_GetSize_SeekToEnd() 15 HRESULT InStream_SeekToBegin(IInStream *stream) throw();
16 HRESULT InStream_AtBegin_GetSize(IInStream *stream, UInt64 &size) throw();
17 HRESULT InStream_GetPos_GetSize(IInStream *stream, UInt64 &curPosRes, UInt64 &sizeRes) throw();
19 inline HRESULT InStream_GetSize_SeekToBegin(IInStream *stream, UInt64 &sizeRes) throw()
in InStream_GetSize_SeekToBegin() 26 HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *size) throw();
27 HRESULT ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t size) throw();
28 HRESULT ReadStream_FAIL(ISequentialInStream *stream, void *data, size_t size) throw();
[all...] |
H A D | CWrappers.h | 9 SRes HRESULT_To_SRes(HRESULT res, SRes defaultRes) throw();
10 HRESULT SResToHRESULT(SRes res) throw();
18 void Init(ICompressProgressInfo *progress) throw();
29 void Init(ISequentialInStream *stream) throw();
39 void Init(IInStream *stream) throw();
50 void Init(ISequentialOutStream *stream) throw();
66 CByteInBufWrap() throw();
68 void Free() throw();
69 bool Alloc(UInt32 size) throw();
78 Byte ReadByteFromNewBlock() throw();
[all...] |
H A D | OutBuffer.h | 30 HRESULT FlushPart() throw();
39 bool Create(UInt32 bufSize) throw();
40 void Free() throw();
44 void Init() throw();
45 HRESULT Flush() throw();
63 UInt64 GetProcessedSize() const throw();
|
H A D | StreamObjects.h | 67 void Free() throw();
71 bool EnsureCapacity(size_t capacity) throw();
141 void Free() throw();
142 bool Alloc(unsigned blockSizeLog, unsigned numBlocksLog) throw();
143 void Init(UInt64 size) throw();
|
H A D | InBuffer.h | 39 CInBufferBase() throw();
69 void Init() throw();
105 bool Create(size_t bufSize) throw(); // only up to 32-bits values now are supported!
106 void Free() throw();
|
/third_party/toybox/toys/other/ |
H A D | shred.c | 47 int fd = open(*try, O_RDWR), iter = 0, throw; in shred_main() local 90 throw = sizeof(toybuf); in shred_main() 91 if (FLAG(x) && len-pos < throw) throw = len-pos; in shred_main() 93 if (iter != TT.n) xgetrandom(toybuf, throw, 0); in shred_main() 94 if (throw != writeall(fd, toybuf, throw)) perror_msg_raw(*try); in shred_main() 95 pos += throw; in shred_main()
|
/third_party/toybox/scripts/ |
H A D | config2help.c | 345 struct symbol *throw = 0, *catch; in main() local 358 // text out of throw into catch, copying from this to that in main() 359 if (!throw) usage = that; in main() 363 if (!throw) len = that-usage; in main() 367 if (!throw) { in main() 368 throw = catch; in main() 374 // Grab option description lines to collate from catch and throw in main() 375 tusage = dlist_zap(&throw->help); in main() 376 tdashlines = grab_dashlines(&throw->help, &tfrom, &tlen); in main() 395 // If throw ha in main() [all...] |
/third_party/toybox/toys/posix/ |
H A D | od.c | 54 int throw = 0, pad = 0; in od_out_t() local 83 pad += (throw = 8)+7; in od_out_t() 86 pad += (throw = 17)+8; in od_out_t() 89 pad += (throw = 21)+9; in od_out_t() 92 sprintf(buf, "%.*Le", throw, ld); in od_out_t() 104 throw = sprintf(buf, class, 0, or); in od_out_t() 115 throw++; in od_out_t() 120 sprintf(buf, class, throw, ll); in od_out_t() 121 pad += throw+1; in od_out_t()
|
/third_party/toybox/lib/ |
H A D | linestack.c | 12 void linestack_addstack(struct linestack **lls, struct linestack *throw, in linestack_addstack() argument 21 if (catch->len+throw->len >= catch->max) { in linestack_addstack() 23 catch->max = ((catch->len+throw->len)|63)+1; in linestack_addstack() 30 memmove((*lls)->idx+pos+throw->len, catch->idx+pos, in linestack_addstack() 40 memcpy(catch->idx+pos, throw->idx, throw->len*sizeof(struct ptr_len)); in linestack_addstack() 41 catch->len += throw->len; in linestack_addstack()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | PropIDUtils.h | 9 void ConvertPropertyToShortString2(char *dest, const PROPVARIANT &propVariant, PROPID propID, int level = 0) throw();
14 bool CheckNtSecure(const Byte *data, UInt32 size) throw();
16 void ConvertWinAttribToString(char *s, UInt32 wa) throw();
|