Searched refs:pPath (Results 1 – 7 of 7) sorted by relevance
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStore_Impl3Test.java | 115 KeyStore.PasswordProtection pPath = new KeyStore.PasswordProtection(pwd); in testLoadStore01() local 126 kss[i].setEntry(aliases[1], pKey, pPath); in testLoadStore01() 127 kss[i].setEntry(aliases[2], pKey, pPath); in testLoadStore01() 154 en = kss[i].getEntry(aliases[j], (j == 0 ? null : pPath)); in testLoadStore01() 155 en1 = kss1[i].getEntry(aliases[j], (j == 0 ? null : pPath)); in testLoadStore01()
|
D | KeyStore_Impl1Test.java | 468 KeyStore.PasswordProtection pPath = new KeyStore.PasswordProtection(pwd); in testEntry02() local 477 kss[i].setEntry(aliases[j], pKey, pPath); in testEntry02() 487 en = kss[i].getEntry(aliases[j], pPath); in testEntry02() 532 pPath.destroy(); in testEntry02() 535 kss[i].setEntry("ZZZ", pKey, pPath); in testEntry02() 542 kss[i].getEntry(aliases[j], pPath); in testEntry02() 581 KeyStore.PasswordProtection pPath = new KeyStore.PasswordProtection(pwd); in testEntry03() local 590 kss[i].setEntry(aliases[j], sKey, pPath); in testEntry03() 618 pPath.destroy(); in testEntry03() 621 kss[i].setEntry("ZZZ", aEntry, pPath); in testEntry03() [all …]
|
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafontmgr.h | 59 void SetPath(FX_LPCSTR pPath) in SetPath() argument 64 FX_INT32 iSize = FXSYS_strlen(pPath); in SetPath() 66 FXSYS_memcpy32(m_pPath, pPath, iSize * sizeof(FX_CHAR)); in SetPath()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 938 …const CFX_PathData* pPath = pFaceCache->LoadGlyphPath(pFont, charpos.m_GlyphIndex, charpos.m_FontC… in DrawTextPath() local 939 if (pPath == NULL) { in DrawTextPath() 943 CFX_PathData TransformedPath(*pPath); in DrawTextPath() 1049 CFX_PathData* pPath; in ~CFX_FaceCache() local 1051 m_PathMap.GetNextAssoc(pos, key1, (FX_LPVOID&)pPath); in ~CFX_FaceCache() 1052 delete pPath; in ~CFX_FaceCache() 1656 CFX_PathData* pPath = new CFX_PathData; in LoadGlyphPath() local 1657 pPath->SetPointCount(params.m_PointCount); in LoadGlyphPath() 1660 params.m_pPoints = pPath->GetPoints(); in LoadGlyphPath() 1665 pPath->TrimPoints(params.m_PointCount); in LoadGlyphPath() [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 718 const CFX_PathData* pPath = pFaceCache->LoadGlyphPath(&pFont->m_Font, charpos.m_GlyphIndex, in DrawTextPathWithPattern() local 720 if (pPath == NULL) { in DrawTextPathWithPattern() 731 path.m_Path.New()->Append(pPath, &matrix); in DrawTextPathWithPattern()
|
/external/sqlite/dist/ |
D | sqlite3.c | 121803 WherePath *pPath, /* The WherePath to check */ 121867 pLoop = iLoop<nLoop ? pPath->aLoop[iLoop] : pLast; 122071 static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){ 122074 for(i=0; i<nLoop; i++){ zName[i] = pPath->aLoop[i]->cId; }
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 121785 WherePath *pPath, /* The WherePath to check */ 121849 pLoop = iLoop<nLoop ? pPath->aLoop[iLoop] : pLast; 122053 static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){ 122056 for(i=0; i<nLoop; i++){ zName[i] = pPath->aLoop[i]->cId; }
|