/aosp12/build/soong/cc/ |
H A D | androidmk.go | 111 entries.SetBool("LOCAL_USE_VNDK", true) 275 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", true) 276 entries.SetBool("LOCAL_NO_NOTICE_FILE", true) 293 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", true) 295 entries.SetBool("LOCAL_NO_NOTICE_FILE", true) 362 entries.SetBool("LOCAL_NATIVE_BENCHMARK", true) 392 entries.SetBool("LOCAL_IS_UNIT_TEST", true) 425 entries.SetBool("LOCAL_IS_FUZZ_TARGET", true) 481 entries.SetBool("LOCAL_NO_NOTICE_FILE", true) 510 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", true) [all …]
|
/aosp12/build/soong/rust/ |
H A D | androidmk.go | 64 entries.SetBool("LOCAL_USE_VNDK", true) 123 entries.SetBool("LOCAL_NATIVE_BENCHMARK", true) 167 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", true) 230 entries.SetBool("LOCAL_IS_FUZZ_TARGET", true)
|
/aosp12/system/testing/gtest_extras/ |
H A D | Options.cpp | 50 {"gtest_list_tests", {FLAG_NONE, &Options::SetBool}}, 61 {FLAG_ENVIRONMENT_VARIABLE | FLAG_CHILD, &Options::SetBool}, 78 {"gtest_format", {FLAG_NONE, &Options::SetBool}}, 141 bool Options::SetBool(const std::string& arg, const std::string&, bool) { in SetBool() function in android::gtest_extras::Options
|
H A D | Options.h | 85 bool SetBool(const std::string&, const std::string&, bool);
|
/aosp12/system/bt/gd/storage/ |
H A D | config_cache_helper_test.cc | 36 ConfigCacheHelper(config).SetBool("A", "B", true); in TEST() 40 ConfigCacheHelper(config).SetBool("A", "B", false); in TEST()
|
H A D | config_cache_helper.cc | 25 void ConfigCacheHelper::SetBool(const std::string& section, const std::string& property, bool value… in SetBool() function in bluetooth::storage::ConfigCacheHelper
|
H A D | config_cache_helper.h | 45 virtual void SetBool(const std::string& section, const std::string& property, bool value);
|
/aosp12/build/soong/java/ |
H A D | androidmk.go | 45 entries.SetBool("LOCAL_IS_HOST_MODULE", true) 167 entries.SetBool("LOCAL_IS_UNIT_TEST", true) 202 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", !Bool(prebuilt.properties.Installable)) 251 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", true) 302 entries.SetBool("LOCAL_STRIP_MODULE", false)
|
/aosp12/system/bt/btif/include/ |
H A D | btif_config_cache.h | 53 void SetBool(std::string section_name, std::string key, bool value);
|
/aosp12/system/sepolicy/build/soong/ |
H A D | policy.go | 193 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", !c.installable()) 348 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", !c.Installable())
|
H A D | versioned_policy.go | 172 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", !m.installable())
|
/aosp12/build/soong/python/ |
H A D | androidmk.go | 94 entries.SetBool("LOCAL_CHECK_ELF_FILES", false)
|
/aosp12/system/tools/aidl/build/ |
H A D | aidl_rust_source_provider.go | 116 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", true)
|
/aosp12/system/bt/btif/test/ |
H A D | btif_config_cache_test.cc | 186 test_btif_config_cache.SetBool(kBtAddr1, "Property_Bool", true); in TEST() 219 test_btif_config_cache.SetBool(kBtAddr1, "Property_Bool", true); in TEST()
|
/aosp12/system/bt/btif/src/ |
H A D | btif_config_cache.cc | 286 void BtifConfigCache::SetBool(std::string section_name, std::string key, in SetBool() function in BtifConfigCache
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
H A D | valuetest.cpp | 327 z.SetBool(true); in TEST() 353 z.SetBool(false); in TEST() 738 v.SetBool(true); in TEST() 740 v.SetBool(false); in TEST()
|
H A D | documenttest.cpp | 229 d1.SetBool(true); in TEST()
|
/aosp12/build/soong/android/ |
H A D | androidmk.go | 246 func (a *AndroidMkEntries) SetBool(name string, flag bool) { func
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
H A D | document.h | 817 … GenericValue& SetBool(bool b) { this->~GenericValue(); new (this) GenericValue(b); return *this; }
|