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_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 324 (ext.find_first_of(L"*?") != base::string16::npos)) {
490 (ext.find_first_of(L"*?") != base::string16::npos))
file_picker_ash.cc 261 (ext.find_first_of(L"*?") != base::string16::npos)) {
438 (ext.find_first_of(L"*?") != base::string16::npos))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/chrome/browser/chromeos/system/
syslogs_provider.cc 98 size_t endl_pos = data->find_first_of(kNewLineChars);
  /external/chromium_org/chrome/browser/drive/
drive_api_util.cc 94 size_t end_token = query.find_first_of(kDelimiter, begin_token);
  /external/chromium_org/net/http/
http_content_disposition.cc 136 part.find_first_of("bBqQ") == std::string::npos) {
  /external/chromium_org/ppapi/tests/
testing_instance.cc 242 std::string case_name = name.substr(0, name.find_first_of('_'));
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 67 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) {
  /external/clang/tools/clang-format/
ClangFormat.cpp 188 while ((Index = Text.find_first_of("\n\r", From)) != StringRef::npos) {
  /external/llvm/lib/MC/MCAnalysis/
MCObjectSymbolizer.cpp 116 << Contents.substr(0, Contents.find_first_of(0));
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_message.cc 61 "def", def.substr(0, def.find_first_of('\n')));
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 405 std::size_t p = s.find_first_of(" \n", start);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
algorithmfwd.h 174 find_first_of(_IIter, _IIter, _FIter, _FIter,
179 find_first_of(_IIter, _IIter, _FIter, _FIter, _BiPredicate,
184 find_first_of(_IIter, _IIter, _FIter, _FIter, _BiPredicate);
188 find_first_of(_IIter, _IIter, _FIter, _FIter);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algorithmfwd.h 174 find_first_of(_IIter, _IIter, _FIter, _FIter,
179 find_first_of(_IIter, _IIter, _FIter, _FIter, _BiPredicate,
184 find_first_of(_IIter, _IIter, _FIter, _FIter, _BiPredicate);
188 find_first_of(_IIter, _IIter, _FIter, _FIter);