HomeSort by relevance Sort by last modified time
    Searched full:must (Results 351 - 375 of 51864) sorted by null

<<11121314151617181920>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/login/
LoginExceptionTest.java 44 assertNull("getMessage() must return null.", lE.getMessage());
45 assertNull("getCause() must return null", lE.getCause());
56 assertEquals("getMessage() must return: ".concat(msgs[i]), lE.getMessage(), msgs[i]);
57 assertNull("getCause() must return null", lE.getCause());
68 assertNull("getMessage() must return null.", lE.getMessage());
69 assertNull("getCause() must return null", lE.getCause());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/cert/
CertificateEncodingExceptionTest.java 48 assertNull("getMessage() must return null.", tE.getMessage());
49 assertNull("getCause() must return null", tE.getCause());
61 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 assertNull("getCause() must return null", tE.getCause());
75 assertNull("getMessage() must return null.", tE.getMessage());
76 assertNull("getCause() must return null", tE.getCause());
CertificateExceptionTest.java 49 assertNull("getMessage() must return null.", tE.getMessage());
50 assertNull("getCause() must return null", tE.getCause());
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 assertNull("getCause() must return null", tE.getCause());
76 assertNull("getMessage() must return null.", tE.getMessage());
77 assertNull("getCause() must return null", tE.getCause());
CertificateExpiredExceptionTest.java 49 assertNull("getMessage() must return null.", tE.getMessage());
50 assertNull("getCause() must return null", tE.getCause());
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 assertNull("getCause() must return null", tE.getCause());
76 assertNull("getMessage() must return null.", tE.getMessage());
77 assertNull("getCause() must return null", tE.getCause());
CertificateNotYetValidExceptionTest.java 50 assertNull("getMessage() must return null.", tE.getMessage());
51 assertNull("getCause() must return null", tE.getCause());
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
65 assertNull("getCause() must return null", tE.getCause());
78 assertNull("getMessage() must return null.", tE.getMessage());
79 assertNull("getCause() must return null", tE.getCause());
CertificateParsingExceptionTest.java 50 assertNull("getMessage() must return null.", tE.getMessage());
51 assertNull("getCause() must return null", tE.getCause());
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
65 assertNull("getCause() must return null", tE.getCause());
77 assertNull("getMessage() must return null.", tE.getMessage());
78 assertNull("getCause() must return null", tE.getCause());
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
BadPaddingExceptionTest.java 49 assertNull("getMessage() must return null.", tE.getMessage());
50 assertNull("getCause() must return null", tE.getCause());
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 assertNull("getCause() must return null", tE.getCause());
75 assertNull("getMessage() must return null.", tE.getMessage());
76 assertNull("getCause() must return null", tE.getCause());
ExemptionMechanismExceptionTest.java 54 assertNull("getMessage() must return null.", tE.getMessage());
55 assertNull("getCause() must return null", tE.getCause());
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
74 assertNull("getCause() must return null", tE.getCause());
91 assertNull("getMessage() must return null.", tE.getMessage());
92 assertNull("getCause() must return null", tE.getCause());
IllegalBlockSizeExceptionTest.java 50 assertNull("getMessage() must return null.", tE.getMessage());
51 assertNull("getCause() must return null", tE.getCause());
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
65 assertNull("getCause() must return null", tE.getCause());
77 assertNull("getMessage() must return null.", tE.getMessage());
78 assertNull("getCause() must return null", tE.getCause());
NoSuchPaddingExceptionTest.java 50 assertNull("getMessage() must return null.", tE.getMessage());
51 assertNull("getCause() must return null", tE.getCause());
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
65 assertNull("getCause() must return null", tE.getCause());
77 assertNull("getMessage() must return null.", tE.getMessage());
78 assertNull("getCause() must return null", tE.getCause());
ShortBufferExceptionTest.java 48 assertNull("getMessage() must return null.", tE.getMessage());
49 assertNull("getCause() must return null", tE.getCause());
61 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
63 assertNull("getCause() must return null", tE.getCause());
75 assertNull("getMessage() must return null.", tE.getMessage());
76 assertNull("getCause() must return null", tE.getCause());
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
InvalidParameterExceptionTest.java 49 assertNull("getMessage() must return null.", tE.getMessage());
50 assertNull("getCause() must return null", tE.getCause());
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 assertNull("getCause() must return null", tE.getCause());
76 assertNull("getMessage() must return null.", tE.getMessage());
77 assertNull("getCause() must return null", tE.getCause());
NoSuchProviderExceptionTest.java 49 assertNull("getMessage() must return null.", tE.getMessage());
50 assertNull("getCause() must return null", tE.getCause());
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 assertNull("getCause() must return null", tE.getCause());
76 assertNull("getMessage() must return null.", tE.getMessage());
77 assertNull("getCause() must return null", tE.getCause());
UnrecoverableKeyExceptionTest.java 49 assertNull("getMessage() must return null.", tE.getMessage());
50 assertNull("getCause() must return null", tE.getCause());
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 assertNull("getCause() must return null", tE.getCause());
76 assertNull("getMessage() must return null.", tE.getMessage());
77 assertNull("getCause() must return null", tE.getCause());
  /libcore/luni/src/test/java/tests/security/cert/
