/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | udbgutil.cpp | 639 if(ticket.rfind(OLD_CLDR_PREFIX) == 0) { in mapTicketId() 709 if(ticketid.rfind(ICU_BUG_PREFIX) == 0 || ticketid.rfind(CLDR_BUG_PREFIX) == 0) { in print()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestLog.cpp | 493 if (testCasePathStr.rfind("dEQP-VK.info.") != 0 in startCase() 494 && testCasePathStr.rfind("dEQP-VK.api.info.") != 0 in startCase() 495 && testCasePathStr.rfind("dEQP-VK.api.version_check.") != 0) in startCase()
|
/third_party/gn/src/gn/ |
H A D | ohos_components_mapping.cc | 35 return (str.rfind(prefix, 0) == 0);
in StartWith()
|
H A D | bundle_data.cc | 166 size_t last_separator = root_dir_value.rfind('/'); in GetBundleRootDirOutput()
|
H A D | label.cc | 70 size_t next_to_last_slash = loc.rfind('/', loc.size() - 2); in ComputeTargetNameFromDep()
|
/third_party/icu/icu4c/source/python/icutools/databuilder/ |
H A D | utils.py | 136 dirs.add(path[:path.rfind("/")])
|
/third_party/json/tests/thirdparty/imapdl/ |
H A D | filterbr.py | 28 a = line.rfind('*/', p)
|
/third_party/protobuf/benchmarks/util/ |
H A D | protoc-gen-proto2_to_proto3.cc | 26 return filename.substr(0, filename.rfind(".proto")); in StripProto()
|
/third_party/python/Lib/ctypes/macholib/ |
H A D | dyld.py | 155 fmwk_index = fn.rfind('.framework')
|
/third_party/python/Lib/re/ |
H A D | _constants.py | 48 self.colno = pos - pattern.rfind(newline, 0, pos)
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | File.cpp | 126 auto pos = pathstr.rfind("/"); in createPhysical()
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/ |
H A D | utils.py | 136 dirs.add(path[:path.rfind("/")])
|
/third_party/node/test/message/ |
H A D | testcfg.py | 127 output_path = file_path[:file_path.rfind('.')] + '.out'
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | ninja_syntax.py | 135 space = text.rfind(" ", 0, space)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | ninja_syntax.py | 135 space = text.rfind(" ", 0, space)
|
/third_party/pcre2/pcre2/maint/ |
H A D | GenerateCommon.py | 301 i = script_name.rfind('/')
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | QuirksManager.cpp | 73 isExynos = (arch.rfind("exynos", 0) == 0); // starts with? in SamsungDeviceQuirks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | TarWriter.cpp | 134 size_t Sep = Path.rfind('/', sizeof(UstarHeader::Prefix) + 1); in splitUstar()
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | interface_coverage_gcov_lcov.py | 106 pos = file_path.rfind(os.sep) 297 pos_end = func_info.rfind(")")
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | SampleProf.h | 512 auto It = Cand.rfind(Suffix); in getCanonicalFnName() 515 auto Dit = Cand.rfind('.'); in getCanonicalFnName()
|
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis_enhance/entry/src/main/cpp/ |
H A D | rawfile_request.cpp | 94 std::size_t position = urlStr.rfind('/'); in Start()
|
/test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/cpp/ |
H A D | rawfile_request.cpp | 97 std::size_t position = urlStr.rfind('/'); in Start()
|
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis/entry/src/main/cpp/ |
H A D | test_request.cpp | 153 std::size_t position = urlStr.rfind('/'); in Start()
|
/test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/main/cpp/ |
H A D | rawfile_request.cpp | 92 std::size_t position = urlStr.rfind('/'); in Start()
|
/third_party/python/Lib/encodings/ |
H A D | punycode.py | 187 pos = text.rfind(b"-")
|