Home
last modified time | relevance | path

Searched refs:rfind (Results 51 - 75 of 186) sorted by relevance

12345678

/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dudbgutil.cpp639 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 DtcuTestLog.cpp493 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 Dohos_components_mapping.cc35 return (str.rfind(prefix, 0) == 0); in StartWith()
H A Dbundle_data.cc166 size_t last_separator = root_dir_value.rfind('/'); in GetBundleRootDirOutput()
H A Dlabel.cc70 size_t next_to_last_slash = loc.rfind('/', loc.size() - 2); in ComputeTargetNameFromDep()
/third_party/icu/icu4c/source/python/icutools/databuilder/
H A Dutils.py136 dirs.add(path[:path.rfind("/")])
/third_party/json/tests/thirdparty/imapdl/
H A Dfilterbr.py28 a = line.rfind('*/', p)
/third_party/protobuf/benchmarks/util/
H A Dprotoc-gen-proto2_to_proto3.cc26 return filename.substr(0, filename.rfind(".proto")); in StripProto()
/third_party/python/Lib/ctypes/macholib/
H A Ddyld.py155 fmwk_index = fn.rfind('.framework')
/third_party/python/Lib/re/
H A D_constants.py48 self.colno = pos - pattern.rfind(newline, 0, pos)
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DFile.cpp126 auto pos = pathstr.rfind("/"); in createPhysical()
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
H A Dutils.py136 dirs.add(path[:path.rfind("/")])
/third_party/node/test/message/
H A Dtestcfg.py127 output_path = file_path[:file_path.rfind('.')] + '.out'
/third_party/node/tools/gyp/pylib/gyp/
H A Dninja_syntax.py135 space = text.rfind(" ", 0, space)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dninja_syntax.py135 space = text.rfind(" ", 0, space)
/third_party/pcre2/pcre2/maint/
H A DGenerateCommon.py301 i = script_name.rfind('/')
/third_party/skia/third_party/externals/oboe/src/common/
H A DQuirksManager.cpp73 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 DTarWriter.cpp134 size_t Sep = Path.rfind('/', sizeof(UstarHeader::Prefix) + 1); in splitUstar()
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dinterface_coverage_gcov_lcov.py106 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 DSampleProf.h512 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 Drawfile_request.cpp94 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 Drawfile_request.cpp97 std::size_t position = urlStr.rfind('/'); in Start()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis/entry/src/main/cpp/
H A Dtest_request.cpp153 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 Drawfile_request.cpp92 std::size_t position = urlStr.rfind('/'); in Start()
/third_party/python/Lib/encodings/
H A Dpunycode.py187 pos = text.rfind(b"-")

Completed in 13 milliseconds

12345678