Home
last modified time | relevance | path

Searched refs:kAllow (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Dassert-scope.cc71 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 …]
Dassert-scope.h37 template <PerThreadAssertType kType, bool kAllow>
/external/libbrillo/brillo/http/
Dhttp_request.h45 BRILLO_EXPORT extern const char kAllow[];
86 BRILLO_EXPORT extern const char kAllow[];
Dhttp_request.cc37 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/
Dgmock-spec-builders.cc249 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/
Dgmock-spec-builders.cc249 case kAllow: in ReportUninterestingCall()
348 reaction == kAllow ? LogIsVisible(kInfo) : in UntypedInvokeWith()
610 SetReactionOnUninterestingCalls(mock_obj, internal::kAllow); in AllowUninterestingCalls()
/external/v8/src/compiler/
Djs-operator.h55 enum class TailCallMode : unsigned { kAllow, kDisallow }; enumerator
Djs-intrinsic-lowering.cc605 TailCallMode::kAllow)); in ReduceTailCall()
Djs-operator.cc62 case TailCallMode::kAllow: in operator <<()
Djs-generic-lowering.cc586 if (p.tail_call_mode() == TailCallMode::kAllow) { in LowerJSCallFunction()
Djs-typed-lowering.cc2196 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/
Dgmock-spec-builders.h358 kAllow, enumerator
/external/gmock/include/gmock/
Dgmock-spec-builders.h362 kAllow, enumerator