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

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp8.cpp22 constexpr bool is_on(); // expected-error {{non-literal type 'std_example::debug_flag' cannot have constexpr members}}
/external/valgrind/main/cachegrind/
H A Dcg_annotate.in483 my $is_on = ($auto_annotate ? "on" : "off");
484 print("Auto-annotation: $is_on\n");
/external/v8/test/cctest/
H A Dtest-regexp.cc637 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
1404 for (int j = 0; !is_on && j < kRangeCount; j++)
1405 is_on = ranges->at(j).Contains(i);
1407 CHECK_EQ(is_on, set->Get(0) == false);
/external/valgrind/main/callgrind/
H A Dcallgrind_annotate.in751 my $is_on = ($auto_annotate ? "on" : "off");
752 print("Auto-annotation: $is_on\n");

Completed in 169 milliseconds