HomeSort by relevance Sort by last modified time
    Searched refs:find_first_of (Results 51 - 75 of 211) sorted by null

1 23 4 5 6 7 8 9

  /external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.cc 120 assert(local_cache.find_first_of(kInvalidCharacters) == string::npos);
139 assert((*symbol_server).find_first_of(kInvalidCharacters) == string::npos);
  /external/llvm/include/llvm/ADT/
StringRef.h 279 size_t find_first_of(char C, size_t From = 0) const {
287 size_t find_first_of(StringRef Chars, size_t From = 0) const;
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 726 // find_first_of
727 size_type find_first_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string
728 { return _M_non_dbg_impl.find_first_of(__s._M_non_dbg_impl, __pos); }
729 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const { function in class:basic_string
732 return _M_non_dbg_impl.find_first_of(__s, __pos);
734 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
737 return _M_non_dbg_impl.find_first_of(__s, __pos, __n);
739 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
740 { return _M_non_dbg_impl.find_first_of(__c, __pos); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 726 // find_first_of
727 size_type find_first_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string
728 { return _M_non_dbg_impl.find_first_of(__s._M_non_dbg_impl, __pos); }
729 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const { function in class:basic_string
732 return _M_non_dbg_impl.find_first_of(__s, __pos);
734 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
737 return _M_non_dbg_impl.find_first_of(__s, __pos, __n);
739 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
740 { return _M_non_dbg_impl.find_first_of(__c, __pos); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 726 // find_first_of
727 size_type find_first_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string
728 { return _M_non_dbg_impl.find_first_of(__s._M_non_dbg_impl, __pos); }
729 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const { function in class:basic_string
732 return _M_non_dbg_impl.find_first_of(__s, __pos);
734 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
737 return _M_non_dbg_impl.find_first_of(__s, __pos, __n);
739 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
740 { return _M_non_dbg_impl.find_first_of(__c, __pos); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 726 // find_first_of
727 size_type find_first_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string
728 { return _M_non_dbg_impl.find_first_of(__s._M_non_dbg_impl, __pos); }
729 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const { function in class:basic_string
732 return _M_non_dbg_impl.find_first_of(__s, __pos);
734 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
737 return _M_non_dbg_impl.find_first_of(__s, __pos, __n);
739 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
740 { return _M_non_dbg_impl.find_first_of(__c, __pos); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 726 // find_first_of
727 size_type find_first_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string
728 { return _M_non_dbg_impl.find_first_of(__s._M_non_dbg_impl, __pos); }
729 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const { function in class:basic_string
732 return _M_non_dbg_impl.find_first_of(__s, __pos);
734 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
737 return _M_non_dbg_impl.find_first_of(__s, __pos, __n);
739 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
740 { return _M_non_dbg_impl.find_first_of(__c, __pos); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_string.h 726 // find_first_of
727 size_type find_first_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string
728 { return _M_non_dbg_impl.find_first_of(__s._M_non_dbg_impl, __pos); }
729 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const { function in class:basic_string
732 return _M_non_dbg_impl.find_first_of(__s, __pos);
734 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
737 return _M_non_dbg_impl.find_first_of(__s, __pos, __n);
739 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
740 { return _M_non_dbg_impl.find_first_of(__c, __pos); }
  /external/llvm/lib/Support/
Path.cpp 68 size_t end = path.find_first_of(separators, 2);
77 size_t end = path.find_first_of(separators);
124 return str.find_first_of(separators, 2);
294 size_t end_pos = Path.find_first_of(separators, Position);
698 assert(P.find_first_of(separators) == StringRef::npos &&
YAMLParser.cpp 860 || StringRef(Current, 1).find_first_of("#;/?:@&=+$,_.!~*'()[]")
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 165 std::string::size_type DotIdx = OpName.find_first_of(".");
203 std::string::size_type wpos = CStr.find_first_of(" \t");
223 std::string::size_type pos = CStr.find_first_of('=');
229 wpos = Name.find_first_of(" \t");
264 eidx = CStr.find_first_of(delims, bidx);
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 47 std::string::size_type pos2 = aid.find_first_of (delimiter);
67 pos2 = aid.find_first_of (delimiter, pos1);
  /external/eigen/bench/btl/generic_bench/
btl.hh 94 pos = find_first_of(delims, start);
  /external/lldb/source/Target/
StackFrame.cpp 585 size_t separator_idx = var_path.find_first_of(".-[=+~|&^%#@!/?,<>{}");
665 separator_idx = var_path.find_first_of(".-[");
    [all...]
  /frameworks/av/services/audiopolicy/utilities/convert/
convert.h 115 if (str.find_first_of(std::string("\r\n\t\v ")) != std::string::npos) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.h 976 size_type find_first_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string
979 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
984 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 1982 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 1719 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 1982 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 1719 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.h 1982 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 1719 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 1762 find_first_of(const basic_string& __str, size_type __pos = 0) const function in class:basic_string
1790 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
1809 find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 1621 find_first_of(const __versa_string& __str, size_type __pos = 0) const function in class:__versa_string
1650 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
1669 find_first_of(_CharT __c, size_type __pos = 0) const function in class:__versa_string
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string.h 976 size_type find_first_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string
979 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
984 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
    [all...]

Completed in 716 milliseconds

1 23 4 5 6 7 8 9