/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_localevalue.cpp | 141 bool bRet = false; in ValidateValue() local 143 for (; !bRet && i < wsPatterns.size(); i++) { in ValidateValue() 148 bRet = pFormat->ParseNull(wsValue); in ValidateValue() 149 if (!bRet) in ValidateValue() 150 bRet = wsValue.IsEmpty(); in ValidateValue() 153 bRet = pFormat->ParseZero(wsValue); in ValidateValue() 154 if (!bRet) in ValidateValue() 155 bRet = wsValue.EqualsASCII("0"); in ValidateValue() 159 bRet = pFormat->ParseNum(m_pLocaleMgr, wsValue, &fNum); in ValidateValue() 160 if (!bRet) in ValidateValue() [all …]
|
D | xfa_utils.cpp | 403 bool bRet = false; in XFA_FDEExtension_ResolveNamespaceQualifier() local 406 bRet = true; in XFA_FDEExtension_ResolveNamespaceQualifier() 419 return bRet; in XFA_FDEExtension_ResolveNamespaceQualifier()
|
D | cxfa_node.cpp | 2681 bool bRet = false; in ProcessValidate() local 2686 std::tie(iRet, bRet) = ExecuteBoolScript(pDocView, script, &eParam); in ProcessValidate() 2703 hasBoolResult && !bRet) { in ProcessValidate() 2782 bool bRet = false; in ExecuteBoolScript() local 2786 bRet = pContext->RunScript(eScriptType, wsExpression.AsStringView(), in ExecuteBoolScript() 2791 if (bRet) { in ExecuteBoolScript()
|
/external/python/cpython2/PC/ |
D | w9xpopen.c | 29 BOOL bRet; in main() local 92 bRet = CreateProcess( in main() 102 if (bRet) { in main()
|
/external/virglrenderer/src/mesa/compat/c11/ |
D | threads_win32.h | 376 BOOL bRet; 396 bRet = DuplicateHandle(GetCurrentProcess(), // source process (pseudo) handle 403 assert(bRet); 404 if (!bRet) {
|
/external/pdfium/xfa/fde/ |
D | cfde_textout.cpp | 106 bool bRet = true; in DrawString() local 118 bRet = device->DrawNormalText(pdfium::make_span(pCurCP, iCurCount), font, in DrawString() 122 return bRet; in DrawString() 330 bool bRet = false; in LoadText() local 348 bRet = true; in LoadText() 354 if (!CFX_BreakTypeNoneOrPiece(dwBreakStatus) && !bRet) in LoadText()
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_pbuffer.c | 88 BOOL bRet; in wglCreatePbufferARB() local 272 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd); in wglCreatePbufferARB() 273 assert(bRet); in wglCreatePbufferARB()
|
D | stw_framebuffer.c | 462 BOOL bRet = SetPixelFormat(hdc, iPixelFormat, NULL); in DrvSetPixelFormat() local 463 if (!bRet) { in DrvSetPixelFormat()
|
/external/pdfium/third_party/libopenjpeg/ |
D | thread.c | 687 OPJ_BOOL bRet = OPJ_TRUE; in opj_thread_pool_setup() local 709 bRet = OPJ_FALSE; in opj_thread_pool_setup() 717 bRet = OPJ_FALSE; in opj_thread_pool_setup() 729 bRet = OPJ_FALSE; in opj_thread_pool_setup() 744 bRet = OPJ_FALSE; in opj_thread_pool_setup() 747 return bRet; in opj_thread_pool_setup()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_interactiveform.cpp | 95 bool bRet = false; in GetNativeFontName() local 99 bRet = RetrieveSpecificFont(charSet, default_font_name.c_str(), lf); in GetNativeFontName() 100 if (!bRet) { in GetNativeFontName() 101 bRet = in GetNativeFontName() 104 if (!bRet) in GetNativeFontName() 105 bRet = RetrieveSpecificFont(charSet, "Microsoft Sans Serif", lf); in GetNativeFontName() 106 if (!bRet) in GetNativeFontName() 107 bRet = RetrieveSpecificFont(charSet, nullptr, lf); in GetNativeFontName() 108 if (bRet) { in GetNativeFontName()
|
/external/mesa3d/include/c11/ |
D | threads_win32.h | 507 BOOL bRet; 527 bRet = DuplicateHandle(GetCurrentProcess(), // source process (pseudo) handle 534 assert(bRet); 535 if (!bRet) {
|
/external/pdfium/fpdfsdk/ |
D | fpdf_save.cpp | 183 bool bRet = fileMaker.Create(static_cast<uint32_t>(flags)); in DoDocSave() local 190 return bRet; in DoDocSave()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffwidgethandler.cpp | 115 bool bRet = hWidget->OnKeyDown(dwKeyCode, dwFlags); in OnKeyDown() local 117 return bRet; in OnKeyDown()
|
D | cxfa_ffnotify.cpp | 224 bool bRet; in RunScript() local 225 std::tie(iRet, bRet) = item->ExecuteBoolScript(pDocView, script, &EventParam); in RunScript() 226 return iRet == XFA_EventError::kSuccess && bRet; in RunScript()
|
D | cxfa_textlayout.cpp | 725 bool bRet = AppendChar(wsText, pLinePos, fSpaceAbove, bSavePieces); in LoadText() local 726 if (bRet && m_pLoader) in LoadText()
|
/external/angle/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 1010 BOOL bRet = this->m_sw->Init(szSymPath); in LoadModules() local 1014 if (bRet == FALSE) in LoadModules() 1021 bRet = this->m_sw->LoadModules(this->m_hProcess, this->m_dwProcessId); in LoadModules() 1022 if (bRet != FALSE) in LoadModules() 1024 return bRet; in LoadModules() 1341 BOOL bRet = ReadProcessMemory(hProcess, (LPVOID)qwBaseAddress, lpBuffer, nSize, &st); in myReadProcMem() local 1344 return bRet; in myReadProcMem()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 285 bool bRet = false; in ProcessObjectNoClip() local 288 bRet = ProcessText(pObj->AsText(), mtObj2Device, nullptr); in ProcessObjectNoClip() 291 bRet = ProcessPath(pObj->AsPath(), mtObj2Device); in ProcessObjectNoClip() 294 bRet = ProcessImage(pObj->AsImage(), mtObj2Device); in ProcessObjectNoClip() 300 bRet = ProcessForm(pObj->AsForm(), mtObj2Device); in ProcessObjectNoClip() 303 if (!bRet) in ProcessObjectNoClip() 597 bool bRet = false; in ProcessTransparency() local 603 bRet = DrawObjWithBlend(pPageObj, mtObj2Device); in ProcessTransparency() 606 if (!bRet) { in ProcessTransparency()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit.cpp | 362 bool bRet = OnKeyDownInternal(nKeyCode, nFlag); in OnKeyDown() local 368 return bRet; in OnKeyDown() 553 bool bRet = CPWL_Wnd::OnKeyDown(nKeyCode, nFlag); in OnKeyDownInternal() local 614 return bRet; in OnKeyDownInternal()
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_interactiveformfiller.cpp | 227 bool bRet = pFormField && in OnLButtonUp() local 230 return bRet; in OnLButtonUp() 237 return bRet; in OnLButtonUp()
|
/external/pdfium/xfa/fgas/layout/ |
D | cfgas_txtbreak.cpp | 906 bool bRet = (!bSingleLine && IsCtrlCode(wch)); in GetCharRects() local 910 bRet = false; in GetCharRects() 912 if (bRet) in GetCharRects()
|
/external/armnn/src/profiling/test/ |
D | ProfilingTestUtils.cpp | 1510 bool bRet = true; in CompareOutput() local 1515 bRet = false; in CompareOutput() 1519 return bRet; in CompareOutput()
|
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_viewlayoutprocessor.cpp | 743 bool bRet = false; in RunBreak() local 754 bRet = !!pPageArea; in RunBreak() 763 bRet = !!pPageArea; in RunBreak() 778 return bRet; in RunBreak()
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_resolveprocessor.cpp | 728 bool bRet = m_pEngine->RunScript(eLangType, wsExpression.AsStringView(), in DoPredicateFilter() local 731 if (!bRet || !pRetValue->ToBoolean(pIsolate)) in DoPredicateFilter()
|
/external/deqp/external/vulkancts/modules/vulkan/video/ |
D | vktVideoBaseDecodeUtils.cpp | 1203 bool bRet = false; in DecodePicture() local 1482 bRet = DecodePictureWithParameters(pPictureParams, pDecodePictureInfo, heap) >= 0; in DecodePicture() 1486 return bRet; in DecodePicture()
|
/external/sqlite/dist/orig/ |
D | shell.c | 10694 int bRet; in idxSampleFunc() local 10699 bRet = 1; in idxSampleFunc() 10701 bRet = (p->nRet / p->nRow) <= p->target; in idxSampleFunc() 10702 if( bRet==0 ){ in idxSampleFunc() 10705 bRet = ((int)rnd % 100) <= p->iTarget; in idxSampleFunc() 10709 sqlite3_result_int(pCtx, bRet); in idxSampleFunc() 10711 p->nRet += (double)bRet; in idxSampleFunc()
|