HomeSort by relevance Sort by last modified time
    Searched refs:KeyEntry (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/proxy/
proxy_config_service_win.h 54 class KeyEntry;
55 typedef std::vector<KeyEntry*> KeyEntryList;
60 // Creates a new KeyEntry and appends it to |keys_to_watch_|. If the key
proxy_config_service_win.cc 41 class ProxyConfigServiceWin::KeyEntry {
127 scoped_ptr<KeyEntry> entry(new KeyEntry);
  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 211 ScopedHashTableVal<K, V> *&KeyEntry = TopLevelMap[Key];
212 KeyEntry = ValTy::Create(S->getLastValInScope(), KeyEntry, Key, Val,
214 S->setLastValInScope(KeyEntry);
241 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()];
242 assert(KeyEntry == ThisEntry && "Scope imbalance!");
243 KeyEntry = ThisEntry->getNextForKey();
  /frameworks/native/services/inputflinger/
InputDispatcher.h 469 struct KeyEntry : EventEntry {
491 KeyEntry(nsecs_t eventTime,
499 virtual ~KeyEntry();
595 KeyEntry* keyEntry;
708 bool trackKey(const KeyEntry* entry, int32_t action, int32_t flags);
773 ssize_t findKeyMemento(const KeyEntry* entry) const;
776 void addKeyMemento(const KeyEntry* entry, int32_t flags);
868 bool isAppSwitchKeyEventLocked(KeyEntry* keyEntry);
    [all...]
InputDispatcher.cpp 351 KeyEntry* typedEntry = static_cast<KeyEntry*>(mPendingEvent);
413 KeyEntry* keyEntry = static_cast<KeyEntry*>(entry);
414 if (isAppSwitchKeyEventLocked(keyEntry)) {
415 if (keyEntry->action == AKEY_EVENT_ACTION_DOWN) {
417 } else if (keyEntry->action == AKEY_EVENT_ACTION_UP) {
422 mAppSwitchDueTime = keyEntry->eventTime + APP_SWITCH_TIMEOUT;
560 bool InputDispatcher::isAppSwitchKeyEventLocked(KeyEntry* keyEntry)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 

Completed in 386 milliseconds