/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_robotparser.py | 15 good = [] variable in BaseRobotTest 53 good = ['/', '/test.html'] variable in UserAgentWildcardTest 70 good = ['/', '/test.html', ('cybermapper', '/cyberworld/map/index.html')] variable in CrawlDelayAndCustomAgentTest 85 good = ['/', '/test.html'] variable in SitemapTest 97 good = [] variable in RejectAllRobotsTest 131 good = ['/foo'] variable in EmptyFileTest 147 good = [('figtree', '/foo.html')] variable in CrawlDelayAndRequestRateTest 166 good = ['/tmp'] variable in InvalidRequestRateTest 179 good = ['/foo.html'] variable in InvalidCrawlDelayTest 193 good = ['/folder1/myfile.html'] variable in AnotherInvalidRequestRateTest [all …]
|
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/ |
H A D | CipherTest.java | 1324 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitDecryptFailsWhenNotAuthorizedToDecrypt() local 1344 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptSymmetricFailsWhenNotAuthorizedToEncrypt() local 1364 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptAsymmetricIgnoresAuthorizedPurposes() local 1390 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitDecryptFailsWhenBlockModeNotAuthorized() local 1423 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptSymmetricFailsWhenBlockModeNotAuthorized() local 1447 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptAsymmetricIgnoresAuthorizedBlockModes() local 1472 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitDecryptFailsWhenDigestNotAuthorized() local 1511 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptSymmetricFailsWhenDigestNotAuthorized() local 1539 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptAsymmetricIgnoresAuthorizedDigests() local 1570 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitDecryptFailsWhenPaddingSchemeNotAuthorized() local [all …]
|
H A D | SignatureTest.java | 890 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); in testInitSignFailsWhenNotAuthorizedToSign() local 907 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); in testInitVerifyIgnoresThatNotAuthorizedToVerify() local 921 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); in testInitSignFailsWhenDigestNotAuthorized() local 948 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); in testInitVerifyIgnoresThatDigestNotAuthorized() local 982 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); in testInitSignFailsWhenPaddingNotAuthorized() local 1011 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); in testInitVerifyIgnoresThatPaddingNotAuthorized() local 1026 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); in testInitSignFailsWhenKeyNotYetValid() local 1041 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); in testInitVerifyIgnoresThatKeyNotYetValid() local 1056 KeyProtection good = getMinimalWorkingImportParamsForSigning(algorithm); in testInitSignFailsWhenKeyNoLongerValidForOrigination() local 1073 KeyProtection good = getMinimalWorkingImportParamsForVerifying(algorithm); in testInitVerifyIgnoresThatKeyNoLongerValidForOrigination() local [all …]
|
H A D | MacTest.java | 429 KeyProtection good = getWorkingImportParams(algorithm); in testInitFailsWhenNotAuthorizedToSign() local 453 KeyProtection good = getWorkingImportParams(algorithm); in testInitFailsWhenDigestNotAuthorized() local 468 KeyProtection good = TestUtils.buildUpon(getWorkingImportParams(algorithm)) in testInitFailsWhenKeyNotYetValid() local 486 KeyProtection good = TestUtils.buildUpon(getWorkingImportParams(algorithm)) in testInitFailsWhenKeyNoLongerValidForOrigination() local 507 KeyProtection good = TestUtils.buildUpon(getWorkingImportParams(algorithm)) in testInitIgnoresThatKeyNoLongerValidForConsumption() local
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_robotparser.py | 16 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
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
D | AppStateNotificationBridgeTest.java | 134 Event good = new Event(); in testGetAggregatedUsageEvents_onlyNotificationEvents() local 156 Event good = new Event(); in testGetAggregatedUsageEvents_multipleEventsAgg() local 179 Event good = new Event(); in testGetAggregatedUsageEvents_multiplePkgs() local 223 Event good = new Event(); in testLoadAllExtraInfo_multipleEventsAgg() local 251 Event good = new Event(); in testLoadAllExtraInfo_multiplePkgs() local 294 Event good = new Event(); in testLoadAllExtraInfo_multipleUsers() local 303 Event good = new Event(); in testLoadAllExtraInfo_multipleUsers() local 356 Event good = new Event(); in testUpdateExtraInfo_multipleEventsAgg() local
|
/aosp_15_r20/external/toolchain-utils/afdo_tools/bisection/ |
H A D | afdo_prof_analysis.py | 181 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/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.cpp | 2832 bool good = true; in vulkan_dispatch_check_instance_VK_VERSION_1_0() local 2863 bool good = true; in vulkan_dispatch_check_instance_VK_VERSION_1_1() local 2932 bool good = true; in vulkan_dispatch_check_device_VK_VERSION_1_0() local 3416 bool good = true; in vulkan_dispatch_check_device_VK_VERSION_1_1() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml/tests/testsuite/ |
D | spanned.rs | 40 fn good<T>(s: &str, expected: &str, end: Option<usize>) in test_spanned_field() function 96 fn good(s: &str, zero: bool) { in test_inner_spanned_table() function 137 fn good(s: &str) { in test_outer_spanned_table() function 170 fn good(s: &str) { in test_spanned_nested() function
|
/aosp_15_r20/external/zucchini/ |
H A D | buffer_source_unittest.cc | 191 auto good = [](uint32_t value, size_type bytes_consumed) -> Result { in TEST_F() local 250 auto good = [](int32_t value, size_type bytes_consumed) -> Result { in TEST_F() local 306 auto good = [](size_type bytes_consumed) -> Result { in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | node_def_util_test.cc | 52 void ExpectSuccess(const NodeDef& good, const OpDef& op_def) { in ExpectSuccess() 125 NodeDef good = node_def; in TEST() local 182 NodeDef good = node_def; in TEST() local 319 void ExpectValidSyntax(const NodeDef& good) { in ExpectValidSyntax()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_add_dead_continue_test.cpp | 384 std::vector<uint32_t> good = {6, 7, 18, 20, 34, 40, 45, 46, 47, 56, 57}; in TEST() local 623 std::vector<uint32_t> good = {32, 33, 46, 52, 101}; in TEST() local 835 std::vector<uint32_t> good = {29, 30, 75}; in TEST() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/ |
H A D | transformation_add_dead_continue_test.cpp | 384 std::vector<uint32_t> good = {6, 7, 18, 20, 34, 40, 45, 46, 47, 56, 57}; in TEST() local 623 std::vector<uint32_t> good = {32, 33, 46, 52, 101}; in TEST() local 835 std::vector<uint32_t> good = {29, 30, 75}; in TEST() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_add_dead_continue_test.cpp | 384 std::vector<uint32_t> good = {6, 7, 18, 20, 34, 40, 45, 46, 47, 56, 57}; in TEST() local 623 std::vector<uint32_t> good = {32, 33, 46, 52, 101}; in TEST() local 835 std::vector<uint32_t> good = {29, 30, 75}; in TEST() local
|
/aosp_15_r20/external/gemmlowp/test/ |
H A D | test.cc | 466 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
|
/aosp_15_r20/external/guava/guava-testlib/test/com/google/common/testing/ |
H A D | ClassSanityTesterTest.java | 57 public static Object good( in good() method in ClassSanityTesterTest.GoodEqualsFactory 126 public static Object good(String s) { in good() method in ClassSanityTesterTest.GoodNullsFactory 170 public static Object good(Runnable r) { in good() method in ClassSanityTesterTest.GoodSerializableFactory 174 public static Object good(AnInterface i) { in good() method in ClassSanityTesterTest.GoodSerializableFactory 224 public static Object good(AnInterface s) { in good() method in GoodEqualsAndSerializableFactory
|
/aosp_15_r20/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | QnsCarrierConfigManager.java | 809 int good = mQnsProvisioningInfo.getIntegerItem(ProvisioningManager.KEY_LTE_THRESHOLD_3); in applyProvisioningInfo() local 817 int good = in applyProvisioningInfo() local 2740 QnsConfigArray(int good, int bad, int worst) { in QnsConfigArray() 2744 QnsConfigArray(int good, int bad) { in QnsConfigArray() 2748 void set(int good, int bad, int worst) { in set()
|
/aosp_15_r20/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 240 bool good = true; in finalizeAndWrite() local 577 bool good = true; in handleKey() local 603 bool good; in handleOs() local
|
/aosp_15_r20/external/bc/src/ |
H A D | bc_parse.c | 97 bool good; in bc_parse_isDelimiter() local 154 bool good = p->flags.len == 2; in bc_parse_TopFunc() local 1093 bool good; in bc_parse_endif() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | cxx0x-deleted-default-ctor.cpp | 46 struct good : non_trivial { struct 49 good g; argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/ |
H A D | directory_iterator.cpp | 66 bool good() const noexcept { return __stream_ != INVALID_HANDLE_VALUE; } in good() function in __dir_stream 133 bool good() const noexcept { return __stream_ != nullptr; } in good() function in __dir_stream
|
/aosp_15_r20/external/libcxx/src/filesystem/ |
H A D | directory_iterator.cpp | 128 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
|
/aosp_15_r20/packages/modules/StatsD/statsd/src/ |
D | StatsService.cpp | 565 bool good = false; in cmd_trigger_broadcast() local 657 bool good = false; in cmd_config() local 726 bool good = false; in cmd_dump_report() local 835 bool good = false; in cmd_log_app_breadcrumb() local
|
/aosp_15_r20/external/coreboot/src/northbridge/intel/x4x/ |
H A D | dq_dqs.c | 176 const u32 good = write_training_schedule[count]; in test_dq_aligned() local 354 const u32 good = read_training_schedule[i]; in test_dqs_aligned() local
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | bltinmodule.c | 306 PyObject *good; in builtin_filter() local 2786 PyObject *item, *good; in filtertuple() local 2872 PyObject *arg, *good; in filterstring() local 2992 PyObject *item, *arg, *good; in filterunicode() local
|