HomeSort by relevance Sort by last modified time
    Searched refs:keyset (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ui/keyboard/resources/
constants.js 18 * The number of rows in each keyset.
22 // in kb-keyset. Remove this variable once figure out how to calculate the
main.css 31 * Only highlights if we are in the upper keyset, but not capslocked.
33 kb-keyboard:not(.caps-locked)[keyset=upper] kb-shift-key {
  /external/chromium_org/ui/keyboard/resources/webui/
constants.js 19 * The number of rows in each keyset.
23 // in kb-keyset. Remove this variable once figure out how to calculate the
  /external/qemu/android/
main-common.h 17 #include "android/skin/keyset.h"
37 void parse_keyset(const char* keyset, AndroidOptions* opts);
cmdline-options.h 134 OPT_PARAM( keyset, "<name>", "specify keyset file name" )
main-common.c 118 #define KEYSET_FILE "default.keyset"
130 D( "keyset loaded from: %s", path);
139 parse_keyset(const char* keyset, AndroidOptions* opts)
146 /* append .keyset suffix if needed */
147 if (strchr(keyset, '.') == NULL) {
150 p = bufprint(p, end, "%s.keyset", keyset);
152 derror( "keyset name too long: '%s'\n", keyset);
155 keyset = kname
    [all...]
main.c 338 if (opts->keyset) {
339 parse_keyset(opts->keyset, opts);
342 "emulator: WARNING: could not find keyset file named '%s',"
344 opts->keyset);
352 fprintf(stderr, "PANIC: default keyset file is corrupted !!\n" );
353 fprintf(stderr, "PANIC: please update the code in android/skin/keyset.c\n" );
356 if (!opts->keyset)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbshelve.py 211 keyset = set(keys)
212 self.assertEqual(len(keyset), len(keys))
215 self.assertIn(key, keyset)
216 keyset.remove(key)
217 self.assertEqual(len(keyset), 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbshelve.py 211 keyset = set(keys)
212 self.assertEqual(len(keyset), len(keys))
215 self.assertIn(key, keyset)
216 keyset.remove(key)
217 self.assertEqual(len(keyset), 0)
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
IdentityHashMapTest.java 112 * @tests java.util.IdentityHashMap#keySet()
151 * @tests java.util.IdentityHashMap#keySet()
164 Set keyset = map.keySet(); local
178 assertTrue("entry key not found in the keyset", keyset
205 * @tests java.util.IdentityHashMap#keySet()
213 Set set = map.keySet();
217 assertTrue("did not remove all elements in the keyset", set.isEmpty());
220 assertTrue("keySet iterator still has elements", !it.hasNext())
    [all...]
  /external/chromium/net/base/
dnssec_unittest.cc 48 DNSSECKeySet keyset; local
50 ASSERT_TRUE(keyset.AddKey(
113 DNSSECKeySet keyset; local
115 ASSERT_TRUE(keyset.AddKey(
118 keyset.IgnoreTimestamps();
130 ASSERT_TRUE(keyset.CheckSignature(root, root, signature, kDNSKEY, rrdatas));
    [all...]

Completed in 265 milliseconds