HomeSort by relevance Sort by last modified time
    Searched full:must (Results 301 - 325 of 59369) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaCXX/
string-init.cpp 28 int e1[] = "a"; // expected-error{{array initializer must be an initializer list}}
29 int e2[] = u8"a"; // expected-error{{array initializer must be an initializer list}}
30 int e3[] = u"a"; // expected-error{{array initializer must be an initializer list}}
31 int e4[] = U"a"; // expected-error{{array initializer must be an initializer list}}
32 int e5[] = L"a"; // expected-error{{array initializer must be an initializer list}}
36 char a[] = 1; // expected-error{{array initializer must be an initializer list or string literal}}
37 wchar_t b[] = 1; // expected-error{{array initializer must be an initializer list or wide string literal}}
38 char16_t c[] = 1; // expected-error{{array initializer must be an initializer list or wide string literal}}
39 char32_t d[] = 1; // expected-error{{array initializer must be an initializer list or wide string literal}}
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
UnsupportedCallbackExceptionTest.java 45 assertNull("getMessage() must return null.", ucE.getMessage());
46 assertNull("getCallback() must return null", ucE.getCallback());
58 assertNull("getMessage() must return null.", ucE.getMessage());
68 assertNull("getMessage() must return null.", ucE.getMessage());
69 assertNull("getCallback() must return null.", ucE.getCallback());
80 assertEquals("getMessage() must return: ".concat(msgs[i]), ucE.getMessage(), msgs[i]);
81 assertNull("getCallback() must return null.", ucE.getCallback());
93 assertNull("getMessage() must return null.", ucE.getMessage());
107 assertEquals("getMessage() must return: ".concat(msgs[i]), ucE.getMessage(), msgs[i]);
  /libcore/luni/src/test/java/tests/targets/security/
SignatureTestMD2withRSA.java 35 // MD2 must not be part of android.
39 fail("MD2withRSA for signature verification must not be supported");
46 fail("MD2withRSA for signature verification must not be supported");
53 fail("MD2withRSA for signature verification must not be supported");
60 fail("MD2withRSA for signature verification must not be supported");
67 fail("MD2withRSA for signature verification must not be supported");
74 fail("MD2withRSA for signature verification must not be supported");
81 fail("MD2withRSA for signature verification must not be supported");
88 fail("MD2withRSA for signature verification must not be supported");
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
AuthenticationExceptionTest.java 57 assertNull("getMessage() must return null", tE.getMessage());
58 assertNull("getCause() must return null", tE.getCause());
71 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 assertNull("getCause() must return null", tE.getCause());
84 assertNull("getMessage() must return null.", tE.getMessage());
85 assertNull("getCause() must return null", tE.getCause());
95 assertNull("getMessage() must return null", tE.getMessage());
96 assertNull("getCause() must return null", tE.getCause());
108 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
110 assertNull("getCause() must return null", tE.getCause())
    [all...]
  /external/bison/lib/
bitrotate.h 33 to rotating the bits N steps to the left. N must be between 1 and
42 to rotating the bits N steps to the right. N must be between 1 to
52 to rotating the bits N steps to the left. N must be between 1 and
61 to rotating the bits N steps to the right. N must be between 1 to
70 to rotating the bits N steps to the left. N must be between 1 and
79 to rotating the bits N steps to the right. N must be between 1 to
88 to rotating the bits N steps to the left. N must be between 1 to
90 because 'int' is at least 32 bits and the arguments must widen
99 to rotating the bits N steps to the right. N must be in 1 to 15
101 because 'int' is at least 32 bits and the arguments must wide
    [all...]
  /external/clang/test/FixIt/
fixit-cxx0x.cpp 17 using ::T = void; // expected-error {{name defined in alias declaration must be an identifier}}
18 using typename U = void; // expected-error {{name defined in alias declaration must be an identifier}}
19 using typename ::V = void; // expected-error {{name defined in alias declaration must be an identifier}}
44 enum class E b = E::a; // expected-error {{must use 'enum' not 'enum class'}}
46 friend enum class E; // expected-error {{must use 'enum' not 'enum class'}}
69 void operator"x" _y(char); // expected-error {{must be '""'}}
71 void operator "x" "y" U"z" ""_whoops "z" "y"(char); // expected-error {{must be '""'}}
80 int a(Ts ...(x)); // expected-error {{'...' must immediately precede declared identifier}}
81 int b(Ts ...&x); // expected-error {{'...' must immediately precede declared identifier}}
82 int c(Ts ...&); // expected-error {{'...' must be innermost component of anonymous pack declaration}
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
GraphicsUtilitiesTest.java 140 // data must not be null
147 // out must not be null
154 // out length must be > height
161 // x must be > 0
168 // y must be > 0
175 // height must be >= 0
182 // argument x must be < data.width
189 // argument y must be < data.height
197 // argument height must be > (y + data.height)
230 // data must not be nul
    [all...]
  /external/apache-harmony/auth/src/test/java/unix/org/apache/harmony/auth/module/
