Home
last modified time | relevance | path

Searched refs:rfind (Results 151 - 175 of 186) sorted by relevance

12345678

/third_party/python/Lib/importlib/
H A D_bootstrap_external.py134 i = max(path.rfind(p) for p in path_separators)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp944 std::size_t endPos = subQpaText.rfind(endText); in runTestsInSubprocess()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp1075 size_t Next = Mnemonic.rfind('.', Name.size()); in splitMnemonic()
/third_party/skia/third_party/externals/tint/samples/
H A Dmain.cc167 (input_len - suffix_len == input.rfind(suffix)); in ends_with()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc289 string::size_type last_slash = path.rfind('/'); in PathSplit()
/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc410 int last_dot_pos = module_name.rfind('.'); in PrintImports()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc117 size_t idx = input.rfind('.'); in SplitSecondsAndNanos()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestPackage.cpp886 std::size_t endPos = subQpaText.rfind(endText); in runTestsInSubprocess()
/third_party/node/deps/ada/
H A Dada.cpp32 size_t last_dot = view.rfind('.');
10533 size_t last_delimiter = path.rfind('/');
10559 size_t slash_loc = path.rfind('/');
11060 path.resize(path.rfind('/') + 1);
11074 size_t last_delimiter = path.rfind('/');
14812 path.resize(path.rfind('/') + 1);
14828 size_t last_delimiter = path.rfind('/');
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dohos_gen_framework.py2292 suffixStart = sSuffix.rfind('_')
2342 suffixStart = sSuffix.rfind('_')
/third_party/gn/src/base/
H A Dvalues.cc983 size_t delimiter_position = current_path.rfind('.');
/third_party/python/Lib/
H A Ddoctest.py349 i = msg.rfind('.', 0, end)
H A Dpydoc.py1762 desc += ' in ' + name[:name.rfind('.')]
H A Dzipfile.py326 start = data.rfind(stringEndArchive)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H A DIRMover.cpp733 size_t DotPos = Name.rfind('.'); in getTypeNamePrefix()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp397 size_t SuffixPos = S.rfind(" ["); in dropUniqueSuffix()
/third_party/python/Parser/
H A Dasdl_c.py47 i = cur.rfind(' ', 0, size)
/third_party/python/Lib/test/
H A Dtest_urllib2.py422 code = action[action.rfind(" ")+1:]
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2233 if(name.rfind('(') != std::string::npos) { in unmangleFunctionName()
2234 return name.substr(0, name.rfind('(')); in unmangleFunctionName()
/third_party/python/Lib/urllib/
H A Drequest.py2114 semi = type.rfind(';')
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs355 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...]
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx1195 string::size_type sl = o.rfind("/"); in canon_pathname()
/third_party/node/deps/v8/src/objects/
H A Dintl-objects.cc1736 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 DCodeViewDebug.cpp220 size_t PrevSlash = Filepath.rfind('\\', Cursor - 1); in getFullFilepath()
/third_party/skia/tools/viewer/
H A DViewer.cpp1835 size_t pos = inShader.rfind("return *_out;\n"); in build_metal_highlight_shader()

Completed in 129 milliseconds

12345678