/external/brotli/tests/testdata/ |
D | quickfox_repeated | 1 …over the lazy dogThe quick brown fox jumps over the lazy dogThe quick brown fox jumps over the laz…
|
/external/pcre/dist2/testdata/ |
D | grepinput | 12 Here follows a whole lot of stuff that makes the file over 24KiB long. 15 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 16 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox 17 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick 18 brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 20 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 21 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox 22 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick 23 brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 25 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the [all …]
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p6.cpp | 20 void over(int); 21 int over(long); 25 apply(0, &over); in test1() 28 apply(0L, &over); // expected-error {{no matching function for call to 'apply'}} in test1() 31 void over(short); 36 apply(0, &over); in test2() 65 void over(int); 66 int over(long); 70 invoke(&over); in test1() 73 void over(short); [all …]
|
/external/arm-trusted-firmware/docs/resources/diagrams/plantuml/ |
D | io_dev_init_and_check.puml | 11 note over arm_io_storage 20 ref over io_storage : dev_init() on fip device 23 ref over io_storage : io_open() on fip device 26 ref over io_storage : io_close() on fip device 28 hnote over arm_io_storage 36 note over arm_io_storage 45 ref over io_storage : dev_init() on memmap device 48 ref over io_storage : io_open() on memmap device 51 ref over io_storage : io_close() on memmap device 53 hnote over arm_io_storage
|
D | io_framework_usage_overview.puml | 13 ref over arm_io_storage, io_storage : io device registration 33 ref over arm_io_storage, io_storage : init and check device (BL2_IMAGE_ID) 37 ref over io_storage : io_open() on fip device 40 ref over io_storage : io_size() on fip device 42 ref over io_storage : io_read() on fip device 44 ref over io_storage : io_close() on fip device 46 ref over io_storage : io_dev_close() on fip device
|
D | sdei_explicit_dispatch.puml | 27 note over EL3: Critical event triage 31 note over RAS: Critical event handling 35 note over SDEI: Prepare SDEI dispatch 38 note over EL2: SDEI handler 41 note over SDEI: Complete SDEI dispatch
|
D | io_dev_registration.puml | 14 note over io_storage 21 note over io_storage 31 note over io_fip 45 note over io_memmap
|
/external/clang/test/SemaCXX/ |
D | rval-references.cpp | 14 int over(int&); 15 not_int over(int&&); 38 int i2 = over(i1); in f() 39 not_int ni1 = over(0); in f() 40 int i3 = over(virr2); in f() 41 not_int ni2 = over(ret_irr()); in f()
|
/external/python/cpython2/Doc/library/ |
D | email.iterators.rst | 5 :synopsis: Iterate over a message object tree. 8 Iterating over a message object tree is fairly easy with the 10 :mod:`email.iterators` module provides some useful higher level iterations over 16 This iterates over all the payloads in all the subparts of *msg*, returning the 17 string payloads line-by-line. It skips over all the subpart headers, and it 18 skips over any subpart with a payload that isn't a Python string. This is 20 a file using :meth:`~io.TextIOBase.readline`, skipping over all the 29 This iterates over all the subparts of *msg*, returning only those subparts that
|
/external/clang/test/Index/ |
D | file-refs.cpp | 19 void over(int); 20 void over(float); 23 over(0); in test_over() 24 over(0.0f); in test_over()
|
/external/python/cpython3/Doc/library/ |
D | email.iterators.rst | 5 :synopsis: Iterate over a message object tree. 11 Iterating over a message object tree is fairly easy with the 13 :mod:`email.iterators` module provides some useful higher level iterations over 19 This iterates over all the payloads in all the subparts of *msg*, returning the 20 string payloads line-by-line. It skips over all the subpart headers, and it 21 skips over any subpart with a payload that isn't a Python string. This is 23 a file using :meth:`~io.TextIOBase.readline`, skipping over all the 32 This iterates over all the subparts of *msg*, returning only those subparts that
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | shift-09.ll | 5 ; Check that we use SLLK over SLL where useful. 15 ; Check that we use SLL over SLLK where possible. 25 ; Check that we use SRLK over SRL where useful. 35 ; Check that we use SRL over SRLK where possible. 45 ; Check that we use SRAK over SRA where useful. 55 ; Check that we use SRA over SRAK where possible.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | shift-09.ll | 5 ; Check that we use SLLK over SLL where useful. 15 ; Check that we use SLL over SLLK where possible. 25 ; Check that we use SRLK over SRL where useful. 35 ; Check that we use SRL over SRLK where possible. 45 ; Check that we use SRAK over SRA where useful. 55 ; Check that we use SRA over SRAK where possible.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_BlockLSTM.pbtxt | 62 The input gate over the whole time sequence. 68 The cell state before the tanh over the whole time sequence. 74 The forget gate over the whole time sequence. 80 The output gate over the whole time sequence. 86 The cell input over the whole time sequence. 92 The cell after the tanh over the whole time sequence. 98 The output h vector over the whole time sequence.
|
D | api_def_BlockLSTMGrad.pbtxt | 62 The input gate over the whole time sequence. 68 The cell state before the tanh over the whole time sequence. 74 The forget gate over the whole time sequence. 80 The output gate over the whole time sequence. 86 The cell input over the whole time sequence. 92 The cell after the tanh over the whole time sequence. 98 The output h vector over the whole time sequence.
|
D | api_def_BlockLSTMV2.pbtxt | 62 The input gate over the whole time sequence. 68 The cell state before the tanh over the whole time sequence. 74 The forget gate over the whole time sequence. 80 The output gate over the whole time sequence. 86 The cell input over the whole time sequence. 92 The cell after the tanh over the whole time sequence. 98 The output h vector over the whole time sequence.
|
D | api_def_BlockLSTMGradV2.pbtxt | 62 The input gate over the whole time sequence. 68 The cell state before the tanh over the whole time sequence. 74 The forget gate over the whole time sequence. 80 The output gate over the whole time sequence. 86 The cell input over the whole time sequence. 92 The cell after the tanh over the whole time sequence. 98 The output h vector over the whole time sequence.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/ |
D | stack-alignment.ll | 67 %over = alloca i32, align 32 69 call void @somefunc(i32* %over) 102 ; CHECK: get_local $push[[over:.+]]=, [[FP]] 103 ; CHECK-NEXT: call somefunc@FUNCTION, $pop[[over]] 111 %over = alloca i32, align 32 113 call void @somefunc(i32* %over) 130 ; CHECK: i32.add $push[[over:.+]]=, $pop[[L18]], $pop{{.+}} 131 ; CHECK-NEXT: call somefunc@FUNCTION, $pop[[over]] 142 %over = alloca i32, align 32 145 call void @somefunc(i32* %over)
|
/external/slf4j/jcl-over-slf4j/src/main/resources/META-INF/ |
D | MANIFEST.MF | 1 Implementation-Title: jcl-over-slf4j 3 Bundle-SymbolicName: jcl.over.slf4j 4 Bundle-Name: jcl-over-slf4j
|
/external/ltp/testcases/network/stress/ssh/ |
D | 00_Descriptions.txt | 2 Verify the ssh connectivity over IPv4/IPv6 is not broken 6 Verify the ssh connectivity over IPv4/IPv6 is not broken 10 Verify the ssh connectivity over IPv4/IPv6 is not broken
|
/external/eigen/unsupported/Eigen/ |
D | BVH | 32 …* of the two basic algorithms over a BVH: intersection of a query object against all objects in th… 33 …* of a function over the objects in the hierarchy. It also provides intersection and minimization… 36 * over a volume is no greater than the minimum of a function over any object contained in it. 47 …* Some sample queries that can be written in terms of function minimization over a set of objects … 61 typedef VolumeIterator //an iterator type over node children--returns Index 62 typedef ObjectIterator //an iterator over object (leaf) children--returns const Object & 67 //getChildren takes a node index and makes [outVBegin, outVEnd) range over its node children 68 //and [outOBegin, outOEnd) range over its object children
|
/external/slf4j/log4j-over-slf4j/src/main/resources/META-INF/ |
D | MANIFEST.MF | 1 Implementation-Title: log4j-over-slf4j 3 Bundle-SymbolicName: log4j.over.slf4j 4 Bundle-Name: log4j-over-slf4j
|
/external/u-boot/doc/driver-model/ |
D | migration.rst | 27 switching over to using CONFIG_DM_MMC and other base driver model options in 37 and maintainers should submit patches switching over to using CONFIG_DM_USB and 47 and maintainers should submit patches switching over to using CONFIG_AHCI and 98 submit patches switching over to using CONFIG_DM_PCI and other base driver 107 should submit patches switching over to using CONFIG_DM_VIDEO and other base 115 Maintainers should submit patches switching over to using CONFIG_DM_ETH and
|
/external/python/cpython2/Lib/test/ |
D | tokenize_tests.txt | 81 jumps over 84 y = '\nThe "quick"\nbrown fox\njumps over\nthe \'lazy\' dog.\n' 88 jumps over 94 jumps over\n\ 100 jumps over\n\
|
/external/scapy/scapy/contrib/ |
D | nsh.uts | 10 = Build a NSH over NSH packet with NSP=42, and NSI=1 14 = Build a Ethernet over NSH over Ethernet packet (NSH over Ethernet encapsulating the original pack… 17 = Build a NSH over GRE packet, and verify GRE Bindings
|