Searched defs:keyType (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DKeyboardTest.cpp55 PlatformEvent::Type keyType)
59 evt.setKeyType(keyType);
53 interpretKeyEvent( const WebKeyboardEvent& webKeyboardEvent, PlatformEvent::Type keyType) argument
/external/guava/guava/src/com/google/common/collect/
H A DEnumBiMap.java41 private transient Class<K> keyType; field in class:EnumBiMap
48 * @param keyType the key type
52 create(Class<K> keyType, Class<V> valueType) { argument
53 return new EnumBiMap<K, V>(keyType, valueType);
73 private EnumBiMap(Class<K> keyType, Class<V> valueType) { argument
74 super(WellBehavedMap.wrap(new EnumMap<K, V>(keyType)),
76 this.keyType = keyType;
82 return ((EnumBiMap<K, ?>) map).keyType();
85 return ((EnumHashBiMap<K, ?>) map).keyType();
100 public Class<K> keyType() { method in class:EnumBiMap
[all...]
H A DEnumHashBiMap.java43 private transient Class<K> keyType; field in class:EnumHashBiMap
48 * @param keyType the key type
51 create(Class<K> keyType) { argument
52 return new EnumHashBiMap<K, V>(keyType);
72 private EnumHashBiMap(Class<K> keyType) { argument
74 new EnumMap<K, V>(keyType)),
76 keyType.getEnumConstants().length));
77 this.keyType = keyType;
91 public Class<K> keyType() { method in class:EnumHashBiMap
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEnumBiMap.java37 private transient Class<K> keyType; field in class:EnumBiMap
44 * @param keyType the key type
48 create(Class<K> keyType, Class<V> valueType) { argument
49 return new EnumBiMap<K, V>(keyType, valueType);
69 private EnumBiMap(Class<K> keyType, Class<V> valueType) { argument
70 super(WellBehavedMap.wrap(new EnumMap<K, V>(keyType)),
72 this.keyType = keyType;
78 return ((EnumBiMap<K, ?>) map).keyType();
81 return ((EnumHashBiMap<K, ?>) map).keyType();
96 public Class<K> keyType() { method in class:EnumBiMap
[all...]
H A DEnumHashBiMap.java38 private transient Class<K> keyType; field in class:EnumHashBiMap
43 * @param keyType the key type
46 create(Class<K> keyType) { argument
47 return new EnumHashBiMap<K, V>(keyType);
67 private EnumHashBiMap(Class<K> keyType) { argument
69 new EnumMap<K, V>(keyType)),
71 keyType.getEnumConstants().length));
72 this.keyType = keyType;
86 public Class<K> keyType() { method in class:EnumHashBiMap
[all...]
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DReferenceMap.java86 * @param keyType the type of reference to use for keys;
91 public ReferenceMap(int keyType, int valueType) { argument
92 super(keyType, valueType, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, false);
99 * @param keyType the type of reference to use for keys;
106 public ReferenceMap(int keyType, int valueType, boolean purgeValues) { argument
107 super(keyType, valueType, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, purgeValues);
115 * @param keyType the type of reference to use for keys;
122 public ReferenceMap(int keyType, int valueType, int capacity, float loadFactor) { argument
123 super(keyType, valueType, capacity, loadFactor, false);
131 * @param keyType th
140 ReferenceMap(int keyType, int valueType, int capacity, float loadFactor, boolean purgeValues) argument
[all...]
H A DAbstractReferenceMap.java101 protected int keyType; field in class:AbstractReferenceMap
133 * @param keyType the type of reference to use for keys;
142 protected AbstractReferenceMap(int keyType, int valueType, int capacity, float loadFactor, boolean purgeValues) { argument
144 verify("keyType", keyType);
146 this.keyType = keyType;
437 //key2 = (keyType > HARD ? ((Reference) key2).get() : key2);
585 if (parent.keyType != HARD) {
586 refKey = toReference(parent.keyType, ke
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLKeygenElement.cpp84 const AtomicString& keyType = fastGetAttribute(keytypeAttr); local
85 if (!keyType.isNull() && !equalIgnoringCase(keyType, "rsa"))
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DX509ExtendedKeyManagerTest.java58 public String chooseClientAlias(String[] keyType, Principal[] issuers, argument
67 public String chooseServerAlias(String keyType, Principal[] issuers, argument
83 public String[] getClientAliases(String keyType, Principal[] issuers) { argument
91 public String[] getServerAliases(String keyType, Principal[] issuers) { argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebIDBKey.cpp89 switch (array[i].keyType()) {
180 WebIDBKeyType WebIDBKey::keyType() const function in class:WebKit::WebIDBKey
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DKnownHosts.java801 * @param keyType either "ssh-rsa" or "ssh-dss"
805 static private byte[] rawFingerPrint(String type, String keyType, byte[] hostkey) argument
822 if ("ssh-rsa".equals(keyType))
825 else if ("ssh-dss".equals(keyType))
830 throw new IllegalArgumentException("Unknown key type " + keyType);
/external/webrtc/src/system_wrappers/source/
H A Dsort.cc421 WebRtc_UWord32 sizeOfElement, Type keyType)
445 switch (keyType)
514 switch (keyType)
420 KeySort(void* data, void* key, WebRtc_UWord32 numOfElements, WebRtc_UWord32 sizeOfElement, Type keyType) argument
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslplatf.c205 PRBool isTLS, KeyType keyType)
227 switch (keyType) {
257 if (keyType == ecKey) {
329 PRBool isTLS, KeyType keyType)
364 switch (keyType) {
374 if (keyType == ecKey) {
461 PRBool isTLS, KeyType keyType)
464 return ssl3_CngPlatformSignHashes(hash, key, buf, isTLS, keyType);
466 return ssl3_CAPIPlatformSignHashes(hash, key, buf, isTLS, keyType);
555 PRBool isTLS, KeyType keyType)
204 ssl3_CngPlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, PRBool isTLS, KeyType keyType) argument
328 ssl3_CAPIPlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, PRBool isTLS, KeyType keyType) argument
460 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, PRBool isTLS, KeyType keyType) argument
554 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, PRBool isTLS, KeyType keyType) argument
724 ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf, PRBool isTLS, KeyType keyType) argument
[all...]
H A Dssl3con.c864 switch (key->keyType) {
964 switch (key->keyType) {
1021 if (hashAlg == SEC_OID_UNKNOWN || key->keyType == dsaKey) {
4142 ssl3_TLSSignatureAlgorithmForKeyType(KeyType keyType, argument
4145 switch (keyType) {
4168 KeyType keyType; local
4176 keyType = key->keyType;
4178 return ssl3_TLSSignatureAlgorithmForKeyType(keyType, out);
5185 pubWrapKey.keyType
5818 KeyType keyType; local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dplurrule.cpp1092 RuleParser::getKeyType(const UnicodeString& token, tokenType& keyType, UErrorCode &status) argument
1097 if ( keyType==tNumber) {
1100 keyType = tVariableN;
1103 keyType = tIs;
1106 keyType = tAnd;
1109 keyType = tIn;
1112 keyType = tWithin;
1115 keyType = tNot;
1118 keyType = tMod;
1121 keyType
[all...]
/external/icu4c/i18n/
H A Dplurrule.cpp1347 RuleParser::getKeyType(const UnicodeString& token, tokenType& keyType, UErrorCode &status) argument
1352 if ( keyType==tNumber) {
1355 keyType = tVariableN;
1358 keyType = tIs;
1361 keyType = tAnd;
1364 keyType = tIn;
1367 keyType = tWithin;
1370 keyType = tNot;
1373 keyType = tMod;
1376 keyType
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1321 milliseconds