Home
last modified time | relevance | path

Searched full:but (Results 1 – 25 of 15109) sorted by relevance

12345678910>>...605

/external/tensorflow/tensorflow/core/ops/
Dtraining_ops_test.cc36 INFER_ERROR("Dimensions must be equal, but are 1 and 2", op, 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()
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()
66 INFER_ERROR("Shape must be rank 0 but is rank 1", op, "?;[?];?;?;?"); in TEST()
67 INFER_ERROR("Shape must be rank 0 but is rank 1", op, "?;?;[?];?;?"); in TEST()
68 INFER_ERROR("Shape must be rank 0 but is rank 1", op, "?;?;?;[?];?"); in TEST()
80 INFER_ERROR("Shape must be rank 0 but is rank 1", op, "?;[?];?;?;?;?"); in TEST()
81 INFER_ERROR("Shape must be rank 0 but is rank 1", op, "?;?;[?];?;?;?"); in TEST()
[all …]
Dio_ops_test.cc37 INFER_ERROR("Shape must be rank 0 but is rank 1", op, "[?];?;?;?"); 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()
59 INFER_ERROR("Shape must be rank 0 but is rank 1", op, "[?];?;?;?;?"); 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()
67 INFER_ERROR("Shape must be rank 1 but is rank 2", op, "[];[2];[2,3];?;?"); in TEST()
68 INFER_ERROR("Dimension must be 2 but is 3", op, "[];[2];[3];?;?"); in TEST()
78 INFER_ERROR("Shape must be rank 0 but is rank 1", op, "[?];[]"); in TEST()
79 INFER_ERROR("Shape must be rank 0 but is rank 1", op, "[];[?]"); in TEST()
[all …]
Dnn_ops_test.cc47 INFER_ERROR("Shape must be at least rank 1 but is rank 0", op, "[]"); in TEST()
48 INFER_ERROR("input must have last dimension >= k = 20 but is 1", op, "[1]"); in TEST()
49 INFER_ERROR("input must have last dimension >= k = 20 but is 4", op, in TEST()
73 INFER_ERROR("Shape must be at least rank 1 but is rank 0", op, "[];[]"); in TEST()
74 INFER_ERROR("input must have last dimension >= k = 20 but is 1", op, in TEST()
76 INFER_ERROR("input must have last dimension >= k = 20 but is 4", op, in TEST()
80 "Dimension size, given by scalar input 1, must be non-negative but is -1", in TEST()
97 INFER_ERROR("Shape must be at least rank 1 but is rank 0", op, "[];[]"); in TEST()
98 INFER_ERROR("Input must have last dimension > n = 20 but is 1", op, "[1];[]"); in TEST()
99 INFER_ERROR("Input must have last dimension > n = 20 but is 20", op, in TEST()
[all …]
Dimage_ops_test.cc40 INFER_ERROR("Shape must be rank 4 but is rank 5", op, "[1,2,3,4,5];?"); in TEST()
41 INFER_ERROR("Shape must be rank 4 but is rank 3", op, "[1,2,3];?"); in TEST()
42 INFER_ERROR("Shape must be rank 1 but is rank 0", op, "?;[]"); in TEST()
43 INFER_ERROR("Dimension must be 2 but is 3", op, "?;[3]"); in TEST()
58 INFER_ERROR("Shape must be rank 0 but is rank 1", op, "[1]"); in TEST()
69 INFER_ERROR("Shape must be rank 0 but is rank 1", op, "[1]"); in TEST()
98 INFER_ERROR("Shape must be rank 0 but is rank 1", op, "[1]"); in TEST()
130 INFER_ERROR("Shape must be rank 0 but is rank 1", op, "[1];?"); in TEST()
164 INFER_ERROR("Shape must be rank 0 but is rank 1", op, "[1];?"); in TEST()
179 INFER_ERROR("Shape must be rank 3 but is rank 2", op, "[1,2]"); in TEST()
[all …]
/external/clang/test/Sema/
Dformat-strings-ms.c23 …l); // expected-warning{{format specifies type '__int64' (aka 'long long') but the argument has ty… in signed_test()
25 … bigval); // expected-warning{{format specifies type '__int32' (aka 'int') but the argument has ty… in signed_test()
26 … bigval); // expected-warning{{format specifies type '__int32' (aka 'int') but the argument has ty… in signed_test()
31 …rning{{format specifies type 'unsigned __int64' (aka 'unsigned long long') but the argument has ty… in unsigned_test()
33 …ted-warning{{format specifies type 'unsigned __int32' (aka 'unsigned int') but the argument has ty… in unsigned_test()
34 …ted-warning{{format specifies type 'unsigned __int32' (aka 'unsigned int') but the argument has ty… in unsigned_test()
52 …printf("%wc", bad); // expected-warning{{format specifies type 'wint_t' (aka 'int') but the argume… in w_test()
53 …/ expected-warning{{format specifies type 'wchar_t' (aka 'unsigned short') but the argument has ty… in w_test()
54 …/ expected-warning{{format specifies type 'wchar_t' (aka 'unsigned short') but the argument has ty… in w_test()
55 …pected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has ty… in w_test()
[all …]
Dformat-strings-scanf.c63 …scanf(kFormat3, &i); // expected-warning {{format specifies type 'unsigned short *' but the argume… in pr9751()
72 …fscanf(f, "%ld", i); // expected-warning{{format specifies type 'long *' but the argument has type… in test_variants()
73 …sscanf(buf, "%ld", i); // expected-warning{{format specifies type 'long *' but the argument has ty… in test_variants()
74 …my_scanf("%ld", i); // expected-warning{{format specifies type 'long *' but the argument has type … in test_variants()
85 …scanf("%[abc]", ip); // expected-warning{{format specifies type 'char *' but the argument has type… in test_scanlist()
100 …scanf("%as", sp); // expected-warning{{format specifies type 'float *' but the argument has type '… in test_alloc_extension()
101 …scanf("%aS", lsp); // expected-warning{{format specifies type 'float *' but the argument has type … in test_alloc_extension()
102 …scanf("%a[bcd]", sp); // expected-warning{{format specifies type 'float *' but the argument has ty… in test_alloc_extension()
114 …scanf("%ms", fp); // expected-warning{{format specifies type 'char **' but the argument has type '… in test_alloc_extension()
115 … expected-warning-re{{format specifies type 'wchar_t **' (aka '{{[^']+}}') but the argument has ty… in test_alloc_extension()
[all …]
Dformat-strings-freebsd.c12 …"\10\2BITTWO\1BITONE\n"); // expected-warning{{format specifies type 'int' but the argument has ty… in check_freebsd_kernel_extensions()
13 …freebsd_kernel_printf("reg=%b\n", i, l); // expected-warning{{format specifies type 'char *' but t… in check_freebsd_kernel_extensions()
19 …freebsd_kernel_printf("%6D", i, ":"); // expected-warning{{format specifies type 'void *' but the … in check_freebsd_kernel_extensions()
20 …freebsd_kernel_printf("%6D", s, i); // expected-warning{{format specifies type 'char *' but the ar… in check_freebsd_kernel_extensions()
25 …freebsd_kernel_printf("%*D", 42, i, ":"); // expected-warning{{format specifies type 'void *' but in check_freebsd_kernel_extensions()
26 …freebsd_kernel_printf("%*D", 42, s, i); // expected-warning{{format specifies type 'char *' but th… in check_freebsd_kernel_extensions()
32 …freebsd_kernel_printf("%r", l); // expected-warning{{format specifies type 'int' but the argument … in check_freebsd_kernel_extensions()
33 …freebsd_kernel_printf("%lr", i); // expected-warning{{format specifies type 'long' but the argumen… in check_freebsd_kernel_extensions()
37 …freebsd_kernel_printf("%hr", i); // expected-warning{{format specifies type 'short' but the argume… in check_freebsd_kernel_extensions()
39 …freebsd_kernel_printf("%hy", i); // expected-warning{{format specifies type 'short' but the argume… in check_freebsd_kernel_extensions()
[all …]
/external/llvm/test/MC/ARM/
Dthumb-invalid-crypto.txt5 @ CHECK: error: instruction 'aesd' is not predicable, but condition code specified
7 @ CHECK: error: instruction 'aesimc' is not predicable, but condition code specified
9 @ CHECK: error: instruction 'aesmc' is not predicable, but condition code specified
11 @ CHECK: error: instruction 'aese' is not predicable, but condition code specified
15 @ CHECK: error: instruction 'sha1h' is not predicable, but condition code specified
17 @ CHECK: error: instruction 'sha1su1' is not predicable, but condition code specified
19 @ CHECK: error: instruction 'sha256su0' is not predicable, but condition code specified
23 @ CHECK: error: instruction 'sha1c' is not predicable, but condition code specified
25 @ CHECK: error: instruction 'sha1m' is not predicable, but condition code specified
27 @ CHECK: error: instruction 'sha1p' is not predicable, but condition code specified
[all …]
/external/clang/test/FixIt/
Dformat.m10 …printf("%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'in…
11 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i…
16 …NSLog(@"%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'in…
17 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i…
18 NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has type 'int'}}
25 …printf("%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'char …
27 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'c…
31 …NSLog(@"%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'char …
33 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'c…
34 …NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has type 'char *…
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DInstConstraintVisitor.java153 constraintViolated(o, "The 'index' is not of type int but of type "+index+"."); in indexOfInt()
172 constraintViolated(o, "The 'value' is not of type int but of type "+value+"."); in valueOfInt()
183 … constraintViolated(o, "The 'arrayref' does not refer to an array but is of type "+arrayref+"."); in arrayrefOfArrayType()
196 * E.g. SWAP is a StackConsumer, but DUP_X1 is not a StackProducer.
222 /* therefore, we don't know the order of visiting; but we know */
238 "' is referenced, but cannot be loaded and resolved: '"+vr+"'."); in visitLoadClass()
289 …dex '"+o.getIndex()+"' should refer to a CONSTANT_Fieldref_info structure, but refers to '"+c+"'."… in visitFieldInstruction()
298 …constraintViolated(o, "Class '"+name+"' is referenced, but cannot be loaded and resolved: '"+vr+"'… in visitFieldInstruction()
436 … constraintViolated(o, "Reference type expected on top of stack, but is: '"+stack().peek()+"'."); in visitReturnInstruction()
450 "' on top of the stack. But stack top is a '"+stack().peek()+"'."); in visitReturnInstruction()
[all …]
/external/OpenCL-CTS/test_conformance/api/
Dtest_api_consistency.cpp65 "CL_DEVICE_SVM_CAPABILITIES returned 0 but " in test_consistency_svm()
74 "CL_DEVICE_SVM_CAPABILITIES returned 0 but " in test_consistency_svm()
91 "CL_DEVICE_SVM_CAPABILITIES returned 0 but clEnqueueSVMMemFill did " in test_consistency_svm()
98 "CL_DEVICE_SVM_CAPABILITIES returned 0 but " in test_consistency_svm()
105 "CL_DEVICE_SVM_CAPABILITIES returned 0 but " in test_consistency_svm()
111 "CL_DEVICE_SVM_CAPABILITIES returned 0 but " in test_consistency_svm()
118 "CL_DEVICE_SVM_CAPABILITIES returned 0 but " in test_consistency_svm()
129 "CL_DEVICE_SVM_CAPABILITIES returned 0 but " in test_consistency_svm()
142 "CL_DEVICE_SVM_CAPABILITIES returned 0 but " in test_consistency_svm()
149 "CL_DEVICE_SVM_CAPABILITIES returned 0 but " in test_consistency_svm()
[all …]
/external/replicaisland/res/values/
Dwanda.xml11 Looks like he landed OK but his memory array is all smashed. Kyle has really crossed the line this…
19 Are you feeling better Mr. Android? Your memory is probably still scrambled, but don’t worry--it w…
31 …he handiwork of Dr. Kabochanomizu. We’re supposed to be on opposing teams but I personally don’t …
39 …ck finding The Source. My team is looking for it too, but so far no luck. Enjoy the island, but
48 …Source doing what it does, but it gives me the creeps. I think there’s another, older structure e…
57 …d! How’s your search going? We’ve almost finished our scan of the beach, but I’m not supposed to…
61 …he sort of sounds like a robot when he talks <small>(no offense!)</small>, but he’s put all this e…
65 Kyle and I are the most recent search team, but Mr. Rokudou has been sending people here for years.…
91 But once you get to know him, he’s a pretty nice guy. Just don’t get on his bad side.
100 Kyle was my friend, but to you he was just an obstacle to overcome. You probably didn’t even think…
[all …]
/external/clang/test/Modules/
Dsubmodules-preprocess.cpp8 # error HAVE_VECTOR macro is not available (but should be)
12 # error HAVE_TYPE_TRAITS_MAP macro is available (but shouldn't be)
16 # error HAVE_HASH_MAP macro is available (but shouldn't be)
22 # error HAVE_VECTOR macro is not available (but should be)
26 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
30 # error HAVE_HASH_MAP macro is available (but shouldn't be)
38 # error HAVE_VECTOR macro is not available (but should be)
42 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
46 # error HAVE_HASH_MAP macro is available (but shouldn't be)
52 # error HAVE_VECTOR macro is not available (but should be)
[all …]
/external/harfbuzz_ng/perf/texts/
Den-thelittleprince.txt35 But they answered: “Frighten? Why should any one be frightened by a hat?” My drawing was not
36 a picture of a hat. It was a picture of a boa constrictor digesting an elephant. But since the grow…
63 was a person of true understanding. But, whoever it was, he, or she, would always say: “That is a
89 great seriousness. Here you may see the best portrait that, later, I was able to make of him. But
102 When at last I was able to speak, I said to him: “But, what are you doing here?” And in answer he
109 of paper and my fountain pen. But then I remembered how my studies had been concentrated on
116 But I had never drawn a sheep. So I drew for him one of the two pictures I had drawn so often. It
132 So then I did my drawing over once more. But it was rejected too, just like the others. “This one is
181 come from another planet?” But he did not reply. He tossed his head gently, without taking his
198 But the little prince seemed shocked by this offer: “Tie him! What a queer idea!”
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.promotions.frag29 float3 Fn_R_F3D(out float3 p) { p = d3; return d3; } // valid, but loss of precision on downconve…
34 int3 Fn_R_I3D(out int3 p) { p = d3; return d3; } // valid, but loss of precision on downconvers…
39 uint3 Fn_R_U3D(out uint3 p) { p = d3; return d3; } // valid, but loss of precision on downconver…
57 float3 r03 = d3; // valid, but loss of precision on downconversion.
62 int3 r13 = d3; // valid, but loss of precision on downconversion.
67 uint3 r23 = d3; // valid, but loss of precision on downconversion.
83 r03 *= d3; // valid, but loss of precision on downconversion.
88 r13 *= d3; // valid, but loss of precision on downconversion.
93 r23 *= d3; // valid, but loss of precision on downconversion.
106 r03 *= ds; // valid, but loss of precision on downconversion.
[all …]
/external/deqp-deps/glslang/Test/
Dhlsl.promotions.frag29 float3 Fn_R_F3D(out float3 p) { p = d3; return d3; } // valid, but loss of precision on downconve…
34 int3 Fn_R_I3D(out int3 p) { p = d3; return d3; } // valid, but loss of precision on downconvers…
39 uint3 Fn_R_U3D(out uint3 p) { p = d3; return d3; } // valid, but loss of precision on downconver…
57 float3 r03 = d3; // valid, but loss of precision on downconversion.
62 int3 r13 = d3; // valid, but loss of precision on downconversion.
67 uint3 r23 = d3; // valid, but loss of precision on downconversion.
83 r03 *= d3; // valid, but loss of precision on downconversion.
88 r13 *= d3; // valid, but loss of precision on downconversion.
93 r23 *= d3; // valid, but loss of precision on downconversion.
106 r03 *= ds; // valid, but loss of precision on downconversion.
[all …]
/external/brotli/tests/testdata/
Dasyoulik.txt84 bequeathed me by will but poor a thousand crowns,
95 and to that end riders dearly hired: but I, his
96 brother, gain nothing under him but growth; for the
141 you are the first-born; but the same tradition
216 CHARLES There's no news at the court, sir, but the old news:
249 well. Your brother is but young and tender; and,
262 it, but he is resolute. I'll tell thee, Charles:
276 day living. I speak but brotherly of him; but
296 misprised: but it shall not be so long; this
297 wrestler shall clear all: nothing remains but that
[all …]
Dplrabn12.txt14 Project Gutenberg. We had heard of this etext for years but it
32 little information here and there, but even after we received a
123 Confounded, though immortal. But his doom
133 No light; but rather darkness visible
137 That comes to all, but torture without end
154 "If thou beest he--but O how fallen! how changed
196 Vaunting aloud, but racked with deep despair;
213 But what if he our Conqueror (whom I now
228 Doing or suffering: but of this be sure--
230 But ever to do ill our sole delight,
[all …]
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dfast_exponential.hpp10 /// @brief Fast but less accurate implementations of exponential based functions.
28 /// Faster than the common pow function but less accurate.
33 /// Faster than the common pow function but less accurate.
38 /// Faster than the common pow function but less accurate.
43 /// Faster than the common pow function but less accurate.
48 /// Faster than the common exp function but less accurate.
53 /// Faster than the common exp function but less accurate.
58 /// Faster than the common log function but less accurate.
63 /// Faster than the common exp2 function but less accurate.
68 /// Faster than the common exp2 function but less accurate.
[all …]
Dfast_square_root.hpp9 /// @brief Fast but less accurate implementations of square root based functions.
31 /// Faster than the common sqrt function but less accurate.
37 /// Faster than the common sqrt function but less accurate.
43 /// Faster than the common inversesqrt function but less accurate.
49 /// Faster than the common inversesqrt function but less accurate.
55 /// Faster than the common length function but less accurate.
61 /// Faster than the common length function but less accurate.
67 /// Faster than the common distance function but less accurate.
73 /// Faster than the common distance function but less accurate.
79 /// Faster than the common normalize function but less accurate.
/external/clang/test/SemaCXX/
Dundefined-internal.cpp11 …static void foo(); // expected-warning {{function 'test1::foo' has internal linkage but is not def…
12 …d bar(); // expected-warning {{function 'test1::bar<int>' has internal linkage but is not defined}}
22 …ed-warning {{function 'test2::(anonymous namespace)::foo' has internal linkage but is not defined}}
23 …ed-warning {{variable 'test2::(anonymous namespace)::var' has internal linkage but is not defined}}
24 …rning {{function 'test2::(anonymous namespace)::bar<int>' has internal linkage but is not defined}}
56 …d-warning {{function 'test4::(anonymous namespace)::A::A' has internal linkage but is not defined}}
57 …-warning {{function 'test4::(anonymous namespace)::A::~A' has internal linkage but is not defined}}
58 …warning {{function 'test4::(anonymous namespace)::A::foo' has internal linkage but is not defined}}
60 …warning {{function 'test4::(anonymous namespace)::A::baz' has internal linkage but is not defined}}
82 …variable 'test5::B<test5::(anonymous namespace)::A>::var' has internal linkage but is not defined}}
[all …]
/external/rust/crates/ring/tests/
Drsa_from_pkcs8_tests.txt21 # RSA 2040-bit key that is valid, but we reject it because it is too small and
26 # RSA 2046-bit key that is valid, but we reject it because it is too small and
31 # RSA 2047-bit key that is valid, but we reject it because the lengths of the
37 # RSA 2049-bit key that is valid, but we reject it because the lengths of the
43 # RSA 2050-bit key that is valid, but we reject it because the private modulus
48 # RSA 2056-bit key that is valid, but we reject it because the private modulus
53 # RSA 2302-bit key that is valid, but we reject it because the private modulus
58 # RSA 2303-bit key that is valid, but we reject it because the private modulus
64 # RSA 2304-bit key that is valid, but we reject it because the private modulus
73 # An RSAPrivateKey, but with an AlgorithmIdentifier of ecPublicKey w/ P-256.
[all …]
/external/icu/icu4j/perf-tests/data/collation/
Dvfear11a.txt131 We have filed in about 45 states now, but these are the only ones
154 but we don't know ANYTHING about how
264 But for the "Right of Replacement or Refund" described below,
270 INCLUDING BUT NOT LIMITED TO INDIRECT, CONSEQUENTIAL, PUNITIVE
286 TO THE ETEXT OR ANY MEDIUM IT MAY BE ON, INCLUDING BUT NOT
317 processing or hypertext software, but only so long as
401 but I'll admit that I was annoyed at the sardonic interruption.
415 distinctive. But if it is Porlock, then it must be something of the
418 He was speaking to himself rather than to me; but my vexation
424 mark; but behind it lies a shifty and evasive personality. In a
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
DLimitTest.java55 "instructions total count is 0, but expected maximum is -1", in check_should_fail_on_value_totalcount()
65 "instructions missed count is 0, but expected maximum is -1", in check_should_fail_on_value_missedcount()
75 "instructions covered count is 0, but expected maximum is -1", in check_should_fail_on_value_coveredcount()
85 "instructions missed ratio is 1.0, but expected maximum is 0.5", in check_should_fail_on_value_missedratio()
99 "instructions covered ratio is 1.0, but expected maximum is 0.5", in check_should_fail_on_value_coveredratio()
114 "instructions total count is 0, but expected maximum is -1", in check_should_fail_on_counter_instruction()
124 assertEquals("branches total count is 0, but expected maximum is -1", in check_should_fail_on_check_counter_branch()
134 assertEquals("lines total count is 0, but expected maximum is -1", in check_should_fail_on_counter_line()
144 assertEquals("complexity total count is 0, but expected maximum is -1", in check_should_fail_on_counter_complexity()
154 assertEquals("classes total count is 0, but expected maximum is -1", in check_should_fail_on_counter_class()
[all …]
/external/ipsec-tools/
DNOTICE17 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
46 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
50 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
75 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
79 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
104 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
108 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
132 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
136 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
[all …]

12345678910>>...605