Home
last modified time | relevance | path

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

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