HomeSort by relevance Sort by last modified time
    Searched defs:pModule (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_tokenizer.h 69 const sqlite3_tokenizer_module *pModule; /* The module for this tokenizer */
tokenizer.h 69 sqlite3_tokenizer_module *pModule; /* The module for this tokenizer */
fulltext.c 840 v->pTokenizer->pModule->xDestroy(v->pTokenizer);
888 v->pTokenizer->pModule = m;
    [all...]
fts1.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_tokenizer.h 73 ** sqlite3_tokenizer.pModule variable should not be initialised by
136 const sqlite3_tokenizer_module *pModule; /* The module for this tokenizer */
fts2.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_tokenizer.h 73 ** sqlite3_tokenizer.pModule variable should not be initialised by
139 const sqlite3_tokenizer_module *pModule; /* The module for this tokenizer */
fts3_expr.c 141 sqlite3_tokenizer_module const *pModule = pTokenizer->pModule;
147 rc = pModule->xOpen(pTokenizer, z, n, &pCursor);
154 rc = pModule->xNext(pCursor, &zToken, &nToken, &iStart, &iEnd, &iPosition);
181 pModule->xClose(pCursor);
220 sqlite3_tokenizer_module const *pModule = pTokenizer->pModule;
227 rc = pModule->xOpen(pTokenizer, zInput, nInput, &pCursor);
234 rc = pModule->xNext(pCursor, &zToken, &nToken, &iBegin, &iEnd, &iPos);
260 pModule->xClose(pCursor)
    [all...]
fts3_write.c 538 sqlite3_tokenizer_module const *pModule = pTokenizer->pModule;
543 assert( pTokenizer && pModule );
545 rc = pModule->xOpen(pTokenizer, zText, -1, &pCsr);
551 xNext = pModule->xNext;
586 pModule->xClose(pCsr);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
vtab.c 25 const sqlite3_module *pModule, /* The definition of the module */
40 pMod->pModule = pModule;
67 const sqlite3_module *pModule, /* The definition of the module */
70 return createModule(db, zName, pModule, pAux, 0);
79 const sqlite3_module *pModule, /* The definition of the module */
83 return createModule(db, zName, pModule, pAux, xDestroy);
126 p->pModule->xDisconnect(p);
475 pVTable->pVtab->pModule = pMod->pModule;
    [all...]
vdbeInt.h 60 const sqlite3_module *pModule; /* Module for cursor pVtabCursor */
vdbe.c     [all...]
vdbeaux.c 926 sqlite3_snprintf(nTemp, zTemp, "vtab:%p:%p", pVtab, pVtab->pModule);
    [all...]
sqliteInt.h     [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 194 Module &pModule, LDSection &pSection, Input &pInput) {
211 scanLocalReloc(pReloc, pLinker, pModule, pSection);
213 scanGlobalReloc(pReloc, pLinker, pModule, pSection);
231 Module &pModule, LDSection &pSection) {
280 Module &pModule, LDSection &pSection) {
438 Module &pModule = pBuilder.getModule();
439 Module::AliasList *alias_list = pModule.getAliasList(pSym);
459 Module &pModule,
472 pModule.getSectionSymbolSet().get(out_sect)->resolveInfo();
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 190 Module& pModule = pBuilder.getModule();
197 pModule.CreateAliasList(*sym_it->pt_alias->resolveInfo());
198 pModule.addAlias(*alias_it->pt_alias->resolveInfo());
711 Module& pModule = pBuilder.getModule();
718 pModule.CreateAliasList(*sym_it->pt_alias->resolveInfo());
719 pModule.addAlias(*alias_it->pt_alias->resolveInfo());
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 182 Module& pModule,
200 scanLocalReloc(pReloc, pLinker, pModule, pSection);
202 scanGlobalReloc(pReloc, pLinker, pModule, pSection);
272 Module &pModule = pBuilder.getModule();
273 Module::AliasList* alias_list = pModule.getAliasList(pSym);
345 Module& pModule,
438 sect_sym = pModule.getSectionSymbolSet().get(*sym_sect);
444 sect_sym = pModule.getSectionSymbolSet().get(*sym_sect);
553 Module& pModule,
    [all...]
  /frameworks/native/opengl/libagl/
texture.cpp 131 hw_module_t const* pModule;
132 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule))
136 reinterpret_cast<gralloc_module_t const*>(pModule);
159 hw_module_t const* pModule;
160 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule))
164 reinterpret_cast<gralloc_module_t const*>(pModule);
    [all...]
egl.cpp 348 hw_module_t const* pModule;
349 hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule);
350 module = reinterpret_cast<gralloc_module_t const*>(pModule);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 918 CPDF_RenderModuleDef* pModule = CPDF_ModuleMgr::Get()->GetRenderModule();
919 pModule->DestroyPageCache(m_pPageRender);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]

Completed in 1846 milliseconds

1 2