Searched refs:kAllow (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/ |
D | assert-scope.cc | 71 template <PerThreadAssertType kType, bool kAllow> 72 PerThreadAssertScope<kType, kAllow>::PerThreadAssertScope() in PerThreadAssertScope() 80 data_->Set(kType, kAllow); in PerThreadAssertScope() 84 template <PerThreadAssertType kType, bool kAllow> 85 PerThreadAssertScope<kType, kAllow>::~PerThreadAssertScope() { in ~PerThreadAssertScope() 96 template <PerThreadAssertType kType, bool kAllow> 97 bool PerThreadAssertScope<kType, kAllow>::IsAllowed() { in IsAllowed() 103 template <PerIsolateAssertType kType, bool kAllow> 104 class PerIsolateAssertScope<kType, kAllow>::DataBit 108 template <PerIsolateAssertType kType, bool kAllow> [all …]
|
D | assert-scope.h | 37 template <PerThreadAssertType kType, bool kAllow>
|
/external/libbrillo/brillo/http/ |
D | http_request.h | 45 BRILLO_EXPORT extern const char kAllow[]; 86 BRILLO_EXPORT extern const char kAllow[];
|
D | http_request.cc | 37 const char request_header::kAllow[] = "Allow"; member in brillo::http::request_header 76 const char response_header::kAllow[] = "Allow"; member in brillo::http::response_header
|
/external/gmock/src/ |
D | gmock-spec-builders.cc | 249 case kAllow: in ReportUninterestingCall() 348 reaction == kAllow ? LogIsVisible(kInfo) : in UntypedInvokeWith() 610 SetReactionOnUninterestingCalls(mock_obj, internal::kAllow); in AllowUninterestingCalls()
|
/external/google-breakpad/src/testing/src/ |
D | gmock-spec-builders.cc | 249 case kAllow: in ReportUninterestingCall() 348 reaction == kAllow ? LogIsVisible(kInfo) : in UntypedInvokeWith() 610 SetReactionOnUninterestingCalls(mock_obj, internal::kAllow); in AllowUninterestingCalls()
|
/external/v8/src/compiler/ |
D | js-operator.h | 55 enum class TailCallMode : unsigned { kAllow, kDisallow }; enumerator
|
D | js-intrinsic-lowering.cc | 605 TailCallMode::kAllow)); in ReduceTailCall()
|
D | js-operator.cc | 62 case TailCallMode::kAllow: in operator <<()
|
D | js-generic-lowering.cc | 586 if (p.tail_call_mode() == TailCallMode::kAllow) { in LowerJSCallFunction()
|
D | js-typed-lowering.cc | 2196 if (p.tail_call_mode() == TailCallMode::kAllow) { in ReduceJSCallFunction() 2236 if (p.tail_call_mode() == TailCallMode::kAllow) { in ReduceJSCallFunction()
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-spec-builders.h | 358 kAllow, enumerator
|
/external/gmock/include/gmock/ |
D | gmock-spec-builders.h | 362 kAllow, enumerator
|