CertificateExpiredExceptionTest.java 49 assertNull("getMessage() must return null.", tE.getMessage());
50 assertNull("getCause() must return null", tE.getCause());
62 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
64 assertNull("getCause() must return null", tE.getCause());
76 assertNull("getMessage() must return null.", tE.getMessage());
77 assertNull("getCause() must return null", tE.getCause());
CertificateNotYetValidExceptionTest.java 50 assertNull("getMessage() must return null.", tE.getMessage());
51 assertNull("getCause() must return null", tE.getCause());
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
65 assertNull("getCause() must return null", tE.getCause());
78 assertNull("getMessage() must return null.", tE.getMessage());
79 assertNull("getCause() must return null", tE.getCause());
  /libcore/luni/src/test/java/tests/security/spec/
InvalidParameterSpecExceptionTest.java 50 assertNull("getMessage() must return null.", tE.getMessage());
51 assertNull("getCause() must return null", tE.getCause());
63 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
65 assertNull("getCause() must return null", tE.getCause());
78 assertNull("getMessage() must return null.", tE.getMessage());
79 assertNull("getCause() must return null", tE.getCause());
  /system/bt/btcore/include/
property.h 28 // allocated array. |properties| must not be NULL.
32 // |src| and |dest| must not be NULL.
36 // |p1| and |p2| must not be NULL.
41 // Parameter must not be NULL. A copy of the parameter is made and
58 // |property| must not be NULL.
69 // properly typed and returned to the caller. |property| must not be NULL.
  /external/llvm/lib/Target/R600/
AMDKernelCodeT.h 36 /// The version of the amd_*_code_t struct. Minor versions must be
60 /// (AMD_CODE_PROPERTY_*_SHIFT) for convenient access. Unused bits must be 0.
72 /// The total number of SGPRuser data registers requested must not
126 /// code for private memory. This must be 2, 4, 8 or 16. This value
133 /// element size is 4 (32-bits or dword) and a 64-bit value must be
141 /// The value used must match the value that the runtime configures
150 /// Are global memory addresses 64 bits. Must match
152 /// HSA_MACHINE_LARGE. Must also match
165 /// know private segment size, and additional space must be added
191 /// enabled in this bit set must have the value of all 0s
    [all...]
  /docs/source.android.com/src/compatibility/4.0/
