Home
last modified time | relevance | path

Searched refs:unstructured (Results 1 – 25 of 30) sorted by relevance

12

/external/rust/crates/arbitrary/examples/
Dderive_enum.rs17 let mut unstructured = Unstructured::new(raw); in main() localVariable
19 let instance = MyEnum::arbitrary(&mut unstructured) in main()
/external/rust/crates/arbitrary/
DMETADATA2 description: "The trait for generating structured data from unstructured data"
DCargo.toml.orig16 description = "The trait for generating structured data from unstructured data"
DCargo.toml18 description = "The trait for generating structured data from unstructured data"
DREADME.md5 …<p><strong>The trait for generating structured data from arbitrary, unstructured input.</strong></…
/external/python/cpython3/Lib/test/test_email/
Dtest_pickleable.py17 unstructured = header_factory('subject', 'this is a test') variable in TestPickleCopyHeader
/external/llvm-project/llvm/test/Analysis/DivergenceAnalysis/AMDGPU/
Dirreducible.ll3 ; This test contains an unstructured loop.
/external/python/cpython3/Lib/email/
D_header_value_parser.py1110 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/
Dirreducible.ll6 ; This test contains an unstructured loop.
/external/python/cpython3/Doc/library/
Demail.headerregistry.rst121 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/
DCODE_OF_CONDUCT.md13 * 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/
Ddiverge.ll145 ; This test contains an unstructured loop.
/external/llvm/test/Analysis/DivergenceAnalysis/NVPTX/
Ddiverge.ll145 ; This test contains an unstructured loop.
/external/flac/doc/
Disoflac.txt124 are treated as unstructured octet streams.
206 are treated as unstructured octet streams.
/external/rust/crates/arbitrary/src/
Dlib.rs31 pub mod unstructured; module
33 pub use unstructured::Unstructured;
/external/libwebsockets/lib/misc/lwsac/
DREADME.md17 strings or other unstructured data, lwsac is significantly more efficient than
/external/libxml2/result/noent/
Dintsubset2.xml.sax2135 This element contains the index numbers and similar unstructured
/external/llvm-project/llvm/docs/
DXRayFDRFormat.rst336 Custom Events themselves are an unstructured (application defined) segment of
/external/libxml2/result/
Dintsubset2.xml.sax135 This element contains the index numbers and similar unstructured
Dintsubset2.xml.sax2135 This element contains the index numbers and similar unstructured
/external/libchrome/mojo/public/c/system/
DREADME.md95 unstructured binary messages with zero or more `MojoHandle` attachments to be
/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/
Dnontrivial-unswitch.ll2388 ; Negative test: we do not switch when the loop contains unstructured control
/external/mesa3d/docs/relnotes/
D20.3.0.rst3079 - spirv: parse unstructured CFG
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod2693 the output space) is single-dimensional, anonymous and unstructured.

12