/external/python/cpython2/Demo/classes/ |
D | Rev.py | 62 class Rev: class 91 import doctest, Rev 92 return doctest.testmod(Rev)
|
D | README | 7 Rev.py Yield the reverse of a sequence
|
/external/tcpdump/tests/ |
D | spb_bpduv4-v.out | 11 v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 27 v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 43 v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 59 v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 75 v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 91 v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 107 v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 123 v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 139 v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, 155 v4len 85, AUXMCID Name IEEE802.1 SPB Default, Rev 0, [all …]
|
D | vtp_asan-3.out | 2 Domain name: , Seq number: 0, Config Rev 4040404[|vtp]
|
D | vtp_asan-2.out | 2 Domain name: , Seq number: 0, Config Rev fb499603[|vtp]
|
/external/u-boot/board/birdland/bav335x/ |
D | Kconfig | 19 The BAV335x has various version of the board. Rev.A (mostly obsolete) 20 used 10/100 Ethernet PHY while Rev.B uses a Gigabit Ethernet PHY. 21 Overwrite this if you have an older Rev.A and want ethernet support.
|
D | README | 11 The binary produced supports the bav335x Rev.A with 10/100 MB PHY 12 and Rev.B (default) with GB ethernet PHY.
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | reverse_test.cc | 90 Rev(a, spec.reversal); in TEST_P() 129 Rev(ConstantR4FromArray4D<uint8>(&b, input), {0, 3}); in XLA_TEST_F() 165 Rev(ConstantR4FromArray4D<float>(&b, input), {0, 1}); in TEST_F()
|
D | convolution_variants_test.cc | 1155 auto mirrored_weights = Rev(weights, {2, 3}); in XLA_TEST_F() 1174 auto mirrored_weights = Rev(weights, {2, 3}); in XLA_TEST_F() 1194 auto mirrored_weights = Rev(weights, {2, 3}); in XLA_TEST_F() 1215 auto mirrored_weights = Rev(weights, {2, 3}); in XLA_TEST_F() 1307 auto mirrored_weights = Rev(weights, {2}); in XLA_TEST_F() 1350 auto mirrored_weights = Rev(weights, {2, 3, 4}); in XLA_TEST_F()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | reverse_op.cc | 63 ctx->SetOutput(0, xla::Rev(ctx->Input(0), dimensions)); in Compile() 115 ctx->SetOutput(0, xla::Rev(ctx->Input(0), axes)); in Compile()
|
D | strided_slice_op.cc | 96 slice = xla::Rev(slice, dimensions_to_reverse); in Compile() 208 grad = xla::Rev(grad, dimensions_to_reverse); in Compile() 312 rhs = xla::Rev(rhs, dimensions_to_reverse); in Compile()
|
/external/python/cpython3/Lib/idlelib/ |
D | ChangeLog | 118 * keydefs.py: py-cvs-2001_07_13 (Rev 1.3) merge 126 * idle.py: py-cvs-2001_07_13 (Rev 1.4) merge 135 * extend.txt: py-cvs-2001_07_13 (Rev 1.4) merge 142 * StackViewer.py: py-cvs-2001_07_13 (Rev 1.16) merge 149 * PyShell.py: py-cvs-2001_07_13 (Rev 1.34) merge 189 * FileList.py: py-cvs-2000_07_13 (Rev 1.9) merge 202 * EditorWindow.py: py-cvs-2000_07_13 (Rev 1.38) merge "Remove 217 * Icons/python.gif: py-cvs-rel2_1 (Rev 1.2) merge Copied py-cvs rev 222 * Icons/minusnode.gif: py-cvs-rel2_1 (Rev 1.2) merge Copied py-cvs 232 * Separator.py: py-cvs-rel2_1 (Rev 1.3) merge - whitespace [all …]
|
/external/python/cpython2/Lib/idlelib/ |
D | ChangeLog | 118 * keydefs.py: py-cvs-2001_07_13 (Rev 1.3) merge 126 * idle.py: py-cvs-2001_07_13 (Rev 1.4) merge 135 * extend.txt: py-cvs-2001_07_13 (Rev 1.4) merge 142 * StackViewer.py: py-cvs-2001_07_13 (Rev 1.16) merge 149 * PyShell.py: py-cvs-2001_07_13 (Rev 1.34) merge 189 * FileList.py: py-cvs-2000_07_13 (Rev 1.9) merge 202 * EditorWindow.py: py-cvs-2000_07_13 (Rev 1.38) merge "Remove 217 * Icons/python.gif: py-cvs-rel2_1 (Rev 1.2) merge Copied py-cvs rev 222 * Icons/minusnode.gif: py-cvs-rel2_1 (Rev 1.2) merge Copied py-cvs 232 * Separator.py: py-cvs-rel2_1 (Rev 1.3) merge - whitespace [all …]
|
/external/u-boot/board/freescale/ls2080aqds/ |
D | README | 42 - 4-bit eMMC Card Rev 4.4 (1.8V only) 43 - 8-bit eMMC Card Rev 4.5 (1.8V only) 44 - SD Card Rev 2.0 and Rev 3.0
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.cpp | 182 unsigned char Minor, unsigned char Rev) { in encodeOCLVer() argument 183 return (Major * 100 + Minor) * 1000 + Rev; in encodeOCLVer() 190 unsigned char Rev = Ver % 1000; in decodeOCLVer() local 191 return std::make_tuple(Major, Minor, Rev); in decodeOCLVer()
|
/external/apache-http/src/org/apache/http/ |
D | svn.info | 7 Last Changed Rev: 677250
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | copyright | 5 @@ -4,11 +4,11 @@ Rev: 23371
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 45 | 10 [ 167.384944] Hardware name: Google Tegra210 Smaug Rev 1,3+ (DT)
|
/external/u-boot/arch/arm/dts/ |
D | kirkwood-dns325.dts | 7 model = "D-Link DNS-325 NAS (Rev A1)";
|
D | bcm2835-rpi-a.dts | 19 * Taken from Raspberry-Pi-Rev-1.0-Model-AB-Schematics.pdf
|
D | bcm2835-rpi-b.dts | 20 * Taken from Raspberry-Pi-Rev-1.0-Model-AB-Schematics.pdf
|
D | bcm2835-rpi-b-rev2.dts | 20 * Taken from Raspberry-Pi-Rev-2.0-Model-AB-Schematics.pdf
|
/external/u-boot/board/freescale/ls2080ardb/ |
D | README | 37 - SD Card Rev 2.0 and Rev 3.0
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | SetTheory.cpp | 111 RotOp(bool Rev) : Reverse(Rev) {} in RotOp()
|
/external/u-boot/board/solidrun/clearfog/ |
D | README | 33 However, this doesn't work (anymore) at least on Rev. 2.1 (but '01001' as
|