HomeSort by relevance Sort by last modified time
    Searched refs:reasons (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 6 did not recognise. There are two possible reasons for this.
19 did not recognise. There are two possible reasons for this.
32 did not recognise. There are two possible reasons for this.
45 did not recognise. There are two possible reasons for this.
  /external/chromium_org/content/renderer/media/
buffered_resource_loader.cc 371 uint32 reasons = GetReasonsForUncacheability(response);
372 might_be_reused_from_cache_in_future_ = reasons == 0;
373 UMA_HISTOGRAM_BOOLEAN("Media.CacheUseful", reasons == 0);
376 while (reasons) {
378 if (reasons & 0x1)
380 reasons >>= 1;
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl.h 116 // Returns the reasons for the latest run of blacklisting decisions.
119 void GetBlacklistReasons(base::ListValue* reasons) const;
gpu_data_manager_impl.cc 175 void GpuDataManagerImpl::GetBlacklistReasons(base::ListValue* reasons) const {
177 private_->GetBlacklistReasons(reasons);
gpu_data_manager_impl_private.h 75 void GetBlacklistReasons(base::ListValue* reasons) const;
gpu_data_manager_impl_private.cc 799 base::ListValue* reasons) const {
801 gpu_blacklist_->GetReasons(reasons, "disabledFeatures");
803 gpu_driver_bug_list_->GetReasons(reasons, "workarounds");
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_crld.c 288 if (!strcmp(cnf->name, "reasons"))
290 if (!set_reasons(&point->reasons, cnf->value))
406 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
551 print_reasons(out, "Only Some Reasons",
575 if(point->reasons)
576 print_reasons(out, "Reasons", point->reasons,
v3_purp.c 321 if (dp->reasons)
323 if (dp->reasons->length > 0)
324 dp->dp_reasons = dp->reasons->data[0];
325 if (dp->reasons->length > 1)
326 dp->dp_reasons |= (dp->reasons->data[1] << 8);
697 * returns 0 for OK, positive for reason for mismatch, reasons match
  /external/openssl/crypto/x509v3/
v3_crld.c 288 if (!strcmp(cnf->name, "reasons"))
290 if (!set_reasons(&point->reasons, cnf->value))
406 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
551 print_reasons(out, "Only Some Reasons",
575 if(point->reasons)
576 print_reasons(out, "Reasons", point->reasons,
v3_purp.c 321 if (dp->reasons)
323 if (dp->reasons->length > 0)
324 dp->dp_reasons = dp->reasons->data[0];
325 if (dp->reasons->length > 1)
326 dp->dp_reasons |= (dp->reasons->data[1] << 8);
697 * returns 0 for OK, positive for reason for mismatch, reasons match
  /bionic/libdl/
Android.mk 20 # for x86, exclude libgcc_eh.a for the same reasons as above
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 701 void ScrollingCoordinator::setShouldUpdateScrollLayerPositionOnMainThread(MainThreadScrollingReasons reasons)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 399 // reasons. We define this constant since sizeof won't return the number of bits, and we
442 void setStyleDeterminedCompositingReasons(CompositingReasons reasons) { ASSERT(reasons == (reasons & CompositingReasonComboAllStyleDeterminedReasons)); m_styleDeterminedCompositingReasons = reasons; }
    [all...]
  /external/chromium_org/v8/test/webkit/
function-constructor-newline-after-brace.js 25 "This test checks that the Function constructor places a newline after the opening brace, for compatibility reasons. It passes if there are no syntax error exceptions."
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_vfy.c 824 unsigned int reasons, best_reasons = 0; local
832 reasons = *preasons;
833 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x);
840 best_reasons = reasons;
970 * The reasons mask is also used to determine if the CRL is suitable: if
971 * no new reasons the CRL is rejected, otherwise reasons is updated.
995 /* If no new reasons reject */
1030 /* If no new reasons reject */
1298 unsigned int reasons; local
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.c 750 /* If reasons not updated we wont get anywhere by
835 unsigned int reasons, best_reasons = 0; local
843 reasons = *preasons;
844 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x);
851 best_reasons = reasons;
981 * The reasons mask is also used to determine if the CRL is suitable: if
982 * no new reasons the CRL is rejected, otherwise reasons is updated.
1006 /* If no new reasons reject */
1041 /* If no new reasons reject *
1309 unsigned int reasons; local
    [all...]
  /external/chromium_org/chrome/installer/gcapi/
gcapi.cc 406 DWORD* reasons) {
438 if (reasons != NULL)
439 *reasons = local_reasons;
  /external/libpcap/
grammar.y 184 const char *reasons[] = PFRES_NAMES;
187 for (i = 0; reasons[i]; i++) {
188 if (pcap_strcasecmp(reason, reasons[i]) == 0)
grammar.c 261 const char *reasons[] = PFRES_NAMES; local
264 for (i = 0; reasons[i]; i++) {
265 if (pcap_strcasecmp(reason, reasons[i]) == 0)
    [all...]
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
nacl.scons 103 # the same reasons that the previous test fails.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 783 CompositingReasons reasons = m_compositingReasonFinder.styleDeterminedReasons(layer->renderer()); local
784 layer->setStyleDeterminedCompositingReasons(reasons);
789 CompositingReasons reasons = m_compositingReasonFinder.directReasons(layer); local
790 layer->setCompositingReasons(reasons, CompositingReasonComboAllDirectReasons);
    [all...]
  /external/chromium_org/extensions/renderer/resources/
last_error.js 10 // A utility here is useful for two reasons:
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 506 * Code that does direct TCP/IP or UDP networking. For security reasons
512 is not supported for security reasons. However, threads are supported.
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
cmake.py 241 Invalid for unknown reasons but cause failures: '.'
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service.cc 691 int reasons = ExtensionPrefs::Get(profile_)->GetDisableReasons(extension_id); local
692 if (reasons & Extension::DISABLE_RELOAD) {

Completed in 622 milliseconds

12 3 4