HomeSort by relevance Sort by last modified time
    Searched full:keys (Results 801 - 825 of 5906) sorted by null

<<31323334353637383940>>

  /external/chromium_org/content/browser/dom_storage/
dom_storage_database.h 31 // them. |result| is assumed to be empty and any duplicate keys will
37 // Updates the backing database. Will remove all keys before updating
39 // |changes| will be examined - keys mapped to a null NullableString16
  /external/chromium_org/content/browser/indexed_db/
indexed_db_index_writer.cc 140 IndexedDBDatabase::IndexKeys keys = index_key_map[it->first]; local
144 keys.push_back(primary_key);
146 scoped_ptr<IndexWriter> index_writer(new IndexWriter(index, keys));
  /external/chromium_org/content/child/indexed_db/
proxy_webidbcursor_impl.cc 109 const std::vector<IndexedDBKey>& keys,
112 prefetch_keys_.assign(keys.begin(), keys.end());
proxy_webidbcursor_impl_unittest.cc 134 std::vector<IndexedDBKey> keys; local
138 keys.push_back(IndexedDBKey(expected_key + i, WebIDBKeyTypeNumber));
140 cursor.SetPrefetchData(keys, primary_keys, values);
  /external/chromium_org/google_apis/
google_api_keys.h 12 // These functions enable you to retrieve keys to use for Google APIs
27 // The keys must either be provided using preprocessor variables (set
59 // Returns true if no dummy API keys or OAuth2 tokens are set.
  /external/chromium_org/remoting/client/
key_event_mapper_unittest.cc 59 // Verify that keys are passed through the KeyEventMapper by default.
80 // Verify that USB keys are remapped at most once.
110 // Verify that trapped and mapped USB keys are trapped but not remapped.
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashMap.h 82 // iterators iterate over pairs of keys and values
88 HashMapKeysProxy& keys() { return static_cast<HashMapKeysProxy&>(*this); } function in class:WTF::HashMap
89 const HashMapKeysProxy& keys() const { return static_cast<const HashMapKeysProxy&>(*this); } function in class:WTF::HashMap
145 typedef typename HashMapType::iterator::Keys iterator;
146 typedef typename HashMapType::const_iterator::Keys const_iterator;
150 return HashMapType::begin().keys();
155 return HashMapType::end().keys();
160 return HashMapType::begin().keys();
165 return HashMapType::end().keys();
473 typedef typename HashMap<T, U, V, W, X>::const_iterator::Keys iterator
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
lru_cache_unittest.py 56 self.assertEqual(set(self.lru.keys()), set(['key_1', 'key_2', 'key_3']))
74 self.assertEqual(self.lru2.keys(), ['key_2'])
89 self.assertEqual(set(self.lru.keys()), set(['key_2', 'key_4', 'key_5']))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
misc.py 102 keys = v.keys()
103 for k in sorted(keys):
  /external/chromium_org/third_party/leveldatabase/src/table/
filter_block_test.cc 23 virtual void CreateFilter(const Slice* keys, int n, std::string* dst) const {
25 uint32_t h = Hash(keys[i].data(), keys[i].size(), 1);
  /external/chromium_org/tools/usb_ids/
usb_ids.py 51 for vendor_id in sorted(table.keys()):
66 output = "const size_t UsbIds::vendor_size_ = %d;\n" % len(table.keys())
69 for vendor_id in sorted(table.keys()):
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-symbols.js 88 assertEquals(0, Object.keys(p).length)
89 assertEquals(0, Object.keys(o).length)
103 keys: MakeSymbolArray,
  /external/dropbear/
filelist.txt 20 keys. This also runs when rekeying during the
71 dropbearconvert.c Conversion from dropbear<->openssh keys, uses
74 dropbearkey.c Generates keys, calling gen{dss,rsa}
  /external/guava/guava/src/com/google/common/collect/
ImmutableMultimap.java 39 * An immutable {@link Multimap}. Does not permit null keys or values.
224 * of the {@code multimap.asMap()} view, with new keys and values following
225 * any existing keys and values.
239 * Specifies the ordering of the generated multimap's keys.
470 * Returns an immutable set of the distinct keys in this multimap. These keys
558 private transient ImmutableMultiset<K> keys; typedefs
561 * Returns a collection, which may contain duplicates, of all keys. The number
563 * mappings the key has in the multimap. Duplicate keys appear consecutively
567 public ImmutableMultiset<K> keys() { method
    [all...]
MapDifference.java 41 * keys are not present in the right map.
47 * keys are not present in the left map.
58 * Returns an unmodifiable map describing keys that appear in both maps, but
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
HashMultimap.java 33 * <p>Keys and values may be null. All optional multimap methods are supported,
61 * specified numbers of keys and values without rehashing.
63 * @param expectedKeys the expected number of distinct keys
ImmutableMultimap.java 38 * An immutable {@link Multimap}. Does not permit null keys or values.
223 * of the {@code multimap.asMap()} view, with new keys and values following
224 * any existing keys and values.
238 * Specifies the ordering of the generated multimap's keys.
460 * Returns an immutable set of the distinct keys in this multimap. These keys
548 private transient ImmutableMultiset<K> keys; typedefs
551 * Returns a collection, which may contain duplicates, of all keys. The number
553 * mappings the key has in the multimap. Duplicate keys appear consecutively
557 public ImmutableMultiset<K> keys() { method
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_tapify.py 77 for key in sorted(pt.keys()) :
86 for r,j,c in sorted(ptr.keys()) :
102 for r,j,c in sorted(ptr.keys()) :
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
Amf0Track.java 70 LinkedList<Long> keys = new LinkedList<Long>(rawSamples.keySet()); local
71 Collections.sort(keys);
73 for (Long key : keys) {
  /external/openfst/src/extensions/far/
farcompilestrings.cc 30 DEFINE_string(key_prefix, "", "Prefix to append to keys");
31 DEFINE_string(key_suffix, "", "Suffix to append to keys");
33 "Generate N digit numeric keys (def: use file basenames)");
  /external/openssh/regress/
agent.sh 21 trace "overwrite authorized keys"
28 # add to authorized keys
67 trace "delete all agent keys"
  /external/openssh/
ssh-keysign.8 37 to access the local host keys and generate the digital signature
67 These files contain the private parts of the host keys used to
79 information corresponding with the private keys above.
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzKeys.h 118 #if 1 /* Panther now defines right side keys */
130 #if 1 /* Panther now defines right side keys */
141 /* Wierd, these keys are on my iBook under Mac OS X */
  /frameworks/base/core/tests/coretests/src/android/util/
LongSparseLongArrayTest.java 105 final Iterator<E> keys = map.keySet().iterator(); local
107 keys.next();
109 return keys.next();
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsCollection.java 297 ArrayList<Key> keys = keysByIdent.get(key.ident); local
298 if (keys == null) {
299 keys = Lists.newArrayList();
300 keysByIdent.put(key.ident, keys);
302 keys.add(key);
310 final ArrayList<Key> keys = keysByIdent.get(ident); local
313 out.writeInt(keys.size());
314 for (Key key : keys) {
468 final ArrayList<Key> keys = Lists.newArrayList(); local
469 keys.addAll(mStats.keySet())
    [all...]

Completed in 1791 milliseconds

<<31323334353637383940>>