HomeSort by relevance Sort by last modified time
    Searched full:next_key (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/android/thumbnail/
scoped_ptr_expiring_cache_unittest.cc 53 unsigned int next_key = MAX_CACHE_SIZE; local
56 cache.Put(next_key, MockObject::Create(next_key).Pass());
94 unsigned int next_key = MAX_CACHE_SIZE; local
95 cache.Put(next_key, MockObject::Create(next_key).Pass());
97 EXPECT_EQ(GenerateValue(next_key), cache.Get(next_key)->value());
107 next_key++;
112 cache.Put(next_key, MockObject::Create(next_key).Pass())
    [all...]
  /packages/inputmethods/LatinIME/java/res/xml/
key_styles_navigate_more_keys.xml 59 latin:moreKeys="!icon/next_key|!code/key_action_next" />
67 latin:moreKeys="!fixedColumnOrder!2,!needsDividers!,!icon/previous_key|!code/key_action_previous,!icon/next_key|!code/key_action_next" />
75 latin:moreKeys="!fixedColumnOrder!2,!needsDividers!,!text/keyspec_emoji_action_key,!icon/next_key|!code/key_action_next" />
83 latin:moreKeys="!fixedColumnOrder!3,!needsDividers!,!text/keyspec_emoji_action_key,!icon/previous_key|!code/key_action_previous,!icon/next_key|!code/key_action_next" />
key_styles_actions.xml 41 <case latin:isIconDefined="next_key">
44 latin:keySpec="!icon/next_key|!code/key_enter"
  /external/chromium_org/third_party/tcmalloc/chromium/src/
maybe_threads.cc 72 static int next_key; variable
79 assert(next_key < MAX_PERTHREAD_VALS);
80 *key = (pthread_key_t)(next_key++);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
maybe_threads.cc 72 static int next_key; variable
79 assert(next_key < MAX_PERTHREAD_VALS);
80 *key = (pthread_key_t)(next_key++);
  /hardware/intel/img/libdrm/libdrm/
xf86drmSL.c 101 unsigned long *next_key, void **next_value);
264 unsigned long *next_key, void **next_value)
273 *prev_key = *next_key = key;
281 *next_key = update[0]->forward[0]->key;
419 unsigned long next_key = 0; local
426 &next_key, &next_value);
428 key, retval, prev_key, next_key);
xf86drm.h 665 unsigned long *next_key, void **next_value);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/tui/
util.c 129 goto next_key;
145 next_key:
  /external/chromium_org/extensions/browser/value_store/
leveldb_value_store.cc 262 std::string next_key = base::DictionaryValue::Iterator(whole_db).key(); local
264 whole_db.RemoveWithoutPathExpansion(next_key, &next_value);
266 ValueStoreChange(next_key, next_value.release(), NULL));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardIconsSet.java 47 public static final String NAME_NEXT_KEY = "next_key";

Completed in 1001 milliseconds