Home
last modified time | relevance | path

Searched refs:pUsage (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_occontext.cpp125 CPDF_Dictionary* pUsage = pArray->GetDictAt(i); in LoadOCGStateFromConfig() local
126 if (!pUsage) in LoadOCGStateFromConfig()
129 if (pUsage->GetStringFor("Event", "View") != csConfig) in LoadOCGStateFromConfig()
132 CPDF_Array* pOCGs = pUsage->GetArrayFor("OCGs"); in LoadOCGStateFromConfig()
139 CPDF_Dictionary* pState = pUsage->GetDictFor(csConfig); in LoadOCGStateFromConfig()
153 CPDF_Dictionary* pUsage = pOCGDict->GetDictFor("Usage"); in LoadOCGState() local
154 if (pUsage) { in LoadOCGState()
155 CPDF_Dictionary* pState = pUsage->GetDictFor(csState); in LoadOCGState()
162 pState = pUsage->GetDictFor("View"); in LoadOCGState()
/external/mesa3d/include/GL/
Dwglext.h616 typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float *pUsage);
621 BOOL WINAPI wglGetFrameUsageI3D (float *pUsage);
/external/swiftshader/include/GL/
Dwglext.h616 typedef BOOL (WINAPI * PFNWGLGETFRAMEUSAGEI3DPROC) (float *pUsage);
621 BOOL WINAPI wglGetFrameUsageI3D (float *pUsage);
/external/syzkaller/sys/windows/
Dwindows.txt2576 CertGetEnhancedKeyUsage(pCertContext ptr[inout, intptr], dwFlags int32, pUsage ptr[inout, intptr], …
2577 CertSetEnhancedKeyUsage(pCertContext ptr[inout, intptr], pUsage ptr[inout, intptr])
/external/sqlite/dist/orig/
Dsqlite3.c133778 struct sqlite3_index_constraint_usage *pUsage;
133820 + (sizeof(*pIdxCons) + sizeof(*pUsage))*nTerm
133835 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
133841 pUsage;
135951 struct sqlite3_index_constraint_usage *pUsage = pIdxInfo->aConstraintUsage;
135978 memset(pUsage, 0, sizeof(pUsage[0])*nConstraint);
135999 if( (iTerm = pUsage[i].argvIndex - 1)>=0 ){
136022 if( iTerm<16 && pUsage[i].omit ) pNew->u.vtab.omitMask |= 1<<iTerm;
/external/sqlite/dist/
Dsqlite3.c133794 struct sqlite3_index_constraint_usage *pUsage;
133836 + (sizeof(*pIdxCons) + sizeof(*pUsage))*nTerm
133851 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy];
133857 pUsage;
135967 struct sqlite3_index_constraint_usage *pUsage = pIdxInfo->aConstraintUsage;
135994 memset(pUsage, 0, sizeof(pUsage[0])*nConstraint);
136015 if( (iTerm = pUsage[i].argvIndex - 1)>=0 ){
136038 if( iTerm<16 && pUsage[i].omit ) pNew->u.vtab.omitMask |= 1<<iTerm;