Searched refs:rfind (Results 101 - 125 of 202) sorted by relevance

123456789

/external/lldb/source/Symbol/
H A DTypeList.cpp290 const size_t type_scope_pos = match_type_scope.rfind(type_scope);
/external/markdown/markdown/
H A Dpreprocessors.py87 i = block.rfind(tag)
/external/oprofile/libpp/
H A Dop_header.cpp80 pos = filename.rfind(suf);
/external/skia/bench/
H A Dcheck_bench_regressions.py145 platform = key_suffix[ : key_suffix.rfind('-')]
H A Dtile_analyze.py114 obj.name[obj.name.rfind('/') + 1 : ]] = obj.get_contents_as_string()
/external/skia/experimental/benchtools/
H A Dgreenify.py73 branch = exp_dir[exp_dir.rfind('/') + 1:]
/external/stlport/stlport/stl/
H A D_string.h965 public: // rfind.
966 size_type rfind(const _Self& __s, size_type __pos = npos) const function in class:basic_string
967 { return rfind(__s._M_Start(), __pos, __s.size()); }
969 size_type rfind(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
970 { _STLP_FIX_LITERAL_BUG(__s) return rfind(__s, __pos, _Traits::length(__s)); }
972 size_type rfind(const _CharT* __s, size_type __pos, size_type __n) const;
973 size_type rfind(_CharT __c, size_type __pos = npos) const;
997 { return rfind(__c, __pos); }
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem_mock.py405 idx = path.rfind(self.sep)
411 idx = path.rfind('.')
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_util_win.cc497 size_t tag_end = cf_html.rfind("<!--EndFragment", std::string::npos);
498 *fragment_end = cf_html.rfind('<', tag_end);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1261 a = Name.rfind('/');
1267 Idx = Foo.rfind('_');
1274 b = Name.rfind('/', a);
1290 c = Name.rfind('/', b);
1296 d = Name.rfind('/', c);
1311 a = Name.rfind('.');
1325 b = Name.rfind('/', a);
1351 b = Name.rfind('/', a);
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h265 size_t pos = full_path.rfind(kSeparator);
/external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
H A Dkiosk_apps_handler.cc83 const size_t last_slash = path.rfind('/');
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils.cc269 stop = content.rfind(")", stop);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.cc129 size_t pos = url.rfind('/');
132 pos = url.rfind('/', pos - 1);
198 size_t pos = url.rfind('/');
201 pos = url.rfind('\\');
/external/chromium_org/net/http/
H A Dhttp_auth_cache.cc19 std::string::size_type last_slash = path.rfind("/");
/external/chromium_org/net/proxy/
H A Dproxy_bypass_rules.cc321 std::string::size_type pos_colon = raw.rfind(':');
/external/chromium_org/third_party/skia/include/core/
H A DSkTDArray.h246 int rfind(const T& elem) const {
/external/chromium_org/third_party/webrtc/base/
H A Dsocketaddress.cc183 std::string::size_type closebracket = str.rfind(']');
/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp114 size_t py_extension_pos = os_plugin_class_name.rfind(".py");
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py17 rootname = filename[:filename.rfind('.')]
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dgenk-timing.py17 rootname = filename[:filename.rfind('.')]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py17 rootname = filename[:filename.rfind('.')]
/external/skia/include/core/
H A DSkTDArray.h246 int rfind(const T& elem) const {
/external/chromium_org/components/crash/tools/
H A Dcrash_service.cc47 size_t last_dot = file_path.rfind(L'.');
/external/chromium_org/content/common/
H A Dplugin_list.cc349 std::string::size_type last_dot = path.rfind('.');

Completed in 707 milliseconds

123456789