HomeSort by relevance Sort by last modified time
    Searched refs:Enabled (Results 1 - 25 of 49) sorted by null

1 2

  /external/v8/src/
counters.cc 50 if (!counter_.Enabled())
58 if (!counter_.Enabled())
counters.h 154 // Is this counter enabled?
156 bool Enabled() {
198 return counter_.Enabled() && start_time_ != 0 && stop_time_ == 0;
  /external/llvm/lib/Support/
Statistic.cpp 12 // printed at the end of a run, when the -stats command line option is enabled
43 Enabled(
71 // If stats are enabled, inform StatInfo that this statistic should be
75 if (Enabled)
107 Enabled.setValue(true);
111 return Enabled;
150 // Statistics not enabled?
161 if (Enabled) {
Timer.cpp 238 bool Enabled)
239 : TimeRegion(!Enabled ? 0 : &getNamedRegionTimer(Name)) {}
242 bool Enabled)
243 : TimeRegion(!Enabled ? 0 : &NamedGroupedTimers->get(Name, GroupName)) {}
  /external/chromium/base/metrics/
stats_counters.cc 80 if (!Enabled())
88 if (!Enabled() || !Running())
96 return Enabled() && !start_time_.is_null() && stop_time_.is_null();
stats_counters.h 103 // Is this counter enabled?
105 bool Enabled() {
  /external/chromium/third_party/libjingle/source/talk/base/
winfirewall.h 54 bool Enabled() const;
winfirewall.cc 83 bool WinFirewall::Enabled() const {
  /external/llvm/include/llvm/Support/
Timer.h 150 bool Enabled = true);
152 bool Enabled = true);
  /external/chromium/chrome/browser/
aeropeek_manager.h 107 static bool Enabled();
jumplist_win.h 125 // Returns true if the custom JumpList is enabled.
129 // TODO(hbono): to be enabled by default when we finalize the categories and
131 static bool Enabled();
plugin_updater.cc 26 // How long to wait to save the plugin enabled information, which might need to
40 data->SetBoolean("enabled", webkit::npapi::IsPluginEnabled(plugin));
151 // need to force it to be enabled. We only want to do it this once though,
171 bool enabled = true; local
172 plugin->GetBoolean("enabled", &enabled);
191 if (!enabled && force_enable_internal_pdf) {
192 enabled = true;
193 plugin->SetBoolean("enabled", true);
196 internal_pdf_enabled = enabled;
    [all...]
  /external/libppp/src/
tcpmss.c 149 if (!Enabled(bundle, OPT_TCPMSSFIXUP))
ipv6cp.c 235 if (!Enabled(bundle, OPT_IFACEALIAS))
252 if (Enabled(bundle, OPT_SROUTES))
485 * IPV6CP. When IPCP is enabled and rejected, filterid is not
488 if (!Enabled(fp->bundle, OPT_IPCP)) {
502 * IPV6CP. When IPCP is enabled and rejected, label is not
505 if (bundle_GetLabel(fp->bundle) && !Enabled(fp->bundle, OPT_IPCP)) {
538 * IPV6CP. When IPCP is enabled and rejected, filterid is not
541 if (!Enabled(fp->bundle, OPT_IPCP)) {
555 * IPV6CP. When IPCP is enabled and rejected, label is not
558 if (bundle_GetLabel(fp->bundle) && !Enabled(fp->bundle, OPT_IPCP))
    [all...]
bundle.h 59 #define Enabled(b, o) ((b)->cfg.optmask & (1ull << (o)))
pap.c 155 if (Enabled(bundle, OPT_UTMP))
214 Enabled(bundle, OPT_IDCHECK)) {
ipcp.c 630 if (Enabled(bundle, OPT_PROXYALL)) {
651 } else if (Enabled(bundle, OPT_PROXY))
686 if (!Enabled(bundle, OPT_IFACEALIAS))
696 if (Enabled(bundle, OPT_SROUTES))
821 Enabled(fp->bundle, OPT_THROUGHPUT));
845 if (Enabled(bundle, OPT_PROXY) || Enabled(bundle, OPT_PROXYALL))
857 if (Enabled(bundle, OPT_PROXY) || Enabled(bundle, OPT_PROXYALL))
    [all...]
ncp.c 158 if (Enabled(bundle, OPT_IPCP)) {
166 if (Enabled(bundle, OPT_IPV6CP)) {
radius.c 1025 if (Enabled(authp->physical->dl->bundle, OPT_NAS_IP_ADDRESS) &&
1035 if (Enabled(authp->physical->dl->bundle, OPT_NAS_IDENTIFIER) &&
    [all...]
ip.c 202 * If filtering is enabled, the initial fragment of a datagram must
669 if (Enabled(bundle, OPT_FILTERDECAP) &&
747 if (Enabled(bundle, OPT_FILTERDECAP)) {
767 if (Enabled(bundle, OPT_FILTERDECAP) &&
  /external/clang/lib/Basic/
Diagnostic.cpp 249 bool Enabled) {
252 if (Enabled)
267 bool Enabled) {
270 if (Enabled)
297 bool Enabled) {
300 if (Enabled)
314 bool Enabled) {
317 if (Enabled)
    [all...]
Targets.cpp 744 bool Enabled) const;
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 46 for Lbl, Text, Row, Col, Len, Min, Max, Id, Lst, Fct, Enabled, HelpText in ctrls:
117 if not Enabled:
489 self.je.ctrls[JetDefs.F_PLAYMIDI].Enabled = False
491 self.je.ctrls[JetDefs.F_RDOGRAPH].Enabled = False
493 self.je.ctrls[JetDefs.F_PLAY].Enabled = False
495 self.je.ctrls[JetDefs.F_PAUSE].Enabled = True
498 self.je.ctrls[JetDefs.F_RDOGRAPH].Enabled = True
501 self.je.ctrls[JetDefs.F_PLAYMIDI].Enabled = True
504 self.je.ctrls[JetDefs.F_PLAY].Enabled = True
506 self.je.ctrls[JetDefs.F_PAUSE].Enabled = False
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 179 bool ShowColors; // Color printing is enabled.
541 void setDiagnosticWarningAsError(diag::kind Diag, bool Enabled);
548 bool setDiagnosticGroupWarningAsError(StringRef Group, bool Enabled);
553 void setDiagnosticErrorAsFatal(diag::kind Diag, bool Enabled);
560 bool setDiagnosticGroupErrorAsFatal(StringRef Group, bool Enabled);
    [all...]
TargetInfo.h 667 bool Enabled) const {

Completed in 1268 milliseconds

1 2