Home
last modified time | relevance | path

Searched full:must (Results 1 – 25 of 19302) sorted by relevance

12345678910>>...773

/external/llvm/test/MC/Mips/
Dmodule-directive-bad.s6 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
10 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
14 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
18 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
22 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
26 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
30 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
34 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
38 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code
42 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code
[all …]
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
DREADME.md105 the model to the XNNPACK delegate. The users must destroy the delegate with
177 // TFLite interpreter instances must be created up front before any finalization
221 * Inputs and outputs must be in 32-bit floating-point format.
225 * Inputs and outputs must be in 32-bit floating-point format.
232 * Inputs and outputs must be in 32-bit floating-point format.
239 * Inputs and outputs must be in 32-bit floating-point format.
243 * Inputs and outputs must be in 32-bit floating-point format.
248 * Inputs and outputs must be in 32-bit floating-point format.
250 * Both filter and bias must be static (use `kTfLiteMmapRo` allocation type).
256 * Inputs and outputs must be in 32-bit floating-point format.
[all …]
/external/libchrome/ipc/
Dipc_sync_message_unittest.h32 // in1 must be 1, out1 is true
35 // in1 must be false, out1 is true, out2 is 12
38 // in1 must be 3, out1 is "1_3", out2 is 13, out3 is false
41 // in1 must be 1, in2 must be false, out1 is true
44 // in1 must be false, in2 must be 2, out1 is true, out2 is 22
47 // in1 must be 3, in2 must be true, out1 is "2_3", out2 is 23, out3 is false
50 // in1 must be 1, in2 must be false, in3 must be "3_1", out1 is true
53 // in1 must be "3_3", in2 must be false, in3 must be 2, out1 is true, out2 is
57 // in1 must be 3, in2 must be "3_3", in3 must be true, out1 is "3_3", out2 is
62 // in1 must be true, in2 must be 3, in3 must be "3_4", out1 is 34, out2 is
[all …]
/external/cronet/ipc/
Dipc_sync_message_unittest.h36 // in1 must be 1, out1 is true
39 // in1 must be false, out1 is true, out2 is 12
42 // in1 must be 3, out1 is "1_3", out2 is 13, out3 is false
45 // in1 must be 1, in2 must be false, out1 is true
48 // in1 must be false, in2 must be 2, out1 is true, out2 is 22
51 // in1 must be 3, in2 must be true, out1 is "2_3", out2 is 23, out3 is false
54 // in1 must be 1, in2 must be false, in3 must be "3_1", out1 is true
57 // in1 must be "3_3", in2 must be false, in3 must be 2, out1 is true, out2 is
61 // in1 must be 3, in2 must be "3_3", in3 must be true, out1 is "3_3", out2 is
66 // in1 must be true, in2 must be 3, in3 must be "3_4", out1 is 34, out2 is
[all …]
/external/vulkan-validation-layers/layers/generated/
Dvk_validation_error_messages.h37 …ompactedSize is not 0 then both info.geometryCount and info.instanceCount must be 0 (https://www.k…
38 …{"VUID-VkAccelerationStructureCreateInfoNV-info-parameter", "info must be a valid VkAccelerationSt…
39 …{"VUID-VkAccelerationStructureCreateInfoNV-pNext-pNext", "pNext must be NULL (https://www.khronos.…
40 …{"VUID-VkAccelerationStructureCreateInfoNV-sType-sType", "sType must be VK_STRUCTURE_TYPE_ACCELERA…
41 …VK_BUILD_ACCELERATION_STRUCTURE_PREFER_FAST_TRACE_BIT_NV bit set, then it must not have the VK_BUI…
42 …{"VUID-VkAccelerationStructureInfoNV-flags-parameter", "flags must be a valid combination of VkBui…
43 …{"VUID-VkAccelerationStructureInfoNV-geometryCount-02422", "geometryCount must be less than or equ…
44 …{"VUID-VkAccelerationStructureInfoNV-instanceCount-02423", "instanceCount must be less than or equ…
45 …instanceData-02782", "If instanceData is not VK_NULL_HANDLE, instanceData must have been created w…
46 …maxTriangleCount-02424", "The total number of triangles in all geometries must be less than or equ…
[all …]
Dthread_safety.cpp53 // Host access to pAllocateInfo::descriptorPool must be externally synchronized in PreCallRecordAllocateDescriptorSets()
60 // Host access to pAllocateInfo::descriptorPool must be externally synchronized in PostCallRecordAllocateDescriptorSets()
99 // Host access to commandPool must be externally synchronized in PreCallRecordResetCommandPool()
106 // Host access to commandPool must be externally synchronized in PostCallRecordResetCommandPool()
114 // Host access to commandPool must be externally synchronized in PreCallRecordDestroyCommandPool()
143 // Host access to instance must be externally synchronized in PreCallRecordDestroyInstance()
150 // Host access to instance must be externally synchronized in PostCallRecordDestroyInstance()
196 // Host access to device must be externally synchronized in PreCallRecordDestroyDevice()
203 // Host access to device must be externally synchronized in PostCallRecordDestroyDevice()
229 // Host access to queue must be externally synchronized in PreCallRecordQueueSubmit()
[all …]
/external/clang/test/Sema/
Dbuiltins-arm.c52 …__builtin_arm_ldc(a, 2, &a); // expected-error {{argument to '__builtin_arm_ldc' must be a constan… in test6()
53 …__builtin_arm_ldc(1, a, &a); // expected-error {{argument to '__builtin_arm_ldc' must be a constan… in test6()
56 …__builtin_arm_ldcl(a, 2, &a); // expected-error {{argument to '__builtin_arm_ldcl' must be a const… in test6()
57 …__builtin_arm_ldcl(1, a, &a); // expected-error {{argument to '__builtin_arm_ldcl' must be a const… in test6()
60 …__builtin_arm_ldc2(a, 2, &a); // expected-error {{argument to '__builtin_arm_ldc2' must be a const… in test6()
61 …__builtin_arm_ldc2(1, a, &a); // expected-error {{argument to '__builtin_arm_ldc2' must be a const… in test6()
64 …__builtin_arm_ldc2l(a, 2, &a); // expected-error {{argument to '__builtin_arm_ldc2l' must be a con… in test6()
65 …__builtin_arm_ldc2l(1, a, &a); // expected-error {{argument to '__builtin_arm_ldc2l' must be a con… in test6()
68 …__builtin_arm_stc(a, 2, &a); // expected-error {{argument to '__builtin_arm_stc' must be a constan… in test6()
69 …__builtin_arm_stc(1, a, &a); // expected-error {{argument to '__builtin_arm_stc' must be a constan… in test6()
[all …]
/external/tensorflow/tensorflow/core/ops/
Dtraining_ops_test.cc33 INFER_ERROR("Dimension 1 in both shapes must be equal", op, in TestGradAndIndicesErrorHandling()
35 // grad[0] and indices[0] must match. in TestGradAndIndicesErrorHandling()
36 INFER_ERROR("Dimensions must be equal, but are 1 and 2", op, in TestGradAndIndicesErrorHandling()
39 INFER_ERROR("must be equal rank", op, shape_spec("[1]", "[?,2];[?]")); in TestGradAndIndicesErrorHandling()
41 INFER_ERROR("Shape must be rank 1 but is rank 2", op, in TestGradAndIndicesErrorHandling()
50 INFER_ERROR("Dimension 0 in both shapes must be equal, but are 1 and 2", op, in TEST()
53 // alpha must be a scalar. in TEST()
54 INFER_ERROR("Shape must be rank 0 but is rank 1", op, "?;[?];?"); in TEST()
62 INFER_ERROR("Dimension 0 in both shapes must be equal, but are 1 and 2", op, in TEST()
65 // alpha, l1, and l2 must be scalars. in TEST()
[all …]
Dio_ops_test.cc36 // Filename must be scalar. in TEST()
37 INFER_ERROR("Shape must be rank 0 but is rank 1", op, "[?];?;?;?"); in TEST()
39 // tensor_names must be vector matching number data elements (2 in this test). in TEST()
40 INFER_ERROR("Shape must be rank 1 but is rank 2", op, "[];[2,3];?;?"); in TEST()
41 INFER_ERROR("Dimension must be 2 but is 3", op, "[];[3];?;?"); in TEST()
58 // Filename must be scalar. in TEST()
59 INFER_ERROR("Shape must be rank 0 but is rank 1", op, "[?];?;?;?;?"); in TEST()
61 // tensor_names must be vector matching number data elements (2 in this test). in TEST()
62 INFER_ERROR("Shape must be rank 1 but is rank 2", op, "[];[2,3];?;?;?"); in TEST()
63 INFER_ERROR("Dimension must be 2 but is 3", op, "[];[3];?;?;?"); in TEST()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h295 /// \pre MBB must be in getMF().
296 /// \pre II must be a valid iterator in MBB.
308 /// \pre \p MBB must be contained by getMF().
312 /// \pre MI must be in getMF().
330 /// \pre setBasicBlock or setMI must have been called.
337 /// \pre setMF, setBasicBlock or setMI must have been called.
377 /// \pre setBasicBlock or setMI must have been called.
378 /// \pre \p Res must be a generic virtual register with pointer type.
389 /// \pre setBasicBlock or setMI must have been called.
390 /// \pre \p Res must be a generic virtual register with pointer type.
[all …]
/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector-error.c62 … // expected-note@vecintrin.h:* {{must be a constant power of 2 from 64 to 4096}} in test_core()
64 … // expected-note@vecintrin.h:* {{must be a constant power of 2 from 64 to 4096}} in test_core()
66 … // expected-note@vecintrin.h:* {{must be a constant power of 2 from 64 to 4096}} in test_core()
68 … // expected-note@vecintrin.h:* {{must be a constant power of 2 from 64 to 4096}} in test_core()
72 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
75 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
78 … // expected-note@vecintrin.h:* 1 {{must be a constant integer from 0 to 3}} in test_core()
81 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
84 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
87 … // expected-note@vecintrin.h:* 2 {{must be a constant integer from 0 to 3}} in test_core()
[all …]
/external/angle/src/libANGLE/
DErrorStrings.h25 MSG kAttributeListNotNull = "Attribute list must be NULL or GL_NONE";
27 MSG kBaseLevelNegative = "Base level must be at least 0.";
28 MSG kBaseLevelNonZero = "Base level must be 0.";
43 MSG kBlitFramebufferMissing = "Read and draw framebuffers must both exist for a blit to succeed.";
56 … "If the read buffer contains fixed-point or floating-point values, the draw buffer must as well.";
57 …smatchFixedPoint = "If the read buffer contains fixed-point values, the draw buffer must as well.";
58 …hSignedInteger = "If the read buffer contains signed integer values the draw buffer must as well.";
59 …ignedInteger = "If the read buffer contains unsigned integer values the draw buffer must as well.";
65 MSG kBufferNotBound = "A buffer must be bound.";
72 MSG kClientBufferInvalid = "Size must not exceed the size of clientbuffer";
[all …]
/external/python/google-api-python-client/docs/dyn/
Dbinaryauthorization_v1beta1.projects.html92 <p class="firstline">A policy specifies the attestors that must attest to a container image, before…
104 …<pre>A policy specifies the attestors that must attest to a container image, before the project is…
123 …specifies either that all container images used in a pod creation request must be attested to by o…
126must attest to a container image, in the format `projects/*/attestors/*`. Each attestor must exist…
131 …specifies either that all container images used in a pod creation request must be attested to by o…
134must attest to a container image, in the format `projects/*/attestors/*`. Each attestor must exist…
141 …specifies either that all container images used in a pod creation request must be attested to by o…
144must attest to a container image, in the format `projects/*/attestors/*`. Each attestor must exist…
150 …specifies either that all container images used in a pod creation request must be attested to by o…
153must attest to a container image, in the format `projects/*/attestors/*`. Each attestor must exist…
[all …]
Dbinaryauthorization_v1.projects.html92 <p class="firstline">A policy specifies the attestors that must attest to a container image, before…
104 …<pre>A policy specifies the attestors that must attest to a container image, before the project is…
123 …specifies either that all container images used in a pod creation request must be attested to by o…
126must attest to a container image, in the format `projects/*/attestors/*`. Each attestor must exist…
131 …specifies either that all container images used in a pod creation request must be attested to by o…
134must attest to a container image, in the format `projects/*/attestors/*`. Each attestor must exist…
141 …specifies either that all container images used in a pod creation request must be attested to by o…
144must attest to a container image, in the format `projects/*/attestors/*`. Each attestor must exist…
150 …specifies either that all container images used in a pod creation request must be attested to by o…
153must attest to a container image, in the format `projects/*/attestors/*`. Each attestor must exist…
[all …]
Dcloudsearch_v1.stats.html126 fromDate_day: integer, Day of month. Must be from 1 to 31 and valid for the year and month.
127 fromDate_month: integer, Month of date. Must be from 1 to 12.
128 fromDate_year: integer, Year of date. Must be from 1 to 9999.
129 toDate_day: integer, Day of month. Must be from 1 to 31 and valid for the year and month.
130 toDate_month: integer, Month of date. Must be from 1 to 12.
131 toDate_year: integer, Year of date. Must be from 1 to 9999.
144 …ar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar). The date must be a valid calendar…
145 &quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month.
146 &quot;month&quot;: 42, # Month of date. Must be from 1 to 12.
147 &quot;year&quot;: 42, # Year of date. Must be from 1 to 9999.
[all …]
/external/vulkan-headers/registry/
Dvalidusage.json13 … is not <code>NULL</code>, <code>instance</code> <strong class=\"purple\">must</strong> be a valid…
17 …"text": " <code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 str…
25 …"text": " <code>device</code> <strong class=\"purple\">must</strong> be a valid <a href=\"#VkDevic…
29 …"text": " <code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 str…
37 …"text": " <code>pApiVersion</code> <strong class=\"purple\">must</strong> be a valid pointer to a …
45 …o</a>::<code>ppEnabledExtensionNames</code> list <strong class=\"purple\">must</strong> also be pr…
49 …"text": " <code>pCreateInfo</code> <strong class=\"purple\">must</strong> be a valid pointer to a …
53 …s not <code>NULL</code>, <code>pAllocator</code> <strong class=\"purple\">must</strong> be a valid…
57 …"text": " <code>pInstance</code> <strong class=\"purple\">must</strong> be a valid pointer to a <a…
65 …tensions in <code>ppEnabledExtensionNames</code> <strong class=\"purple\">must</strong> contain <c…
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/
Dvalidusage.json13 … is not <code>NULL</code>, <code>instance</code> <strong class=\"purple\">must</strong> be a valid…
17 …"text": " <code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 str…
25 …"text": " <code>device</code> <strong class=\"purple\">must</strong> be a valid <a href=\"#VkDevic…
29 …"text": " <code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 str…
37 …"text": " <code>pApiVersion</code> <strong class=\"purple\">must</strong> be a valid pointer to a …
45 …o</a>::<code>ppEnabledExtensionNames</code> list <strong class=\"purple\">must</strong> also be pr…
49 …"text": " <code>pCreateInfo</code> <strong class=\"purple\">must</strong> be a valid pointer to a …
53 …s not <code>NULL</code>, <code>pAllocator</code> <strong class=\"purple\">must</strong> be a valid…
57 …"text": " <code>pInstance</code> <strong class=\"purple\">must</strong> be a valid pointer to a <a…
65 …tensions in <code>ppEnabledExtensionNames</code> <strong class=\"purple\">must</strong> contain <c…
[all …]
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dfilesystem_interface.h102 values; // owned (plugins must make a copy if storing this)
109 TF_Filesystem_Num_Option_Types, // must always be the last item
211 /// This operation must be provided. See "REQUIRED OPERATIONS" above.
228 /// * Must set `status` to `TF_OK` if exactly `n` bytes have been read.
229 /// * Must set `status` to `TF_OUT_OF_RANGE` if fewer than `n` bytes have
231 /// * Must return -1 for any other error and must set `status` to any
245 /// This operation must be provided. See "REQUIRED OPERATIONS" above.
256 /// * Must set `status` to `TF_OK` if exactly `n` bytes have been written.
257 /// * Must set `status` to `TF_RESOURCE_EXHAUSTED` if fewer than `n` bytes
269 /// * Must set `status` to `TF_OK` and return current position if no error.
[all …]
/external/mbedtls/include/mbedtls/
Dbignum.h207 * The number 0 must be represented with `s = +1`. Although many library
210 * functions and external callers must always set \c s to +1 for the
214 * a valid MPI representation. You must call mbedtls_mpi_init().
235 * \param X The MPI context to initialize. This must not be \c NULL.
244 * not \c NULL, it must point to an initialized MPI.
254 * \param X The MPI to grow. It must be initialized.
270 * \param X The MPI to shrink. This must point to an initialized MPI.
283 * \param X The destination MPI. This must point to an initialized MPI.
284 * \param Y The source MPI. This must point to an initialized MPI.
298 * \param X The first MPI. It must be initialized.
[all …]
Daes.h111 * It must be the first API called before using
114 * \param ctx The AES context to initialize. This must not be \c NULL.
123 * Otherwise, the context must have been at least initialized.
131 * It must be the first API called before using
134 * \param ctx The AES XTS context to initialize. This must not be \c NULL.
143 * Otherwise, the context must have been at least initialized.
152 * It must be initialized.
154 * This must be a readable buffer of size \p keybits bits.
171 * It must be initialized.
173 * This must be a readable buffer of size \p keybits bits.
[all …]
/external/llvm/test/MC/ARM/
Dneon-vld-vst-align.s13 @ CHECK-ERRORS: error: alignment must be 64 or omitted
16 @ CHECK-ERRORS: error: alignment must be 64 or omitted
20 @ CHECK-ERRORS: error: alignment must be 64 or omitted
23 @ CHECK-ERRORS: error: alignment must be 64 or omitted
35 @ CHECK-ERRORS: error: alignment must be 64 or omitted
38 @ CHECK-ERRORS: error: alignment must be 64 or omitted
42 @ CHECK-ERRORS: error: alignment must be 64 or omitted
45 @ CHECK-ERRORS: error: alignment must be 64 or omitted
57 @ CHECK-ERRORS: error: alignment must be 64 or omitted
60 @ CHECK-ERRORS: error: alignment must be 64 or omitted
[all …]
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dbignum.h206 * \param X The MPI context to initialize. This must not be \c NULL.
215 * not \c NULL, it must point to an initialized MPI.
225 * \param X The MPI to grow. It must be initialized.
241 * \param X The MPI to shrink. This must point to an initialized MPI.
254 * \param X The destination MPI. This must point to an initialized MPI.
255 * \param Y The source MPI. This must point to an initialized MPI.
269 * \param X The first MPI. It must be initialized.
270 * \param Y The second MPI. It must be initialized.
278 * \param X The MPI to conditionally assign to. This must point
280 * \param Y The MPI to be assigned from. This must point to an
[all …]
Dcipher.h392 * \param cipher_name Name of the cipher to search for. This must not be
434 * \param ctx The context to be initialized. This must not be \c NULL.
444 * function has no effect, otherwise this must point to an
454 * \param ctx The context to initialize. This must be initialized.
482 * mbedtls_cipher_auth_decrypt() must provide
484 * For non-AEAD ciphers, the value must be \c 0.
500 * \param ctx The context of the cipher. This must be initialized.
519 * \param ctx The context of the cipher. This must be initialized.
538 * \param ctx The context of the cipher. This must be initialized.
560 * \param ctx The context of the cipher. This must be initialized.
[all …]
Daes.h126 * It must be the first API called before using
129 * \param ctx The AES context to initialize. This must not be \c NULL.
138 * Otherwise, the context must have been at least initialized.
146 * It must be the first API called before using
149 * \param ctx The AES XTS context to initialize. This must not be \c NULL.
158 * Otherwise, the context must have been at least initialized.
167 * It must be initialized.
169 * This must be a readable buffer of size \p keybits bits.
186 * It must be initialized.
188 * This must be a readable buffer of size \p keybits bits.
[all …]
/external/mesa3d/docs/gallium/
Dresources.rst44 (appropriate bind flags must be requested).
51 width0 serves as size, most other resource properties don't apply but must be
52 set appropriately (depth0/height0/array_size must be 1, last_level 0).
60 (TODO limit currently unspecified, minimum must be at least 65536).
87 width must be a power of two
88 - height0 must be 1
89 - depth0 must be 1
90 - array_size must be 1 for PIPE_TEXTURE_1D
92 - Must use normalized coordinates
104 - depth0 must be 1
[all …]

12345678910>>...773