Searched refs:Exists (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/format/binary/ |
H A D | TableFlattener_test.cpp | 87 ::testing::AssertionResult Exists(ResTable* table, StringPiece expected_name, in Exists() function in aapt::TableFlattenerTest 174 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/one", ResourceId(0x7f020000), {}, in TEST_F() 642 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/0_resource_name_obfuscated", in TEST_F() 645 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/0_resource_name_obfuscated", in TEST_F() 648 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/0_resource_name_obfuscated", in TEST_F() 700 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/0_resource_name_obfuscated", in TEST_F() 703 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/0_resource_name_obfuscated", in TEST_F() 706 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/0_resource_name_obfuscated", in TEST_F() 777 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/one", in TEST_F() 780 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/0_resource_name_obfuscated", in TEST_F() [all …]
|
/aosp14/system/core/fs_mgr/libfs_avb/ |
H A D | util.h | 61 enum class FileWaitMode { Exists, DoesNotExist }; enumerator 63 FileWaitMode wait_mode = FileWaitMode::Exists);
|
H A D | util.cpp | 95 if (file_wait_mode == FileWaitMode::Exists) { in WaitForFile()
|
/aosp14/system/core/fs_mgr/libfs_avb/tests/ |
H A D | util_test.cpp | 182 auto wait_file = std::async(WaitForFile, wait_path.value(), 500ms, FileWaitMode::Exists); in TEST() 203 auto wait_file = std::async(WaitForFile, wait_path.value(), 50ms, FileWaitMode::Exists); in TEST()
|