/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.cpp | 926 auto pos = name.rfind(suffix);
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | file_fs_impl.cpp | 633 size_t found = string(src).rfind('/'); in MoveDirFunc()
|
/third_party/gn/src/base/ |
H A D | values.cc | 983 size_t delimiter_position = current_path.rfind('.');
|
/third_party/python/Lib/ |
H A D | doctest.py | 349 i = msg.rfind('.', 0, end)
|
H A D | pydoc.py | 1762 desc += ' in ' + name[:name.rfind('.')]
|
H A D | zipfile.py | 326 start = data.rfind(stringEndArchive)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
H A D | IRMover.cpp | 733 size_t DotPos = Name.rfind('.'); in getTypeNamePrefix()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 397 size_t SuffixPos = S.rfind(" ["); in dropUniqueSuffix()
|
/third_party/python/Parser/ |
H A D | asdl_c.py | 47 i = cur.rfind(' ', 0, size)
|
/third_party/python/Lib/test/ |
H A D | test_urllib2.py | 422 code = action[action.rfind(" ")+1:]
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 2233 if(name.rfind('(') != std::string::npos) { in unmangleFunctionName() 2234 return name.substr(0, name.rfind('(')); in unmangleFunctionName()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_asset_operations.cpp | 1116 string displayName = fileName.substr(0, fileName.find('_')) + '_' + fileName.substr(fileName.rfind('_') + 1); in SetAssetPath()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | medialibrary_napi_utils.cpp | 248 size_t pos = temp.rfind('/'); in GetFileIdFromUri()
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | ext_extension.cpp | 171 size_t pos = filePath.rfind('/'); in CheckAndCreateDirectory()
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_rdbstore.cpp | 289 size_t dotIndex = fileName.rfind("."); in GetFileExtension()
|
/third_party/python/Lib/urllib/ |
H A D | request.py | 2114 semi = type.rfind(';')
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 355 make_test!(rfind_underscore_char, s, s.rfind('_')); 359 make_test!(rfind_zzz_char, s, s.rfind('\u{1F4A4}')); 3518 assert_eq!("hello".rfind('l'), Some(3)); in test_rfind() 3519 assert_eq!("hello".rfind(|c: char| c == 'o'), Some(4)); in test_rfind() 3520 assert!("hello".rfind('x').is_none()); in test_rfind() 3521 assert!("hello".rfind(|c: char| c == 'x').is_none()); in test_rfind() 3522 assert_eq!("ประเทศไทย中华Việt Nam".rfind('华'), Some(30)); in test_rfind() 3523 assert_eq!("ประเทศไทย中华Việt Nam".rfind(|c: char| c == '华'), Some(30)); in test_rfind() 3583 assert!(match string.rfind(pat) { in test_find_str() [all...] |
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 2820 auto position = fileName.rfind('.'); in CheckFileType()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_holder.cpp | 1069 size_t ix = name.rfind(":"); in FindAnimation()
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 1195 string::size_type sl = o.rfind("/"); in canon_pathname()
|
/third_party/node/deps/v8/src/objects/ |
H A D | intl-objects.cc | 1736 size_t pos = candidate.rfind('-'); in BestAvailableLocale()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 220 size_t PrevSlash = Filepath.rfind('\\', Cursor - 1); in getFullFilepath()
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 1835 size_t pos = inShader.rfind("return *_out;\n"); in build_metal_highlight_shader()
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
H A D | js_generator.cc | 3614 ? file->name().substr(file->name().rfind('/')) in GenerateFile()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework.py | 2643 suffixStart = sSuffix.rfind('_')
|