OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stringEndsWith
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tools/aapt2/link/
Link.cpp
148
if (util::
stringEndsWith
<char>(file->getSource().path, ".flat")) {
321
if (util::
stringEndsWith
<char>(str, extension)) {
344
if (util::
stringEndsWith
<char>(srcPath, ".flat")) {
459
(util::
stringEndsWith
<char>(srcPath, ".xml.flat") ||
460
util::
stringEndsWith
<char>(srcPath, ".xml"))) {
[
all
...]
/frameworks/base/tools/aapt2/util/
Util_test.cpp
34
TEST(UtilTest,
StringEndsWith
) {
35
EXPECT_TRUE(util::
stringEndsWith
<char>("hello.xml", ".xml"));
Util.h
52
bool
stringEndsWith
(const BasicStringPiece<T>& str, const BasicStringPiece<T>& suffix) {
/frameworks/base/tools/aapt2/compile/
Png.cpp
[
all
...]
/prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar
Completed in 163 milliseconds