HomeSort by relevance Sort by last modified time
    Searched refs:lookup_function (Results 1 - 25 of 35) sorted by null

1 2

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
defaultquery.py 45 ruletype = CriteriaSetDescriptor(lookup_function="validate_default_ruletype")
46 default = CriteriaDescriptor(lookup_function="validate_default_value")
47 default_range = CriteriaDescriptor(lookup_function="validate_default_range")
descriptors.py 50 lookup_function The name of the SELinuxPolicy lookup function,
63 def __init__(self, name_regex=None, lookup_function=None, default_value=None):
64 assert name_regex or lookup_function, "A simple attribute should be used if there is " \
68 self.lookup_function = lookup_function
86 elif self.lookup_function:
87 lookup = getattr(obj.policy, self.lookup_function)
102 elif self.lookup_function:
103 lookup = getattr(obj.policy, self.lookup_function)
mlsrulequery.py 48 ruletype = CriteriaSetDescriptor(lookup_function="validate_mls_ruletype")
57 default = CriteriaDescriptor(lookup_function="lookup_range")
userquery.py 66 level = CriteriaDescriptor(lookup_function="lookup_level")
70 range_ = CriteriaDescriptor(lookup_function="lookup_range")
boundsquery.py 39 ruletype = CriteriaSetDescriptor(lookup_function="validate_bounds_ruletype")
contextquery.py 63 range_ = CriteriaDescriptor(lookup_function="lookup_range")
fsusequery.py 61 ruletype = CriteriaSetDescriptor(lookup_function="validate_fs_use_ruletype")
sensitivityquery.py 49 sens = CriteriaDescriptor(lookup_function="lookup_sensitivity")
constraintquery.py 67 ruletype = CriteriaSetDescriptor(lookup_function="validate_constraint_ruletype")
rbacrulequery.py 58 ruletype = CriteriaSetDescriptor(lookup_function="validate_rbac_ruletype")
mixins.py 85 range_ = CriteriaDescriptor(lookup_function="lookup_range")
terulequery.py 85 ruletype = CriteriaSetDescriptor(lookup_function="validate_te_ruletype")
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 37 match lookup_function callee the_module with
55 match lookup_function name the_module with
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 37 match lookup_function callee the_module with
55 match lookup_function name the_module with
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 37 match lookup_function callee the_module with
55 match lookup_function name the_module with
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 37 match lookup_function callee the_module with
55 match lookup_function name the_module with
  /external/eigen/debug/gdb/
printers.py 190 obj.pretty_printers.append(lookup_function)
192 def lookup_function(val): function
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 24 match lookup_function callee the_module with
46 match lookup_function callee the_module with
55 match lookup_function callee the_module with
195 match lookup_function name the_module with
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 24 match lookup_function callee the_module with
46 match lookup_function callee the_module with
55 match lookup_function callee the_module with
195 match lookup_function name the_module with
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 33 match lookup_function callee the_module with
75 match lookup_function callee the_module with
85 match lookup_function callee the_module with
293 match lookup_function name the_module with
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 33 match lookup_function callee the_module with
75 match lookup_function callee the_module with
85 match lookup_function callee the_module with
293 match lookup_function name the_module with
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 37 match lookup_function callee the_module with
177 match lookup_function name the_module with
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 37 match lookup_function callee the_module with
177 match lookup_function name the_module with
  /prebuilts/gdb/darwin-x86/share/pretty-printers/stlport/stlport/
printers.py 667 def lookup_function (val): function
690 obj.pretty_printers.append (lookup_function)
  /prebuilts/gdb/linux-x86/share/pretty-printers/stlport/stlport/
printers.py 667 def lookup_function (val): function
690 obj.pretty_printers.append (lookup_function)

Completed in 239 milliseconds

1 2