HomeSort by relevance Sort by last modified time
    Searched refs:pEngine (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/curl/docs/examples/
simplessl.c 32 3.2. set pEngine to the name of the crypto engine you use
58 const char *pEngine;
63 pEngine = "chil"; /* for nChiper HSM... */
67 pEngine = NULL;
82 if (pEngine) /* use crypto engine */
84 if (curl_easy_setopt(curl, CURLOPT_SSLENGINE,pEngine) != CURLE_OK)
  /frameworks/compile/mclinker/lib/LD/
MsgHandler.cpp 15 MsgHandler::MsgHandler(DiagnosticEngine& pEngine)
16 : m_Engine(pEngine), m_NumArgs(0) {
DiagnosticInfos.cpp 112 bool DiagnosticInfos::process(DiagnosticEngine& pEngine) const {
113 Diagnostic info(pEngine);
171 pEngine.getPrinter()->handleDiagnostic(severity, info);
Diagnostic.cpp 23 Diagnostic::Diagnostic(DiagnosticEngine& pEngine) : m_Engine(pEngine) {
  /frameworks/wilhelm/src/
sl_entry.c 21 SL_API SLresult SLAPIENTRY slCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions,
27 result = liCreateEngine(pEngine, numOptions, pEngineOptions, numInterfaces, pInterfaceIds,
xa_entry.c 21 XA_API XAresult XAAPIENTRY xaCreateEngine(XAObjectItf *pEngine, XAuint32 numOptions,
27 result = liCreateEngine((SLObjectItf *) pEngine, numOptions,
entry.c 28 LI_API SLresult liCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions,
42 if (NULL == pEngine) {
46 *pEngine = NULL;
131 *pEngine = &thiz->mObject.mItf;
165 *pEngine = &thiz->mObject.mItf;
sles_allinclusive.h 423 extern LI_API SLresult liCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions,
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtparag.h 13 CFDE_TxtEdtParag(CFDE_TxtEdtEngine* pEngine);
fde_txtedtparag.cpp 14 CFDE_TxtEdtParag::CFDE_TxtEdtParag(CFDE_TxtEdtEngine* pEngine)
19 m_pEngine(pEngine) {
fde_txtedtengine.h 230 CFDE_TxtEdtDoRecord_Insert(CFDE_TxtEdtEngine* pEngine,
251 CFDE_TxtEdtDoRecord_DeleteRange(CFDE_TxtEdtEngine* pEngine,
276 CFDE_TxtEdtDoRecord_FieldInsert(CFDE_TxtEdtEngine* pEngine,
308 CFDE_TxtEdtDoRecord_FieldDelete(CFDE_TxtEdtEngine* pEngine,
340 CFDE_TxtEdtDoRecord_FieldReplace(CFDE_TxtEdtEngine* pEngine,
fde_txtedtpage.cpp 19 IFDE_TxtEdtPage* IFDE_TxtEdtPage::Create(IFDE_TxtEdtEngine* pEngine,
21 return (IFDE_TxtEdtPage*)new CFDE_TxtEdtPage(pEngine, nIndex);
75 CFDE_TxtEdtEngine* pEngine = (CFDE_TxtEdtEngine*)(m_pPage->GetEngine());
76 const FDE_TXTEDTPARAMS* pTextParams = pEngine->GetEditParams();
77 IFX_TxtBreak* pBreak = pEngine->GetTextBreak();
105 CFDE_TxtEdtEngine* pEngine = (CFDE_TxtEdtEngine*)(m_pPage->GetEngine());
110 const FDE_TXTEDTPARAMS* pTextParams = pEngine->GetEditParams();
111 FX_DWORD dwLayoutStyle = pEngine->GetTextBreak()->GetLayoutStyles();
125 return pEngine->GetTextBreak()->GetCharRects(&tr, rtArray, bBBox);
127 CFDE_TxtEdtPage::CFDE_TxtEdtPage(IFDE_TxtEdtEngine* pEngine, int32_t nPageIndex)
    [all...]
fde_txtedtblock.h 44 CFDE_TxtEdtBlock(CFDE_TxtEdtEngine* pEngine,
fde_txtedtpage.h 90 CFDE_TxtEdtPage(IFDE_TxtEdtEngine* pEngine, int32_t nLineIndex);
fde_txtedtengine.cpp     [all...]
fde_txtedtblock.cpp 15 CFDE_TxtEdtBlock::CFDE_TxtEdtBlock(CFDE_TxtEdtEngine* pEngine,
18 : m_pEngine(pEngine),
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticInfos.h 47 bool process(DiagnosticEngine& pEngine) const;
Diagnostic.h 24 explicit Diagnostic(DiagnosticEngine& pEngine);
MsgHandler.h 26 explicit MsgHandler(DiagnosticEngine& pEngine);
  /external/pdfium/xfa/src/fee/include/
ifde_txtedtpage.h 13 static IFDE_TxtEdtPage* Create(IFDE_TxtEdtEngine* pEngine, int32_t nIndex);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_func.cpp 70 FX_BOOL Execute(CPDF_PSEngine* pEngine);
104 FX_BOOL CPDF_PSProc::Execute(CPDF_PSEngine* pEngine) {
111 pEngine->Push(*(FX_FLOAT*)m_Operators[i + 1]);
117 if ((int)pEngine->Pop()) {
118 ((CPDF_PSProc*)m_Operators[i - 1])->Execute(pEngine);
125 if ((int)pEngine->Pop()) {
126 ((CPDF_PSProc*)m_Operators[i - 3])->Execute(pEngine);
128 ((CPDF_PSProc*)m_Operators[i - 1])->Execute(pEngine);
131 pEngine->DoOperator(op);
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 508 XAObjectItf * pEngine,
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]

Completed in 1061 milliseconds

1 2 3 4 5