Home
last modified time | relevance | path

Searched full:fails (Results 1 – 25 of 15681) sorted by relevance

12345678910>>...628

/aosp_15_r20/external/boringssl/src/crypto/cipher_extra/test/
H A Daes_256_cbc_sha1_tls_implicit_iv_tests.txt31 FAILS: 01
43 FAILS: 01
759 FAILS: 01
771 FAILS: 01
782 FAILS: 01
793 FAILS: 01
804 FAILS: 01
815 FAILS: 01
826 FAILS: 01
837 FAILS: 01
[all …]
H A Daes_256_cbc_sha1_tls_tests.txt31 FAILS: 01
43 FAILS: 01
759 FAILS: 01
771 FAILS: 01
782 FAILS: 01
793 FAILS: 01
804 FAILS: 01
815 FAILS: 01
826 FAILS: 01
837 FAILS: 01
[all …]
H A Daes_128_cbc_sha1_tls_tests.txt31 FAILS: 01
43 FAILS: 01
759 FAILS: 01
771 FAILS: 01
782 FAILS: 01
793 FAILS: 01
804 FAILS: 01
815 FAILS: 01
826 FAILS: 01
837 FAILS: 01
[all …]
H A Daes_128_cbc_sha1_tls_implicit_iv_tests.txt31 FAILS: 01
43 FAILS: 01
759 FAILS: 01
771 FAILS: 01
782 FAILS: 01
793 FAILS: 01
804 FAILS: 01
815 FAILS: 01
826 FAILS: 01
837 FAILS: 01
[all …]
H A Ddes_ede3_cbc_sha1_tls_implicit_iv_tests.txt31 FAILS: 01
43 FAILS: 01
759 FAILS: 01
771 FAILS: 01
782 FAILS: 01
793 FAILS: 01
804 FAILS: 01
815 FAILS: 01
826 FAILS: 01
837 FAILS: 01
[all …]
H A Ddes_ede3_cbc_sha1_tls_tests.txt31 FAILS: 01
43 FAILS: 01
759 FAILS: 01
771 FAILS: 01
782 FAILS: 01
793 FAILS: 01
804 FAILS: 01
815 FAILS: 01
826 FAILS: 01
837 FAILS: 01
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/cipher_extra/test/
H A Daes_256_cbc_sha1_tls_implicit_iv_tests.txt31 FAILS: 01
43 FAILS: 01
759 FAILS: 01
771 FAILS: 01
782 FAILS: 01
793 FAILS: 01
804 FAILS: 01
815 FAILS: 01
826 FAILS: 01
837 FAILS: 01
[all …]
H A Daes_256_cbc_sha1_tls_tests.txt31 FAILS: 01
43 FAILS: 01
759 FAILS: 01
771 FAILS: 01
782 FAILS: 01
793 FAILS: 01
804 FAILS: 01
815 FAILS: 01
826 FAILS: 01
837 FAILS: 01
[all …]
H A Daes_128_cbc_sha1_tls_implicit_iv_tests.txt31 FAILS: 01
43 FAILS: 01
759 FAILS: 01
771 FAILS: 01
782 FAILS: 01
793 FAILS: 01
804 FAILS: 01
815 FAILS: 01
826 FAILS: 01
837 FAILS: 01
[all …]
H A Daes_128_cbc_sha1_tls_tests.txt31 FAILS: 01
43 FAILS: 01
759 FAILS: 01
771 FAILS: 01
782 FAILS: 01
793 FAILS: 01
804 FAILS: 01
815 FAILS: 01
826 FAILS: 01
837 FAILS: 01
[all …]
H A Ddes_ede3_cbc_sha1_tls_implicit_iv_tests.txt31 FAILS: 01
43 FAILS: 01
759 FAILS: 01
771 FAILS: 01
782 FAILS: 01
793 FAILS: 01
804 FAILS: 01
815 FAILS: 01
826 FAILS: 01
837 FAILS: 01
[all …]
H A Ddes_ede3_cbc_sha1_tls_tests.txt31 FAILS: 01
43 FAILS: 01
759 FAILS: 01
771 FAILS: 01
782 FAILS: 01
793 FAILS: 01
804 FAILS: 01
815 FAILS: 01
826 FAILS: 01
837 FAILS: 01
[all …]
/aosp_15_r20/external/boringssl/src/crypto/cipher_extra/test/nist_cavp/
H A Daes_128_gcm.txt17 FAILS:
33 FAILS:
56 FAILS:
72 FAILS:
81 FAILS:
90 FAILS:
99 FAILS:
108 FAILS:
117 FAILS:
126 FAILS:
[all …]
H A Daes_256_gcm.txt17 FAILS:
26 FAILS:
63 FAILS:
86 FAILS:
95 FAILS:
118 FAILS:
148 FAILS:
157 FAILS:
173 FAILS:
189 FAILS:
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/cipher_extra/test/nist_cavp/
H A Daes_128_gcm.txt17 FAILS:
33 FAILS:
56 FAILS:
72 FAILS:
81 FAILS:
90 FAILS:
99 FAILS:
108 FAILS:
117 FAILS:
126 FAILS:
[all …]
H A Daes_256_gcm.txt17 FAILS:
26 FAILS:
63 FAILS:
86 FAILS:
95 FAILS:
118 FAILS:
148 FAILS:
157 FAILS:
173 FAILS:
189 FAILS:
[all …]
/aosp_15_r20/external/starlark-go/starlark/testdata/
H A Dstring.star26 assert.fails(lambda: 1.0 * "abc", "unknown.*float \\* str")
27 assert.fails(lambda: "abc" * (1000000 * 1000000), "repeat count 1000000000000 too large")
28 assert.fails(lambda: "abc" * 1000000 * 1000000, "excessive repeat \\(3000000 \\* 1000000 elements")
38 assert.fails(lambda: chr(-1), "Unicode code point -1 out of range \\(<0\\)")
39 assert.fails(lambda: chr(0x110000), "Unicode code point U\\+110000 out of range \\(>0x10FFFF\\)")
45 assert.fails(lambda: ord("abc"), "string encodes 3 Unicode code points, want 1")
46 assert.fails(lambda: ord(""), "string encodes 0 Unicode code points, want 1")
47 assert.fails(lambda: ord("��"[1:]), "string encodes 3 Unicode code points, want 1") # 3 x 0xFFFD
55 assert.fails(lambda: "abc��".codepoint_ords()[2], "unhandled index") # not indexable
56 assert.fails(lambda: len("abc��".codepoint_ords()), "no len") # unknown length
[all …]
H A Dfloat.star21 assert.fails(lambda: len(0.0), 'has no len')
22 assert.fails(lambda: [x for x in 0.0], 'float value is not iterable')
61 assert.fails(lambda: {123.0: "f", 123: "i"}, "duplicate key: 123")
180 assert.fails(lambda: 1.0 / 0, "floating-point division by zero")
181 assert.fails(lambda: 1.0 / 0.0, "floating-point division by zero")
182 assert.fails(lambda: 1 / 0.0, "floating-point division by zero")
198 assert.fails(lambda: 1.0 // 0, "floored division by zero")
199 assert.fails(lambda: 1.0 // 0.0, "floored division by zero")
200 assert.fails(lambda: 1 // 0.0, "floored division by zero")
214 assert.fails(lambda: 1.0 % 0, "floating-point modulo by zero")
[all …]
/aosp_15_r20/hardware/interfaces/camera/common/default/include/
H A DExif.h59 // Returns false if memory allocation fails.
63 // Returns false if memory allocation fails.
67 // Returns false if memory allocation fails.
71 // Returns false if memory allocation fails.
75 // Returns false if memory allocation fails.
79 // Returns false if memory allocation fails.
84 // Returns false if memory allocation fails.
88 // Returns false if memory allocation fails.
93 // Returns false if memory allocation fails.
97 // Returns false if memory allocation fails.
[all …]
/aosp_15_r20/external/python/pyasn1/tests/type/
Dtest_univ.py39 assert False, 'repr() on NoValue object fails'
43 assert isinstance(univ.noValue, univ.NoValue), 'isinstance() on NoValue() object fails'
46 assert False, 'isinstance() on NoValue object fails'
169 assert str(univ.Integer(1)) in ('1', '1L'), 'str() fails'
175 assert univ.Integer(1) & 0 == 0, '__and__() fails'
178 assert univ.Integer(1) | 0 == 1, '__or__() fails'
181 assert univ.Integer(1) ^ 0 == 1, '__xor__() fails'
184 assert 0 & univ.Integer(1) == 0, '__rand__() fails'
187 assert 0 | univ.Integer(1) == 1, '__ror__() fails'
190 assert 0 ^ univ.Integer(1) == 1, '__rxor__() fails'
[all …]
Dtest_constraint.py28 assert self.c1 == self.c1, 'comparison fails'
31 assert hash(self.c1) != hash(self.c2), 'hash() fails'
38 assert 0, 'constraint check fails'
46 assert 0, 'constraint check fails'
60 assert 0, 'constraint check fails'
68 assert 0, 'constraint check fails'
80 assert 0, 'constraint check fails'
88 assert 0, 'constraint check fails'
100 assert 0, 'constraint check fails'
108 assert 0, 'constraint check fails'
[all …]
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.h71 // Returns false if memory allocation fails.
75 // Returns false if memory allocation fails.
80 // Returns false if memory allocation fails.
89 // Returns false if memory allocation fails.
95 // Returns false if memory allocation fails.
100 // Returns false if memory allocation fails.
104 // Returns false if memory allocation fails.
108 // Returns false if memory allocation fails.
113 // Returns false if memory allocation fails.
117 // Returns false if memory allocation fails.
[all …]
/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Dcros_config_unittest.py17 # The path determines whether cros_config fails or succeeds.
19 # whether the fallback fails or succeeds.
22 FAILS = 1 variable
26 CC_PATHS = {SUCCEEDS: '/success', FAILS: '/error'}
31 FAILS: 'fallback_fails',
53 fail_args = '%s %s' % (path, CC_PROPERTIES[FAILS])
62 fail_args = '%s %s' % (path, CC_PROPERTIES[FAILS])
111 elif path == CC_PATHS[FAILS]:
150 for fallback_status in (SUCCEEDS, FAILS, DOES_NOT_EXIST):
164 output = self.run_cc_w_fallback(FAILS, SUCCEEDS, ignore_status)
[all …]
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/utils/
H A DExifUtils.h78 // Returns false if memory allocation fails.
82 // Returns false if memory allocation fails.
87 // Returns false if memory allocation fails.
92 // Returns false if memory allocation fails.
97 // Returns false if memory allocation fails.
102 // Returns false if memory allocation fails.
106 // Returns false if memory allocation fails.
110 // Returns false if memory allocation fails.
114 // Returns false if memory allocation fails.
118 // Returns false if memory allocation fails.
[all …]
/aosp_15_r20/hardware/interfaces/camera/common/default/
H A DExif.cpp65 // Returns false if memory allocation fails.
69 // Returns false if memory allocation fails.
73 // Returns false if memory allocation fails.
77 // Returns false if memory allocation fails.
81 // Returns false if memory allocation fails.
85 // Returns false if memory allocation fails.
90 // Returns false if memory allocation fails.
94 // Returns false if memory allocation fails.
99 // Returns false if memory allocation fails.
103 // Returns false if memory allocation fails.
[all …]

12345678910>>...628