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

<<31323334353637383940>>

  /frameworks/base/data/keyboards/
Vendor_05ac_Product_0239.kl 19 # - Keys such as PAGE_UP and FORWARD_DEL are produced using the
21 # - Special function keys for brightness control, etc. are not
  /hardware/libhardware_legacy/audio/
AudioPolicyCompatClient.cpp 101 String8 AudioPolicyCompatClient::getParameters(audio_io_handle_t ioHandle, const String8& keys)
106 str = mServiceOps->get_parameters(mService, ioHandle, keys.string());
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherSymmetricKeyThread.java 28 CipherSymmetricKeyThread(String name, int[] keys, String[] modes, String[] paddings) {
29 super(name, keys, modes, paddings);
  /libcore/luni/src/test/java/tests/api/java/util/
PropertyResourceBundleTest.java 49 assertEquals("Returned the wrong number of keys", 2, keyCount);
50 assertTrue("Returned the wrong keys", test.contains("p1")
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
IntentPool.java 66 for (String keys : extras.keySet()) {
67 intent.removeExtra(keys);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DeadKeyCombiner.java 25 * A combiner that handles dead keys.
49 // how dead keys work).
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestionsView.java 30 * A view that renders a virtual {@link MoreSuggestions}. It handles rendering of keys and detecting
56 // Set vertical correction to zero (Reset more keys keyboard sliding allowance
  /packages/inputmethods/OpenWnn/res/drawable-hdpi/
btn_keyboard_key_std.xml 34 <!-- Toggle keys. Use checkable/checked state. -->
46 <!-- Normal keys -->
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
ca.h 48 unsigned int num; /* number of available descramblers (keys) */
58 unsigned int descr_num; /* total number of descrambler slots (keys) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
ca.h 48 unsigned int num; /* number of available descramblers (keys) */
58 unsigned int descr_num; /* total number of descrambler slots (keys) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
ca.h 48 unsigned int num; /* number of available descramblers (keys) */
58 unsigned int descr_num; /* total number of descrambler slots (keys) */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
anydbm.py 29 list = d.keys() # return a list of all existing keys (slow!)
weakref.py 233 """ Mapping class that references keys weakly.
315 """Return an iterator that yields the weak references to the keys.
321 keep the keys around longer than needed.
339 """Return a list of weak references to the keys.
345 keep the keys around longer than needed.
348 return self.data.keys()
350 def keys(self): member in class:WeakKeyDictionary
352 for wr in self.data.keys():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 21 self.assertEqual(self.g.keys(), [])
24 key_set = set(self.g.keys())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
anydbm.py 29 list = d.keys() # return a list of all existing keys (slow!)
weakref.py 233 """ Mapping class that references keys weakly.
315 """Return an iterator that yields the weak references to the keys.
321 keep the keys around longer than needed.
339 """Return a list of weak references to the keys.
345 keep the keys around longer than needed.
348 return self.data.keys()
350 def keys(self): member in class:WeakKeyDictionary
352 for wr in self.data.keys():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 21 self.assertEqual(self.g.keys(), [])
24 key_set = set(self.g.keys())
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
IAndroidClassLoader.java 54 * @return An hash map which keys are the super classes looked for and which values are
56 * valid keys, they are simply empty if no deriving class is found for a given
  /external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl 250 info("Found %d entries.\n", scalar(keys(%info_data)));
258 info("Found %d entries.\n", scalar(keys(%base_data)));
265 @dir_list = get_dir_list(keys(%info_data));
360 foreach $filename (grep(/^$abs_dir\/[^\/]*$/,keys(%info_data)))
583 foreach $filename (keys(%result))
589 $data->{"found"} = scalar(keys(%{$sumcount}));
592 foreach (keys(%{$sumcount}))
602 if (scalar(keys(%result)) == 0)
691 foreach $current (keys(%prefix))
708 $current = (keys(%prefix))[0]
    [all...]
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
genflat.pl 250 info("Found %d entries.\n", scalar(keys(%info_data)));
258 info("Found %d entries.\n", scalar(keys(%base_data)));
265 @dir_list = get_dir_list(keys(%info_data));
360 foreach $filename (grep(/^$abs_dir\/[^\/]*$/,keys(%info_data)))
583 foreach $filename (keys(%result))
589 $data->{"found"} = scalar(keys(%{$sumcount}));
592 foreach (keys(%{$sumcount}))
602 if (scalar(keys(%result)) == 0)
691 foreach $current (keys(%prefix))
708 $current = (keys(%prefix))[0]
    [all...]
  /external/openssh/
sshd.0 126 sanity of the keys. This is useful for updating sshd reliably as
146 in sshd_config(5). Protocol 2 supports DSA, ECDSA and RSA keys; protocol
147 1 only supports RSA keys. For both protocols, each host has a host-
154 host and server keys. The client compares the RSA host key against its
264 AuthorizedKeysFile specifies the files containing public keys for public
268 ignored as comments). Protocol 1 public keys consist of the following
282 kilobytes, which permits DSA keys up to 8 kilobits and RSA keys up to 16
288 2 keys of 768 bits.
312 certain public keys to perform just a specific operation. A
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
ContiguousFIFOAggregator.java 34 * amongst the other keys in this aggregator.
41 * <li>Expect keys <b>A</b>, <b>B</b>, <b>C</b>, and <b>Z</b>, in that order. Key <b>A</b> is now
47 * the first expected, then we remove key <b>A</b> from the list of keys that we expect.</li>
68 * The nature of the prioritization means that the number of stored keys and tasks may grow
71 * response to UI elements appearing on the screen, you will only have a bounded set of keys.
74 * number of keys and tasks is
83 * Declare a key to be expected in the future. The order in which you expect keys is very
84 * important. Keys that are declared first are guaranteed to have their tasks run first. You
97 throw new IllegalArgumentException("Do not use null keys.");
127 throw new IllegalArgumentException("Do not use null keys.")
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension.cc 45 namespace keys = extension_manifest_keys;
517 if (manifest->HasKey(keys::kPublicKey)) {
520 if (!manifest->GetString(keys::kPublicKey, &public_key) ||
578 manifest_->GetString(keys::kPublicKey, &public_key_);
592 if (manifest_->HasKey(keys::kConvertedFromUserScript)) {
593 manifest_->GetBoolean(keys::kConvertedFromUserScript,
616 if (!manifest_->GetString(keys::kName, &localized_name)) {
628 if (!manifest_->GetString(keys::kVersion, &version_str)) {
641 if (!LoadExtent(keys::kWebURLs, &extent_,
645 if (manifest_->HasKey(keys::kDisplayInLauncher) &
    [all...]
  /external/dropbear/
common-kex.c 129 /* Bring new keys into use after a key exchange, and let the client know*/
157 /* Bring the new keys into use after a key exchange */
164 * switch to the new keys */
243 /* Generate the actual encryption/integrity keys, using the results of the
247 * ses.newkeys is the new set of keys which are generated, these are only
319 /* MAC keys */
329 /* Switch over to the new keys */
330 m_burn(ses.keys, sizeof(struct key_context));
331 m_free(ses.keys);
332 ses.keys = ses.newkeys
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 35 /** Number of key widths from current touch point to search for nearest keys. */
56 final int mostCommonKeyHeight, final Key[] keys,
72 mKeys = keys;
75 // No proximity required. Keyboard might be more keys keyboard.
98 // Don't include special keys into ProximityInfo.
102 private static int getProximityInfoKeysCount(final Key[] keys) {
104 for (final Key key : keys) {
145 final Key[] keys = mKeys; local
146 final int keyCount = getProximityInfoKeysCount(keys);
156 for (int infoIndex = 0, keyIndex = 0; keyIndex < keys.length; keyIndex++)
    [all...]

Completed in 1559 milliseconds

<<31323334353637383940>>