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

<<21222324252627282930>>

  /external/chromium_org/crypto/
rsa_private_key_nss_unittest.cc 55 // Create a keypair, which will put the keys in the user's NSSDB.
68 // Create a keypair, which will put the keys in the user's NSSDB.
74 // Remove the keys from the DB, and make sure we can't find them again.
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
json_manifest.h 57 // checking that the keys' values are proper ISA dictionaries -- it
59 // that the keys are appropriate for use with ResolveKey.
60 virtual bool GetFileKeys(std::set<nacl::string>* keys) const;
manifest.h 54 // checking that the keys' values are proper ISA dictionaries -- it
56 // that the keys are appropriate for use with ResolveKey.
57 virtual bool GetFileKeys(std::set<nacl::string>* keys) const = 0;
  /external/chromium_org/remoting/client/plugin/
mac_key_event_processor.cc 71 // Mac OS X will not generate release events for keys pressed while Cmd is
72 // pressed, so release all pressed keys when Cmd is released.
89 // Clearing the map now that we have released all the pressed keys.
  /external/chromium_org/third_party/WebKit/ManualTests/
arrow-key-events.html 3 Redundant keydown, keypress, keyup events sent for arrow keys.</p>
5 <p>Try pressing arrow keys, PgUp/PgDown/Home/End, Esc, or function keys.
  /external/chromium_org/third_party/bintrees/
NEWS.txt 23 * removed user defined compare() function - keys have to be comparable!
25 * keys(), items(), values() generating 'views'
36 valueslice(startkey, endkey) - slicing by keys
  /external/chromium_org/third_party/leveldatabase/src/db/
