Home
last modified time | relevance | path

Searched refs:dotpos (Results 1 – 4 of 4) sorted by relevance

/external/zopfli/src/zopflipng/
Dzopflipng_bin.cc40 size_t dotpos = nodir.find_last_of('.'); in GetFileNameParts() local
41 if (dotpos == (size_t)(-1)) { in GetFileNameParts()
45 *file = nodir.substr(0, dotpos); in GetFileNameParts()
46 *ext = nodir.substr(dotpos); in GetFileNameParts()
/external/protobuf/java/src/main/java/com/google/protobuf/
DDescriptors.java1960 final int dotpos = scopeToTry.lastIndexOf("."); in lookupSymbol() local
1961 if (dotpos == -1) { in lookupSymbol()
1966 scopeToTry.setLength(dotpos + 1); in lookupSymbol()
1978 scopeToTry.setLength(dotpos + 1); in lookupSymbol()
1987 scopeToTry.setLength(dotpos); in lookupSymbol()
2025 final int dotpos = fullName.lastIndexOf('.'); in addSymbol() local
2032 if (dotpos == -1) { in addSymbol()
2037 '\"' + fullName.substring(dotpos + 1) + in addSymbol()
2039 fullName.substring(0, dotpos) + "\"."); in addSymbol()
2080 final int dotpos = fullName.lastIndexOf('.'); in addPackage() local
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.cc2983 string::size_type dotpos = placeholder_full_name->find_last_of('.'); in NewPlaceholder() local
2984 if (dotpos != string::npos) { in NewPlaceholder()
2986 placeholder_full_name->substr(0, dotpos)); in NewPlaceholder()
2988 placeholder_full_name->substr(dotpos + 1)); in NewPlaceholder()
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...