HomeSort by relevance Sort by last modified time
    Searched refs:KeyInfo (Results 1 - 6 of 6) 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 303 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this+1);
305 KeyInfo[i] = IIV[i];
  /frameworks/base/services/input/tests/
InputReader_test.cpp 284 struct KeyInfo {
299 KeyedVector<int32_t, KeyInfo> keysByScanCode;
300 KeyedVector<int32_t, KeyInfo> keysByUsageCode;
394 KeyInfo info;
496 const KeyInfo* key = getKey(device, scanCode, usageCode);
510 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...]

Completed in 652 milliseconds