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

<<11121314151617181920>>

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherWrapThread.java 26 CipherWrapThread(String name, int[] keys, String[] modes, String[] paddings) {
27 super(name, keys, modes, paddings);
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_pcqwerty2.xml 24 <!-- The keys on this PC layout row2 consist of the letters of QWERTY layout row1 and
25 some symbols keys. -->
rowkeys_pcqwerty3.xml 24 <!-- The keys on this PC layout row3 consist of the letters of QWERTY layout row2 and
25 some symbols keys. -->
rowkeys_pcqwerty4.xml 24 <!-- The keys on this PC layout row4 consist of the letters of QWERTY layout row3 and
25 some symbols keys. -->
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DynamicGridKeyboard.java 36 * This is a Keyboard class where you can add keys dynamically shown in a grid layout
111 // Remove duplicate keys.
134 final ArrayList<Object> keys = CollectionUtils.newArrayList(); local
137 keys.add(key.getOutputText());
139 keys.add(key.getCode());
142 final String jsonStr = StringUtils.listToJsonStr(keys);
169 final List<Object> keys = StringUtils.jsonStrToList(str); local
170 for (final Object o : keys) {
  /packages/inputmethods/OpenWnn/res/drawable/
btn_keyboard_key.xml 20 <!-- Toggle keys. Use checkable/checked state. -->
22 <!-- Normal keys -->
btn_keyboard_key_2nd.xml 20 <!-- Toggle keys. Use checkable/checked state. -->
28 <!-- Normal keys -->
  /packages/inputmethods/OpenWnn/res/drawable-hdpi/
btn_keyboard_key.xml 20 <!-- Toggle keys. Use checkable/checked state. -->
22 <!-- Normal keys -->
btn_keyboard_key_2nd.xml 20 <!-- Toggle keys. Use checkable/checked state. -->
28 <!-- Normal keys -->
  /packages/inputmethods/OpenWnn/res/drawable-sw768dp/
btn_keyboard_key.xml 20 <!-- Toggle keys. Use checkable/checked state. -->
22 <!-- Normal keys -->
btn_keyboard_key_2nd.xml 20 <!-- Toggle keys. Use checkable/checked state. -->
28 <!-- Normal keys -->
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserDict.py 39 def keys(self): return self.data.keys() member in class:UserDict
90 # and keys. Without knowledge of the subclass constructor, the mixin
97 for k in self.keys():
124 for key in self.keys():
158 elif hasattr(other, 'keys'):
159 for k in other.keys():
180 return len(self.keys())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dbm.py 18 self.assertEqual(self.d.keys(), [])
22 self.assertEqual(sorted(self.d.keys()), sorted(k for (k, v) in a))
test_userdict.py 91 # Test keys, items, values
92 self.assertEqual(u2.keys(), d2.keys())
97 for i in u2.keys():
118 for i in u2.keys():
129 keys = u2.keys()
130 self.assertEqual(set(ikeys), set(keys))
166 self.assertNotIn(2, d.keys())
236 def keys(self) member in class:SeqDict
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserDict.py 39 def keys(self): return self.data.keys() member in class:UserDict
90 # and keys. Without knowledge of the subclass constructor, the mixin
97 for k in self.keys():
124 for key in self.keys():
158 elif hasattr(other, 'keys'):
159 for k in other.keys():
180 return len(self.keys())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dbm.py 18 self.assertEqual(self.d.keys(), [])
22 self.assertEqual(sorted(self.d.keys()), sorted(k for (k, v) in a))
test_userdict.py 91 # Test keys, items, values
92 self.assertEqual(u2.keys(), d2.keys())
97 for i in u2.keys():
118 for i in u2.keys():
129 keys = u2.keys()
130 self.assertEqual(set(ikeys), set(keys))
166 self.assertNotIn(2, d.keys())
236 def keys(self) member in class:SeqDict
    [all...]
  /frameworks/base/core/java/android/util/
LongSparseArray.java 25 * auto-boxing keys and its data structure doesn't rely on an extra entry object
29 * using a binary search to find keys. The implementation is not intended to be appropriate for
37 * keys: instead of compacting its array immediately, it leaves the removed entry marked
44 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
46 * keys in ascending order, or the values corresponding to the keys in ascending
156 long[] keys = mKeys; local
164 keys[o] = keys[i];
248 * <p>The keys corresponding to indices in ascending order are guaranteed t
    [all...]
SparseArray.java 25 * auto-boxing keys and its data structure doesn't rely on an extra entry object
29 * using a binary search to find keys. The implementation is not intended to be appropriate for
37 * keys: instead of compacting its array immediately, it leaves the removed entry marked
44 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
46 * keys in ascending order, or the values corresponding to the keys in ascending
169 int[] keys = mKeys; local
177 keys[o] = keys[i];
261 * <p>The keys corresponding to indices in ascending order are guaranteed t
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
EncodedKeySpec2Test.java 41 KeyPair keys = keyGen.generateKeyPair(); local
48 byte[] encoded = keys.getPublic().getEncoded();
52 isEqual(key, keys.getPublic()));
55 encoded = keys.getPrivate().getEncoded();
59 isEqual(key, keys.getPrivate()));
  /external/chromium/chrome/browser/extensions/
extension_idle_api.cc 25 namespace keys = extension_idle_api_constants;
68 return keys::kStateActive;
70 return keys::kStateIdle;
71 return keys::kStateLocked;
155 keys::kOnStateChanged, json_args, profile, GURL());
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter.h 6 // possibility of false positives. The bloom filter's hashing uses random keys
13 // 4 byte number of hash keys (n)
14 // n * 8 bytes of hash keys
40 BloomFilter(char* data, int size, const HashKeys& keys);
103 // Random keys used for hashing.
  /external/chromium-trace/trace-viewer/src/base/
settings_test.js 90 test('keys', function() {
95 assertArrayEquals(['key_a', 'key_b', 'key_c'], settings.keys());
106 assertArrayEquals(['key_a', 'key_b', 'key_c'], settings.keys('prefix1'));
107 assertArrayEquals(['key_C', 'key_a', 'key_b'], settings.keys('prefix2'));
111 settings.keys());
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_context.cc 98 std::vector<std::string>* keys) {
101 DCHECK(keys);
102 keys->clear();
103 keys->reserve(diff.size());
107 keys->push_back(it.key());
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_background_unittest.cc 19 namespace keys = extension_manifest_keys;
73 manifest->SetInteger(keys::kManifestVersion, 2);
97 manifest->SetBoolean(keys::kBackgroundPersistent, false);
98 manifest->SetInteger(keys::kManifestVersion, 2);
106 manifest->Set(keys::kPermissions, permissions);

Completed in 1109 milliseconds

<<11121314151617181920>>