Searched refs:bResult (Results 1 - 7 of 7) sorted by relevance
/third_party/lame/ACM/ |
H A D | DecodeStream.cpp | 109 bool bResult = false; in init() local 116 bResult = true; in init() 118 return bResult; in init() 123 bool bResult = false; in open() local 125 bResult = bool(InitMP3(&my_DecodeData) != 0); in open() 127 return bResult; in open() 133 bool bResult = false; in close() local 148 bResult = true; in close() 161 bResult = true; in close() 163 return bResult; in close() [all...] |
H A D | ACMStream.cpp | 110 bool bResult = false; in init() local 118 bResult = true; in init() 120 return bResult; in init() 126 bool bResult = false; in open() local 259 bResult = true; in open() 261 return bResult; in open() 267 bool bResult = false; in close() local 282 bResult = true; in close() 288 return bResult; in close()
|
H A D | AEncodeProperties.cpp | 169 BOOL bResult = FALSE; in ConfigProc() local 177 bResult = the_prop->HandleDialogCommand( hwndDlg, wParam, lParam); in ConfigProc() 192 bResult = TRUE; in ConfigProc() 234 bResult = FALSE; // will be treated by DefWindowProc in ConfigProc() 236 return bResult; in ConfigProc() 1793 bool bResult = false; 1812 bResult = true; 1830 bResult = true; 1839 if (bResult) 1848 return bResult; [all...] |
H A D | ACM.cpp | 133 BOOL bResult; 146 bResult = FALSE; 149 bResult = FALSE; // will be treated by DefWindowProc 151 return bResult; 181 BOOL bResult = FALSE; in AboutProc() local 202 bResult = TRUE; in AboutProc() 265 bResult = FALSE; in AboutProc() 271 bResult = FALSE; // will be treated by DefWindowProc in AboutProc() 273 return bResult; in AboutProc()
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
H A D | VisualPng.c | 464 BOOL bResult; in CenterAbout() local 477 bResult = SystemParametersInfo( in CenterAbout() 482 if (!bResult) { in CenterAbout()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtfmttst.cpp | 4465 char bResult[kBBufMax]; in TestFormatsWithNumberSystems() local 4491 getFormat.extract(0, getFormat.length(), bResult, kBBufMax); in TestFormatsWithNumberSystems() 4492 errln("DateFormat::format for locale %s, expected \"%s\", got \"%s\"", itemPtr->localeID, bExpected, bResult); in TestFormatsWithNumberSystems() 4498 getPattern.extract(0, getPattern.length(), bResult, kBBufMax); in TestFormatsWithNumberSystems() 4499 errln("DateFormat::toPattern() for locale %s, expected \"%s\", got \"%s\"", itemPtr->localeID, bExpected, bResult); in TestFormatsWithNumberSystems()
|
/third_party/sqlite/src/ |
H A D | shell.c | 5073 BOOL bResult = SetFileTime(hFile, NULL, &lastAccess, &lastWrite); in writeFile() local 5075 return !bResult; in writeFile()
|
Completed in 50 milliseconds