/external/openfst/src/include/fst/extensions/far/ |
info.h | 41 struct KeyInfo { 47 KeyInfo(string k, string t, int64 ns = 0, int64 na = 0) 60 vector<KeyInfo> *infos = list_fsts ? new vector<KeyInfo>() : 0; 71 KeyInfo info(key, fst.Type()); 101 const KeyInfo &info = (*infos)[i]; 117 const KeyInfo &info = (*infos)[i];
|
/external/chromium_org/third_party/sqlite/src/src/ |
vdbe.h | 61 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ 108 #define P4_KEYINFO (-6) /* P4 is a pointer to a KeyInfo structure */ 120 /* When adding a P4 argument using P4_KEYINFO, a copy of the KeyInfo structure 125 ** function should *not* try to free the KeyInfo. 211 UnpackedRecord *sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,char*,int);
|
btree.h | 142 struct KeyInfo*, /* First argument to compare function */
|
btreeInt.h | 488 struct KeyInfo *pKeyInfo; /* Argument passed to comparison function */
|
vdbeInt.h | 46 KeyInfo *pKeyInfo; /* Info about index keys needed by index cursors */
|
sqliteInt.h | 616 typedef struct KeyInfo KeyInfo; [all...] |
select.c | 733 ** Given an expression list, generate a KeyInfo structure that records 737 ** KeyInfo structure is appropriate for initializing a virtual index to 739 ** then the KeyInfo structure is appropriate for initializing a virtual 742 ** Space to hold the KeyInfo structure is obtain from malloc. The calling 744 ** freed. Add the KeyInfo structure to the P4 field of an opcode using 747 static KeyInfo *keyInfoFromExprList(Parse *pParse, ExprList *pList){ 750 KeyInfo *pInfo; [all...] |
vdbeaux.c | 689 ** If n==P4_KEYINFO it means that zP4 is a pointer to a KeyInfo structure. 690 ** A copy is made of the KeyInfo structure into memory obtained from 692 ** n==P4_KEYINFO_HANDOFF indicates that zP4 points to a KeyInfo structure 732 KeyInfo *pKeyInfo; 735 nField = ((KeyInfo*)zP4)->nField; 859 KeyInfo *pKeyInfo = pOp->p4.pKeyInfo; 860 sqlite3_snprintf(nTemp, zTemp, "keyinfo(%d", pKeyInfo->nField); [all...] |
analyze.c | 167 KeyInfo *pKey;
|
update.c | 357 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx);
|
insert.c | [all...] |
build.c | [all...] |
fkey.c | 378 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); [all...] |
vdbe.c | [all...] |
where.c | [all...] |
expr.c | [all...] |
btree.c | [all...] |
/external/qemu/android/skin/ |
file.c | 120 } KeyInfo; 122 static KeyInfo _keyinfo_table[] = { 210 KeyInfo *ki = _keyinfo_table;
|
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 309 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this+1); 311 KeyInfo[i] = IIV[i];
|
/frameworks/base/services/input/tests/ |
InputReader_test.cpp | 299 struct KeyInfo { 314 KeyedVector<int32_t, KeyInfo> keysByScanCode; 315 KeyedVector<int32_t, KeyInfo> keysByUsageCode; 409 KeyInfo info; 516 const KeyInfo* key = getKey(device, scanCode, usageCode); 530 const KeyInfo* getKey(Device* device, int32_t scanCode, int32_t usageCode) const { [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | [all...] |
/external/sqlite/dist/ |
sqlite3.c | [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | [all...] |