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

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyTest.java 39 checkKey mk = new checkKey();
44 public class checkKey implements Key {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyTest.java 48 checkKey mk = new checkKey();
53 public class checkKey implements Key {
  /frameworks/av/media/libmedia/
Metadata.cpp 93 if (!checkKey(key)) {
113 if (!checkKey(key)) {
134 bool Metadata::checkKey(int key)
  /frameworks/av/include/media/
Metadata.h 124 bool checkKey(Type key);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
KnownHosts.java 245 private int checkKey(String remoteHostname, Object remoteKey)
700 int result = checkKey(hostname, remoteKey);
720 int newresult = checkKey(ipAdresses[i].getHostAddress(), remoteKey);
  /external/webkit/Source/JavaScriptCore/wtf/
HashTable.h 372 template<typename T, typename HashTranslator> void checkKey(const T&);
455 inline void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::checkKey(const T&)
463 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::checkKey(const T& key)
481 checkKey<T, HashTranslator>(key);
529 checkKey<T, HashTranslator>(key);
581 checkKey<T, HashTranslator>(key);
632 checkKey<T, HashTranslator>(key);
717 checkKey<T, HashTranslator>(key);
    [all...]

Completed in 322 milliseconds