HomeSort by relevance Sort by last modified time
    Searched full:contain (Results 676 - 700 of 9182) sorted by null

<<21222324252627282930>>

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SignatureExceptionTest.java 111 assertTrue("getMessage() should contain ".concat(toS), (getM
175 assertTrue("getMessage() must contain ".concat(msgs[i]), getM
178 assertTrue("getMessage() should contain ".concat(toS), getM
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CRLExceptionTest.java 109 assertTrue("getMessage() should contain ".concat(toS), (getM
173 assertTrue("getMessage() must contain ".concat(msgs[i]), getM
176 assertTrue("getMessage() should contain ".concat(toS), getM
CertPathBuilderExceptionTest.java 114 assertTrue("getMessage() should contain ".concat(toS), (getM
178 assertTrue("getMessage() must contain ".concat(msgs[i]), getM
181 assertTrue("getMessage() should contain ".concat(toS), getM
CertStoreExceptionTest.java 111 assertTrue("getMessage() should contain ".concat(toS), (getM
175 assertTrue("getMessage() must contain ".concat(msgs[i]), getM
178 assertTrue("getMessage() should contain ".concat(toS), getM
CertificateEncodingExceptionTest.java 116 assertTrue("getMessage() should contain ".concat(toS), (getM
182 assertTrue("getMessage() must contain ".concat(msgs[i]), getM
185 assertTrue("getMessage() should contain ".concat(toS), getM
CertificateExceptionTest.java 113 assertTrue("getMessage() should contain ".concat(toS), (getM
177 assertTrue("getMessage() must contain ".concat(msgs[i]), getM
180 assertTrue("getMessage() should contain ".concat(toS), getM
CertificateParsingExceptionTest.java 114 assertTrue("getMessage() should contain ".concat(toS), (getM
180 assertTrue("getMessage() must contain ".concat(msgs[i]), getM
183 assertTrue("getMessage() should contain ".concat(toS), getM
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
InvalidKeySpecExceptionTest.java 113 assertTrue("getMessage() should contain ".concat(toS), (getM
177 assertTrue("getMessage() must contain ".concat(msgs[i]), getM
180 assertTrue("getMessage() should contain ".concat(toS), getM
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
PKIXBuilderParameters_ImplTest.java 88 * Assertion: Only keystore entries that contain trusted
132 * if the <code>keystore</code> does not contain at least one
143 // pass KeyStore that does not contain trusted certificates
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLExceptionTest.java 96 assertTrue("getMessage() should contain ".concat(toS), (getM
168 assertTrue("getMessage() must contain ".concat(msgs[i]), getM
171 assertTrue("getMessage() should contain ".concat(toS), getM
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2109DomainHandler.java 93 + "\" violates RFC 2109: domain must contain an embedded dot");
101 // host minus domain may not contain any dots
106 + "\" violates RFC 2109: host minus domain may not contain any dots");
  /external/bison/src/
scan-code.h 59 * the \c code_props that would contain the code passage associated
80 * - \c self has been overwritten to contain no code.
111 * might contain are $$ and \@$, referring to a single symbol.
  /external/chromium/chrome/common/extensions/docs/static/
apps.html 103 The "launch" field can contain the following:
148 tabs that contain app's pages.
157 For further details on what a packaged app's manifest can contain, see the
  /external/chromium/net/http/
http_auth_sspi_win.h 178 // If |combined| is of form "FOO\bar", |domain| will contain "FOO" and |user|
179 // will contain "bar".
181 // contain "bar".
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
apps.html 112 The "launch" field can contain the following:
157 tabs that contain app's pages.
166 For further details on what a packaged app's manifest can contain, see the
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_term_feature_extractor.h 61 // |page_text| should contain the plain text of a web page, including any
127 // would contain (hashed) "one" and "two". We do this so that we can have a
129 // doesn't contain any part of one of our terms.
  /external/chromium_org/chromeos/network/onc/
onc_merger_unittest.cc 20 // Checks that both dictionaries contain an entry at |path| with the same value.
27 << "First dictionary '" << a << "' doesn't contain " << path;
33 << "Second dictionary '" << b << "' doesn't contain " << path;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
NaClAM.js 78 console.log('NaClAM: Message header does not contain cmd.');
86 console.log('NaClAM: Message header does not contain frames.');
94 console.log('NaClAM: Message header does not contain request.');
  /external/chromium_org/net/http/
http_auth_sspi_win.h 178 // If |combined| is of form "FOO\bar", |domain| will contain "FOO" and |user|
179 // will contain "bar".
181 // contain "bar".
  /external/chromium_org/third_party/WebKit/public/web/
WebDataSource.h 76 // at last committing the current page. This will contain one entry
78 // there are no redirects, it will contain exactly the current URL, and
79 // if there is one redirect, it will contain the source and destination
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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/chromium_org/tools/grit/grit/gather/
policy_json_unittest.py 110 # The following line will contain two backslash characters when it
120 # The following line will contain two backslash characters when it
135 # The following line will contain a backslash+n when it ends up in
  /external/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 78 /// list if an error occurred. In that case, \c Error will contain a
96 // In that case, \c Error will contain a description of the error.
108 /// if an error occurred. In that case, \c Error will contain a
  /external/guava/guava/src/com/google/common/cache/
CacheLoader.java 83 * <p>If the returned map doesn't contain all requested {@code keys} then the entries it does
84 * contain will be cached, but {@code getAll} will throw an exception. If the returned map
94 * <b>may not contain null values</b>

Completed in 632 milliseconds

<<21222324252627282930>>