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

  /cts/tests/tests/animation/src/android/animation/cts/
ArgbEvaluatorTest.java 51 int bResult = Color.blue(result);
58 assertTrue(bResult >= bRED);
59 assertTrue(bResult <= bBLUE);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
binding-001.js 103 function isReferenceError(bResult)
105 return bResult? ERR_REF_YES : ERR_REF_NO;
regress-95101.js 94 function isReferenceError(bResult)
96 return bResult? msgERR_REF_YES : msgERR_REF_NO;
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_session.c 220 bool bResult;
242 bResult = libObjectHandle16Add(&pSession->sSecondarySessionTable,
245 if (bResult == false)
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c 314 BOOL bResult = FALSE;
320 bResult = TRUE;
322 return bResult;
  /external/libpng/contrib/visupng/
VisualPng.c 462 BOOL bResult;
475 bResult = SystemParametersInfo(
480 if (!bResult) {
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c     [all...]

Completed in 2369 milliseconds