Home
last modified time | relevance | path

Searched refs:SetBool (Results 1 – 19 of 19) sorted by relevance

/aosp12/build/soong/cc/
H A Dandroidmk.go111 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 Dandroidmk.go64 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 DOptions.cpp50 {"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 DOptions.h85 bool SetBool(const std::string&, const std::string&, bool);
/aosp12/system/bt/gd/storage/
H A Dconfig_cache_helper_test.cc36 ConfigCacheHelper(config).SetBool("A", "B", true); in TEST()
40 ConfigCacheHelper(config).SetBool("A", "B", false); in TEST()
H A Dconfig_cache_helper.cc25 void ConfigCacheHelper::SetBool(const std::string& section, const std::string& property, bool value… in SetBool() function in bluetooth::storage::ConfigCacheHelper
H A Dconfig_cache_helper.h45 virtual void SetBool(const std::string& section, const std::string& property, bool value);
/aosp12/build/soong/java/
H A Dandroidmk.go45 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 Dbtif_config_cache.h53 void SetBool(std::string section_name, std::string key, bool value);
/aosp12/system/sepolicy/build/soong/
H A Dpolicy.go193 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", !c.installable())
348 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", !c.Installable())
H A Dversioned_policy.go172 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", !m.installable())
/aosp12/build/soong/python/
H A Dandroidmk.go94 entries.SetBool("LOCAL_CHECK_ELF_FILES", false)
/aosp12/system/tools/aidl/build/
H A Daidl_rust_source_provider.go116 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", true)
/aosp12/system/bt/btif/test/
H A Dbtif_config_cache_test.cc186 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 Dbtif_config_cache.cc286 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 Dvaluetest.cpp327 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 Ddocumenttest.cpp229 d1.SetBool(true); in TEST()
/aosp12/build/soong/android/
H A Dandroidmk.go246 func (a *AndroidMkEntries) SetBool(name string, flag bool) { func
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Ddocument.h817 … GenericValue& SetBool(bool b) { this->~GenericValue(); new (this) GenericValue(b); return *this; }