UnixLoginModuleTest.java 68 // must not accept null for subject
71 fail("must not pass here");
76 // must accept null for handler
78 // must accept null for sharedState
80 // must not accept null for options
83 fail("must not pass here");
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
BadPaddingExceptionTest.java 60 assertNull("getMessage() must return null.", tE.getMessage());
61 assertNull("getCause() must return null", tE.getCause());
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
75 assertNull("getCause() must return null", tE.getCause());
86 assertNull("getMessage() must return null.", tE.getMessage());
87 assertNull("getCause() must return null", tE.getCause());
ExemptionMechanismExceptionTest.java 66 assertNull("getMessage() must return null.", tE.getMessage());
67 assertNull("getCause() must return null", tE.getCause());
84 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
86 assertNull("getCause() must return null", tE.getCause());
103 assertNull("getMessage() must return null.", tE.getMessage());
104 assertNull("getCause() must return null", tE.getCause());
IllegalBlockSizeExceptionTest.java 61 assertNull("getMessage() must return null.", tE.getMessage());
62 assertNull("getCause() must return null", tE.getCause());
74 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
76 assertNull("getCause() must return null", tE.getCause());
88 assertNull("getMessage() must return null.", tE.getMessage());
89 assertNull("getCause() must return null", tE.getCause());
NoSuchPaddingExceptionTest.java 61 assertNull("getMessage() must return null.", tE.getMessage());
62 assertNull("getCause() must return null", tE.getCause());
74 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
76 assertNull("getCause() must return null", tE.getCause());
88 assertNull("getMessage() must return null.", tE.getMessage());
89 assertNull("getCause() must return null", tE.getCause());
ShortBufferExceptionTest.java 60 assertNull("getMessage() must return null.", tE.getMessage());
61 assertNull("getCause() must return null", tE.getCause());
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
75 assertNull("getCause() must return null", tE.getCause());
87 assertNull("getMessage() must return null.", tE.getMessage());
88 assertNull("getCause() must return null", tE.getCause());
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
ExemptionMechanismSpiTest.java 71 fail("InvalidKeyException must be thrown");
76 fail("InvalidKeyException must be thrown");
81 fail("InvalidKeyException must be thrown");
87 fail("ExemptionMechanismException must be thrown");
92 fail("ExemptionMechanismException must be thrown");
97 fail("ExemptionMechanismException must be thrown");
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
InvalidParameterExceptionTest.java 60 assertNull("getMessage() must return null.", tE.getMessage());
61 assertNull("getCause() must return null", tE.getCause());
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
75 assertNull("getCause() must return null", tE.getCause());
87 assertNull("getMessage() must return null.", tE.getMessage());
88 assertNull("getCause() must return null", tE.getCause());
NoSuchProviderExceptionTest.java 60 assertNull("getMessage() must return null.", tE.getMessage());
61 assertNull("getCause() must return null", tE.getCause());
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
75 assertNull("getCause() must return null", tE.getCause());
87 assertNull("getMessage() must return null.", tE.getMessage());
88 assertNull("getCause() must return null", tE.getCause());
UnrecoverableKeyExceptionTest.java 60 assertNull("getMessage() must return null.", tE.getMessage());
61 assertNull("getCause() must return null", tE.getCause());
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
75 assertNull("getCause() must return null", tE.getCause());
87 assertNull("getMessage() must return null.", tE.getMessage());
88 assertNull("getCause() must return null", tE.getCause());
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateExpiredExceptionTest.java 60 assertNull("getMessage() must return null.", tE.getMessage());
61 assertNull("getCause() must return null", tE.getCause());
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
75 assertNull("getCause() must return null", tE.getCause());
87 assertNull("getMessage() must return null.", tE.getMessage());
88 assertNull("getCause() must return null", tE.getCause());
CertificateFactory2Test.java 102 fail("CertificateException must be thrown");
108 fail("CertificateException must be thrown because encodings list is empty");
117 fail("CertificateException must be thrown");
123 fail("IllegalArgumentException must be thrown");
134 fail("CertificateException must be thrown");
139 fail("CertificateException must be thrown");
143 assertNull("Result must be null", cert);
145 assertNull("Result must be null", col);
149 fail("CRLException must be thrown");
154 fail("CRLException must be thrown")
    [all...]
CertificateNotYetValidExceptionTest.java 61 assertNull("getMessage() must return null.", tE.getMessage());
62 assertNull("getCause() must return null", tE.getCause());
74 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
76 assertNull("getCause() must return null", tE.getCause());
89 assertNull("getMessage() must return null.", tE.getMessage());
90 assertNull("getCause() must return null", tE.getCause());
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
InvalidParameterSpecExceptionTest.java 61 assertNull("getMessage() must return null.", tE.getMessage());
62 assertNull("getCause() must return null", tE.getCause());
74 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
76 assertNull("getCause() must return null", tE.getCause());
89 assertNull("getMessage() must return null.", tE.getMessage());
90 assertNull("getCause() must return null", tE.getCause());
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/
CertificateEncodingExceptionTest.java 59 assertNull("getMessage() must return null.", tE.getMessage());
60 assertNull("getCause() must return null", tE.getCause());
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
74 assertNull("getCause() must return null", tE.getCause());
86 assertNull("getMessage() must return null.", tE.getMessage());
87 assertNull("getCause() must return null", tE.getCause());
CertificateExceptionTest.java 60 assertNull("getMessage() must return null.", tE.getMessage());
61 assertNull("getCause() must return null", tE.getCause());
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
75 assertNull("getCause() must return null", tE.getCause());
87 assertNull("getMessage() must return null.", tE.getMessage());
88 assertNull("getCause() must return null", tE.getCause());
CertificateExpiredExceptionTest.java 60 assertNull("getMessage() must return null.", tE.getMessage());
61 assertNull("getCause() must return null", tE.getCause());
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
75 assertNull("getCause() must return null", tE.getCause());
87 assertNull("getMessage() must return null.", tE.getMessage());
88 assertNull("getCause() must return null", tE.getCause());
CertificateNotYetValidExceptionTest.java 61 assertNull("getMessage() must return null.", tE.getMessage());
62 assertNull("getCause() must return null", tE.getCause());
74 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
76 assertNull("getCause() must return null", tE.getCause());
89 assertNull("getMessage() must return null.", tE.getMessage());
90 assertNull("getCause() must return null", tE.getCause());

Completed in 550 milliseconds

<<11121314151617181920>>