Home
last modified time | relevance | path

Searched refs:dot_pos (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/base/
Dversionparsing.cc22 size_t dot_pos = version_str.find('.', pos); in ParseVersionString() local
24 if (dot_pos == std::string::npos) { in ParseVersionString()
28 n = dot_pos - pos; in ParseVersionString()
35 if (dot_pos == std::string::npos) { in ParseVersionString()
40 pos = dot_pos + 1; in ParseVersionString()
/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen.cc70 size_t dot_pos = path.rfind('.'); in GetFilename() local
71 return path.substr(slash_pos + 1, dot_pos - (slash_pos + 1)); in GetFilename()
1048 auto dot_pos = fname.rfind('.'); in MakeInternal() local
1049 if (dot_pos == string::npos) { in MakeInternal()
1052 return strings::StrCat(fname.substr(0, dot_pos), "_internal", in MakeInternal()
1053 fname.substr(dot_pos)); in MakeInternal()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc907 size_t dot_pos = file.find_last_of(L"."); in FindPEFile() local
908 if (dot_pos != wstring::npos) { in FindPEFile()
909 file.replace(dot_pos + 1, wstring::npos, extensions[i]); in FindPEFile()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc1203 size_t dot_pos = version_name.find('.'); in CudaVersion() local
1204 CHECK(dot_pos != string::npos) in CudaVersion()
1206 string major_str = version_name.substr(0, dot_pos); in CudaVersion()
1209 string minor_str = version_name.substr(dot_pos + 1); in CudaVersion()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1591 string::size_type dot_pos = prefix.find_last_of('.'); in IsSubSymbolOfBuiltType() local
1592 if (dot_pos == string::npos) { in IsSubSymbolOfBuiltType()
1595 prefix = prefix.substr(0, dot_pos); in IsSubSymbolOfBuiltType()
3419 string::size_type dot_pos = scope_to_try.find_last_of('.'); in LookupSymbolNoPlaceholder() local
3420 if (dot_pos == string::npos) { in LookupSymbolNoPlaceholder()
3423 scope_to_try.erase(dot_pos); in LookupSymbolNoPlaceholder()
3602 string::size_type dot_pos = full_name.find_last_of('.'); in AddSymbol() local
3603 if (dot_pos == string::npos) { in AddSymbol()
3608 "\"" + full_name.substr(dot_pos + 1) + in AddSymbol()
3610 full_name.substr(0, dot_pos) + "\"."); in AddSymbol()
[all …]
/external/opencv/cxcore/src/
Dcxpersistence.cpp812 char* dot_pos = *endptr; in icv_strtod() local
813 *dot_pos = ','; in icv_strtod()
815 *dot_pos = '.'; in icv_strtod()
816 if( *endptr > dot_pos ) in icv_strtod()
819 *endptr = dot_pos; in icv_strtod()
2714 char* dot_pos = strrchr( fs->filename, '.' ); in cvOpenFileStorage() local
2715 fs->is_xml = dot_pos && (strcmp( dot_pos, ".xml" ) == 0 || in cvOpenFileStorage()
2716 strcmp( dot_pos, ".XML" ) == 0 || strcmp( dot_pos, ".Xml" ) == 0); in cvOpenFileStorage()
/external/robolectric/v3/libs/
Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ ...