Searched refs:all_attributes (Results 1 - 3 of 3) sorted by relevance

/external/v8/test/mjsunit/
H A Dmirror-regexp.js31 var all_attributes = debug.PropertyAttribute.ReadOnly | variable
35 'source': all_attributes,
36 'global': all_attributes,
37 'ignoreCase': all_attributes,
38 'multiline': all_attributes,
/external/selinux/policycoreutils/sepolicy/sepolicy/
H A D__init__.py130 all_attributes = get_all_attributes()
699 all_attributes = None variable
701 global all_attributes
702 if not all_attributes:
703 all_attributes = map(lambda x: x['name'], info(ATTRIBUTE))
704 return all_attributes
708 global all_attributes
717 all_attributes = None
864 global all_attributes
883 all_attributes
[all...]
H A Dmanpage.py394 self.all_attributes = get_all_attributes()
992 if "login_userdomain" in self.attributes and "login_userdomain" in self.all_attributes:
1061 if "x_domain" in self.all_attributes:
1075 if "login_userdomain" in self.all_attributes:

Completed in 109 milliseconds