Home
last modified time | relevance | path

Searched refs:pModule (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Doc/includes/
Drun-func.c6 PyObject *pName, *pModule, *pFunc; in main() local
19 pModule = PyImport_Import(pName); in main()
22 if (pModule != NULL) { in main()
23 pFunc = PyObject_GetAttrString(pModule, argv[2]); in main()
32 Py_DECREF(pModule); in main()
47 Py_DECREF(pModule); in main()
59 Py_DECREF(pModule); in main()
/external/python/cpython3/Doc/includes/
Drun-func.c6 PyObject *pName, *pModule, *pFunc; in main() local
19 pModule = PyImport_Import(pName); in main()
22 if (pModule != NULL) { in main()
23 pFunc = PyObject_GetAttrString(pModule, argv[2]); in main()
32 Py_DECREF(pModule); in main()
47 Py_DECREF(pModule); in main()
59 Py_DECREF(pModule); in main()
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp976 XFA_MAPMODULEDATA* pModule = pNode->JSObject()->GetMapModuleData(); in GetMapModuleValue() local
977 if (pModule) { in GetMapModuleValue()
978 auto it = pModule->m_ValueMap.find(pKey); in GetMapModuleValue()
979 if (it != pModule->m_ValueMap.end()) { in GetMapModuleValue()
1036 XFA_MAPMODULEDATA* pModule = pNode->JSObject()->GetMapModuleData(); in GetMapModuleBuffer() local
1037 if (pModule) { in GetMapModuleBuffer()
1038 auto it = pModule->m_BufferMap.find(pKey); in GetMapModuleBuffer()
1039 if (it != pModule->m_BufferMap.end()) { in GetMapModuleBuffer()
1056 XFA_MAPMODULEDATA* pModule = GetMapModuleData(); in HasMapModuleKey() local
1057 return pModule && (pdfium::ContainsKey(pModule->m_ValueMap, pKey) || in HasMapModuleKey()
[all …]
/external/pdfium/core/fxcodec/codec/
Dccodec_bmpmodule.cpp16 CBmpContext::CBmpContext(CCodec_BmpModule* pModule, in CBmpContext() argument
18 : m_pModule(pModule), m_pDelegate(pDelegate) { in CBmpContext()
Dccodec_pngmodule.cpp27 CPngContext(CCodec_PngModule* pModule, CCodec_PngModule::Delegate* pDelegate);
199 CPngContext::CPngContext(CCodec_PngModule* pModule, in CPngContext() argument
203 m_pModule(pModule), in CPngContext()
/external/clang/test/Analysis/
Dmethod-arg-decay.m86 PBXProjectModule *pModule = (PBXProjectModule *)[self moduleForTab:item];
87 …PBXModule *obj = [XCFindPossibleKeyModules(pModule, (BOOL)0) objectOfType:type matchingFunctio…
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp349 Module* pModule = pFunction->getParent(); in DumpAsm() local
364 pMPasses->run(*pModule); in DumpAsm()
424 Module* pModule = f->getParent(); in DumpToFile() local
425 pModule->print(fd, nullptr); in DumpToFile()
/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.h128 CBmpContext(CCodec_BmpModule* pModule, CCodec_BmpModule::Delegate* pDelegate);
/external/python/cpython2/Doc/extending/
Dembedding.rst169 pModule = PyImport_Import(pName);
176 pFunc = PyObject_GetAttrString(pModule, argv[2]);
/external/python/cpython3/Doc/extending/
Dembedding.rst175 pModule = PyImport_Import(pName);
182 pFunc = PyObject_GetAttrString(pModule, argv[2]);
/external/pdfium/fpdfsdk/
Dfpdfview.cpp473 CFX_GEModule* pModule = CFX_GEModule::Get(); in FPDF_InitLibraryWithConfig() local
474 pModule->Init(cfg ? cfg->m_pUserFontPaths : nullptr); in FPDF_InitLibraryWithConfig()
/external/sqlite/dist/orig/
Dsqlite3.c7384 const sqlite3_module *pModule; /* The module for this virtual table */ member
15614 const sqlite3_module *pModule; /* Callback pointers */ member
75053 const sqlite3_module *pModule = pVCur->pVtab->pModule;
75056 pModule->xClose(pVCur);
84773 const sqlite3_module *pModule;
84789 pModule = pVtab->pModule;
84790 assert( pModule->xRowid );
84791 rc = pModule->xRowid(pC->uc.pVCur, &v);
86592 const sqlite3_module *pModule;
86598 if( pVtab==0 || NEVER(pVtab->pModule==0) ){
[all …]
Dsqlite3.h6360 const sqlite3_module *pModule; /* The module for this virtual table */ member
/external/sqlite/dist/
Dsqlite3.c7384 const sqlite3_module *pModule; /* The module for this virtual table */ member
15614 const sqlite3_module *pModule; /* Callback pointers */ member
75069 const sqlite3_module *pModule = pVCur->pVtab->pModule;
75072 pModule->xClose(pVCur);
84789 const sqlite3_module *pModule;
84805 pModule = pVtab->pModule;
84806 assert( pModule->xRowid );
84807 rc = pModule->xRowid(pC->uc.pVCur, &v);
86608 const sqlite3_module *pModule;
86614 if( pVtab==0 || NEVER(pVtab->pModule==0) ){
[all …]
Dsqlite3.h6360 const sqlite3_module *pModule; /* The module for this virtual table */ member