Home
last modified time | relevance | path

Searched refs:contain (Results 1 – 25 of 2742) sorted by relevance

12345678910>>...110

/external/e2fsprogs/tests/f_bad_inode_csum/
Dexpect.111 Inode 97 seems to contain garbage. Clear? yes
13 Inode 98 seems to contain garbage. Clear? yes
15 Inode 99 seems to contain garbage. Clear? yes
17 Inode 100 seems to contain garbage. Clear? yes
19 Inode 101 seems to contain garbage. Clear? yes
21 Inode 102 seems to contain garbage. Clear? yes
23 Inode 103 seems to contain garbage. Clear? yes
25 Inode 104 seems to contain garbage. Clear? yes
27 Inode 105 seems to contain garbage. Clear? yes
29 Inode 106 seems to contain garbage. Clear? yes
[all …]
/external/libxml2/result/schematron/
Dzvon5_0.err3 /AAA/BBB/CCC line 3: [1]An element CCC does not contain any text
4 /AAA/BBB/CCC line 3: [2]An element CCC does not contain any text
5 /AAA/BBB/CCC line 3: [1]An element CCC does not contain any child element
6 /AAA/BBB/CCC line 3: [2]An element CCC does not contain any child element
Dzvon2_1.err2 /AAA line 1: Text in element AAA must not contain character @
3 /AAA/BBB line 2: Text in element BBB must not contain character @
4 /AAA/CCC line 3: Text in element CCC must not contain character @
Dzvon5_2.err3 /AAA/BBB/CCC line 3: [1]An element CCC does not contain any text
4 /AAA/BBB/CCC line 3: [2]An element CCC does not contain any text
Dzvon5_1.err3 /AAA/BBB/CCC line 3: [1]An element CCC does not contain any child element
4 /AAA/BBB/CCC line 3: [2]An element CCC does not contain any child element
/external/libxml2/test/schematron/
Dzvon5.sct5 … <report test="normalize-space(.) = ''">[1]An element CCC does not contain any text</report>
6 … <assert test="normalize-space(.)">[2]An element CCC does not contain any text</assert>
7 <report test="not(*)">[1]An element CCC does not contain any child element</report>
8 <assert test="*">[2]An element CCC does not contain any child element</assert>
/external/rust/crates/lru-cache/
DCargo.toml.orig11 repository = "https://github.com/contain-rs/lru-cache"
12 homepage = "https://github.com/contain-rs/lru-cache"
13 documentation = "https://contain-rs.github.io/lru-cache/lru_cache"
DCargo.toml18 homepage = "https://github.com/contain-rs/lru-cache"
19 documentation = "https://contain-rs.github.io/lru-cache/lru_cache"
23 repository = "https://github.com/contain-rs/lru-cache"
/external/angle/third_party/vulkan_memory_allocator/docs/
DRecording file format.md77 Remaining lines contain recorded calls to VMA functions. First columns are always:
107 - pUserData : string (may contain additional commas)
122 - allocationCreateInfo.pUserData : string (may contain additional commas)
150 - allocationCreateInfo.pUserData : string (may contain additional commas)
180 - allocationCreateInfo.pUserData : string (may contain additional commas)
194 - allocationCreateInfo.pUserData : string (may contain additional commas)
210 - allocationCreateInfo.pUserData : string (may contain additional commas)
254 - pName : string (may contain additional commas)
274 It may contain additional commas.
275 It should not contain end-of-line characters - results are then undefined.
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_shader_draw_parameters.txt38 extension contain correct data.
41 gl_BaseVertexARB - contain value passed in baseVertex parameter,
42 gl_BaseInstanceARB - contain value passed in baseInstance parameter.
43 gl_DrawIDARB - contain the index of the draw currently being
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
Denable_dia.gni3 # If this is set, %INCLUDE% must contain ".../DIA SDK/include"
4 # and %LIB% must contain ".../DIA SDK/lib/amd64".
/external/clang/test/SemaOpenCL/
Dinvalid-kernel-parameters.cl33 …ruct_arg(FooImage2D arg) { } // expected-error{{struct kernel parameters may not contain pointers}}
40 …r_in_struct_arg(Foo arg) { } // expected-error{{struct kernel parameters may not contain pointers}}
47 …in_union_arg(FooUnion arg) { }// expected-error{{union kernel parameters may not contain pointers}}
58 …ct_arg(NestedPointer arg) { }// expected-error{{struct kernel parameters may not contain pointers}}
75 …NestedPointerComplex arg) { }// expected-error{{struct kernel parameters may not contain pointers}}
135 …struct AlsoUser also) { } // expected-error 2 {{struct kernel parameters may not contain pointers}}
/external/python/cryptography/vectors/cryptography_vectors/ciphers/AES/CCM/
DReadme.txt3 1. The response (.rsp) files contain properly formatted CAVS response files.
5 2. The three DVPT{128/192/256}.txt files contain the same values as the
/external/llvm-project/llvm/test/Verifier/
Dscalable-global-vars.ll6 ; CHECK: Globals cannot contain scalable vectors
11 ; CHECK-NOT: Globals cannot contain scalable vectors
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_addr_too_small_for_section.s7 # ERR: section is not large enough to contain an address table at offset 0x0 with a unit_length val…
10 # too small section to contain section of given length
/external/autotest/client/site_tests/platform_DebugDaemonPerfDataInFeedbackLogs/
Dcontrol7 PURPOSE = "Verify that feedback logs contain perf data"
10 GetFeedbackLogs must contain a perf profile.
/external/jackson-core/
DMETADATA7 "naming does contain 'JSON' in many places, due to historical reasons. Only "
8 "packages that specifically contain word 'json' are JSON-specific."
/external/rust/crates/linked-hash-map/
DCargo.toml.orig12 repository = "https://github.com/contain-rs/linked-hash-map"
13 homepage = "https://github.com/contain-rs/linked-hash-map"
/external/skqp/docs/
DSkIRect_Reference.bmh19 May contain any value. The smaller of the horizontal values when sorted.
25 May contain any value. The smaller of the horizontal values when sorted.
31 May contain any value. The larger of the vertical values when sorted.
37 May contain any value. The larger of the vertical values when sorted.
882 rect.contains(pt.x(), pt.y()) ? "contains" : "does not contain", pt.x(), pt.y());
886 rect: (30, 50, 40, 60) does not contain (40, 50)
887 rect: (30, 50, 40, 60) does not contain (30, 60)
910 success ? "contains" : "does not contain",
915 rect: (30, 50, 40, 60) does not contain (39, 49, 40, 50)
916 rect: (30, 50, 40, 60) does not contain (29, 59, 30, 60)
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Einsum.pbtxt65 (e) Expand Diagonal: If the output subscripts contain repeated (explicit) axis
73 The output subscripts must contain only labels appearing in at least one of the
77 Any of the input and output subscripts may contain at most a single ellipsis
79 named axis label. If two inputs contain ellipsis, then they are broadcasted
85 and the output subscripts do not contain ellipsis, then an InvalidArgument error
/external/libpng/contrib/conftest/
DREADME20 not contain 'configure' scripts.
38 File names in this directory may NOT contain any of the five characters:
42 Neither may they contain any space character.
/external/ltp/testcases/kernel/syscalls/epoll2/man/
Depoll_wait.txt16 timeout milliseconds. The memory area pointed to by events will contain
38 The data of each returned structure will contain the same data the user
40 member will contain the returned event bit field.
/external/swiftshader/third_party/llvm-subzero/
DREADME.txt4 This directory and its subdirectories contain a subset of the source code for
12 This directory and its subdirectories contain source code for LLVM,
/external/expat/win32/
DMANIFEST.txt4 Some of these directories contain components of interest to all Expat
5 users, and some contain material of interest to developers who wish to
/external/python/cryptography/vectors/cryptography_vectors/hashes/SHA1/
DReadme.txt3 1. The response (.rsp) files contain properly formatted CAVS response files.
5 2. The intermediate value (.txt) files for the Monte Carlo tests contain

12345678910>>...110