HomeSort by relevance Sort by last modified time
    Searched refs:bResult (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTBackground.cpp 116 bool bResult;
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)
  /cts/tests/tests/animation/src/android/animation/cts/
EvaluatorTest.java 115 int bResult = Color.blue(result);
119 assertEquals(bSTART, bResult);
125 bResult = Color.blue(result);
134 assertTrue(bResult > bSTART && bResult < bEND);
136 assertTrue(bResult < bSTART && bResult > bEND);
143 bResult = Color.blue(result);
147 assertEquals(bEND, bResult);
  /external/pdfium/core/fxcodec/jbig2/
JBig2_BitStream.h 23 int32_t read1Bit(bool* bResult);
JBig2_BitStream.cpp 82 int32_t CJBig2_BitStream::read1Bit(bool* bResult) {
86 *bResult = (m_pBuf[m_dwByteIdx] >> (7 - m_dwBitIdx)) & 0x01;
  /external/pdfium/xfa/fxfa/parser/
cxfa_nodehelper.cpp 318 bool bResult = false;
343 bResult = true;
361 bResult = true;
365 if (!bResult) {
368 return bResult;
  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp     [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 464 BOOL bResult;
477 bResult = SystemParametersInfo(
482 if (!bResult) {
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c 694 BOOL bResult;
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 );
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp     [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]

Completed in 921 milliseconds