/third_party/python/Lib/importlib/ |
H A D | _bootstrap_external.py | 134 i = max(path.rfind(p) for p in path_separators)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestPackage.cpp | 944 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 D | LanaiAsmParser.cpp | 1075 size_t Next = Mnemonic.rfind('.', Name.size()); in splitMnemonic()
|
/third_party/skia/third_party/externals/tint/samples/ |
H A D | main.cc | 167 (input_len - suffix_len == input.rfind(suffix)); in ends_with()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_helpers.cc | 289 string::size_type last_slash = path.rfind('/'); in PathSplit()
|
/third_party/protobuf/src/google/protobuf/compiler/python/ |
H A D | python_generator.cc | 410 int last_dot_pos = module_name.rfind('.'); in PrintImports()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectwriter.cc | 117 size_t idx = input.rfind('.'); in SplitSecondsAndNanos()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestPackage.cpp | 886 std::size_t endPos = subQpaText.rfind(endText); in runTestsInSubprocess()
|
/third_party/node/deps/ada/ |
H A D | ada.cpp | 32 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 D | ohos_gen_framework.py | 2292 suffixStart = sSuffix.rfind('_') 2342 suffixStart = sSuffix.rfind('_')
|
/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()
|
/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...] |
/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()
|