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

1 2

  /external/selinux/policycoreutils/sepolicy/sepolicy/
sedbus.py 30 def customized(self): member in class:SELinuxDBus
31 ret = self.dbus_object.customized(dbus_interface="org.selinux")
gui.py 112 customized = self.dbus.customized()
    [all...]
  /external/selinux/policycoreutils/sepolicy/
selinux_client.py 41 resp = dbus_proxy.customized()
selinux_server.py 22 # these commnds can take the output of customized
34 # The customized method will return all of the custommizations for policy
38 @slip.dbus.polkit.require_auth("org.selinux.customized")
40 def customized(self): member in class:selinux_server
49 # The semodule_list method will return the output of semodule -l, using the customized polkit,
  /external/selinux/policycoreutils/semanage/
semanage 242 for i in OBJECT.customized():
379 for i in OBJECT.customized():
439 for i in OBJECT.customized():
490 for i in OBJECT.customized():
535 for i in OBJECT.customized():
576 for i in OBJECT.customized():
618 for i in OBJECT.customized():
672 for i in OBJECT.customized():
754 for c in OBJECT.customized():
    [all...]
seobject.py 277 def customized(self): member in class:semanageRecords
335 def customized(self): member in class:moduleRecords
448 customized = self.get_all()
450 if t not in customized:
453 if len(customized) == 0:
457 print "\n%-25s\n" % (_("Customized Permissive Types"))
458 for t in customized:
716 def customized(self): member in class:loginRecords
988 def customized(self): member in class:seluserRecords
1251 def customized(self): member in class:portRecords
1488 def customized(self): member in class:nodeRecords
1679 def customized(self): member in class:interfaceRecords
2031 def customized(self): member in class:fcontextRecords
2223 def customized(self): member in class:booleanRecords
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 63 checking, it's a good idea to include this ANTLR3::Token into your customized
223 By default, ANTLR generated ruby code will provide a customized subclass of
226 named XYZ will have a base module named XYZ and a customized CommonToken
421 1. define a customized token class (more on that below)
490 generic CommonToken class, they can create tokens using the customized Token
  /external/curl/packages/vms/
compare_curl_source.com 6 $! differences. It is customized for the vmsports repository layout.
8 $! It needs to be customized to the local site directories.
  /external/libvorbis/doc/
Vorbis_I_spec.tex 63 % Simple 'Note' environment. Can be customized later on.
  /ndk/tests/device/hard-float/jni/
Android.mk 81 # This is to compile all user code in -mhard-float and link a customized
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 316 A customized TreeAdaptor used by AST::Wizards to build tree patterns.
  /external/chromium-trace/catapult/third_party/flot/
NEWS.md     [all...]
  /external/v8/test/mjsunit/asm/embenchen/
copy.js 40 // The environment setup code below is customized to use Module.
    [all...]
corrections.js 40 // The environment setup code below is customized to use Module.
    [all...]
primes.js 40 // The environment setup code below is customized to use Module.
    [all...]
fannkuch.js 71 // The environment setup code below is customized to use Module.
    [all...]
fasta.js 50 // The environment setup code below is customized to use Module.
    [all...]
memops.js 40 // The environment setup code below is customized to use Module.
    [all...]
zlib.js 40 // The environment setup code below is customized to use Module.
    [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
copy.js 43 // The environment setup code below is customized to use Module.
    [all...]
corrections.js 43 // The environment setup code below is customized to use Module.
    [all...]
primes.js 43 // The environment setup code below is customized to use Module.
    [all...]
fannkuch.js 74 // The environment setup code below is customized to use Module.
    [all...]
fasta.js 53 // The environment setup code below is customized to use Module.
    [all...]
memops.js 43 // The environment setup code below is customized to use Module.
    [all...]

Completed in 662 milliseconds

1 2