OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:booleans_dict
(Results
1 - 2
of
2
) sorted by null
/external/selinux/policycoreutils/sepolicy/sepolicy/
__init__.py
856
booleans_dict
= None
variable
873
global
booleans_dict
874
if
booleans_dict
:
875
return
booleans_dict
878
booleans_dict
= {}
886
booleans_dict
[b.get('name')] = (m.get("name"), b.get('dftval'), desc)
890
booleans_dict
[b.get('name')] = (m.get("name"), b.get('dftval'), desc)
894
booleans_dict
[i.get('name')] = ("global", i.get('dftval'), desc)
898
booleans_dict
[i.get('name')] = ("global", i.get('dftval'), desc)
901
return
booleans_dict
[
all
...]
manpage.py
439
self.
booleans_dict
= gen_bool_dict(self.xmlpath)
564
desc = self.
booleans_dict
[b][2][0].lower() + self.
booleans_dict
[b][2][1:]
575
if b not in self.
booleans_dict
:
834
desc = self.
booleans_dict
[b][2][0].lower() + self.
booleans_dict
[b][2][1:]
[
all
...]
Completed in 380 milliseconds