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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
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)
sensitivityquery.py 48 sens = CriteriaDescriptor(lookup_function="lookup_sensitivity")
userquery.py 64 level = CriteriaDescriptor(lookup_function="lookup_level")
68 range_ = CriteriaDescriptor(lookup_function="lookup_range")
contextquery.py 63 range_ = CriteriaDescriptor(lookup_function="lookup_range")
mlsrulequery.py 53 default = CriteriaDescriptor(lookup_function="lookup_range")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/
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)
sensitivityquery.py 48 sens = CriteriaDescriptor(lookup_function="lookup_sensitivity")
userquery.py 64 level = CriteriaDescriptor(lookup_function="lookup_level")
68 range_ = CriteriaDescriptor(lookup_function="lookup_range")
contextquery.py 63 range_ = CriteriaDescriptor(lookup_function="lookup_range")
mlsrulequery.py 53 default = CriteriaDescriptor(lookup_function="lookup_range")
  /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/eigen/debug/gdb/
printers.py 184 obj.pretty_printers.append(lookup_function)
186 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/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
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/
printers.py 667 def lookup_function (val): function
690 obj.pretty_printers.append (lookup_function)
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 687 obj.pretty_printers.append (lookup_function)
689 def lookup_function (val): function
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/
printers.py 666 def lookup_function (val): function
689 obj.pretty_printers.append (lookup_function)
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 687 obj.pretty_printers.append (lookup_function)
689 def lookup_function (val): function
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/stlport/
printers.py 667 def lookup_function (val): function
690 obj.pretty_printers.append (lookup_function)
  /ndk/sources/host-tools/make-3.81/
function.c 262 lookup_function (const char *s)
259 lookup_function (const char *s) function
    [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml 643 insist (None = lookup_function "Fn1" m);
650 insist (None <> lookup_function "Fn1" m);
651 insist (match lookup_function "Fn1" m with Some x -> x = fn
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 679 external lookup_function : string -> llmodule -> llvalue option
    [all...]
llvm.mli 1445 val lookup_function : string -> llmodule -> llvalue option var
    [all...]

Completed in 430 milliseconds