Home
last modified time | relevance | path

Searched refs:always_true (Results 1 – 3 of 3) sorted by relevance

/art/test/2048-bad-native-registry/
Dnative_finalizer.cc32 volatile bool always_true = true; in BadNativeFinalizer() local
33 while (always_true) { sleep(1); } in BadNativeFinalizer()
/art/libnativeloader/
Dnative_loader_test.cpp689 const std::function<Result<bool>(const struct ConfigEntry&)> always_true = variable
705 Result<std::vector<std::string>> result = ParseConfig(file_content, always_true); in TEST()
721 Result<std::vector<std::string>> result = ParseConfig(file_content, always_true); in TEST()
763 ASSERT_FALSE(ParseConfig("libA.so 32 64", always_true).ok()); in TEST()
764 ASSERT_FALSE(ParseConfig("libA.so 32 32", always_true).ok()); in TEST()
765 ASSERT_FALSE(ParseConfig("libA.so 32 nopreload 64", always_true).ok()); in TEST()
766 ASSERT_FALSE(ParseConfig("32 libA.so nopreload", always_true).ok()); in TEST()
767 ASSERT_FALSE(ParseConfig("nopreload libA.so 32", always_true).ok()); in TEST()
768 ASSERT_FALSE(ParseConfig("libA.so nopreload # comment", always_true).ok()); in TEST()
Dpublic_libraries.cpp90 const std::function<Result<bool>(const struct ConfigEntry&)> always_true = variable
189 Result<std::vector<std::string>> sonames = ReadConfig(kVendorPublicLibrariesFile, always_true); in InitVendorPublicLibraries()
253 Result<std::vector<std::string>> sonames = ReadConfig(config_file, always_true); in InitLlndkLibrariesVendor()
275 Result<std::vector<std::string>> sonames = ReadConfig(config_file, always_true); in InitLlndkLibrariesProduct()
293 Result<std::vector<std::string>> sonames = ReadConfig(config_file, always_true); in InitVndkspLibrariesVendor()
310 Result<std::vector<std::string>> sonames = ReadConfig(config_file, always_true); in InitVndkspLibrariesProduct()