/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
algo.h | 214 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel 217 { return _GLIBCXX_STD_A::find_first_of(__begin1, __end1, __begin2, __end2); 224 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel 227 { return _GLIBCXX_STD_A::find_first_of( 237 { return find_first_of(__begin1, __end1, __begin2, __end2, 264 { return find_first_of(__begin1, __end1, __begin2, __end2, __comp, 271 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel 287 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel 295 return __gnu_parallel::find_first_of(__begin1, __end1, __begin2, __end2, [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_shortcut_manager_win.cc | 593 size_t pos = sanitized.find_first_of(kReservedCharacters); 596 pos = sanitized.find_first_of(kReservedCharacters, pos + 1); [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
strutil.cc | 175 end_index = full.find_first_of(delim, begin_index); 213 end_index = full.find_first_of(delim, begin_index); [all...] |
/external/llvm/tools/bugpoint/ |
ToolRunner.cpp | 415 std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos); 426 pos = CommandLine.find_first_of(delimiters, lastPos); [all...] |
/external/llvm/utils/FileCheck/ |
FileCheck.cpp | 745 size_t EOL = Buffer.find_first_of("\n\r"); 840 Range = Range.substr(Range.find_first_of("\n\r")); [all...] |
/external/stlport/stlport/stl/ |
_algo.h | 136 inline _InputIter find_first_of(_InputIter __first1, _InputIter __last1, function 145 find_first_of(_InputIter __first1, _InputIter __last1, function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 136 inline _InputIter find_first_of(_InputIter __first1, _InputIter __last1, function 145 find_first_of(_InputIter __first1, _InputIter __last1, function
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 136 inline _InputIter find_first_of(_InputIter __first1, _InputIter __last1, function 145 find_first_of(_InputIter __first1, _InputIter __last1, function
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 136 inline _InputIter find_first_of(_InputIter __first1, _InputIter __last1, function 145 find_first_of(_InputIter __first1, _InputIter __last1, function
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 136 inline _InputIter find_first_of(_InputIter __first1, _InputIter __last1, function 145 find_first_of(_InputIter __first1, _InputIter __last1, function
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
algorithmfwd.h | 63 find_first_of 258 // find_first_of 627 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2); 631 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 136 inline _InputIter find_first_of(_InputIter __first1, _InputIter __last1, function 145 find_first_of(_InputIter __first1, _InputIter __last1, function
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_algo.h | 136 inline _InputIter find_first_of(_InputIter __first1, _InputIter __last1, function 145 find_first_of(_InputIter __first1, _InputIter __last1, function
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
algorithmfwd.h | 63 find_first_of 258 // find_first_of 627 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2); 631 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
algorithmfwd.h | 63 find_first_of 258 // find_first_of 627 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2); 631 find_first_of(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
|
/external/chromium/chrome/browser/importer/ |
firefox2_importer.cc | 411 size_t end = line.find_first_of('\"', begin);
|
/external/chromium/chrome/browser/search_engines/ |
template_url_parser.cc | 66 size_t index = name->find_first_of(":");
|
/external/chromium/chrome/common/extensions/ |
extension_file_util.cc | 495 // to cheat with find_first_of and match all. 507 if (filename.find_first_of(FILE_PATH_LITERAL("_")) != 0) continue;
|
/external/chromium/net/base/ |
mime_util.cc | 446 size_t found = it->find_first_of('.');
|
/external/chromium_org/chrome/browser/autocomplete/ |
keyword_provider.cc | 108 const size_t first_white(input.find_first_of(base::kWhitespaceUTF16));
|
/external/chromium_org/chrome/common/extensions/ |
extension_file_util.cc | 472 // to cheat with find_first_of and match all. 481 if (filename.find_first_of(FILE_PATH_LITERAL("_")) != 0) continue;
|
/external/chromium_org/content/browser/speech/ |
google_streaming_remote_engine.cc | 567 size_t separator = accepted_language_list.find_first_of(",;");
|
/external/chromium_org/third_party/icu/source/test/perf/ustrperf/ |
stringperf.h | 545 scan_idx = (int) sScan_STRING.find_first_of(L"sm");
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
stringutil.cc | 72 pos = s.find_first_of(c, pos + 1);
|
/external/chromium_org/ui/base/clipboard/ |
clipboard_win.cc | 666 const size_t title_end = bookmark.find_first_of(kDelim);
|