/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 */
|
/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 */
|
/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...] |
/frameworks/compile/mclinker/include/mcld/CodeGen/ |
MCLinker.h | 53 mcld::Module& pModule,
|
TargetMachine.h | 74 mcld::Module& pModule, 97 mcld::Module& pModule,
|
/frameworks/compile/mclinker/include/mcld/LD/ |
BranchIslandFactory.h | 42 void group(Module& pModule);
|
Relocator.h | 64 Module& pModule, 104 Module& pModule,
|
GarbageCollection.h | 63 Module& pModule);
|
GroupReader.h | 32 GroupReader(Module& pModule,
|
/frameworks/compile/mclinker/include/mcld/Script/ |
AssertCmd.h | 46 void activate(Module& pModule);
|
GroupCmd.h | 44 void activate(Module& pModule);
|
NullaryOp.h | 41 IntOperand* eval(const Module& pModule, const TargetLDBackend& pBackend);
|
Assignment.h | 69 void activate(Module& pModule);
|
OutputFormatCmd.h | 51 void activate(Module& pModule);
|
TernaryOp.h | 43 IntOperand* eval(const Module& pModule, const TargetLDBackend& pBackend);
|
/frameworks/compile/mclinker/include/mcld/Target/ |
OutputRelocSection.h | 28 OutputRelocSection(Module& pModule, LDSection& pSection);
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLDBackend.h | 44 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder); 47 void initTargetSymbols(IRBuilder& pBuilder, Module& pModule); 57 void doPostLayout(Module& pModule, IRBuilder& pBuilder); 88 void orderSymbolTable(Module& pModule); 125 bool allocateCommonSymbols(Module& pModule); 146 void doCreateProgramHdrs(Module& pModule); 155 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished); 250 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder); 267 void initTargetSections(Module& pModule, ObjectBuilder& pBuilder);
|
/external/pdfium/core/src/fxge/ge/ |
fx_ge.cpp | 44 void CFX_GEModule::Use(CFX_GEModule* pModule)
46 g_pGEModule = pModule;
|
/frameworks/compile/mclinker/lib/Script/ |
TernaryOp.cpp | 19 TernaryOp<Operator::TERNARY_IF>::eval(const Module& pModule, 33 TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval(const Module& pModule,
|
OutputSectDesc.cpp | 156 void OutputSectDesc::activate(Module& pModule) 167 (*it)->activate(pModule); 171 (*assign)->activate(pModule); 188 pModule.getScript().sectionMap().insert(inputDesc, *this); 192 (*assign)->activate(pModule);
|
OutputFormatCmd.cpp | 49 void OutputFormatCmd::activate(Module& pModule)
|
/frameworks/compile/mclinker/lib/Support/ |
Target.cpp | 47 Module& pModule, 52 return MCLinkerCtorFn(pTriple, pConfig, pModule, pFileHandle);
|
/frameworks/compile/mclinker/lib/Target/ |
OutputRelocSection.cpp | 24 OutputRelocSection::OutputRelocSection(Module& pModule, LDSection& pSection) 25 : m_Module(pModule),
|