/external/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons/ |
istream.pass.cpp | 26 assert(inf.good());
|
/dalvik/dx/tests/ |
run-test | 113 good="no" 117 good="yes" 120 good="yes" 126 good="yes" 131 if [ "$good" = "yes" ]; then
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
CertificateFactory_ImplTest.java | 231 private static String[][] good = { field in class:CertificateFactory_ImplTest 307 for (int i = 0; i < good.length; i++) { 309 (good[i][0] + x509crl + good[i][1]).getBytes("UTF-8")); 322 (good[0][0] + bad_content[i] + good[0][1]).getBytes("UTF-8")); 408 data[pem_x509] = (good[0][0] + x509crl + good[0][1] + "\n").getBytes("UTF-8"); 410 data[pem_pkcs] = (good[0][0] + pkcs7so + good[0][1] + "\n").getBytes("UTF-8") [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/ |
DomDistillerFeedbackReporter.java | 34 public void reportFeedback(Activity activity, String url, boolean good) { 81 * @param good whether the perceived quality of the distillation of a web page was good. 83 private void recordQuality(boolean good) { 84 nativeReportQuality(good); 85 if (!good) { 89 sExternalFeedbackReporter.reportFeedback(activity, url, good); 149 private static native void nativeReportQuality(boolean good);
|
/external/chromium_org/chrome/browser/resources/help/ |
channel_change_page.css | 22 .show-when-selected-channel-good, 31 .selected-channel-good .show-when-selected-channel-good,
|
/external/openssl/crypto/rsa/ |
rsa_pk1.c | 189 unsigned int good, found_zero_byte; local 221 good = constant_time_is_zero(em[0]); 222 good &= constant_time_eq(em[1], 2); 237 good &= constant_time_ge((unsigned int)(zero_index), 2 + 8); 244 /* For good measure, do this check in constant time as well; it could 246 good &= constant_time_ge((unsigned int)(tlen), (unsigned int)(mlen)); 255 if (!good)
|
/external/chromium_org/sync/internal_api/test/ |
test_entry_factory.cc | 38 DCHECK(entry.good()); 56 DCHECK(entry.good()); 75 DCHECK(entry.good()); 103 DCHECK(entry.good()); 134 if (!entry.good()) { 154 if (!entry.good()) { 186 DCHECK(entry.good()); 189 // it's good enough for our purposes. 205 if (!entry.good()) { 218 if (!entry.good()) { [all...] |
/external/libcxx/test/input.output/string.streams/istringstream/istringstream.assign/ |
member_swap.pass.cpp | 27 assert(ss.good()); 44 assert(ss.good());
|
move.pass.cpp | 28 assert(ss.good()); 41 assert(ss.good());
|
nonmember_swap.pass.cpp | 30 assert(ss.good()); 47 assert(ss.good());
|
/external/libcxx/test/input.output/string.streams/istringstream/istringstream.cons/ |
move.pass.cpp | 27 assert(ss.good()); 39 assert(ss.good());
|
/external/libcxx/test/input.output/string.streams/ostringstream/ostringstream.assign/ |
member_swap.pass.cpp | 27 assert(ss.good()); 40 assert(ss.good());
|
move.pass.cpp | 28 assert(ss.good()); 39 assert(ss.good());
|
nonmember_swap.pass.cpp | 27 assert(ss.good()); 40 assert(ss.good());
|
/external/libcxx/test/input.output/string.streams/ostringstream/ostringstream.members/ |
str.pass.cpp | 25 assert(ss.good()); 40 assert(ss.good());
|
/external/libcxx/test/input.output/string.streams/stringstream.cons/ |
move.pass.cpp | 27 assert(ss.good()); 41 assert(ss.good());
|
string.pass.cpp | 26 assert(ss.good()); 39 assert(ss.good());
|
/external/libcxx/test/input.output/string.streams/stringstream.cons/stringstream.assign/ |
member_swap.pass.cpp | 27 assert(ss.good()); 44 assert(ss.good());
|
move.pass.cpp | 28 assert(ss.good()); 43 assert(ss.good());
|
nonmember_swap.pass.cpp | 30 assert(ss.good()); 47 assert(ss.good());
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
s3_cbc.c | 114 unsigned padding_length, good; local 123 good = constant_time_ge(rec->length, padding_length+overhead); 125 good &= constant_time_ge(block_size, padding_length+1); 126 padding_length = good & (padding_length+1); 129 return (int)((good & 1) | (~good & -1)); 148 unsigned padding_length, good, to_check, i; local 168 good = constant_time_ge(rec->length, overhead+padding_length); 188 good &= ~(mask&(padding_length ^ b)); 192 * one or more of the lower eight bits of |good| will be cleared. W [all...] |
/external/clang/test/SemaCXX/ |
cxx0x-deleted-default-ctor.cpp | 46 struct good : non_trivial { struct in inherits:non_trivial 49 good g; 52 const good g; // expected-note {{field 'g' of const-qualified type 'const good' would not be initialized}}
|
/external/chromium_org/sync/internal_api/ |
read_node.cc | 35 if (!entry_->good()) 44 if (!entry_->good()) 65 if (!entry_->good()) 87 if (!entry_->good()) 103 if (!entry_->good())
|
/external/libcxx/test/numerics/complex.number/complex.ops/ |
stream_input.pass.cpp | 37 assert(is.good()); 44 assert(is.good()); 58 assert(is.good()); 65 assert(is.good()); 72 assert(is.good());
|
/external/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/ |
ctor.pass.cpp | 59 assert(!is.good()); 67 assert(!is.good()); 76 assert(is.good()); 86 assert(is.good()); 96 assert(is.good()); 105 assert(is.good()); 124 assert(is.good());
|