/external/autotest/client/site_tests/platform_EncryptedStateful/ |
D | platform_EncryptedStateful.py | 52 os.makedirs(self.stateful) 59 (self.stateful_block, self.stateful)) 72 self.stateful = os.path.join(self.root, 'mnt', 'stateful_partition') 73 self.mount_log = os.path.join(self.stateful, 'mount.log') 74 self.key = os.path.join(self.stateful, 'encrypted.key') 75 self.needs_finalization = os.path.join(self.stateful, 77 self.block = os.path.join(self.stateful, 'encrypted.block') 78 self.encrypted = os.path.join(self.stateful, 'encrypted') 115 utils.system("umount -n %s" % (self.stateful)) 152 top = os.statvfs(self.stateful) [all …]
|
/external/toolchain-utils/ |
D | chromiumos_image_diff.py | 45 self.stateful = '' 53 self.stateful = '/tmp/{0}.stateful'.format(mount_basename) 61 self.stateful = basename + '.stateful' 62 os.mkdir(self.stateful) 66 self.image, self.rootfs, self.stateful)) 70 self.chromeos_root, self.image, self.rootfs, self.stateful) 75 self.image, self.rootfs, self.stateful)) 82 r=self.rootfs, s=self.stateful) 95 self.image, self.rootfs, self.stateful)) 106 self.stateful = None
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | cudnn_recurrent.py | 60 stateful=False, argument 69 self.stateful = stateful 98 elif self.stateful: 113 if self.stateful: 129 'stateful': self.stateful, 214 stateful=False, argument 223 stateful=stateful, 305 if self.stateful or self.return_state: 396 stateful=False, argument 405 stateful=stateful, [all …]
|
D | recurrent_v2.py | 170 stateful=False, argument 200 stateful=stateful, 245 if self.stateful: 540 stateful=False, argument 570 stateful=stateful, 664 if self.stateful:
|
D | simplernn_test.py | 114 for stateful in (False, True): 115 l1 = layer_class(units=1, stateful=stateful) 156 units, return_sequences=False, stateful=True, weights=None)
|
D | convolutional_recurrent.py | 163 stateful=False, argument 177 stateful, 237 batch_size = input_shape[0] if self.stateful else None 274 if self.stateful: 355 elif self.stateful: 394 if self.stateful: 415 if not self.stateful: 900 stateful=False, argument 928 stateful=stateful,
|
D | gru_test.py | 137 units, return_sequences=False, stateful=True, weights=None) 209 for stateful in (False, True): 210 l1 = layer_class(units=1, stateful=stateful)
|
D | lstm_test.py | 150 for stateful in (False, True): 151 l1 = layer_class(units=1, stateful=stateful) 214 layer = keras.layers.LSTM(units, stateful=True) 269 layer = keras.layers.LSTM(units, return_state=True, stateful=True) 359 units, return_sequences=False, stateful=True, weights=None)
|
D | recurrent.py | 370 stateful=False, argument 399 self.stateful = stateful 515 if not self.stateful: 573 if self.stateful: 765 if self.stateful: 803 elif self.stateful: 815 if not self.stateful: 885 'stateful': self.stateful, 1374 stateful=False, argument 1402 stateful=stateful, [all …]
|
D | lstm_v2_test.py | 122 for stateful in (False, True): 123 l1 = layer_class(units=1, stateful=stateful) 188 layer = rnn.LSTM(units, stateful=True) 252 layer = rnn.LSTM(units, return_state=True, stateful=True) 598 units, return_sequences=False, stateful=True, weights=None) 658 rnn.LSTM(units, return_sequences=True, stateful=True),
|
/external/autotest/server/site_tests/platform_CompromisedStatefulPartition/ |
D | control | 9 PURPOSE = "Compromised stateful partition test." 10 CRITERIA = "This test will fail if unable to get OOBE with corrupted stateful partition." 21 corrupted stateful partition. 25 -Did not get OOBE after rebooting the device with corrupted stateful partition.
|
/external/tensorflow/tensorflow/python/ops/ |
D | script_ops.py | 239 stateful=None, argument 280 if stateful: 406 def py_func(func, inp, Tout, stateful=True, name=None): argument 472 func=func, inp=inp, Tout=Tout, stateful=stateful, eager=False, name=name) 476 return py_func(func, inp, Tout, stateful=True, name=name)
|
/external/tensorflow/tensorflow/contrib/framework/python/ops/ |
D | script_ops.py | 38 stateful=True, argument 131 stateful=stateful,
|
/external/toolchain-utils/binary_search_tool/cros_pkg/ |
D | test_setup.sh | 40 …cros flash --board=${BISECT_BOARD} --clobber-stateful usb:// ~/trunk/src/build/images/${BISECT_BOA… 72 …cros flash --board=${BISECT_BOARD} --clobber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${… 138 …cros flash --board=${BISECT_BOARD} --clobber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${…
|
D | test_setup_usb.sh | 35 …cros flash --board=${BISECT_BOARD} --clobber-stateful usb:// ~/trunk/src/build/images/${BISECT_BOA…
|
/external/toolchain-utils/binary_search_tool/common/ |
D | test_setup.sh | 40 …cros flash --board=${BISECT_BOARD} --clobber-stateful usb:// ~/trunk/src/build/images/${BISECT_BOA… 72 …cros flash --board=${BISECT_BOARD} --clobber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${… 138 …cros flash --board=${BISECT_BOARD} --clobber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${…
|
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/ |
D | test_setup.sh | 40 …cros flash --board=${BISECT_BOARD} --clobber-stateful usb:// ~/trunk/src/build/images/${BISECT_BOA… 72 …cros flash --board=${BISECT_BOARD} --clobber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${… 138 …cros flash --board=${BISECT_BOARD} --clobber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${…
|
/external/tcpdump/tests/ |
D | icmpv6_opt24-v.out | 2 …hop limit 0, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0s, … 10 …hop limit 0, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0s, …
|
/external/autotest/client/common_lib/ |
D | logs_to_collect | 6 # This is the relative path to mounted stateful partition. Files in this folder 10 # the folder of mounted stateful partition.
|
/external/tensorflow/tensorflow/python/kernel_tests/random/ |
D | stateless_random_ops_test.py | 64 stateful = stateful_op(seed=seed[1]) 66 self.assertAllEqual(self.evaluate(stateful), self.evaluate(pure))
|
/external/autotest/client/site_tests/platform_FileSize/ |
D | control | 2 DOC = "Verifies large file creation on stateful and tmp partitions."
|
/external/autotest/client/site_tests/platform_FileNum/ |
D | control | 2 DOC = "Verifies large qty of file creation on stateful and tmp partitions."
|
/external/autotest/server/site_tests/platform_CrashStateful/ |
D | control | 13 Tests crash recovery of stateful partition
|
D | control.regression | 15 Tests crash recovery of stateful partition.
|
/external/autotest/client/site_tests/platform_CleanShutdown/ |
D | control | 13 Fails if the stateful partition was not cleanly unmounted on the last shutdown.
|