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

  /external/selinux/python/sepolicy/sepolicy/
sedbus.py 30 def customized(self): member in class:SELinuxDBus
31 ret = self.dbus_object.customized(dbus_interface="org.selinux")
gui.py 123 customized = self.dbus.customized()
    [all...]
  /external/selinux/dbus/
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 --list=full, using the customized polkit,
  /external/selinux/python/semanage/
semanage 203 for i in OBJECT.customized():
345 for i in OBJECT.customized():
404 for i in OBJECT.customized():
454 for i in OBJECT.customized():
499 for i in OBJECT.customized():
542 for i in OBJECT.customized():
585 for i in OBJECT.customized():
625 for i in OBJECT.customized():
665 for i in OBJECT.customized():
708 for i in OBJECT.customized()
    [all...]
seobject.py 321 def customized(self): member in class:semanageRecords
380 def customized(self): member in class:moduleRecords
488 customized = self.get_all()
490 if t not in customized:
493 if len(customized) == 0:
497 print("\n%-25s\n" % (_("Customized Permissive Types")))
498 for t in customized:
747 def customized(self): member in class:loginRecords
1017 def customized(self): member in class:seluserRecords
1300 def customized(self): member in class:portRecords
1559 def customized(self): member in class:ibpkeyRecords
1806 def customized(self): member in class:ibendportRecords
2052 def customized(self): member in class:nodeRecords
2249 def customized(self): member in class:interfaceRecords
2636 def customized(self): member in class:fcontextRecords
2827 def customized(self): member in class:booleanRecords
    [all...]
  /external/tensorflow/tensorflow/core/profiler/g3doc/
command_line.md 11 * [Define Customized Operation Type](#define-customized-operation-type)
46 information. 1) float operations. 2) code traces. 3) define customized operation
104 # tfprof_log is used to define customized op types, float ops and code traces.
234 Where does `_trainable_variables` come from? It is customized operation type
236 Users can [Define Customized Operation Type](#define-customized-operation-type)
238 <b>Following example shows importance of defining customized operation type.</b>
278 #### Define Customized Operation Type
315 assigns all `Variables` inside `tf.trainable_variables()` a customized
    [all...]
options.md 21 User can also define customized operation type. Hence, an operation has
  /external/capstone/
config.mk 1 # This file contains all customized compile options for Capstone.
  /external/antlr/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/tensorflow/tensorflow/lite/python/
convert.py 378 TensorFlow to TFLite. Conversion can be customized by providing arguments
430 Conversion can be customized by providing arguments that are forwarded to
462 Conversion can be customized by providing arguments that are forwarded to
  /external/python/funcsigs/funcsigs/
__init__.py 284 '''Creates a customized copy of the Parameter.'''
597 '''Creates a customized copy of the Signature.
  /external/antlr/runtime/Ruby/lib/antlr3/tree/
wizard.rb 316 A customized TreeAdaptor used by AST::Wizards to build tree patterns.
  /build/soong/java/
droiddoc.go 207 // local files that are used within user customized droiddoc options.
210 // user customized droiddoc args.
    [all...]
sdk_library.go 107 // local files that are used within user customized droiddoc options.
  /build/soong/cc/
cc.go 364 // to construct the output file. Behavior can be customized with a Customizer interface
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 69 // The environment setup code below is customized to use Module.
    [all...]

Completed in 870 milliseconds