/external/rust/crates/arbitrary/examples/ |
D | derive_enum.rs | 17 let mut unstructured = Unstructured::new(raw); in main() localVariable 19 let instance = MyEnum::arbitrary(&mut unstructured) in main()
|
/external/rust/crates/arbitrary/ |
D | METADATA | 2 description: "The trait for generating structured data from unstructured data"
|
D | Cargo.toml.orig | 16 description = "The trait for generating structured data from unstructured data"
|
D | Cargo.toml | 18 description = "The trait for generating structured data from unstructured data"
|
D | README.md | 5 …<p><strong>The trait for generating structured data from arbitrary, unstructured input.</strong></…
|
/external/python/cpython3/Lib/test/test_email/ |
D | test_pickleable.py | 17 unstructured = header_factory('subject', 'this is a test') variable in TestPickleCopyHeader
|
/external/llvm-project/llvm/test/Analysis/DivergenceAnalysis/AMDGPU/ |
D | irreducible.ll | 3 ; This test contains an unstructured loop.
|
/external/python/cpython3/Lib/email/ |
D | _header_value_parser.py | 1110 unstructured = UnstructuredTokenList() 1114 unstructured.append(token) 1128 if len(unstructured) > 0: 1129 if unstructured[-1].token_type != 'fws': 1130 unstructured.defects.append(errors.InvalidHeaderDefect( 1133 if have_ws and len(unstructured) > 1: 1134 if unstructured[-2].token_type == 'encoded-word': 1135 unstructured[-1] = EWWhiteSpaceTerminal( 1136 unstructured[-1], 'fws') 1137 unstructured.append(token) [all …]
|
/external/llvm-project/llvm/test/Analysis/DivergenceAnalysis/NVPTX/ |
D | irreducible.ll | 6 ; This test contains an unstructured loop.
|
/external/python/cpython3/Doc/library/ |
D | email.headerregistry.rst | 121 An "unstructured" header is the default type of header in :rfc:`5322`. 123 unstructured. The classic example of an unstructured header is the 126 In :rfc:`5322`, an unstructured header is a run of arbitrary text in the 131 into unicode, following the :rfc:`2047` rules for unstructured text. The
|
/external/rust/crates/rustc-hash/ |
D | CODE_OF_CONDUCT.md | 13 * Please keep unstructured critique to a minimum. If you have solid ideas you want to experiment wi…
|
/external/llvm-project/llvm/test/Analysis/LegacyDivergenceAnalysis/NVPTX/ |
D | diverge.ll | 145 ; This test contains an unstructured loop.
|
/external/llvm/test/Analysis/DivergenceAnalysis/NVPTX/ |
D | diverge.ll | 145 ; This test contains an unstructured loop.
|
/external/flac/doc/ |
D | isoflac.txt | 124 are treated as unstructured octet streams. 206 are treated as unstructured octet streams.
|
/external/rust/crates/arbitrary/src/ |
D | lib.rs | 31 pub mod unstructured; module 33 pub use unstructured::Unstructured;
|
/external/libwebsockets/lib/misc/lwsac/ |
D | README.md | 17 strings or other unstructured data, lwsac is significantly more efficient than
|
/external/libxml2/result/noent/ |
D | intsubset2.xml.sax2 | 135 This element contains the index numbers and similar unstructured
|
/external/llvm-project/llvm/docs/ |
D | XRayFDRFormat.rst | 336 Custom Events themselves are an unstructured (application defined) segment of
|
/external/libxml2/result/ |
D | intsubset2.xml.sax | 135 This element contains the index numbers and similar unstructured
|
D | intsubset2.xml.sax2 | 135 This element contains the index numbers and similar unstructured
|
/external/libchrome/mojo/public/c/system/ |
D | README.md | 95 unstructured binary messages with zero or more `MojoHandle` attachments to be
|
/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/ |
D | nontrivial-unswitch.ll | 2388 ; Negative test: we do not switch when the loop contains unstructured control
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 3079 - spirv: parse unstructured CFG
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | user.pod | 2693 the output space) is single-dimensional, anonymous and unstructured.
|