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

  /external/ipsec-tools/src/racoon/
nattraversal.c 192 int verified = 0; local
196 return verified;
209 return verified; /* XXX should abort */
215 verified = 1;
220 return verified;
  /dalvik/vm/analysis/
DexPrepare.cpp 615 * for all verified classes. The register maps were
767 * file's "verified" flag, not updating the ClassObject. This would
841 * some reason, they won't get verified (which is as it should be).
1046 bool verified = false; local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 277 assertTrue("Hostname verification was not done", hnv.verified);
280 hnv_late.verified);
322 assertTrue("Hostname verification was not done", hnv.verified);
325 hnv_late.verified);
403 assertTrue("Hostname verification was not done", hnv_late.verified);
406 hnv.verified);
1059 boolean verified = false; field in class:HttpsURLConnectionTest.TestHostnameVerifier
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 216 assertTrue("Hostname verification was not done", hnv.verified);
218 hnv_late.verified);
257 assertTrue("Hostname verification was not done", hnv.verified);
259 hnv_late.verified);
330 assertTrue("Hostname verification was not done", hnv_late.verified);
332 hnv.verified);
796 boolean verified = false; field in class:HttpsURLConnectionTest.TestHostnameVerifier
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java 229 boolean verified; field in class:ContactAggregator.DisplayNameCandidate
240 verified = false;
    [all...]

Completed in 692 milliseconds