HomeSort by relevance Sort by last modified time
    Searched full:relabel (Results 51 - 75 of 229) sorted by null

1 23 4 5 6 7 8 910

  /external/openfst/src/include/fst/
label-reachable.h 118 // iff Reach(r) is true where r = Relabel(l). The relabeling is
122 // The whole FST can be relabeled instead with Relabel(&f,
200 Label Relabel(Label label) {
204 Label &relabel = label2index[label]; local
205 if (!relabel) // Add new label
206 relabel = label2index.size() + 1;
207 return relabel;
211 void Relabel(MutableFst<Arc> *fst, bool relabel_input) {
220 arc.ilabel = Relabel(arc.ilabel);
222 arc.olabel = Relabel(arc.olabel)
    [all...]
  /external/sepolicy/
installd.te 75 # Just need enough to remove and/or relabel it.
82 # Just need enough to relabel it and to unlink removed package files.
system_server.te 271 # Relabel apk files.
275 # Relabel wallpaper.
280 # Relabel /data/anr.
333 # Relabel /data/backup
335 # Relabel /cache/.*\.{data|restore}
430 # Allow system process to relabel the fingerprint directory after mkdir
mls 37 # Create/relabel operations: Subject must be equivalent to object unless
56 # Create/relabel operations: Subject must be equivalent to object unless
kernel.te 6 # Allow init relabel itself.
recovery.te 25 # Create and relabel files and directories under /system.
  /external/selinux/policycoreutils/gui/
Makefile 50 relabel:
statusPage.py 133 if self.verify(_("Changing the policy type will cause a relabel of the entire file system on the next boot. Relabeling takes a long time depending on the size of the file system. Do you wish to continue?")) == gtk.RESPONSE_NO:
147 if self.verify(_("Changing to SELinux disabled requires a reboot. It is not recommended. If you later decide to turn SELinux back on, the system will be required to relabel. If you just want to see if SELinux is causing a problem on your system, you can go to permissive mode which will only log errors and not enforce SELinux policy. Permissive mode does not require a reboot Do you wish to continue?")) == gtk.RESPONSE_NO:
152 if self.verify(_("Changing to SELinux enabled will cause a relabel of the entire file system on the next boot. Relabeling takes a long time depending on the size of the file system. Do you wish to continue?")) == gtk.RESPONSE_NO:
  /external/selinux/policycoreutils/run_init/
Makefile 51 relabel: install
  /external/selinux/policycoreutils/setfiles/
Makefile 47 relabel: install
restore.c 153 * Do not relabel if their is no default specification for this file
178 * Do not relabel the file if the file is already labeled according to
248 * Do not relabel the file if -n was used.
254 * Relabel the file to the specified context.
restorecon.8 59 show progress by printing * every STAR_COUNT files. (If you relabel the entire OS, this will show you the percentage complete.)
  /external/selinux/checkpolicy/
Makefile 55 relabel: install
  /external/selinux/policycoreutils/restorecond/
Makefile 45 relabel: install
  /external/openfst/src/include/
Makefile.am 38 fst/script/relabel.h fst/script/replace.h fst/script/reverse.h \
53 fst/closure.h fst/equivalent.h fst/matcher.h fst/matcher-fst.h fst/relabel.h \
  /external/openfst/src/lib/
fst.cc 52 DEFINE_string(save_relabel_ipairs, "", "Save input relabel pairs to file");
53 DEFINE_string(save_relabel_opairs, "", "Save output relabel pairs to file");
  /external/selinux/libselinux/man/man8/
selinux.8 55 You must reboot and possibly relabel if you change the policy type to have it take effect on the system.
72 The best way to relabel the file system is to create the flag file
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/
gexf.py 123 def read_gexf(path,node_type=None,relabel=False,version='1.1draft'):
138 relabel : bool (default: False)
139 If True relabel the nodes to use the GEXF node "label" attribute
158 if relabel:
869 """Relabel graph using "label" node keyword for node label.
891 raise nx.NetworkXError('Failed to relabel nodes: '
893 'Use relabel=False.')
896 raise nx.NetworkXError('Failed to relabel nodes: '
898 'Use relabel=False.')
901 # relabel attribute
    [all...]
  /external/selinux/libselinux/utils/
Makefile 55 relabel:
  /external/selinux/libsepol/src/
Makefile 75 relabel:
  /external/selinux/policycoreutils/newrole/
Makefile 84 relabel: install
  /external/selinux/policycoreutils/sepolicy/
Makefile 58 relabel:
  /external/selinux/policycoreutils/sepolicy/sepolicy/templates/
network.py 438 ## Relabel packets to TEMPLATETYPE_client the packet type.
565 ## Relabel packets to TEMPLATETYPE_server the packet type.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/isomorphism/tests/
test_isomorphvf2.py 113 relabel = nx.relabel_nodes(graph, d)
114 gm = iso.GraphMatcher(graph, relabel)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/
relabel.py 14 """Relabel the nodes of the graph G.
26 If True return a copy, or if False relabel the nodes in place.

Completed in 6843 milliseconds

1 23 4 5 6 7 8 910