Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorPool.cs122 int dotpos = fullName.LastIndexOf('.'); in AddPackage()
124 if (dotpos != -1) in AddPackage()
126 AddPackage(fullName.Substring(0, dotpos), file); in AddPackage()
127 name = fullName.Substring(dotpos + 1); in AddPackage()
289 int dotpos = scopeToTry.ToString().LastIndexOf("."); in LookupSymbol()
290 if (dotpos == -1) in LookupSymbol()
297 scopeToTry.Length = dotpos + 1; in LookupSymbol()
310 scopeToTry.Length = dotpos + 1; in LookupSymbol()
318 scopeToTry.Length = dotpos; in LookupSymbol()
/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/core/src/main/java/com/google/protobuf/
DDescriptors.java2253 final int dotpos = scopeToTry.lastIndexOf("."); in lookupSymbol() local
2254 if (dotpos == -1) { in lookupSymbol()
2259 scopeToTry.setLength(dotpos + 1); in lookupSymbol()
2271 scopeToTry.setLength(dotpos + 1); in lookupSymbol()
2280 scopeToTry.setLength(dotpos); in lookupSymbol()
2318 final int dotpos = fullName.lastIndexOf('.'); in addSymbol() local
2325 if (dotpos == -1) { in addSymbol()
2330 '\"' + fullName.substring(dotpos + 1) + in addSymbol()
2332 fullName.substring(0, dotpos) + "\"."); in addSymbol()
2385 final int dotpos = fullName.lastIndexOf('.'); in addPackage() local
[all …]
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPath.inc594 size_t dotpos = path.rfind('.',path.size());
596 if (dotpos != std::string::npos) {
597 if (slashpos == std::string::npos || dotpos > slashpos+1) {
599 path.erase(dotpos, path.size()-dotpos);
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPath.inc617 size_t dotpos = path.rfind('.',path.size());
619 if (dotpos != std::string::npos) {
620 if (slashpos == std::string::npos || dotpos > slashpos+1) {
621 path.erase(dotpos, path.size()-dotpos);
/external/protobuf/src/google/protobuf/
Ddescriptor.cc3488 string::size_type dotpos = placeholder_full_name->find_last_of('.'); in NewPlaceholder() local
3489 if (dotpos != string::npos) { in NewPlaceholder()
3491 placeholder_full_name->substr(0, dotpos)); in NewPlaceholder()
3493 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/ ...
/external/annotation-tools/annotation-file-utilities/lib/
Dplume-core.jarMETA-INF/ META-INF/MANIFEST.MF plume/ArraysMDE$ComparableArrayComparatorLengthFirst.class ArraysMDE ...
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/annotation-tools/annotation-file-utilities/
Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/ ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF com/google/common/base/ExtraObjectsMethodsForWeb.class ExtraObjectsMethodsForWeb ...