Searched refs:bResult (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTBackground.cpp116 bool bResult; local
126 bResult = (PVRTShaderLoadBinaryFromMemory(_BackgroundFragShader_fsc, _BackgroundFragShader_fsc_size,
130 if(!bResult)
134 bResult = (PVRTShaderLoadSourceFromMemory(_BackgroundFragShader_fsh, GL_FRAGMENT_SHADER, &m_pAPI->m_ui32FragShader, pszError) == PVR_SUCCESS) &&
138 _ASSERT(bResult);
140 if(!bResult)
172 bResult = false;
175 _ASSERT(bResult);
177 if(!bResult)
/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_BitStream.h23 int32_t read1Bit(bool* bResult);
H A DJBig2_BitStream.cpp76 int32_t CJBig2_BitStream::read1Bit(bool* bResult) { argument
80 *bResult = (m_pBuf[m_dwByteIdx] >> (7 - m_dwBitIdx)) & 0x01;
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_nodehelper.cpp355 bool bResult = false; local
380 bResult = true;
397 bResult = true;
401 if (!bResult) {
404 return bResult;
/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_progress.cpp1038 bool bResult = m_pFile->ReadBlock(m_pSrcBuf, 0, size); local
1039 if (!bResult) {
1090 bool bResult = m_pFile->ReadBlock(m_pSrcBuf, 0, size); local
1091 if (!bResult) {
1134 bool bResult = m_pFile->ReadBlock(m_pSrcBuf, 0, size); local
1135 if (!bResult) {
1140 bResult = pPngModule->Input(m_pPngContext, m_pSrcBuf, size, pAttribute);
1141 while (bResult) {
1159 bResult = m_pFile->ReadBlock(m_pSrcBuf, m_offSet, input_size);
1160 if (!bResult) {
1191 bool bResult = m_pFile->ReadBlock(m_pSrcBuf, 0, size); local
2107 bool bResult = m_pFile->ReadBlock(m_pSrcBuf, m_offSet, input_size); local
[all...]
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp548 bool bResult = create_ANGLE((HWND)fHWND, local
554 if (false == bResult) {
/external/libpng/contrib/visupng/
H A DVisualPng.c464 BOOL bResult; local
477 bResult = SystemParametersInfo(
482 if (!bResult) {
/external/mdnsresponder/mDNSWindows/
H A DmDNSWin32.c694 BOOL bResult; local
742 bResult = (*g_lpCryptAcquireContext)( &g_hProvider, NULL, NULL, PROV_RSA_FULL, CRYPT_MACHINE_KEYSET );
744 if ( !bResult )
746 bResult = ( *g_lpCryptAcquireContext)( &g_hProvider, NULL, NULL, PROV_RSA_FULL, CRYPT_MACHINE_KEYSET | CRYPT_NEWKEYSET );
747 err = translate_errno( bResult, GetLastError(), mStatus_UnknownErr );
752 bResult = (*g_lpCryptGenRandom)( g_hProvider, sizeof( randomNumber ), ( BYTE* ) &randomNumber );
753 err = translate_errno( bResult, GetLastError(), mStatus_UnknownErr );
/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp4384 char bResult[kBBufMax]; local
4410 getFormat.extract(0, getFormat.length(), bResult, kBBufMax);
4411 errln("DateFormat::format for locale %s, expected \"%s\", got \"%s\"", itemPtr->localeID, bExpected, bResult);
4417 getPattern.extract(0, getPattern.length(), bResult, kBBufMax);
4418 errln("DateFormat::toPattern() for locale %s, expected \"%s\", got \"%s\"", itemPtr->localeID, bExpected, bResult);

Completed in 442 milliseconds