HomeSort by relevance Sort by last modified time
    Searched full:must (Results 101 - 125 of 21241) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/WebKitTools/Scripts/webkitpy/
patchcollection.py 8 # * Redistributions of source code must retain the above copyright
10 # * Redistributions in binary form must reproduce the above
32 raise NotImplementedError, "subclasses must implement"
35 raise NotImplementedError, "subclasses must implement"
38 raise NotImplementedError, "subclasses must implement"
41 raise NotImplementedError, "subclasses must implement"
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
BadPaddingExceptionTest.java 61 assertNull("getMessage() must return null.", tE.getMessage());
62 assertNull("getCause() must return null", tE.getCause());
80 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
82 assertNull("getCause() must return null", tE.getCause());
99 assertNull("getMessage() must return null.", tE.getMessage());
100 assertNull("getCause() must return null", tE.getCause());
IllegalBlockSizeExceptionTest.java 62 assertNull("getMessage() must return null.", tE.getMessage());
63 assertNull("getCause() must return null", tE.getCause());
81 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
83 assertNull("getCause() must return null", tE.getCause());
101 assertNull("getMessage() must return null.", tE.getMessage());
102 assertNull("getCause() must return null", tE.getCause());
NoSuchPaddingExceptionTest.java 62 assertNull("getMessage() must return null.", tE.getMessage());
63 assertNull("getCause() must return null", tE.getCause());
81 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
83 assertNull("getCause() must return null", tE.getCause());
101 assertNull("getMessage() must return null.", tE.getMessage());
102 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());
79 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
81 assertNull("getCause() must return null", tE.getCause());
99 assertNull("getMessage() must return null.", tE.getMessage());
100 assertNull("getCause() must return null", tE.getCause());
  /libcore/luni/src/test/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());
79 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
81 assertNull("getCause() must return null", tE.getCause());
99 assertNull("getMessage() must return null.", tE.getMessage());
100 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());
79 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
81 assertNull("getCause() must return null", tE.getCause());
99 assertNull("getMessage() must return null.", tE.getMessage());
100 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());
79 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
81 assertNull("getCause() must return null", tE.getCause());
99 assertNull("getMessage() must return null.", tE.getMessage());
100 assertNull("getCause() must return null", tE.getCause());
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
DestroyFailedExceptionTest.java 65 assertNull("getMessage() must return null.", dfE.getMessage());
66 assertNull("getCause() must return null", dfE.getCause());
83 assertEquals("getMessage() must return: ".concat(msgs[i]), dfE.getMessage(), msgs[i]);
84 assertNull("getCause() must return null", dfE.getCause());
101 assertNull("getMessage() must return null.", dfE.getMessage());
102 assertNull("getCause() must return null", dfE.getCause());
LoginExceptionTest.java 65 assertNull("getMessage() must return null.", lE.getMessage());
66 assertNull("getCause() must return null", lE.getCause());
83 assertEquals("getMessage() must return: ".concat(msgs[i]), lE.getMessage(), msgs[i]);
84 assertNull("getCause() must return null", lE.getCause());
101 assertNull("getMessage() must return null.", lE.getMessage());
102 assertNull("getCause() must return null", lE.getCause());
  /libcore/luni/src/test/java/tests/security/cert/
CertificateExpiredExceptionTest.java 61 assertNull("getMessage() must return null.", tE.getMessage());
62 assertNull("getCause() must return null", tE.getCause());
80 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
82 assertNull("getCause() must return null", tE.getCause());
100 assertNull("getMessage() must return null.", tE.getMessage());
101 assertNull("getCause() must return null", tE.getCause());
CertificateFactory2Test.java 97 fail("CertificateException must be thrown");
103 fail("CertificateException must be thrown because encodings list is empty");
112 fail("CertificateException must be thrown");
118 fail("IllegalArgumentException must be thrown");
129 fail("CertificateException must be thrown");
134 fail("CertificateException must be thrown");
138 assertNull("Result must be null", cert);
140 assertNull("Result must be null", col);
144 fail("CRLException must be thrown");
149 fail("CRLException must be thrown")
    [all...]
CertificateNotYetValidExceptionTest.java 62 assertNull("getMessage() must return null.", tE.getMessage());
63 assertNull("getCause() must return null", tE.getCause());
81 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
83 assertNull("getCause() must return null", tE.getCause());
102 assertNull("getMessage() must return null.", tE.getMessage());
103 assertNull("getCause() must return null", tE.getCause());
CertPathValidatorExceptionTest.java 68 assertNull("getMessage() must return null.", tE.getMessage());
69 assertNull("getCause() must return null", tE.getCause());
87 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
89 assertNull("getCause() must return null", tE.getCause());
107 assertNull("getMessage() must return null.", tE.getMessage());
108 assertNull("getCause() must return null", tE.getCause());
125 assertNull("getMessage() must return null.", tE.getMessage());
126 assertNull("getCause() must return null", tE.getCause());
148 assertNotNull("getCause() must not return null", tE.getCause());
149 assertEquals("getCause() must return ".concat(tCause.toString()), t
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
InvalidParameterSpecExceptionTest.java 62 assertNull("getMessage() must return null.", tE.getMessage());
63 assertNull("getCause() must return null", tE.getCause());
81 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
83 assertNull("getCause() must return null", tE.getCause());
102 assertNull("getMessage() must return null.", tE.getMessage());
103 assertNull("getCause() must return null", tE.getCause());
  /dalvik/docs/opcodes/
opcode-25-filled-new-array-range.html 48 vN must be a valid register index in the current stack frame (this means
52 For all values I in the interval [C .. N] the following must hold:
55 vI must not be part of a register pair
58 If the array type is a simple type, vI must be a simple type, too.
61 If the array type is a reference type, vI must be a reference type, too.
66 B must be a valid index into the type pool.
69 The type denoted by B must be an array type.
72 The element size of the type denoted by B must be no larger than 32 bits.
  /external/libpcap/
LICENSE 7 1. Redistributions of source code must retain the above copyright
9 2. Redistributions in binary form must reproduce the above copyright
NOTICE 7 1. Redistributions of source code must retain the above copyright
9 2. Redistributions in binary form must reproduce the above copyright
  /external/tcpdump/
LICENSE 7 1. Redistributions of source code must retain the above copyright
9 2. Redistributions in binary form must reproduce the above copyright
NOTICE 7 1. Redistributions of source code must retain the above copyright
9 2. Redistributions in binary form must reproduce the above copyright
  /frameworks/base/core/java/android/os/
IInterface.java 21 * you must derive it from IInterface.
27 * You must use this instead of a plain cast, so that proxy objects
  /libcore/luni/src/test/java/org/bouncycastle/crypto/digests/
DigestTest.java 31 * the results. Requirement is that the results must be equal, the digest
32 * implementations must have the same properties, and the new implementation
33 * must be faster than the old one.
46 assertEquals("Hash names must be equal",
48 assertEquals("Hash sizes must be equal",
50 assertEquals("Hash block sizes must be equal",
79 assertEquals("Hash sizes must be equal", oldLength, newLength);
82 assertEquals("Hashes[" + i + "] must be equal", oldHash[i], newHash[i]);
  /packages/experimental/
README 6 >> Every package under this directory must have a README file <<
13 packages must be built directly with "mmm" or equivalent:
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm_nicstar.h 17 /* Note: non-kernel programs including this file must also include
46 /* type must be one of the following: */
  /bionic/libc/include/
fnmatch.h 8 * * Redistributions of source code must retain the above copyright
10 * * Redistributions in binary form must reproduce the above copyright
39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */

Completed in 3207 milliseconds

1 2 3 45 6 7 8 91011>>