Home
last modified time | relevance | path

Searched defs:good (Results 1 – 25 of 60) sorted by relevance

123

/external/python/cpython3/Lib/test/
Dtest_robotparser.py13 good = [] variable in BaseRobotTest
47 good = ['/', '/test.html'] variable in UserAgentWildcardTest
64 good = ['/', '/test.html', ('cybermapper', '/cyberworld/map/index.html')] variable in CrawlDelayAndCustomAgentTest
74 good = [] variable in RejectAllRobotsTest
116 good = [('figtree', '/foo.html')] variable in CrawlDelayAndRequestRateTest
139 good = ['/tmp'] variable in InvalidRequestRateTest
152 good = ['/foo.html'] variable in InvalidCrawlDelayTest
166 good = ['/folder1/myfile.html'] variable in AnotherInvalidRequestRateTest
198 good = ['/folder1/myfile.html'] variable in GoogleURLOrderingTest
208 good = ['/some/path'] variable in DisallowQueryStringTest
[all …]
/external/python/cpython2/Lib/test/
Dtest_robotparser.py16 good = [] variable in BaseRobotTest
48 good = ['/', '/test.html'] variable in UserAgentWildcardTest
58 good = [] variable in RejectAllRobotsTest
90 good = ['/folder1/myfile.html'] variable in GoogleURLOrderingTest
100 good = ['/some/path'] variable in DisallowQueryStringTest
113 good = ['/another/path'] variable in UseFirstUserAgentWildcardTest
124 good = ['/some/path?'] variable in EmptyQueryStringTest
135 good = ['/', '/test.html'] variable in DefaultEntryTest
/external/testng/src/test/java/test/override/
DOverrideSampleTest.java8 public void good() { in good() method in OverrideSampleTest
/external/autotest/client/site_tests/platform_CryptohomeMigrateKey/
Dplatform_CryptohomeMigrateKey.py12 def good(self): member in platform_CryptohomeMigrateKey
/external/clang/test/SemaCXX/
Doperator-arrow-depth.cpp21 A<MAX/2> good; variable
Dfunction-pointer-arguments.cpp9 void good() { in good() function
Dcxx0x-deleted-default-ctor.cpp46 struct good : non_trivial { struct
49 good g; argument
Dcxx1y-variable-templates_top_level.cpp24 void good() { in good() function
179 namespace good { namespace
/external/grpc-grpc/test/core/http/
Dtest_server.py37 def good(self): member in Handler
/external/skqp/tools/skqp/
Djitter_gms.cpp80 for (const std::string& good : testOnlyThese) { in do_this_test() local
139 std::ofstream good("good.txt"); in main() local
/external/skia/tools/skqp/
Djitter_gms.cpp80 for (const std::string& good : testOnlyThese) { in do_this_test() local
139 std::ofstream good("good.txt"); in main() local
/external/autotest/cli/
Dcompose_query46 good = data_point.status_count.get(good_status, 0) variable
/external/tensorflow/tensorflow/core/framework/
Dnode_def_util_test.cc52 void ExpectSuccess(const NodeDef& good, const OpDef& op_def) { in ExpectSuccess()
124 NodeDef good = node_def; in TEST() local
171 NodeDef good = node_def; in TEST() local
260 void ExpectValidSyntax(const NodeDef& good) { in ExpectValidSyntax()
/external/cldr/tools/java/org/unicode/cldr/test/
DSimpleTestCache.java78 int good = 0; in toString() local
/external/skqp/modules/skshaper/src/
DSkShaper_primitive.cpp24 bool SkShaper::good() const { return true; } in good() function in SkShaper
/external/skia/third_party/icu/
DSkLoadICU.cpp80 static bool good = false; in SkLoadICU() local
/external/clang/test/CXX/temp/temp.spec/
Dno-body.cpp25 namespace good { // Only good in C++98/03 namespace
/external/libcxx/src/filesystem/
Ddirectory_iterator.cpp128 bool good() const noexcept { return __stream_ != INVALID_HANDLE_VALUE; } in good() function in __dir_stream
195 bool good() const noexcept { return __stream_ != nullptr; } in good() function in __dir_stream
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper.cc301 bool good = true; in ThreadsResume() local
/external/guava/guava-testlib/test/com/google/common/testing/
DClassSanityTesterTest.java57 public static Object good(String a, int b, in good() method in ClassSanityTesterTest.GoodEqualsFactory
119 public static Object good(String s) { in good() method in ClassSanityTesterTest.GoodNullsFactory
163 public static Object good(Runnable r) { in good() method in ClassSanityTesterTest.GoodSerializableFactory
166 public static Object good(AnInterface i) { in good() method in ClassSanityTesterTest.GoodSerializableFactory
216 public static Object good(AnInterface s) { in good() method in GoodEqualsAndSerialiableFactory
/external/gemmlowp/test/
Dtest.cc466 const bool good = CheckResultStatsBounds(stats, bounds); in test_gemm_impl() local
791 const bool good = CheckResultStatsBounds(stats, bounds); in TestWithSmallDataPerChannelQuantization() local
988 const bool good = CheckResultStatsBounds(stats, bounds); in TestWithLargeDataPerChannelQuantization() local
1101 const bool good = CheckResultStatsBounds(stats, bounds); in TestMultithreadedPerChannelQuantization() local
1161 const bool good = CheckResultStatsBounds(stats, bounds); in TestWithSmallData() local
1193 const bool good = CheckResultStatsBounds(stats, bounds); in TestWithRealData() local
/external/doclava/src/com/google/doclava/
DLinkReference.java59 public boolean good; field in LinkReference
/external/protobuf/src/google/protobuf/stubs/
Dstatusor_test.cc151 StatusOr<int> good(4); in TEST() local
253 StatusOr<const int*> good(&kI); in TEST() local
/external/clang/lib/AST/
DComment.cpp37 struct good {}; struct
/external/libnl/python/netlink/
Dutil.py66 def good(t): function

123