HomeSort by relevance Sort by last modified time
    Searched refs:find_first_of (Results 151 - 175 of 300) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 751 HistoryMatches::iterator first(std::find_first_of(
761 (next = std::find_first_of(next, matches->end(), remove.begin()
    [all...]
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 257 found = output->find_first_of(remove_chars);
261 found = output->find_first_of(remove_chars, found);
  /external/chromium_org/net/http/
http_util.cc 37 size_t end = line.find_first_of(set, start + 1);
67 size_t cur_delim_pos = line.find_first_of(delim_str, search_start);
106 size_t type_end = content_type_str.find_first_of(HTTP_LWS ";(", type_val);
115 size_t param_start = content_type_str.find_first_of(';', type_end);
160 charset_end = std::min(content_type_str.find_first_of(HTTP_LWS ";(",
175 content_type_str.find_first_of('/') != string::npos) {
567 size_t i = base::StringPiece(begin, end - begin).find_first_of("\r\n");
http_content_disposition.cc 154 part.find_first_of("bBqQ") == std::string::npos) {
  /external/chromium_org/net/websockets/
websocket_handshake_handler.cc 34 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/
rlz_lib.cc 108 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/
phonenumbermatcher.cc 89 found = candidate.find_first_of("xX");
112 found = candidate.find_first_of("xX", found + 1);
    [all...]
  /external/chromium_org/win8/metro_driver/
file_picker.cc 323 (ext.find_first_of(L"*?") != string16::npos)) {
488 (ext.find_first_of(L"*?") != string16::npos))
file_picker_ash.cc 261 (ext.find_first_of(L"*?") != string16::npos)) {
437 (ext.find_first_of(L"*?") != string16::npos))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 59 find_first_of
260 // find_first_of
605 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2);
609 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 61 find_first_of
256 // find_first_of
616 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2);
620 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 61 find_first_of
256 // find_first_of
616 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2);
620 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 59 find_first_of
260 // find_first_of
605 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2);
609 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 59 find_first_of
260 // find_first_of
605 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2);
609 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 59 find_first_of
260 // find_first_of
605 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2);
609 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 59 find_first_of
260 // find_first_of
605 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2);
609 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 61 find_first_of
256 // find_first_of
616 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2);
620 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 61 find_first_of
256 // find_first_of
616 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2);
620 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
  /external/chromium_org/base/strings/
string_piece.cc 128 StringPiece::size_type find_first_of(const StringPiece& self, function in namespace:base::internal
  /external/chromium_org/chrome/browser/chromeos/system/
syslogs_provider.cc 97 size_t endl_pos = data->find_first_of(kNewLineChars);
  /external/chromium_org/content/browser/web_contents/
web_drag_dest_gtk.cc 230 size_t split = netscape_url.find_first_of('\n');
  /external/chromium_org/ppapi/tests/
testing_instance.cc 238 std::string case_name = name.substr(0, name.find_first_of('_'));
  /external/chromium_org/third_party/angle/src/compiler/
SymbolTable.h 148 return TString(mangledName.c_str(), mangledName.find_first_of('('));
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 70 end_of_line = string.find_first_of("\r\n", start_of_line);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 312 if (float_value.find_first_of(".eE") != string::npos) {

Completed in 1378 milliseconds

1 2 3 4 5 67 8 91011>>