Searched refs:find_first_of (Results 76 - 100 of 175) sorted by relevance

1234567

/external/chromium_org/net/tools/quic/
H A Dquic_in_memory_cache.cc199 int path_start = base.find_first_of('/');
/external/chromium_org/ppapi/tests/
H A Dtest_case.cc41 size_t delim = full_test_name.find_first_of('_');
H A Dtesting_instance.cc242 std::string case_name = name.substr(0, name.find_first_of('_'));
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DSymbolTable.h208 return TString(mangledName.c_str(), mangledName.find_first_of('('));
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Drule.cc105 return input.find_first_of("([\\{?") != std::string::npos;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc552 data_.find_first_of('\n', data_pos) + 1 - data_pos;
929 string::size_type equals_pos = parts[i].find_first_of('=');
1047 string::size_type equals_pos = value.find_first_of('=');
1101 string::size_type colon_pos = value.find_first_of(':');
/external/chromium_org/tools/gn/
H A Dlabel.cc106 size_t path_separator = input.find_first_of(":(");
/external/chromium_org/tools/win/split_link/
H A Dsplit_link.cc59 argument.find_first_of(L" \t\n\v\"") == argument.npos) {
/external/eigen/bench/btl/generic_bench/
H A Dbtl.hh94 pos = find_first_of(delims, start);
/external/lldb/source/Target/
H A DStackFrame.cpp585 size_t separator_idx = var_path.find_first_of(".-[=+~|&^%#@!/?,<>{}");
665 separator_idx = var_path.find_first_of(".-[");
937 separator_idx = var_path.find_first_of(".-[");
1038 separator_idx = var_path.find_first_of(".-[");
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc533 data_.find_first_of('\n', data_pos) + 1 - data_pos;
875 int equals_pos = parts[i].find_first_of('=');
983 string::size_type equals_pos = value.find_first_of('=');
1027 string::size_type colon_pos = value.find_first_of(':');
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc279 if (float_value.find_first_of(".eE") != string::npos) {
/external/llvm/lib/Support/
H A DYAMLParser.cpp863 || StringRef(Current, 1).find_first_of("#;/?:@&=+$,_.!~*'()[]")
1275 && (StringRef(Current, 1).find_first_of(",:?[]{}")
1510 || FirstChar.find_first_of("-?:,[]{}#&*!|>'\"%@`") != StringRef::npos)
1646 StringRef::size_type i = UnquotedValue.find_first_of("\\\r\n");
1680 for (; i != StringRef::npos; i = UnquotedValue.find_first_of("\\\r\n")) {
2179 T = T.substr(T.find_first_of(" \t")).ltrim(" \t");
2180 std::size_t HandleEnd = T.find_first_of(" \t");
/external/stlport/stlport/stl/
H A D_string.h975 public: // find_first_of
976 size_type find_first_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string
977 { return find_first_of(__s._M_Start(), __pos, __s.size()); }
979 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
980 { _STLP_FIX_LITERAL_BUG(__s) return find_first_of(__s, __pos, _Traits::length(__s)); }
982 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
984 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc258 found = output->find_first_of(remove_chars);
262 found = output->find_first_of(remove_chars, found);
/external/chromium_org/net/http/
H A Dhttp_util.cc34 for (size_t end = line.find_first_of(set, start + 1);
35 end != std::string::npos; end = line.find_first_of(set, end + 2)) {
53 size_t cur_delim_pos = line.find_first_of(delim_str, search_start);
92 size_t type_end = content_type_str.find_first_of(HTTP_LWS ";(", type_val);
101 size_t param_start = content_type_str.find_first_of(';', type_end);
146 charset_end = std::min(content_type_str.find_first_of(HTTP_LWS ";(",
161 content_type_str.find_first_of('/') != std::string::npos) {
566 size_t i = base::StringPiece(begin, end - begin).find_first_of("\r\n");
H A Dhttp_content_disposition.cc136 part.find_first_of("bBqQ") == std::string::npos) {
/external/chromium_org/net/websockets/
H A Dwebsocket_handshake_handler.cc34 size_t i = base::StringPiece(handshake_message, len).find_first_of("\r\n");
203 size_t method_end = base::StringPiece(request_line_).find_first_of(" ");
/external/chromium_org/rlz/lib/
H A Drlz_lib.cc108 int events_length = events.find_first_of("\r\n ");
554 size_t rlz_length = rlz_value.find_first_of("\r\n ");
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.cc89 found = candidate.find_first_of("xX");
112 found = candidate.find_first_of("xX", found + 1);
/external/chromium_org/win8/metro_driver/
H A Dfile_picker.cc324 (ext.find_first_of(L"*?") != base::string16::npos)) {
490 (ext.find_first_of(L"*?") != base::string16::npos))
H A Dfile_picker_ash.cc261 (ext.find_first_of(L"*?") != base::string16::npos)) {
438 (ext.find_first_of(L"*?") != base::string16::npos))
/external/chromium_org/chrome/browser/chromeos/system/
H A Dsyslogs_provider.cc98 size_t endl_pos = data->find_first_of(kNewLineChars);
/external/chromium_org/chrome/browser/drive/
H A Ddrive_api_util.cc94 size_t end_token = query.find_first_of(kDelimiter, begin_token);
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dhttpportallocator.cc67 end_of_line = string.find_first_of("\r\n", start_of_line);

Completed in 2250 milliseconds

1234567