HomeSort by relevance Sort by last modified time
    Searched defs:KeyInfo (Results 1 - 8 of 8) sorted by null

  /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/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/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 616 typedef struct KeyInfo KeyInfo;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2491 milliseconds