HomeSort by relevance Sort by last modified time
    Searched defs:verify (Results 1 - 25 of 240) sorted by null

1 2 3 4 5 6 7 8 910

  /external/bison/lib/
verify.h 30 integer constant expression contexts. verify (R) is for declaration
53 the verify macro:
55 void function (int n) { verify (n < 0); }
57 * For the verify macro, the struct verify_type__ will need to
69 two uses of the verify macro would yield colliding declarations
77 But this has the problem that two invocations of verify from
113 # define verify(R) \
122 /* Verify requirement R at compile-time, as an integer constant expression.
136 /* Verify requirement R at compile-time, as a declaration without a
139 # define verify(R) extern int (* verify_function__ (void)) [verify_true (R) macro
    [all...]
  /libcore/luni/src/main/java/javax/net/ssl/
HostnameVerifier.java 39 boolean verify(String hostname, SSLSession session); method in interface:HostnameVerifier
  /ndk/sources/host-tools/sed-4.2.1/lib/
verify.h 29 integer constant expression contexts. verify (R) is for declaration
52 the verify macro:
54 void function (int n) { verify (n < 0); }
56 * For the verify macro, the struct verify_type__ will need to
68 two uses of the verify macro would yield colliding declarations
76 But this has the problem that two invocations of verify from
112 # define verify(R) \
121 /* Verify requirement R at compile-time, as an integer constant expression.
135 /* Verify requirement R at compile-time, as a declaration without a
138 # define verify(R) extern int (* verify_function__ (void)) [verify_true (R) macro
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/verify/a1/
Test_a1.java 17 package dot.junit.verify.a1;
31 Class.forName("dot.junit.verify.a1.d.T_a1_1");
  /cts/tools/vm-tests-tf/src/dot/junit/verify/a1/d/
T_a1_2.java 17 package dot.junit.verify.a1.d;
  /cts/tools/vm-tests-tf/src/dot/junit/verify/a3/
Test_a3.java 17 package dot.junit.verify.a3;
31 Class.forName("dot.junit.verify.a3.d.T_a3_1");
  /cts/tools/vm-tests-tf/src/dot/junit/verify/a3/d/
T_a3_2.java 17 package dot.junit.verify.a3.d;
  /cts/tools/vm-tests-tf/src/dot/junit/verify/a5/
Test_a5.java 17 package dot.junit.verify.a5;
31 Class.forName("dot.junit.verify.a5.d.T_a5_1");
  /cts/tools/vm-tests-tf/src/dot/junit/verify/a5/d/
T_a5_2.java 17 package dot.junit.verify.a5.d;
  /cts/tools/vm-tests-tf/src/dot/junit/verify/b17/
Test_b17.java 17 package dot.junit.verify.b17;
38 Class.forName("dot.junit.verify.b17.d.T_b17_1");
  /cts/tools/vm-tests-tf/src/dot/junit/verify/b17/d/
T_b17_2.java 17 package dot.junit.verify.b17.d;
  /cts/tools/vm-tests-tf/src/dot/junit/verify/b3/d/
T_b3_0.java 17 package dot.junit.verify.b3.d;
  /external/apache-http/src/org/apache/http/conn/ssl/
X509HostnameVerifier.java 62 boolean verify(String host, SSLSession session); method in interface:X509HostnameVerifier
64 void verify(String host, SSLSocket ssl) throws IOException; method in interface:X509HostnameVerifier
66 void verify(String host, X509Certificate cert) throws SSLException; method in interface:X509HostnameVerifier
79 * @param host The hostname to verify.
82 void verify(String host, String[] cns, String[] subjectAlts) method in interface:X509HostnameVerifier
AllowAllHostnameVerifier.java 42 public final void verify( method in class:AllowAllHostnameVerifier
BrowserCompatHostnameVerifier.java 50 public final void verify( method in class:BrowserCompatHostnameVerifier
54 verify(host, cns, subjectAlts, false); method
StrictHostnameVerifier.java 57 public final void verify( method in class:StrictHostnameVerifier
61 verify(host, cns, subjectAlts, true); method
  /external/apache-http/src/org/apache/http/protocol/
HttpExpectationVerifier.java 39 * Defines an interface to verify whether an incoming HTTP request meets
70 void verify(HttpRequest request, HttpResponse response, HttpContext context) method in interface:HttpExpectationVerifier
  /external/junit/src/org/junit/rules/
Verifier.java 17 * &#064;Override public void verify() {
34 verify(); method
43 protected void verify() throws Throwable {
ErrorCollector.java 39 protected void verify() throws Throwable { method in class:ErrorCollector
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
ImportTestResolver.java 45 public void verify() { method in class:ImportTestResolver
46 mProvider.verify();
  /cts/tools/vm-tests-tf/src/dot/junit/verify/
AllTests.java 17 package dot.junit.verify;
35 suite.addTestSuite(dot.junit.verify.a1.Test_a1.class);
36 suite.addTestSuite(dot.junit.verify.a3.Test_a3.class);
37 suite.addTestSuite(dot.junit.verify.a5.Test_a5.class);
38 suite.addTestSuite(dot.junit.verify.b2.Test_b2.class);
39 suite.addTestSuite(dot.junit.verify.b3.Test_b3.class);
40 suite.addTestSuite(dot.junit.verify.b17.Test_b17.class);
  /cts/tools/vm-tests-tf/src/dot/junit/verify/b2/d/
T_b2_1.java 17 package dot.junit.verify.b2.d;
  /cts/tools/vm-tests-tf/src/dot/junit/verify/b3/
Test_b3.java 17 package dot.junit.verify.b3;
30 Class.forName("dot.junit.verify.b3.d.T_b3_1");
43 Class.forName("dot.junit.verify.b3.d.T_b3_2");
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
ContactsMockContext.java 96 public void verify() { method in class:ContactsMockContext
97 mContactsProvider.verify();
98 mSettingsProvider.verify();
  /cts/tools/vm-tests-tf/src/dot/junit/verify/b2/
Test_b2.java 17 package dot.junit.verify.b2;
30 Class.forName("dot.junit.verify.b2.d.T_b2_1");
43 Class.forName("dot.junit.verify.b2.d.T_b2_2");
56 Class.forName("dot.junit.verify.b2.d.T_b2_3");
69 Class.forName("dot.junit.verify.b2.d.T_b2_4");
82 Class.forName("dot.junit.verify.b2.d.T_b2_5");

Completed in 1458 milliseconds

1 2 3 4 5 6 7 8 910