Searched refs:is_on (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc212 static bool is_on = false; // If are on as a subsytem. variable
243 if (is_on) {
273 RAW_DCHECK(is_on, "");
384 if (is_on) {
393 if (is_on) {
487 if (is_on) return;
489 is_on = true;
573 if (!is_on) return;
580 return is_on ? 1 : 0; // return an int, because C code doesn't have bool
586 if (!is_on) retur
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profiler.cc163 static bool is_on = false; // If are on as a subsytem. variable
187 if (is_on) {
216 RAW_DCHECK(is_on, "");
305 if (is_on) {
314 if (is_on) {
408 if (is_on) return;
410 is_on = true;
471 return is_on ? 1 : 0; // return an int, because C code doesn't have bool
477 if (!is_on) return;
512 is_on
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp8.cpp42 constexpr bool is_on() const; // expected-error {{non-literal type 'std_example::debug_flag' cannot have constexpr members}}
/external/chromium_org/content/browser/speech/endpointer/
H A Denergy_endpointer.cc107 bool is_on = decision_points_[ind].decision; local
117 if (is_on)
119 is_on = decision_points_[ind].decision;
/external/chromium_org/v8/test/cctest/
H A Dtest-regexp.cc638 bool is_on = false; local
639 for (int k = 0; !is_on && (k < 2 * kRangeSize); k += 2)
640 is_on = (range[k] <= p && p <= range[k + 1]);
641 CHECK_EQ(is_on, outs->Get(j));
1436 bool is_on = false; local
1437 for (int j = 0; !is_on && j < kRangeCount; j++)
1438 is_on = ranges->at(j).Contains(i);
1440 CHECK_EQ(is_on, set->Get(0) == false);
/external/valgrind/main/cachegrind/
H A Dcg_annotate.in483 my $is_on = ($auto_annotate ? "on" : "off");
484 print("Auto-annotation: $is_on\n");
/external/valgrind/main/callgrind/
H A Dcallgrind_annotate.in755 my $is_on = ($auto_annotate ? "on" : "off");
756 print("Auto-annotation: $is_on\n");

Completed in 1250 milliseconds