Home
last modified time | relevance | path

Searched refs:restriction_type (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/policy_ForceYouTubeRestrict/
Dpolicy_ForceYouTubeRestrict.py52 def _get_content(self, restriction_type): argument
61 active_tab = self.navigate_to_url(restriction_type)
/external/v8/src/compiler/
Dsimplified-lowering.cc275 Type restriction_type() const { return restriction_type_; } in restriction_type() function in v8::internal::compiler::RepresentationSelector::NodeInfo
449 info->restriction_type(), graph_zone()); \ in UpdateFeedbackType()
467 info->restriction_type(), graph_zone()); \ in UpdateFeedbackType()
484 info->restriction_type(), graph_zone()); in UpdateFeedbackType()
490 info->restriction_type(), graph_zone()); in UpdateFeedbackType()
697 Type restriction_type = Type::Any()) { in SetOutput() argument
701 info->set_restriction_type(restriction_type); in SetOutput()
704 DCHECK(info->restriction_type().Is(restriction_type)); in SetOutput()
705 DCHECK(restriction_type.Is(info->restriction_type())); in SetOutput()
710 DCHECK(info->restriction_type().Is(restriction_type)); in SetOutput()
[all …]