Home
last modified time | relevance | path

Searched refs:containing (Results 1 – 25 of 2860) sorted by relevance

12345678910>>...115

/external/skia/tests/sksl/runtime_errors/
DIllegalArrayOps.skvm3 error: 16: operator '=' can not operate on arrays (or structs containing arrays)
6 error: 17: operator '=' can not operate on arrays (or structs containing arrays)
9 error: 18: operator '=' can not operate on arrays (or structs containing arrays)
12 error: 21: functions may not return structs containing arrays
15 error: 22: functions may not return structs containing arrays
18 error: 24: operator '==' can not operate on arrays (or structs containing arrays)
21 error: 25: operator '==' can not operate on arrays (or structs containing arrays)
24 error: 26: operator '==' can not operate on arrays (or structs containing arrays)
27 error: 28: operator '!=' can not operate on arrays (or structs containing arrays)
30 error: 29: operator '!=' can not operate on arrays (or structs containing arrays)
[all …]
/external/skia/resources/sksl/runtime_errors/
DIllegalArrayOps.rts2 // or with structs containing arrays. SkSL (and later versions of GLSL) allow assignment and
5 // or structs containing arrays.
41 operator '=' can not operate on arrays (or structs containing arrays)
42 operator '=' can not operate on arrays (or structs containing arrays)
43 operator '=' can not operate on arrays (or structs containing arrays)
44 functions may not return structs containing arrays
45 functions may not return structs containing arrays
46 operator '==' can not operate on arrays (or structs containing arrays)
47 operator '==' can not operate on arrays (or structs containing arrays)
48 operator '==' can not operate on arrays (or structs containing arrays)
[all …]
/external/python/cryptography/docs/development/
Dtest-vectors.rst214 containing a SAN extension with an ``ediPartyName`` general name.
215 * ``san_x400address.der`` - A DSA certificate from a `Mozilla bug`_ containing
221 cipher and containing numerous unusual encodings such as NUMERICSTRING in
237 * ``unique-identifier.pem`` - A certificate containing
239 * ``utf8-dnsname.pem`` - A certificate containing non-ASCII characters in the
241 * ``badasn1time.pem`` - A certificate containing an incorrectly specified
245 * ``ed25519-rfc8410.pem`` - A certificate containing an X25519 public key with
277 containing two basic constraints extensions.
279 certificate containing a basic constraints extension that is not marked as
282 certificate containing a basic constraints extension with a path length of
[all …]
/external/ltp/testcases/kernel/controllers/cpuset/
DREADME25 Directory containing the shell script which is used to test the basis
30 Directory containing the shell script which is used to test exclusive
35 Directory containing the shell script is used to test hierarchy relation
40 Directory containing the shell script and program which are used to test
45 Directory containing the shell script and program which are used to test
50 Directory containing the shell script and program which are used to test
56 Directory containing the shell script and program which are used to test
61 Directory containing the shell script and program which are used to test
70 Directory containing the shell script and program which are used to test
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BoostedTreesTrainingPredict.pbtxt8 Rank 1 Tensor containing cached tree ids which is the starting
15 Rank 1 Tensor containing cached node id which is the starting
22 A list of rank 1 Tensors containing bucket id for each
29 Rank 2 Tensor containing logits update (with respect to cached
36 Rank 1 Tensor containing new tree ids for each example.
42 Rank 1 Tensor containing new node ids in the new tree_ids.
Dapi_def_RetrieveAllTPUEmbeddingParameters.pbtxt7 A list of tensors, one for each embedding table, containing the
14 A list of tensors, one for each embedding table, containing the
23 A list of tensors, one for each embedding table, containing the
32 A list of tensors, one for each embedding table, containing the
41 A list of tensors, one for each embedding table, containing the
50 A list of tensors, one for each embedding table, containing the
59 A list of tensors, one for each embedding table, containing the
68 A list of tensors, one for each embedding table, containing the
Dapi_def_LoadAllTPUEmbeddingParameters.pbtxt8 containing the initial embedding table parameters to use in embedding
15 A list of tensors, one for each embedding table, containing the
25 A list of tensors, one for each embedding table, containing the
35 A list of tensors, one for each embedding table, containing the
45 A list of tensors, one for each embedding table, containing the
55 A list of tensors, one for each embedding table, containing the
65 A list of tensors, one for each embedding table, containing the
75 A list of tensors, one for each embedding table, containing the
Dapi_def_TextLineDataset.pbtxt7 A scalar or a vector containing the name(s) of the file(s) to be
14 A scalar containing either (i) the empty string (no
21 A scalar containing the number of bytes to buffer.
Dapi_def_CSRSparseMatrixComponents.pbtxt14 description: "An array containing CSR matrix row pointers."
18 description: "An array containing CSR matrix column indices."
22 description: "An array containing CSR matrix nonzero values."
Dapi_def_XlaRecvTPUEmbeddingActivations.pbtxt7 A Tensor with type=DT_VARIANT containing the deduplication
8 data. The tensor is an XLA nested tuple containing N elements (where N is
18 A TensorList of embedding activations containing one Tensor per
40 XlaRecvTPUEmbeddingActivations Op. This op returns a list containing one
Dapi_def_ConfigureTPUEmbeddingHost.pbtxt6 A string-encoded common configuration proto containing metadata
13 A string-encoded memory config proto containing metadata about
20 A string containing metadata about the hostname and RPC port
Dapi_def_SparseCountSparseOutput.pbtxt7 Tensor containing the indices of the sparse tensor to count.
13 Tensor containing values of the sparse tensor to count.
19 Tensor containing the dense shape of the sparse tensor to count.
25 A Tensor of the same shape as indices containing per-index weight values.
/external/angle/third_party/vulkan_memory_allocator/tools/VmaDumpVis/
DREADME.md16 * `INPUT_FILE` - path to source file to be read, containing dump of internal state of the VMA libra…
31 * ![Buffer 1](README_files/Legend_Buffer_1.png "Buffer 1") Buffer with usage containing INDIRECT_BU…
32 * ![Buffer 2](README_files/Legend_Buffer_2.png "Buffer 2") Buffer with usage containing STORAGE_BUF…
33 * ![Buffer 3](README_files/Legend_Buffer_3.png "Buffer 3") Buffer with usage containing UNIFORM_BUF…
35 …iles/Legend_Image_1.png "Image 1") Image with OPTIMAL tiling and usage containing DEPTH_STENCIL_AT…
36 …iles/Legend_Image_2.png "Image 2") Image with OPTIMAL tiling and usage containing INPUT_ATTACHMENT…
37 …(README_files/Legend_Image_3.png "Image 3") Image with OPTIMAL tiling and usage containing SAMPLED.
/external/perfetto/src/tools/proto_merger/
Dallowlist.cc55 auto& containing = in AllowlistEnum() local
57 containing.enums.emplace(desc.name()); in AllowlistEnum()
62 auto& containing = in AllowlistField() local
69 auto& oneof = containing.oneofs[desc.containing_oneof()->name()]; in AllowlistField()
74 if (!containing.fields.emplace(desc.number()).second) in AllowlistField()
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D147-undef-builtin-allowed.c.expected1 0:2(1): preprocessor warning: names containing consecutive underscores are reserved.
2 0:3(1): preprocessor warning: names containing consecutive underscores are reserved.
3 0:4(1): preprocessor warning: names containing consecutive underscores are reserved.
/external/rust/crates/base64/patches/
Ddoc-string-fix.patch25 -///Returns a Result containing a Vec<u8>.
26 +///Returns a Result containing a `Vec<u8>`.
34 -///Returns a Result containing a Vec<u8>.
35 +///Returns a Result containing a `Vec<u8>`.
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.8bitstorage_Error-uint.frag.out5 ERROR: 0:58: 'return: can't use with structs containing uint8' : required extension not requested: …
11 ERROR: 0:74: '[: does not operate on types containing (u)int8' : required extension not requested: …
14 ERROR: 0:75: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib…
35 ERROR: 0:81: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib…
38 ERROR: 0:82: '=: can't use with structs containing uint8' : required extension not requested: Possi…
51 ERROR: 0:87: '=: can't use with arrays containing uint8' : required extension not requested: Possib…
63 ERROR: 0:92: 'constructor: can't construct structure containing 8-bit type' : required extension no…
Dspv.8bitstorage_Error-int.frag.out5 ERROR: 0:58: 'return: can't use with structs containing int8' : required extension not requested: P…
11 ERROR: 0:74: '[: does not operate on types containing (u)int8' : required extension not requested: …
14 ERROR: 0:75: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib…
35 ERROR: 0:81: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib…
38 ERROR: 0:82: '=: can't use with structs containing int8' : required extension not requested: Possib…
51 ERROR: 0:87: '=: can't use with arrays containing int8' : required extension not requested: Possibl…
63 ERROR: 0:92: 'constructor: can't construct structure containing 8-bit type' : required extension no…
Dspv.16bitstorage_Error.frag.out6 ERROR: 0:58: 'return: can't use with structs containing float16' : required extension not requested…
14 ERROR: 0:74: '[: does not operate on types containing float16' : required extension not requested: …
18 ERROR: 0:75: '.: can't swizzle types containing float16' : required extension not requested: Possib…
45 ERROR: 0:81: '.: can't swizzle types containing float16' : required extension not requested: Possib…
49 ERROR: 0:82: '=: can't use with structs containing float16' : required extension not requested: Pos…
66 ERROR: 0:87: '=: can't use with arrays containing float16' : required extension not requested: Poss…
90 ERROR: 0:93: 'constructor: can't construct structure containing 16-bit type' : required extension n…
Dspv.16bitstorage_Error-int.frag.out6 ERROR: 0:58: 'return: can't use with structs containing int16' : required extension not requested: …
14 ERROR: 0:74: '[: does not operate on types containing (u)int16' : required extension not requested:…
18 ERROR: 0:75: '.: can't swizzle types containing (u)int16' : required extension not requested: Possi…
45 ERROR: 0:81: '.: can't swizzle types containing (u)int16' : required extension not requested: Possi…
49 ERROR: 0:82: '=: can't use with structs containing int16' : required extension not requested: Possi…
66 ERROR: 0:87: '=: can't use with arrays containing int16' : required extension not requested: Possib…
82 ERROR: 0:92: 'constructor: can't construct structure containing 16-bit type' : required extension n…
Dspv.16bitstorage_Error-uint.frag.out6 ERROR: 0:58: 'return: can't use with structs containing uint16' : required extension not requested:…
14 ERROR: 0:74: '[: does not operate on types containing (u)int16' : required extension not requested:…
18 ERROR: 0:75: '.: can't swizzle types containing (u)int16' : required extension not requested: Possi…
45 ERROR: 0:81: '.: can't swizzle types containing (u)int16' : required extension not requested: Possi…
49 ERROR: 0:82: '=: can't use with structs containing uint16' : required extension not requested: Poss…
66 ERROR: 0:87: '=: can't use with arrays containing uint16' : required extension not requested: Possi…
82 ERROR: 0:92: 'constructor: can't construct structure containing 16-bit type' : required extension n…
/external/deqp-deps/glslang/Test/baseResults/
Dspv.8bitstorage_Error-int.frag.out5 ERROR: 0:58: 'return: can't use with structs containing int8' : required extension not requested: P…
11 ERROR: 0:74: '[: does not operate on types containing (u)int8' : required extension not requested: …
14 ERROR: 0:75: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib…
35 ERROR: 0:81: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib…
38 ERROR: 0:82: '=: can't use with structs containing int8' : required extension not requested: Possib…
51 ERROR: 0:87: '=: can't use with arrays containing int8' : required extension not requested: Possibl…
63 ERROR: 0:92: 'constructor: can't construct structure containing 8-bit type' : required extension no…
Dspv.8bitstorage_Error-uint.frag.out5 ERROR: 0:58: 'return: can't use with structs containing uint8' : required extension not requested: …
11 ERROR: 0:74: '[: does not operate on types containing (u)int8' : required extension not requested: …
14 ERROR: 0:75: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib…
35 ERROR: 0:81: '.: can't swizzle types containing (u)int8' : required extension not requested: Possib…
38 ERROR: 0:82: '=: can't use with structs containing uint8' : required extension not requested: Possi…
51 ERROR: 0:87: '=: can't use with arrays containing uint8' : required extension not requested: Possib…
63 ERROR: 0:92: 'constructor: can't construct structure containing 8-bit type' : required extension no…
Dspv.16bitstorage_Error.frag.out6 ERROR: 0:58: 'return: can't use with structs containing float16' : required extension not requested…
14 ERROR: 0:74: '[: does not operate on types containing float16' : required extension not requested: …
18 ERROR: 0:75: '.: can't swizzle types containing float16' : required extension not requested: Possib…
45 ERROR: 0:81: '.: can't swizzle types containing float16' : required extension not requested: Possib…
49 ERROR: 0:82: '=: can't use with structs containing float16' : required extension not requested: Pos…
66 ERROR: 0:87: '=: can't use with arrays containing float16' : required extension not requested: Poss…
90 ERROR: 0:93: 'constructor: can't construct structure containing 16-bit type' : required extension n…
/external/ltp/testcases/kernel/controllers/
DREADME33 Directory containing the cgroup regression testcases.
37 Directory containing the cpu controller testcases. A similar directory will
42 Directory containing the memory controller testcases. A similar directory will
47 Directory containing the cpuset controller testcases. A similar directory will
56 Directory containing the cpu accounting controller testcases.

12345678910>>...115