Searched defs:good (Results 1 - 25 of 50) sorted by relevance

12

/external/valgrind/main/memcheck/tests/
H A Dexecve1.c7 char* good[1] = { NULL }; local
10 execve("/bin/true", good, good);
/external/clang/test/SemaCXX/
H A Dfunction-pointer-arguments.cpp9 void good() { function in namespace:PR16570
H A Doperator-arrow-depth.cpp21 A<MAX/2> good; variable
22 int n = good->n;
H A Dcxx0x-deleted-default-ctor.cpp46 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}}
H A Dvirtual-override.cpp237 X1<0, 0> good; member in namespace:type_dependent_covariance
H A Dcxx1y-variable-templates_top_level.cpp24 void good() { function in namespace:use_in_top_level_funcs
179 namespace good { namespace in namespace:explicit_specialization
/external/chromium_org/components/dom_distiller/core/
H A Dfeedback_reporter.cc16 void FeedbackReporter::ReportQuality(bool good) { argument
17 UMA_HISTOGRAM_BOOLEAN("DomDistiller.DistillationQuality", good);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
H A DExternalFeedbackReporter.java18 * @param good whether the perceived quality of the distillation of a web page was good.
20 void reportFeedback(Activity activity, String url, boolean good); argument
H A DDomDistillerFeedbackReporter.java34 public void reportFeedback(Activity activity, String url, boolean good) { argument
81 * @param good whether the perceived quality of the distillation of a web page was good.
83 private void recordQuality(boolean good) { argument
84 nativeReportQuality(good);
85 if (!good) {
89 sExternalFeedbackReporter.reportFeedback(activity, url, good);
149 private static native void nativeReportQuality(boolean good); argument
/external/chromium_org/content/browser/appcache/
H A Dappcache_manifest_parser_unittest.cc59 const std::string good = kGoodSignatures[i]; local
60 EXPECT_TRUE(ParseManifest(url, good.c_str(), good.length(),
/external/clang/test/CXX/temp/temp.spec/
H A Dno-body.cpp11 namespace good { namespace
/external/openssl/crypto/rsa/
H A Drsa_pk1.c189 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)
H A Drsa_oaep.c100 unsigned int good, found_one_byte; local
146 good = constant_time_is_zero(em[0]);
164 good &= constant_time_is_zero(CRYPTO_memcmp(db, phash, SHA_DIGEST_LENGTH));
175 good &= (found_one_byte | equals0);
178 good &= found_one_byte;
181 * At this point |good| is zero unless the plaintext was valid,
185 if (!good)
/external/chromium_org/chrome/browser/net/
H A Dchrome_fraudulent_certificate_reporter_unittest.cc48 // Builds an SSLInfo from a "good" cert chain, as defined by IsGoodSSLInfo,
64 // Checks that |info| is good as required by the SSL checks performed in
83 // Passes if invoked with a good SSLInfo and for a hostname that is a Google
161 SSLInfo good = GetGoodSSLInfo(); local
162 EXPECT_TRUE(IsGoodSSLInfo(good));
/external/doclava/src/com/google/doclava/
H A DLinkReference.java59 public boolean good; field in class:LinkReference
433 result.good = true;
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertificateFactory_ImplTest.java231 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[
[all...]
/external/clang/lib/AST/
H A DComment.cpp37 struct good {}; struct in namespace:clang::comments::__anon17718
41 good implements_child_begin_end(Comment::child_iterator (T::*)() const) {
42 return good();
52 (void) good(implements_child_begin_end(function))
151 // Defaults are should be good for declarations we don't handle explicitly.
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_attribs.cc184 bool good = size_good && offset_good && stride_good && local
186 bool call = good && (type != GL_FIXED);
199 if (good) {
/external/chromium_org/sync/syncable/
H A Dentry.h52 // After constructing, you must check good() to test whether the Get
63 bool good() const { return 0 != kernel_; } function in class:syncer::syncable::Entry
H A Ddirectory.h192 bool good() const { return NULL != kernel_; } function in class:syncer::syncable::Directory
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsettings_sync_unittest.cc713 ValueStore* good = AddExtensionAndGetStorage("good", type); local
721 "good", "foo", fooValue, model_type));
736 EXPECT_PRED_FORMAT2(SettingsEq, dict, good->Get());
743 // Changes made to good should be sent to sync, changes from bad shouldn't.
745 good->Set(DEFAULTS, "bar", barValue);
750 sync_processor_->GetOnlyChange("good", "bar").change_type());
757 EXPECT_PRED_FORMAT2(SettingsEq, dict, good->Get());
765 // Changes received from sync should go to good but not bad (even when it's
770 "good", "fo
910 ValueStore* good = AddExtensionAndGetStorage("good", type); local
1008 ValueStore* good = AddExtensionAndGetStorage("good", type); local
1063 ValueStore* good = AddExtensionAndGetStorage("good", type); local
1167 ValueStore* good = AddExtensionAndGetStorage("good", type); local
1258 ValueStore* good = AddExtensionAndGetStorage("good", type); local
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dunicodetext.cc76 int good = UniLib::SpanInterchangeValid(start, end - start); local
77 if (good > 0) {
79 memmove(out, start, good);
81 out += good;
82 start += good;
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_cbc.c114 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| wil
[all...]
/external/openssl/crypto/rand/
H A Drand_win.c197 int good = 0; local
360 good = 1;
374 good = 1;
499 if (good) starttime = GetTickCount();
530 && (!good || (GetTickCount()-starttime)<MAXDELAY)
540 && (!good || (GetTickCount()-starttime)<MAXDELAY)
563 && (!good || (GetTickCount()-starttime)<MAXDELAY));
574 if (good) starttime = GetTickCount();
578 while (process_next(handle, &p) && (!good || (GetTickCount()-starttime)<MAXDELAY));
586 if (good) starttim
[all...]
/external/openssl/ssl/
H A Ds3_cbc.c84 unsigned padding_length, good; local
93 good = constant_time_ge(rec->length, padding_length+overhead);
95 good &= constant_time_ge(block_size, padding_length+1);
96 padding_length = good & (padding_length+1);
99 return constant_time_select_int(good, 1, -1);
118 unsigned padding_length, good, to_check, i; local
165 good = constant_time_ge(rec->length, overhead+padding_length);
185 good &= ~(mask&(padding_length ^ b));
189 * one or more of the lower eight bits of |good| will be cleared.
191 good
[all...]

Completed in 485 milliseconds

12