/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
CacheLoader.java | 56 * <p>If the returned map doesn't contain all requested {@code keys} then the entries it does 57 * contain will be cached, but {@code getAll} will throw an exception. If the returned map 67 * <b>may not contain null values</b>
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionAddAllTester.java | 85 assertTrue("should contain " + samples.e3, collection.contains(samples.e3)); 86 assertTrue("should contain " + samples.e0, collection.contains(samples.e0)); 135 "Should not contain null after unsupported addAll(containsNull)");
|
MapPutTester.java | 123 "Should not contain null key after unsupported put(null, value)"); 141 "Should not contain null value after unsupported put(key, null)"); 162 "Should not contain null after unsupported put(present, null)");
|
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheBuilderFactory.java | 39 // Default values contain only 'null', which means don't call the CacheBuilder method (just give 127 * Sets.cartesianProduct doesn't allow sets that contain null, but we want null to mean 129 * behavior. This method wraps the elements in the input sets (which may contain null) as
|
/external/icu4c/test/cintltst/ |
usettest.c | 193 log_err("set should not contain some of set2 yet\n"); 197 log_err("set should contain some of set2\n"); 223 * inList, and does not contain those in outList. Also verifies that 286 (isIn ? "contains" : "does not contain"), 290 (isIn ? "does not contain" : "contains"), 303 (isIn ? "contains" : "does not contain"), 307 (isIn ? "does not contain" : "contains"), 318 (isIn ? "contains" : "does not contain"), 322 (isIn ? "does not contain" : "contains"), 336 (isIn ? "contains" : "does not contain"), [all...] |
/external/icu4c/tools/icupkg/ |
icupkg.8.in | 80 contain the letter from the 169 Items for removal or extraction may contain a single 189 Paths may contain
|
/external/llvm/include/llvm/Transforms/Utils/ |
SpecialCaseList.h | 78 /// category. Category will contain the name of an arbitrary category in 83 /// category. Category will contain the name of an arbitrary category in 88 /// contain the name of an arbitrary category in which this module is listed.
|
/external/openssh/ |
pathnames.h | 66 * contain anything particularly secret. 83 * readable by anyone but the user him/herself, but does not contain anything 92 * but does not contain anything particularly secret. If the user's home
|
/external/qemu/android/ |
async-utils.h | 77 * the read (or if 'events' doesn't contain LOOP_IO_READ). 118 * doesn't contain LOOP_IO_WRITE). 183 * does not contain LOOP_IO_READ).
|
/frameworks/av/media/libeffects/data/ |
audio_effects.conf | 1 # List of effect libraries to load. Each library element must contain a "path" element 50 # list of effects to load. Each effect element must contain a "library" and a "uuid" element. 156 # Each effect element may optionally contain a list of parameters and their
|
/frameworks/base/core/java/android/test/ |
AndroidTestCase.java | 102 assertTrue("error message should contain " + permission + ".", 121 assertTrue("error message should contain " + permission + ".", 140 assertTrue("error message should contain \"" + permission + "\". Got: \""
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
DigestExceptionTest.java | 98 assertTrue("getMessage() should contain ".concat(toS), (getM 162 assertTrue("getMessage() must contain ".concat(msgs[i]), getM 165 assertTrue("getMessage() should contain ".concat(toS), getM
|
GeneralSecurityExceptionTest.java | 102 assertTrue("getMessage() should contain ".concat(toS), (getM 166 assertTrue("getMessage() must contain ".concat(msgs[i]), getM 169 assertTrue("getMessage() should contain ".concat(toS), getM
|
InvalidAlgorithmParameterExceptionTest.java | 106 assertTrue("getMessage() should contain ".concat(toS), (getM 176 assertTrue("getMessage() must contain ".concat(msgs[i]), getM 179 assertTrue("getMessage() should contain ".concat(toS), getM
|
InvalidKeyExceptionTest.java | 100 assertTrue("getMessage() should contain ".concat(toS), (getM 164 assertTrue("getMessage() must contain ".concat(msgs[i]), getM 167 assertTrue("getMessage() should contain ".concat(toS), getM
|
KeyExceptionTest.java | 98 assertTrue("getMessage() should contain ".concat(toS), (getM 162 assertTrue("getMessage() must contain ".concat(msgs[i]), getM 165 assertTrue("getMessage() should contain ".concat(toS), getM
|
KeyManagementExceptionTest.java | 102 assertTrue("getMessage() should contain ".concat(toS), (getM 166 assertTrue("getMessage() must contain ".concat(msgs[i]), getM 169 assertTrue("getMessage() should contain ".concat(toS), getM
|
KeyStoreExceptionTest.java | 99 assertTrue("getMessage() should contain ".concat(toS), (getM 163 assertTrue("getMessage() must contain ".concat(msgs[i]), getM 166 assertTrue("getMessage() should contain ".concat(toS), getM
|
NoSuchAlgorithmExceptionTest.java | 102 assertTrue("getMessage() should contain ".concat(toS), (getM 166 assertTrue("getMessage() must contain ".concat(msgs[i]), getM 169 assertTrue("getMessage() should contain ".concat(toS), getM
|
ProviderExceptionTest.java | 99 assertTrue("getMessage() should contain ".concat(toS), (getM 163 assertTrue("getMessage() must contain ".concat(msgs[i]), getM 166 assertTrue("getMessage() should contain ".concat(toS), getM
|
SignatureExceptionTest.java | 100 assertTrue("getMessage() should contain ".concat(toS), (getM 164 assertTrue("getMessage() must contain ".concat(msgs[i]), getM 167 assertTrue("getMessage() should contain ".concat(toS), getM
|
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLExceptionTest.java | 83 assertTrue("getMessage() should contain ".concat(toS), (getM 146 assertTrue("getMessage() must contain ".concat(msgs[i]), getM 149 assertTrue("getMessage() should contain ".concat(toS), getM
|
/libcore/luni/src/test/java/tests/security/cert/ |
CRLExceptionTest.java | 98 assertTrue("getMessage() should contain ".concat(toS), (getM 162 assertTrue("getMessage() must contain ".concat(msgs[i]), getM 165 assertTrue("getMessage() should contain ".concat(toS), getM
|
CertPathBuilderExceptionTest.java | 103 assertTrue("getMessage() should contain ".concat(toS), (getM 167 assertTrue("getMessage() must contain ".concat(msgs[i]), getM 170 assertTrue("getMessage() should contain ".concat(toS), getM
|
CertStoreExceptionTest.java | 100 assertTrue("getMessage() should contain ".concat(toS), (getM 164 assertTrue("getMessage() must contain ".concat(msgs[i]), getM 167 assertTrue("getMessage() should contain ".concat(toS), getM
|