Home
last modified time | relevance | path

Searched refs:bad (Results 1 – 25 of 1885) sorted by relevance

12345678910>>...76

/external/libmtp/logs/
Dmtp-detect-amazon-fire-hd8.txt11 Error 7: Found a bad handle, trying to ignore it.
12 Error 7: Found a bad handle, trying to ignore it.
13 Error 7: Found a bad handle, trying to ignore it.
14 Error 7: Found a bad handle, trying to ignore it.
15 Error 7: Found a bad handle, trying to ignore it.
16 Error 7: Found a bad handle, trying to ignore it.
17 Error 7: Found a bad handle, trying to ignore it.
18 Error 7: Found a bad handle, trying to ignore it.
19 Error 7: Found a bad handle, trying to ignore it.
20 Error 7: Found a bad handle, trying to ignore it.
[all …]
/external/e2fsprogs/tests/f_h_reindex/
Dexpect.15 Problem in HTREE directory inode 16001: block #1 has bad max hash
6 Problem in HTREE directory inode 16001: block #2 has bad min hash
7 Problem in HTREE directory inode 16001: block #2 has bad max hash
8 Problem in HTREE directory inode 16001: block #3 has bad min hash
9 Problem in HTREE directory inode 16001: block #3 has bad max hash
10 Problem in HTREE directory inode 16001: block #4 has bad min hash
11 Problem in HTREE directory inode 16001: block #4 has bad max hash
12 Problem in HTREE directory inode 16001: block #5 has bad min hash
13 Problem in HTREE directory inode 16001: block #5 has bad max hash
14 Problem in HTREE directory inode 16001: block #6 has bad min hash
[all …]
/external/vboot_reference/tests/futility/
Dtest_gbb_utility.sh112 cat ${TMP}.blob | ${REPLACE} 0x4 2 > ${TMP}.blob.bad
113 if ${FUTILITY} gbb_utility ${TMP}.blob.bad; then false; fi
116 cat ${TMP}.blob | ${REPLACE} 0x8 0x81 > ${TMP}.blob.bad
117 if ${FUTILITY} gbb_utility ${TMP}.blob.bad; then false; fi
120 cat ${TMP}.blob | ${REPLACE} 0x8 0x7f > ${TMP}.blob.bad
121 if ${FUTILITY} gbb_utility ${TMP}.blob.bad; then false; fi
124 cat ${TMP}.blob | ${REPLACE} 0x8f 0x41 > ${TMP}.blob.bad
125 if ${FUTILITY} gbb_utility ${TMP}.blob.bad; then false; fi
135 cat ${TMP}.blob | ${REPLACE} 0x8f 0x41 > ${TMP}.blob.bad
136 if ${FUTILITY} gbb_utility ${TMP}.blob.bad; then false; fi
[all …]
/external/clang/test/Sema/
Dformat-strings-ms.c51 double bad; in w_test() local
52 …printf("%wc", bad); // expected-warning{{format specifies type 'wint_t' (aka 'int') but the argume… in w_test()
53 …printf("%wC", bad); // expected-warning{{format specifies type 'wchar_t' (aka 'unsigned short') bu… in w_test()
54 …printf("%C", bad); // expected-warning{{format specifies type 'wchar_t' (aka 'unsigned short') but… in w_test()
55 …printf("%ws", bad); // expected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *'… in w_test()
56 …printf("%wS", bad); // expected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *'… in w_test()
57 …printf("%S", bad); // expected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *')… in w_test()
58 …scanf("%wc", &bad); // expected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *'… in w_test()
59 …scanf("%wC", &bad); // expected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *'… in w_test()
60 …scanf("%C", &bad); // expected-warning{{format specifies type 'wchar_t *' (aka 'unsigned short *')… in w_test()
[all …]
/external/avb/test/
Davb_util_unittest.cc72 AvbFooter bad; in TEST_F() local
107 bad = h; in TEST_F()
108 bad.magic[0] = 'x'; in TEST_F()
109 EXPECT_EQ(0, avb_footer_validate_and_byteswap(&bad, &s)); in TEST_F()
112 bad = h; in TEST_F()
113 bad.version_major = htobe32(AVB_FOOTER_VERSION_MAJOR + 1); in TEST_F()
114 EXPECT_EQ(0, avb_footer_validate_and_byteswap(&bad, &s)); in TEST_F()
120 AvbKernelCmdlineDescriptor bad; in TEST_F() local
145 bad = h; in TEST_F()
146 bad.parent_descriptor.tag = htobe64(0xf00dd00d); in TEST_F()
[all …]
/external/tensorflow/tensorflow/core/framework/
Dnode_def_util_test.cc58 void ExpectFailure(const NodeDef& bad, const OpDef& op_def, in ExpectFailure() argument
60 Status status = ValidateNodeDef(bad, op_def); in ExpectFailure()
62 EXPECT_FALSE(status.ok()) << "NodeDef: " << SummarizeNodeDef(bad) in ExpectFailure()
67 << status << "; NodeDef: " << SummarizeNodeDef(bad) in ExpectFailure()
72 << "NodeDef: " << SummarizeNodeDef(bad) in ExpectFailure()
87 NodeDef bad = node_def; in TEST() local
88 bad.set_op("Wrong"); in TEST()
89 ExpectFailure(bad, op, "NodeDef op 'Wrong' does not match Op<name=In;"); in TEST()
92 bad = node_def; in TEST()
93 bad.clear_attr(); in TEST()
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-fcmp-nan.ll9 br i1 %t1, label %good, label %bad
11 bad:
25 br i1 %t1, label %good, label %bad
27 bad:
41 br i1 %t1, label %good, label %bad
43 bad:
56 br i1 %t1, label %good, label %bad
58 bad:
71 br i1 %t1, label %good, label %bad
73 bad:
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dfast-isel-fcmp-nan.ll9 br i1 %t1, label %good, label %bad
11 bad:
25 br i1 %t1, label %good, label %bad
27 bad:
41 br i1 %t1, label %good, label %bad
43 bad:
56 br i1 %t1, label %good, label %bad
58 bad:
71 br i1 %t1, label %good, label %bad
73 bad:
[all …]
/external/mesa3d/src/compiler/glsl/
Dast_type.cpp769 ast_type_qualifier bad; in validate_flags() local
770 bad.flags.i = this->flags.i & ~allowed_flags.flags.i; in validate_flags()
771 if (bad.flags.i == 0) in validate_flags()
780 bad.flags.q.invariant ? " invariant" : "", in validate_flags()
781 bad.flags.q.precise ? " precise" : "", in validate_flags()
782 bad.flags.q.constant ? " constant" : "", in validate_flags()
783 bad.flags.q.attribute ? " attribute" : "", in validate_flags()
784 bad.flags.q.varying ? " varying" : "", in validate_flags()
785 bad.flags.q.in ? " in" : "", in validate_flags()
786 bad.flags.q.out ? " out" : "", in validate_flags()
[all …]
/external/tcpdump/tests/
Dl2tp-avp-overflow.out1 IP (tos 0x30, ttl 48, id 12331, offset 0, flags [none], proto UDP (17), length 12336, bad cksum 1f5…
3 IP (tos 0x30, ttl 48, id 12336, offset 0, flags [none], proto UDP (17), length 12336, bad cksum 1f5…
5 IP (tos 0x30, ttl 48, id 12331, offset 0, flags [none], proto UDP (17), length 8752, bad cksum 1f51…
7 IP (tos 0x30, ttl 48, id 12336, offset 0, flags [none], proto UDP (17), length 12336, bad cksum 1f5…
9 IP (tos 0x30, ttl 48, id 12331, offset 0, flags [none], proto UDP (17), length 12336, bad cksum 1f5…
11 IP (tos 0x30, ttl 48, id 12336, offset 0, flags [none], proto UDP (17), length 12336, bad cksum 1f5…
12 127.0.0.0.0 > 0.0.0.0.2048: UDP, bad length 17704 > 12308
14 IP (tos 0x30, ttl 48, id 12336, offset 0, flags [none], proto UDP (17), length 12336, bad cksum 1f5…
16 IP (tos 0x30, ttl 48, id 12331, offset 0, flags [none], proto UDP (17), length 8752, bad cksum 1f51…
18 IP (tos 0x30, ttl 48, id 12336, offset 0, flags [none], proto UDP (17), length 12336, bad cksum 1f5…
[all …]
Dikev2fourv.out2 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x0765 -> 0xf5df!] isakmp 2.0 msgid 00000000 coo…
22 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x0629 -> 0x0cd0!] isakmp 2.0 msgid 00000000 coo…
25 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x0785 -> 0x7702!] isakmp 2.0 msgid 00000000 coo…
46 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x071d -> 0x8650!] isakmp 2.0 msgid 00000000 coo…
58 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x07d9 -> 0xb2d6!] isakmp 2.0 msgid 00000001 coo…
61 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x0689 -> 0x0748!] isakmp 2.0 msgid 00000001 coo…
64 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x07e9 -> 0x35ac!] isakmp 2.0 msgid 00000002 coo…
67 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x06c9 -> 0xdeaf!] isakmp 2.0 msgid 00000003 coo…
70 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x0639 -> 0xc72b!] isakmp 2.0 msgid 00000002 coo…
73 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x0639 -> 0x4119!] isakmp 2.0 msgid 00000003 coo…
[all …]
Dikev2fourv4.out2 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x0765 -> 0xf5df!] isakmp 2.0 msgid 00000000 coo…
22 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x0629 -> 0x0cd0!] isakmp 2.0 msgid 00000000 coo…
25 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x0785 -> 0x7702!] isakmp 2.0 msgid 00000000 coo…
46 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x071d -> 0x8650!] isakmp 2.0 msgid 00000000 coo…
58 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x07d9 -> 0xb2d6!] isakmp 2.0 msgid 00000001 coo…
61 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x0689 -> 0x0748!] isakmp 2.0 msgid 00000001 coo…
64 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x07e9 -> 0x35ac!] isakmp 2.0 msgid 00000002 coo…
67 …192.168.1.2.500 > 192.168.1.1.500: [bad udp cksum 0x06c9 -> 0xdeaf!] isakmp 2.0 msgid 00000003 coo…
70 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x0639 -> 0xc72b!] isakmp 2.0 msgid 00000002 coo…
73 …192.168.1.1.500 > 192.168.1.2.500: [bad udp cksum 0x0639 -> 0x4119!] isakmp 2.0 msgid 00000003 coo…
[all …]
/external/libutf/
Drune.c97 goto bad; in charntorune()
100 goto bad; in charntorune()
103 goto bad; in charntorune()
119 goto bad; in charntorune()
123 goto bad; in charntorune()
137 goto bad; in charntorune()
141 goto bad; in charntorune()
143 goto bad; in charntorune()
154 bad: in charntorune()
190 goto bad; in chartorune()
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlimits.cpp67 : loopId(id), symbolTable(st), bad(false) { } in TInductiveTraverser()
75 bool bad; member in glslang::TInductiveTraverser
88 bad = true; in visitBinary()
100 bad = true; in visitUnary()
119 bad = true; in visitAggregate()
141 if (it.bad) in inductiveLoopBodyCheck()
153 TIndexTraverser(const TIdSetType& ids) : inductiveLoopIds(ids), bad(false) { } in TIndexTraverser()
157 bool bad; member in glslang::TIndexTraverser
169 bad = true; in visitSymbol()
178 bad = true; in visitAggregate()
[all …]
/external/python/cpython3/Lib/test/
Dtest_robotparser.py14 bad = [] variable in BaseRobotTest
34 for url in self.bad:
48 bad = ['/cyberworld/map/index.html', '/tmp/xxx', '/foo.html'] variable in UserAgentWildcardTest
65 bad = ['/cyberworld/map/index.html'] variable in CrawlDelayAndCustomAgentTest
75 bad = ['/cyberworld/map/index.html', '/', '/tmp/'] variable in RejectAllRobotsTest
81 for url in self.good + self.bad:
117 bad = ['/tmp', '/tmp.html', '/tmp/a.html', '/a%3cd.html', '/a%3Cd.html', variable in CrawlDelayAndRequestRateTest
140 bad = ['/tmp/', '/tmp/a.html', '/a%3cd.html', '/a%3Cd.html', '/a/b.html', variable in InvalidRequestRateTest
154 bad = [] variable in InvalidCrawlDelayTest
167 bad = ['/folder1/anotherfile.html'] variable in AnotherInvalidRequestRateTest
[all …]
/external/selinux/libsepol/src/
Dpolicydb.c1908 goto bad; in mls_read_semantic_level_helper()
1917 goto bad; in mls_read_semantic_level_helper()
1927 goto bad; in mls_read_semantic_level_helper()
1935 bad: in mls_read_semantic_level_helper()
2061 goto bad; in perm_read()
2065 goto bad; in perm_read()
2070 goto bad; in perm_read()
2074 bad: in perm_read()
2094 goto bad; in common_read()
2098 goto bad; in common_read()
[all …]
/external/libcxx/test/std/input.output/iostreams.base/ios/iostate.flags/
Dbad.pass.cpp26 assert(ios.bad()); in main()
28 assert(ios.bad()); in main()
33 assert(!ios.bad()); in main()
35 assert(!ios.bad()); in main()
37 assert(!ios.bad()); in main()
39 assert(ios.bad()); in main()
/external/e2fsprogs/tests/f_bbinode/
Dexpect.13 Entry 'a6' in / (2) points to inode (17) located in a bad block.
6 Entry 'a7' in / (2) points to inode (18) located in a bad block.
9 Entry 'a8' in / (2) points to inode (19) located in a bad block.
12 Entry 'b1' in / (2) points to inode (20) located in a bad block.
15 Entry 'b2' in / (2) points to inode (21) located in a bad block.
18 Entry 'b3' in / (2) points to inode (22) located in a bad block.
21 Entry 'b4' in / (2) points to inode (23) located in a bad block.
24 Entry 'b5' in / (2) points to inode (24) located in a bad block.
/external/python/cpython2/Tools/scripts/
Dpathfix.py51 bad = 0
54 if recursedown(arg): bad = 1
57 bad = 1
59 if fix(arg): bad = 1
60 sys.exit(bad)
68 bad = 0
83 if fix(fullname): bad = 1
85 if recursedown(fullname): bad = 1
86 return bad
Dmethfix.py39 bad = 0
45 if recursedown(arg): bad = 1
48 bad = 1
50 if fix(arg): bad = 1
51 sys.exit(bad)
59 bad = 0
74 if fix(fullname): bad = 1
76 if recursedown(fullname): bad = 1
77 return bad
Dclassfix.py42 bad = 0
48 if recursedown(arg): bad = 1
51 bad = 1
53 if fix(arg): bad = 1
54 sys.exit(bad)
62 bad = 0
77 if fix(fullname): bad = 1
79 if recursedown(fullname): bad = 1
80 return bad
/external/toolchain-utils/binary_search_tool/cros_pkg/
DREADME.cros_pkg_triage4 thing or thing(s) in the set is 'bad'. binary_search_state.py assumes
6 ane one which contains at least one bad item. binary_search_state.py
7 then copies items from the good and bad sets into a working set and
8 tests the result (good or bad). binary_search_state.py requires that
15 binary_search_state.py in order to find the bad package or set of
66 or bad. This script tests to see if the image
87 is good or bad. This script requires user
89 good or bad.
98 'bad' build tree into the work area.
121 - You have saved the complete build trees for both the good and bad builds.
[all …]
/external/llvm/test/Verifier/
Ddbg-typerefs.ll2 ; Check that the debug info verifier gives nice errors for bad type refs
10 !2 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 32, align: 32, baseType: !"2.bad")
12 !4 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 32, align: 32, baseType: !"4.bad")
25 ; CHECK-SAME: baseType: !"2.bad"
26 ; CHECK-NEXT: !"2.bad"
29 ; CHECK-SAME: baseType: !"4.bad"
30 ; CHECK-NEXT: !"4.bad"
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/
Ddbg-typerefs.ll2 ; Check that the debug info verifier gives nice errors for bad type refs
10 !2 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 32, align: 32, baseType: !"2.bad")
12 !4 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 32, align: 32, baseType: !"4.bad")
25 ; CHECK-SAME: baseType: !"2.bad"
26 ; CHECK-NEXT: !"2.bad"
29 ; CHECK-SAME: baseType: !"4.bad"
30 ; CHECK-NEXT: !"4.bad"
/external/python/cpython2/Demo/scripts/
Deqfix.py42 bad = 0
48 if recursedown(arg): bad = 1
51 bad = 1
53 if fix(arg): bad = 1
54 sys.exit(bad)
62 bad = 0
77 if fix(fullname): bad = 1
79 if recursedown(fullname): bad = 1
80 return bad

12345678910>>...76