Home
last modified time | relevance | path

Searched refs:Exists (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/aapt2/format/binary/
DTableFlattener_test.cpp85 ::testing::AssertionResult Exists(ResTable* table, const StringPiece& expected_name, in Exists() function in aapt::TableFlattenerTest
173 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/one", ResourceId(0x7f020000), {}, in TEST_F()
176 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/two", ResourceId(0x7f020001), {}, in TEST_F()
179 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/three", ResourceId(0x7f020002), {}, in TEST_F()
182 EXPECT_TRUE(Exists(&res_table, "com.app.test:integer/one", ResourceId(0x7f030000), {}, in TEST_F()
185 EXPECT_TRUE(Exists(&res_table, "com.app.test:integer/one", ResourceId(0x7f030000), in TEST_F()
192 EXPECT_TRUE(Exists(&res_table, "com.app.test:string/test", ResourceId(0x7f040000), {}, in TEST_F()
198 EXPECT_TRUE(Exists(&res_table, "com.app.test:layout/bar", ResourceId(0x7f050000), {}, in TEST_F()
213 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/one", ResourceId(0x7f020001), {}, in TEST_F()
215 EXPECT_TRUE(Exists(&res_table, "com.app.test:id/three", ResourceId(0x7f020003), {}, in TEST_F()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/testing/
Dgoogletest.cc83 while (!File::Exists(prefix + "/src/google/protobuf")) { in TestSourceDir()
84 if (!File::Exists(prefix)) { in TestSourceDir()
Dfile.cc61 bool File::Exists(const string& name) { in Exists() function in google::protobuf::File
121 if (Exists(path)) return false; in RecursivelyCreateDir()
Dfile.h49 static bool Exists(const string& name);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/AddressBook/
DListPeople.cs84 if (!File.Exists(args[0])) in Main()
DAddPerson.cs108 if (File.Exists(args[0])) in Main()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dimporter_unittest.cc63 return File::Exists(path); in FileExists()
Dcommand_line_interface_unittest.cc91 return File::Exists(path); in FileExists()