Home
last modified time | relevance | path

Searched defs:bad (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_robotparser.py16 bad = [] variable in BaseRobotTest
54 bad = ['/cyberworld/map/index.html', '/tmp/xxx', '/foo.html'] variable in UserAgentWildcardTest
71 bad = ['/cyberworld/map/index.html'] variable in CrawlDelayAndCustomAgentTest
86 bad = ['/cyberworld/map/index.html'] variable in SitemapTest
98 bad = ['/cyberworld/map/index.html', '/', '/tmp/'] variable in RejectAllRobotsTest
148 bad = ['/tmp', '/tmp.html', '/tmp/a.html', '/a%3cd.html', '/a%3Cd.html', variable in CrawlDelayAndRequestRateTest
167 bad = ['/tmp/', '/tmp/a.html', '/a%3cd.html', '/a%3Cd.html', '/a/b.html', variable in InvalidRequestRateTest
181 bad = [] variable in InvalidCrawlDelayTest
194 bad = ['/folder1/anotherfile.html'] variable in AnotherInvalidRequestRateTest
209 bad = ['/something.jpg'] variable in UserAgentOrderingTest
[all …]
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_robotparser.py17 bad = [] variable in BaseRobotTest
49 bad = ['/cyberworld/map/index.html', '/tmp/xxx', '/foo.html'] variable in UserAgentWildcardTest
59 bad = ['/cyberworld/map/index.html', '/', '/tmp/'] variable in RejectAllRobotsTest
74 bad = ['/something.jpg'] variable in UserAgentOrderingTest
91 bad = ['/folder1/anotherfile.html'] variable in GoogleURLOrderingTest
101 bad = ['/some/path?name=value'] variable in DisallowQueryStringTest
114 bad = ['/some/path'] variable in UseFirstUserAgentWildcardTest
125 bad = ['/another/path?'] variable in EmptyQueryStringTest
136 bad = ['/cyberworld/map/index.html'] variable in DefaultEntryTest
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/test/
Dtest_bug_5526.cpp15 struct bad struct
17 bad() in bad() function
22 ~bad() in ~bad() argument
30 boost::scoped_ptr<bad> aptr; argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/test/gregorian/
Dtestgreg_day.cpp22 greg_day bad(0); in test_day() local
32 greg_day bad(32); in test_day() local
62 greg_weekday bad(7); in test_day() local
73 greg_day_of_year_rep bad(367); in test_day() local
/aosp_15_r20/external/avb/test/
H A Davb_util_unittest.cc71 AvbFooter bad; in TEST_F() local
119 AvbKernelCmdlineDescriptor bad; in TEST_F() local
157 AvbHashtreeDescriptor bad; in TEST_F() local
246 AvbHashDescriptor bad; in TEST_F() local
289 AvbChainPartitionDescriptor bad; in TEST_F() local
332 AvbPropertyDescriptor bad; in TEST_F() local
/aosp_15_r20/build/make/tools/
H A Dcheck_radio_versions.py44 bad = False variable
64 bad = True variable
75 bad = True variable
82 bad = True variable
/aosp_15_r20/external/toolchain-utils/afdo_tools/bisection/
H A Dafdo_prof_analysis.py181 def bisect_profiles(decider, good, bad, common_funcs, lo, hi): argument
244 def bisect_profiles_wrapper(decider, good, bad, perform_check=True): argument
272 def range_search(decider, good, bad, common_funcs, lo, hi): argument
370 def check_good_not_bad(decider, good, bad): argument
379 def check_bad_not_good(decider, good, bad): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dnode_def_util_test.cc58 void ExpectFailure(const NodeDef& bad, const OpDef& op_def, in ExpectFailure()
93 NodeDef bad = node_def; in TEST() local
158 NodeDef bad = node_def; in TEST() local
188 NodeDef bad = node_def; in TEST() local
221 NodeDef bad = ToNodeDef(R"pb( in TEST() local
276 const NodeDef bad = ToNodeDef(R"pb( in TEST() local
324 void ExpectInvalidSyntax(const NodeDef& bad, const string& message) { in ExpectInvalidSyntax()
/aosp_15_r20/external/selinux/libsepol/src/
H A Dhierarchy.c263 uint32_t class, uint32_t data, avtab_ptr_t *bad) in bounds_add_bad()
285 avtab_ptr_t *bad, int *numbad) in bounds_check_rule()
325 uint32_t parent, avtab_ptr_t *bad, in bounds_check_cond_rules()
354 avtab_ptr_t bad; member
375 avtab_ptr_t *bad, int *numbad) in bounds_check_child_rules()
414 uint32_t parent, avtab_ptr_t *bad, int *numbad) in bounds_check_type()
475 avtab_ptr_t bad = NULL; in bounds_check_type_callback() local
/aosp_15_r20/external/bouncycastle/bcprov/src/test/java/org/bouncycastle/math/ec/test/
H A DECPointTest.java147 ECPoint bad = fp.curve.createPoint(new BigInteger("12"), null); in testPointCreationConsistency() local
156 ECPoint bad = fp.curve.createPoint(null, new BigInteger("12")); in testPointCreationConsistency() local
165 ECPoint bad = f2m.curve.createPoint(new BigInteger("1011"), null); in testPointCreationConsistency() local
174 ECPoint bad = f2m.curve.createPoint(null, new BigInteger("1011")); in testPointCreationConsistency() local
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/test/java/com/android/org/bouncycastle/math/ec/test/
H A DECPointTest.java151 ECPoint bad = fp.curve.createPoint(new BigInteger("12"), null); in testPointCreationConsistency() local
160 ECPoint bad = fp.curve.createPoint(null, new BigInteger("12")); in testPointCreationConsistency() local
169 ECPoint bad = f2m.curve.createPoint(new BigInteger("1011"), null); in testPointCreationConsistency() local
178 ECPoint bad = f2m.curve.createPoint(null, new BigInteger("1011")); in testPointCreationConsistency() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/types/
H A Dany_test.cc718 const BadCopyable bad{}; in TEST() local
728 BadCopyable bad; in TEST() local
734 BadCopyable bad; in TEST() local
758 BadCopyable bad; in TEST() local
764 BadCopyable bad; in TEST() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/types/
H A Dany_test.cc718 const BadCopyable bad{}; in TEST() local
728 BadCopyable bad; in TEST() local
734 BadCopyable bad; in TEST() local
757 BadCopyable bad; in TEST() local
770 BadCopyable bad; in TEST() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/types/
H A Dany_test.cc718 const BadCopyable bad{}; in TEST() local
728 BadCopyable bad; in TEST() local
734 BadCopyable bad; in TEST() local
757 BadCopyable bad; in TEST() local
770 BadCopyable bad; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Dany_test.cc718 const BadCopyable bad{}; in TEST() local
728 BadCopyable bad; in TEST() local
734 BadCopyable bad; in TEST() local
757 BadCopyable bad; in TEST() local
770 BadCopyable bad; in TEST() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/
H A Dany_test.cc718 const BadCopyable bad{}; in TEST() local
728 BadCopyable bad; in TEST() local
734 BadCopyable bad; in TEST() local
757 BadCopyable bad; in TEST() local
770 BadCopyable bad; in TEST() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/types/
H A Dany_test.cc718 const BadCopyable bad{}; in TEST() local
728 BadCopyable bad; in TEST() local
734 BadCopyable bad; in TEST() local
757 BadCopyable bad; in TEST() local
770 BadCopyable bad; in TEST() local
/aosp_15_r20/external/abseil-cpp/absl/types/
H A Dany_test.cc718 const BadCopyable bad{}; in TEST() local
728 BadCopyable bad; in TEST() local
734 BadCopyable bad; in TEST() local
757 BadCopyable bad; in TEST() local
770 BadCopyable bad; in TEST() local
/aosp_15_r20/device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/
H A DPlatformLibrary.java36 public int getInt(boolean bad) { in getInt()
59 native private int getJniInt(boolean bad); in getJniInt()
/aosp_15_r20/external/clang/test/Sema/
H A Dformat-strings-ms.c51 double bad; in w_test() local
68 double bad; in h_test() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlimits.cpp75 bool bad; member in glslang::TInductiveTraverser
157 bool bad; member in glslang::TIndexTraverser
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dlimits.cpp75 bool bad; member in glslang::TInductiveTraverser
157 bool bad; member in glslang::TIndexTraverser
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_add_dead_continue_test.cpp385 std::vector<uint32_t> bad = {5, 8, 9, 19, 21, 22, 33, 41, 58, 59, 60}; in TEST() local
624 std::vector<uint32_t> bad = {5, 34, 36, 35, 47, 49, 48}; in TEST() local
833 std::vector<uint32_t> bad = {5, 19, 20, 23, 31, 32, 33, 70}; in TEST() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/
H A Dtransformation_add_dead_continue_test.cpp385 std::vector<uint32_t> bad = {5, 8, 9, 19, 21, 22, 33, 41, 58, 59, 60}; in TEST() local
624 std::vector<uint32_t> bad = {5, 34, 36, 35, 47, 49, 48}; in TEST() local
833 std::vector<uint32_t> bad = {5, 19, 20, 23, 31, 32, 33, 70}; in TEST() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_dead_continue_test.cpp385 std::vector<uint32_t> bad = {5, 8, 9, 19, 21, 22, 33, 41, 58, 59, 60}; in TEST() local
624 std::vector<uint32_t> bad = {5, 34, 36, 35, 47, 49, 48}; in TEST() local
833 std::vector<uint32_t> bad = {5, 19, 20, 23, 31, 32, 33, 70}; in TEST() local

12345678910>>...16