Home
last modified time | relevance | path

Searched refs:EndsWith (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp44 using ::testing::EndsWith;
218 EXPECT_THAT(out, EndsWith("s was the duration of 'I AM GROOT' ------\n")); in TEST_F()
254 EXPECT_THAT(out, EndsWith("s was the duration of 'I AM GROOT' ------\n")); in TEST_F()
455 EXPECT_THAT(out, EndsWith("root " + kSimpleCommand + "' on user build.\n")); in TEST_F()
493 EXPECT_THAT(out, EndsWith("s was the duration of 'Y U NO EXIST?' ------\n")); in TEST_F()
534 EXPECT_THAT(out, EndsWith("s was the duration of 'Might as well dump. Dump!' ------\n")); in TEST_F()
1005 EXPECT_THAT(out, EndsWith("stdout line1\n*** command '" + kSimpleCommand + in TEST_F()
1030 EXPECT_THAT(out, EndsWith("root " + kSimpleCommand + "' on user build.\n")); in TEST_F()
1140 EXPECT_THAT(out, EndsWith("skipped on dry run\n")); in TEST_F()
/frameworks/base/core/jni/
Dfd_utils.cpp73 && android::base::EndsWith(path, kJarSuffix)) { in IsAllowed()
93 && android::base::EndsWith(path, kApkSuffix) in IsAllowed()
101 && android::base::EndsWith(path, kOverlayIdmapSuffix) in IsAllowed()
/frameworks/base/tools/aapt2/cmd/
DLink.cpp428 if (util::EndsWith(str, extension)) { in GetCompressionFlags()
540 (util::EndsWith(src_path, ".xml.flat") || util::EndsWith(src_path, ".xml"))) { in Flatten()
1251 if (util::EndsWith(path, ".flata") || util::EndsWith(path, ".jar") || in MergePath()
1252 util::EndsWith(path, ".jack") || util::EndsWith(path, ".zip")) { in MergePath()
1254 } else if (util::EndsWith(path, ".apk")) { in MergePath()
1280 if (util::EndsWith(src.path, ".arsc.flat")) { in MergeFile()
1283 } else if (util::EndsWith(src.path, ".flat")) { in MergeFile()
1324 } else if (util::EndsWith(src.path, ".xml") || util::EndsWith(src.path, ".png")) { in MergeFile()
1327 const StringPiece file_type = util::EndsWith(src.path, ".xml") ? "XML" : "PNG"; in MergeFile()
/frameworks/base/cmds/bootanimation/iot/
DBootAction.cpp30 using android::base::EndsWith;
/frameworks/base/tools/aapt2/util/
DUtil_test.cpp37 EXPECT_TRUE(util::EndsWith("hello.xml", ".xml")); in TEST()
DUtil.h64 bool EndsWith(const android::StringPiece& str, const android::StringPiece& suffix);
DUtil.cpp71 bool EndsWith(const StringPiece& str, const StringPiece& suffix) { in EndsWith() function
/frameworks/native/cmds/installd/
Dotapreopt.cpp58 using android::base::EndsWith;
890 CHECK(EndsWith(path, "/")); in ShouldSkipPreopt()
Ddexopt.cpp48 using android::base::EndsWith;
920 if (EndsWith(oat_path, ".dex")) { in replace_file_extension()
923 CHECK(EndsWith(new_path, new_ext.c_str())); in replace_file_extension()
/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp400 android::base::EndsWith(filename, ".so")) { in DiscoverLayersInPathList()
/frameworks/base/tools/aapt2/compile/
DPng.cpp1279 if (util::EndsWith(source.path, ".9.png")) { in process()