Home
last modified time | relevance | path

Searched refs:customized (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/external/selinux/python/sepolicy/sepolicy/
Dsedbus.py30 def customized(self): member in SELinuxDBus
31 ret = self.dbus_object.customized(dbus_interface="org.selinux")
/external/selinux/python/semanage/
Dsemanage200 for i in OBJECT.customized():
342 for i in OBJECT.customized():
401 for i in OBJECT.customized():
451 for i in OBJECT.customized():
496 for i in OBJECT.customized():
539 for i in OBJECT.customized():
582 for i in OBJECT.customized():
622 for i in OBJECT.customized():
662 for i in OBJECT.customized():
705 for i in OBJECT.customized():
[all …]
Dseobject.py321 def customized(self): member in semanageRecords
380 def customized(self): member in moduleRecords
481 def customized(self): member in permissiveRecords
491 customized = self.get_all()
493 if t not in customized:
496 if len(customized) == 0:
501 for t in customized:
750 def customized(self): member in loginRecords
1020 def customized(self): member in seluserRecords
1309 def customized(self): member in portRecords
[all …]
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dcommand_line.md11 * [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>
315 assigns all `Variables` inside `tf.trainable_variables()` a customized
Dprofile_model_architecture.md11 We can use customized operation type to select a subset of variables.
13 API. User can also define customized operation type.
/external/selinux/python/sepolicy/sepolicy/help/
Dbooleans.txt6 …e booleans. The Show Modified Only toggle, will show the booleans that your system has customized.
/external/selinux/dbus/
Dselinux_client.py41 resp = dbus_proxy.customized()
Dselinux_server.py40 def customized(self): member in selinux_server
/external/flatbuffers/docs/source/
DGoApi.md7 customized for use with this markdown file. To regenerate the file, use the
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/g3doc/
DREADME.md98 output tensors to "hint" the customized op boundary, see the following figure.
102 Let's say we have a "customized conv" op which is a normal conv2d op with a bias
106 add op and the activation op will become a "my customized conv" op (see the
108 inputs/outputs of the "my customized conv" op.
/external/conscrypt/
DCAPABILITIES.md64 the protocol is enabled. The TLS 1.3 cipher suites cannot be customized; they
80 cipher suites cannot be customized, so there are no cipher suites that are
/external/deqp/targets/android/
Dandroid.cmake67 # Android uses customized execserver
/external/curl/packages/vms/
Dcompare_curl_source.com6 $! differences. It is customized for the vmsports repository layout.
8 $! It needs to be customized to the local site directories.
/external/python/cpython3/Lib/idlelib/
Dconfig-extensions.def43 # ~/.idlerc/config-extensions.cfg and append the appropriate customized
/external/fmtlib/doc/bootstrap/mixins/
Dforms.less45 // Generate a customized focus state and for any input with the specified color,
/external/python/cpython3/Doc/tutorial/
Dinteractive.rst47 advanced history management. It can also be thoroughly customized and embedded
/external/iproute2/examples/diffserv/
DREADME2 Note all these are mere examples which can be customized to your needs
/external/vixl/doc/aarch64/topics/
Dextending-the-disassembler.md4 The output of the disassembler can be extended and customized. This may be
/external/python/cpython3/Doc/library/
Dasyncio-policy.rst12 policy, which can be changed and customized using the policy API.
20 :func:`new_event_loop` functions can be customized.
/external/python/cpython2/Doc/tutorial/
Dinteractive.rst59 customized by placing commands in an initialization file called
160 advanced history management. It can also be thoroughly customized and embedded
/external/python/cpython2/Lib/idlelib/
Dconfig-extensions.def26 # ~/.idlerc/config-extensions.cfg and append the appropriate customized
/external/libxml2/bakefile/
DReadme.txt43 They can be customized when running the makefile writing something like:
/external/mockftpserver/tags/1.2.2/src/site/apt/
Dstubftpserver-getting-started.apt76 <CommandHandler> for each command to be customized.
79 <CommandHandler> with a customized handler.
/external/mockftpserver/tags/1.2.3/src/site/apt/
Dstubftpserver-getting-started.apt76 <CommandHandler> for each command to be customized.
79 <CommandHandler> with a customized handler.
/external/mockftpserver/tags/1.2.1/src/site/apt/
Dstubftpserver-getting-started.apt76 <CommandHandler> for each command to be customized.
79 <CommandHandler> with a customized handler.

12345678910>>...12