skiplist_test.cc 51 std::set<Key> keys; local
57 if (keys.insert(key).second) {
64 ASSERT_EQ(keys.count(i), 1);
66 ASSERT_EQ(keys.count(i), 0);
77 ASSERT_EQ(*(keys.begin()), iter.key());
81 ASSERT_EQ(*(keys.begin()), iter.key());
85 ASSERT_EQ(*(keys.rbegin()), iter.key());
94 std::set<Key>::iterator model_iter = keys.lower_bound(i);
96 if (model_iter == keys.end()) {
114 for (std::set<Key>::reverse_iterator model_iter = keys.rbegin()
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/
profile_types.py 29 # Remove '_creator' suffix from keys.
51 return (BASE_PROFILE_TYPES + PROFILE_TYPE_MAPPING.keys() +
52 PROFILE_CREATORS.keys())
  /external/chromium_org/v8/test/mjsunit/regress/
regress-145201.js 101 var keys = 0; variable
104 keys++;
107 assertTrue(keys == 0);
  /external/chromium_org/v8/test/mjsunit/
string-index.js 189 var keys = [0, '1', 2, 3.0, -1, 10]; variable
193 var key = keys[index];
200 var keys = [0, Math.floor(2) * 0.5]; variable
204 var key = keys[index];
211 var keys = [0, -0.0]; variable
215 var key = keys[index];
222 var keys = [0, 0.5]; variable
226 var key = keys[index];
233 var keys = [0, -1]; variable
237 var key = keys[index]
243 var keys = [0, 10]; variable
    [all...]
  /external/linux-tools-perf/scripts/python/
syscall-counts-by-pid.py 61 comm_keys = syscalls.keys()
63 pid_keys = syscalls[comm].keys()
66 id_keys = syscalls[comm][pid].keys()
  /external/marisa-trie/lib/marisa/
trie-inline.h 75 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const {
76 return predict(str.c_str(), str.length(), key_ids, keys, max_num_results);
80 std::vector<UInt32> *key_ids, std::vector<std::string> *keys,
82 return predict(str.c_str(), str.length(), key_ids, keys, max_num_results);
86 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const {
88 key_ids, keys, max_num_results);
92 std::vector<UInt32> *key_ids, std::vector<std::string> *keys,
95 key_ids, keys, max_num_results);
99 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const {
101 key_ids, keys, max_num_results)
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-inline.h 76 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const {
77 return predict(str.c_str(), str.length(), key_ids, keys, max_num_results);
81 std::vector<UInt32> *key_ids, std::vector<std::string> *keys,
83 return predict(str.c_str(), str.length(), key_ids, keys, max_num_results);
87 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const {
89 key_ids, keys, max_num_results);
93 std::vector<UInt32> *key_ids, std::vector<std::string> *keys,
96 key_ids, keys, max_num_results);
100 UInt32 *key_ids, std::string *keys, std::size_t max_num_results) const {
102 key_ids, keys, max_num_results)
    [all...]
  /external/openfst/src/extensions/far/
farcreate.cc 27 DEFINE_string(key_prefix, "", "Prefix to append to keys");
28 DEFINE_string(key_suffix, "", "Suffix to append to keys");
30 "Generate N digit numeric keys (def: use file basenames)");
  /external/openssh/
ssh.h 29 * Current value permits 16kbit RSA and RSA1 keys and 8kbit DSA keys, with
95 /* Minimum modulus size (n) for RSA keys. */
  /external/qemu/pc-bios/keymaps/
common 67 # Esc and Function keys
102 # Arrow keys
155 # Inhibited keys
hu 8 # AltGr keys:
49 # Shift keys:
87 # Ctrl keys:
  /external/v8/test/mjsunit/
string-index.js 189 var keys = [0, '1', 2, 3.0, -1, 10]; variable
193 var key = keys[index];
200 var keys = [0, Math.floor(2) * 0.5]; variable
204 var key = keys[index];
211 var keys = [0, -0.0]; variable
215 var key = keys[index];
222 var keys = [0, 0.5]; variable
226 var key = keys[index];
233 var keys = [0, -1]; variable
237 var key = keys[index]
243 var keys = [0, 10]; variable
    [all...]
  /frameworks/base/docs/html/design/patterns/
compatibility.jd 14 <li>Deprecation of navigation hardware keys (Back, Menu, Search, Home) in favor of handling navigation
42 <h4>Phones with physical navigation keys</h4>
43 <p>Android phones with traditional navigation hardware keys don't display the virtual navigation bar at
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactoryTest.java 286 Key[] keys = { local
300 for (int i = 0; i < keys.length; i++) {
301 Key key = keys[i];
315 Key[] keys = { local
336 for (int i = 0; i < keys.length; i++) {
337 Key key = keys[i];
368 Key[] keys = { local
378 for (int i = 0; i < keys.length; i++) {
379 Key key = keys[i];
392 Key[] keys = local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
WeakHashMapTest.java 191 List keys = Arrays.asList(keyArray); local
199 assertTrue("Invalid map entry returned--bad key", keys
204 keys = null;
301 List keys = Arrays.asList(keyArray); local
305 assertEquals("Incorrect number of keys returned,", 100, keySet.size());
309 assertTrue("Invalid map entry returned--bad key", keys
312 keys = null;
324 assertEquals("Incorrect number of keys returned after gc,", 99, keySet
337 List keys = Arrays.asList(keyArray); local
341 assertEquals("Incorrect number of keys returned,", 100
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLocaleUtilsTest.java 193 Iterator<String> keys = getNameLookupKeys(CHINESE_NAME, local
195 verifyKeys(keys, CHINESE_NAME_KEY);
197 keys = getNameLookupKeys(CHINESE_LATIN_MIX_NAME_1, FullNameStyle.CHINESE);
198 verifyKeys(keys, CHINESE_LATIN_MIX_NAME_1_KEY);
200 keys = getNameLookupKeys(CHINESE_LATIN_MIX_NAME_2, FullNameStyle.CHINESE);
201 verifyKeys(keys, CHINESE_LATIN_MIX_NAME_2_KEY);
219 Iterator<String> keys = getNameLookupKeys(CHINESE_NAME, local
221 verifyKeys(keys, CHINESE_NAME_KEY);
222 keys = getNameLookupKeys(LATIN_NAME, FullNameStyle.WESTERN);
223 verifyKeys(keys, LATIN_NAME_KEY)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_xrange.py 70 # list(d.keys()) -> list(d.keys()), etc.
72 # for ... in d.iterkeys() -> for ... in d.keys(), etc.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_xrange.py 70 # list(d.keys()) -> list(d.keys()), etc.
72 # for ... in d.iterkeys() -> for ... in d.keys(), etc.
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_autofill_sync_test.cc 64 std::set<AutofillKey> keys; local
65 keys.insert(AutofillKey("name0", "value0"));
66 AddKeys(0, keys);
73 keys.clear();
74 keys.insert(AutofillKey("name1", "value1-0"));
75 AddKeys(1, keys);
82 keys.clear();
83 keys.insert(AutofillKey("name1", "value1-1"));
84 AddKeys(0, keys);
110 std::set<AutofillKey> keys; local
123 std::set<AutofillKey> keys; local
    [all...]

Completed in 2382 milliseconds

<<21222324252627282930>>