Searched refs:AddBoolean (Results 1 - 25 of 29) sorted by relevance

12

/external/clang/lib/AST/
H A DStmtProfile.cpp162 ID.AddBoolean(S->isVolatile());
163 ID.AddBoolean(S->isSimple());
200 ID.AddBoolean(S->isIfExists());
231 ID.AddBoolean(S->hasEllipsis());
425 ID.AddBoolean(S->isExact());
500 ID.AddBoolean(S->isArrow());
505 ID.AddBoolean(S->isFileScope());
585 ID.AddBoolean(S->usesGNUSyntax());
896 ID.AddBoolean(S->getValue());
927 ID.AddBoolean(
[all...]
H A DType.cpp1775 ID.AddBoolean(epi.ConsumedParameters[i]);
1778 ID.AddBoolean(epi.HasTrailingReturn);
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h448 ID.AddBoolean(InstanceMethod);
449 ID.AddBoolean(NoReturn);
450 ID.AddBoolean(ReturnsRetained);
451 ID.AddBoolean(HasRegParm);
465 ID.AddBoolean(InstanceMethod);
466 ID.AddBoolean(info.getNoReturn());
467 ID.AddBoolean(info.getProducesResult());
468 ID.AddBoolean(info.getHasRegParm());
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_ui.cc83 source->AddBoolean("allow_deleting_history",
85 source->AddBoolean("show_delete_history", !profile->IsSupervised());
H A Dwelcome_ui_android.cc60 html_source->AddBoolean("tosVisible", tos_visible);
H A Dhistory_ui.cc118 source->AddBoolean("isUserSignedIn",
176 source->AddBoolean("isFullHistorySyncEnabled",
178 source->AddBoolean("groupByDomain",
181 source->AddBoolean("allowDeletingHistory",
183 source->AddBoolean("isInstantExtendedApiEnabled",
192 source->AddBoolean("isSupervisedProfile", profile->IsSupervised());
193 source->AddBoolean("showDeleteVisitUI", !profile->IsSupervised());
/external/chromium_org/content/public/browser/
H A Dweb_ui_data_source.h54 virtual void AddBoolean(const std::string& name, bool value) = 0;
/external/clang/include/clang/AST/
H A DTemplateName.h427 ID.AddBoolean(TemplateKeyword);
528 ID.AddBoolean(false);
535 ID.AddBoolean(true);
H A DType.h2129 ID.AddBoolean(SpelledAsLValue);
3540 ID.AddBoolean(ParameterPack);
3695 ID.AddBoolean(IsDecltypeAuto);
3696 ID.AddBoolean(IsDependent);
4259 ID.AddBoolean(NumExpansions.hasValue());
/external/chromium_org/base/metrics/
H A Dhistogram_base.cc85 void HistogramBase::AddBoolean(bool value) { function in class:base::HistogramBase
H A Dhistogram_base.h121 void AddBoolean(bool value);
H A Dhistogram.h203 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \
284 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dinstall_extension_handler.cc39 source->AddBoolean(
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_manager_metrics_util.cc110 histogram->AddBoolean(sample);
/external/chromium_org/content/browser/webui/
H A Dweb_ui_data_source_impl.h37 virtual void AddBoolean(const std::string& name, bool value) OVERRIDE;
H A Dweb_ui_data_source_impl.cc146 void WebUIDataSourceImpl::AddBoolean(const std::string& name, bool value) { function in class:content::WebUIDataSourceImpl
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dkeyboard_overlay_ui.cc260 source->AddBoolean("keyboardOverlayHasChromeOSDiamondKey",
265 source->AddBoolean("keyboardOverlayIsDisplayUIScalingEnabled",
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatscollector.cc219 void StatsReport::AddBoolean(StatsReport::StatsValueName name, bool value) { function in class:webrtc::StatsReport
371 report->AddBoolean(StatsReport::kStatsValueNameTypingNoiseState,
447 report->AddBoolean(StatsReport::kStatsValueNameCpuLimitedResolution,
449 report->AddBoolean(StatsReport::kStatsValueNameBandwidthLimitedResolution,
451 report->AddBoolean(StatsReport::kStatsValueNameViewLimitedResolution,
821 report->AddBoolean(StatsReport::kStatsValueNameInitiator,
895 report->AddBoolean(StatsReport::kStatsValueNameWritable,
897 report->AddBoolean(StatsReport::kStatsValueNameReadable,
899 report->AddBoolean(StatsReport::kStatsValueNameActiveConnection,
H A Dstatstypes.h122 void AddBoolean(StatsValueName name, bool value);
/external/chromium_org/content/browser/loader/
H A Dbuffered_resource_handler.cc49 nosniff_usage->AddBoolean(sniffing_blocked);
56 nosniff_otherwise->AddBoolean(we_would_like_to_sniff);
63 nosniff_empty_mime_type->AddBoolean(mime_type.empty());
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h168 ID.AddBoolean(IsSink);
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.cc427 uma_name, base::Histogram::kUmaTargetedHistogramFlag)->AddBoolean(result);
695 uma_name, base::Histogram::kUmaTargetedHistogramFlag)->AddBoolean(result);
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp162 ID.AddBoolean(EnableNullFPSuppression);
418 ID.AddBoolean(EnableNullFPSuppression);
714 ID.AddBoolean(Assumption);
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h316 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } function in class:llvm::FoldingSetNodeID
H A DImmutableSet.h856 ID.AddBoolean(X);

Completed in 578 milliseconds

12