HomeSort by relevance Sort by last modified time
    Searched refs:restriction_type (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/policy_ForceYouTubeRestrict/
policy_ForceYouTubeRestrict.py 52 def _get_content(self, restriction_type):
56 @param restriction_type: URL with either strict or moderate content.
61 active_tab = self.navigate_to_url(restriction_type)
  /external/v8/src/compiler/
simplified-lowering.cc 275 Type restriction_type() const { return restriction_type_; } function in class:v8::internal::compiler::RepresentationSelector::final
449 info->restriction_type(), graph_zone()); \
467 info->restriction_type(), graph_zone()); \
484 info->restriction_type(), graph_zone());
490 info->restriction_type(), graph_zone());
697 Type restriction_type = Type::Any()) {
701 info->set_restriction_type(restriction_type);
704 DCHECK(info->restriction_type().Is(restriction_type));
705 DCHECK(restriction_type.Is(info->restriction_type()))
    [all...]

Completed in 1450 milliseconds