HomeSort by relevance Sort by last modified time
    Searched defs:verified (Results 1 - 4 of 4) sorted by null

  /external/ipsec-tools/src/racoon/
nattraversal.c 187 int verified = 0; local
190 return verified;
203 return verified; /* XXX should abort */
209 verified = 1;
214 return verified;
  /dalvik/vm/analysis/
DexPrepare.c 547 * for all verified classes. The register maps were
755 * some reason, they won't get verified (which is as it should be).
926 bool verified = false; local
947 verified = true;
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 215 assertTrue("Hostname verification was not done", hnv.verified);
217 hnv_late.verified);
256 assertTrue("Hostname verification was not done", hnv.verified);
258 hnv_late.verified);
329 assertTrue("Hostname verification was not done", hnv_late.verified);
331 hnv.verified);
792 boolean verified = false; field in class:HttpsURLConnectionTest.TestHostnameVerifier
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java 182 boolean verified; field in class:ContactAggregator.DisplayNameCandidate
193 verified = false;
    [all...]

Completed in 119 milliseconds