android-4.0-cdd.xhtml 154 <p>This document enumerates the requirements that must be met in order for
156 <p>The use of "must", "must not", "required", "shall", "shall not", "should",
164 MUST meet the requirements presented in this Compatibility Definition,
259 managed VM environment. Device implementations MUST provide complete
262 <p>Device implementations MUST NOT omit any managed APIs, alter API interfaces
267 the APIs MUST still be present and behave in a reasonable way. See
277 <p>Device implementers MUST support and enforce all permission constants as
286 formats of these values to which device implementations MUST conform.</p>
296 format. This field MUST have one of the string values defined in [<
    [all...]
  /external/libopus/celt/
entenc.h 8 - Redistributions of source code must retain the above copyright
11 - Redistributions in binary form must reproduce the above copyright
38 The frequency information must be discernable by the decoder, assuming it
62 The values must be monotonically non-increasing, and the last value
63 must be 0.
70 This must be at least one, and no more than 2**32-1.*/
76 This must be between 1 and 25, inclusive.*/
85 In order for this to work, at least _nbits bits must have already been
92 This must be no more than 8.*/
98 The caller must ensure that the amount of data that's already been writte
    [all...]
  /external/lzma/C/
LzmaDec.h 77 1) Stream without end mark. You must know exact uncompressed size to decompress such stream. */
82 LZMA_FINISH_END /* block must be finished at the end */
87 You must use LZMA_FINISH_END, when you know that current output buffer
88 covers last bytes of block. In other cases you must use LZMA_FINISH_ANY.
98 You must use correct finish mode in that case. */
105 LZMA_STATUS_NEEDS_MORE_INPUT, /* you must provide more input bytes */
126 For Buffer Interface you must always use variant 1.
144 You must work with CLzmaDec variables directly in this interface.
164 You must manually update CLzmaDec::dicPos, if it reaches CLzmaDec::dicBufSize !!!
169 LZMA_FINISH_END - Stream must be finished after dicLimit.
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
RopeByteStringTest.java 9 // * Redistributions of source code must retain the above copyright
11 // * Redistributions in binary form must reproduce the above
62 assertEquals(classUnderTest + " must have the expected tree depth",
77 assertEquals(classUnderTest + " from string must have the expected type",
79 assertTrue(classUnderTest + " underlying bytes must match after balancing",
82 assertTrue(classUnderTest + " balanced string must equal flat string",
84 assertTrue(classUnderTest + " flat string must equal balanced string",
86 assertEquals(classUnderTest + " balanced string must have same hash code as flat string",
105 assertEquals(classUnderTest + " from string must have the expected type",
108 assertEquals(classUnderTest + " unicode bytes must match"
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl2Test.java 94 assertNull("getKey must return null", keyS.getKey(alias, pass));
95 assertNull("getCertificate must return null", keyS
97 assertNull("getCertificateChain must return null", keyS
111 fail("KeyStoreException must be thrown because this method is not supported");
116 fail("NullPointerException must be thrown entry is null");
123 fail("KeyStoreException must be thrown because this method is not supported");
128 fail("KeyStoreException must be thrown because this method is not supported");
133 fail("KeyStoreException must be thrown because this method is not supported");
138 fail("IOException must be thrown");
143 fail("IOException or NullPointerException must be thrown for null OutputStream")
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimeZoneTest.java 109 assertEquals("Must return GMT when given an invalid TimeZone id SMT-8.",
111 assertEquals("Must return GMT when given an invalid TimeZone time GMT+28:70.",
113 assertEquals("Must return GMT when given an invalid TimeZone time GMT+28:30.",
115 assertEquals("Must return GMT when given an invalid TimeZone time GMT+8:70.",
117 assertEquals("Must return GMT when given an invalid TimeZone time GMT+3:.",
119 assertEquals("Must return GMT when given an invalid TimeZone time GMT+3:0.",
121 assertEquals("Must return GMT when given an invalid TimeZone time GMT+2360.",
123 assertEquals("Must return GMT when given an invalid TimeZone time GMT+892.",
125 assertEquals("Must return GMT when given an invalid TimeZone time GMT+082.",
127 assertEquals("Must return GMT when given an invalid TimeZone time GMT+28."
    [all...]

Completed in 363 milliseconds

<<11121314151617181920>>