HomeSort by relevance Sort by last modified time
    Searched refs:is_on (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profiler.cc 212 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) return
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profiler.cc 163 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 = false
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p8.cpp 42 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/
energy_endpointer.cc 107 bool is_on = decision_points_[ind].decision; local
117 if (is_on)
119 is_on = decision_points_[ind].decision;
  /external/valgrind/main/cachegrind/
cg_annotate.in 483 my $is_on = ($auto_annotate ? "on" : "off");
484 print("Auto-annotation: $is_on\n");
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 657 bool is_on = false; local
658 for (int k = 0; !is_on && (k < 2 * kRangeSize); k += 2)
659 is_on = (range[k] <= p && p <= range[k + 1]);
660 CHECK_EQ(is_on, outs->Get(j));
1455 bool is_on = false; local
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 637 bool is_on = false; local
638 for (int k = 0; !is_on && (k < 2 * kRangeSize); k += 2)
639 is_on = (range[k] <= p && p <= range[k + 1]);
640 CHECK_EQ(is_on, outs->Get(j));
1403 bool is_on = false; local
    [all...]
  /external/valgrind/main/callgrind/
callgrind_annotate.in 751 my $is_on = ($auto_annotate ? "on" : "off");
752 print("Auto-annotation: $is_on\n");
    [all...]

Completed in 302 milliseconds