HomeSort by relevance Sort by last modified time
    Searched refs:find_first_of (Results 1 - 25 of 243) sorted by null

1 2 3 4 5 6 7 8 910

  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/
find_first_of.pass.cpp 15 // find_first_of(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
28 assert(std::find_first_of(input_iterator<const int*>(ia),
34 assert(std::find_first_of(input_iterator<const int*>(ia),
39 assert(std::find_first_of(input_iterator<const int*>(ia),
44 assert(std::find_first_of(input_iterator<const int*>(ia),
find_first_of_pred.pass.cpp 16 // find_first_of(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2, Pred pred);
30 assert(std::find_first_of(input_iterator<const int*>(ia),
37 assert(std::find_first_of(input_iterator<const int*>(ia),
43 assert(std::find_first_of(input_iterator<const int*>(ia),
49 assert(std::find_first_of(input_iterator<const int*>(ia),
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find.first.of/
find_first_of.pass.cpp 15 // find_first_of(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
28 assert(std::find_first_of(input_iterator<const int*>(ia),
34 assert(std::find_first_of(input_iterator<const int*>(ia),
39 assert(std::find_first_of(input_iterator<const int*>(ia),
44 assert(std::find_first_of(input_iterator<const int*>(ia),
find_first_of_pred.pass.cpp 16 // find_first_of(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2, Pred pred);
30 assert(std::find_first_of(input_iterator<const int*>(ia),
37 assert(std::find_first_of(input_iterator<const int*>(ia),
43 assert(std::find_first_of(input_iterator<const int*>(ia),
49 assert(std::find_first_of(input_iterator<const int*>(ia),
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.find.first.of/
find_first_of.pass.cpp 15 // find_first_of(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
28 assert(std::find_first_of(input_iterator<const int*>(ia),
34 assert(std::find_first_of(input_iterator<const int*>(ia),
39 assert(std::find_first_of(input_iterator<const int*>(ia),
44 assert(std::find_first_of(input_iterator<const int*>(ia),
find_first_of_pred.pass.cpp 16 // find_first_of(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2, Pred pred);
30 assert(std::find_first_of(input_iterator<const int*>(ia),
37 assert(std::find_first_of(input_iterator<const int*>(ia),
43 assert(std::find_first_of(input_iterator<const int*>(ia),
49 assert(std::find_first_of(input_iterator<const int*>(ia),
  /external/libcxx/test/std/experimental/string.view/string.view.find/
find_first_of_char_size.pass.cpp 12 // constexpr size_type find_first_of(charT c, size_type pos = 0) const;
25 assert(s.find_first_of(c, pos) == x);
34 assert(s.find_first_of(c) == x);
76 static_assert (sv1.find_first_of( 'e', 0 ) == SV::npos, "" );
77 static_assert (sv1.find_first_of( 'e', 1 ) == SV::npos, "" );
78 static_assert (sv2.find_first_of( 'q', 0 ) == SV::npos, "" );
79 static_assert (sv2.find_first_of( 'e', 1 ) == 4, "" );
80 static_assert (sv2.find_first_of( 'e', 5 ) == SV::npos, "" );
find_first_of_pointer_size.pass.cpp 12 // constexpr size_type find_first_of(const charT* s, size_type pos = 0) const;
25 assert(s.find_first_of(str, pos) == x);
34 assert(s.find_first_of(str) == x);
159 static_assert (sv1.find_first_of( "", 0) == SV::npos, "" );
160 static_assert (sv1.find_first_of( "irkhs", 0) == SV::npos, "" );
161 static_assert (sv2.find_first_of( "", 0) == SV::npos, "" );
162 static_assert (sv2.find_first_of( "gfsrt", 0) == SV::npos, "" );
163 static_assert (sv2.find_first_of( "lecar", 0) == 0, "" );
  /external/libcxx/test/std/strings/string.view/string.view.find/
find_first_of_char_size.pass.cpp 12 // constexpr size_type find_first_of(charT c, size_type pos = 0) const;
25 assert(s.find_first_of(c, pos) == x);
34 assert(s.find_first_of(c) == x);
76 static_assert (sv1.find_first_of( 'e', 0 ) == SV::npos, "" );
77 static_assert (sv1.find_first_of( 'e', 1 ) == SV::npos, "" );
78 static_assert (sv2.find_first_of( 'q', 0 ) == SV::npos, "" );
79 static_assert (sv2.find_first_of( 'e', 1 ) == 4, "" );
80 static_assert (sv2.find_first_of( 'e', 5 ) == SV::npos, "" );
find_first_of_pointer_size.pass.cpp 12 // constexpr size_type find_first_of(const charT* s, size_type pos = 0) const;
25 assert(s.find_first_of(str, pos) == x);
34 assert(s.find_first_of(str) == x);
159 static_assert (sv1.find_first_of( "", 0) == SV::npos, "" );
160 static_assert (sv1.find_first_of( "irkhs", 0) == SV::npos, "" );
161 static_assert (sv2.find_first_of( "", 0) == SV::npos, "" );
162 static_assert (sv2.find_first_of( "gfsrt", 0) == SV::npos, "" );
163 static_assert (sv2.find_first_of( "lecar", 0) == 0, "" );
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/string.view/string.view.find/
find_first_of_char_size.pass.cpp 12 // constexpr size_type find_first_of(charT c, size_type pos = 0) const;
24 assert(s.find_first_of(c, pos) == x);
33 assert(s.find_first_of(c) == x);
75 static_assert (sv1.find_first_of( 'e', 0 ) == SV::npos, "" );
76 static_assert (sv1.find_first_of( 'e', 1 ) == SV::npos, "" );
77 static_assert (sv2.find_first_of( 'q', 0 ) == SV::npos, "" );
78 static_assert (sv2.find_first_of( 'e', 1 ) == 4, "" );
79 static_assert (sv2.find_first_of( 'e', 5 ) == SV::npos, "" );
find_first_of_pointer_size.pass.cpp 12 // constexpr size_type find_first_of(const charT* s, size_type pos = 0) const;
24 assert(s.find_first_of(str, pos) == x);
33 assert(s.find_first_of(str) == x);
158 static_assert (sv1.find_first_of( "", 0) == SV::npos, "" );
159 static_assert (sv1.find_first_of( "irkhs", 0) == SV::npos, "" );
160 static_assert (sv2.find_first_of( "", 0) == SV::npos, "" );
161 static_assert (sv2.find_first_of( "gfsrt", 0) == SV::npos, "" );
162 static_assert (sv2.find_first_of( "lecar", 0) == 0, "" );
  /external/libchrome/base/
base64url.cc 53 if (input.find_first_of(kBase64Chars) != std::string::npos)
58 input.find_first_of(kBase64UrlSafeChars) != std::string::npos;
71 if (input.find_first_of(kPaddingChar) != std::string::npos)
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
string_piece.h 104 if (to_search.find_first_of(*it) == npos) {
121 size_t find_first_of(const string_piece& to_search, size_t pos = 0) const { function in class:shaderc_util::string_piece
135 // Returns find_first_of(str, pos) where str is a string_piece
137 size_t find_first_of(char to_search, size_t pos = 0) const { function in class:shaderc_util::string_piece
138 return find_first_of(string_piece(&to_search, &to_search + 1), pos);
153 if (to_search.find_first_of(*it) != npos) {
179 if (to_search.find_first_of(*it) == npos) {
196 if (chars_to_strip.find_first_of(*begin) == npos) break;
205 if (chars_to_strip.find_first_of(*(end - 1)) == npos) break;
285 return find_first_of(character, pos)
    [all...]
  /external/llvm/include/llvm/ADT/
SmallString.h 177 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(C, From);
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
186 return str().find_first_of(Chars, From);
  /external/parameter-framework/upstream/parameter/
RuleParser.cpp 162 ((delimiter = _strApplicationRule.find_first_of(_acDelimiters[_eStatus], _uiCurrentPos)) !=
252 if ((delimiter = _strApplicationRule.find_first_of("{} ,", _uiCurrentPos)) == string::npos) {
MappingData.cpp 43 std::string::size_type iFistDelimiterOccurrence = strMappingElement.find_first_of(':');
  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 86 size_t end = hex_csv.find_first_of(",");
91 end = hex_csv.find_first_of(",", start);
  /external/libchrome/base/strings/
string_piece_unittest.cc 332 ASSERT_EQ(3U, Piece(one_two_three_four).find_first_of(comma_colon));
333 ASSERT_EQ(a.find_first_of(b), 0U);
334 ASSERT_EQ(a.find_first_of(b, 0), 0U);
335 ASSERT_EQ(a.find_first_of(b, 1), 1U);
336 ASSERT_EQ(a.find_first_of(b, 2), 2U);
337 ASSERT_EQ(a.find_first_of(b, 3), Piece::npos);
338 ASSERT_EQ(a.find_first_of(c), 23U);
339 ASSERT_EQ(a.find_first_of(c, 23), 23U);
340 ASSERT_EQ(a.find_first_of(c, 24), 24U);
341 ASSERT_EQ(a.find_first_of(c, 25), 25U)
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
stringpiece_unittest.cc 413 EXPECT_EQ(a.find_first_of(b), 0);
414 EXPECT_EQ(a.find_first_of(b, 0), 0);
415 EXPECT_EQ(a.find_first_of(b, 1), 1);
416 EXPECT_EQ(a.find_first_of(b, 2), 2);
417 EXPECT_EQ(a.find_first_of(b, 3), StringPiece::npos);
418 EXPECT_EQ(a.find_first_of(c), 23);
419 EXPECT_EQ(a.find_first_of(c, 23), 23);
420 EXPECT_EQ(a.find_first_of(c, 24), 24);
421 EXPECT_EQ(a.find_first_of(c, 25), 25);
422 EXPECT_EQ(a.find_first_of(c, 26), StringPiece::npos)
    [all...]
  /external/google-breakpad/src/common/mac/
string_utilities.cc 75 start = str.find_first_of(digits, end + 1);
  /external/llvm/lib/Support/
StringExtras.cpp 43 StringRef::size_type End = Source.find_first_of(Delimiters, Start);
  /external/parameter-framework/upstream/test/test-platform/
main.cpp 75 auto match = std::find_first_of(begin(options), end(options), begin(helpOpts), end(helpOpts));
  /external/protobuf/src/google/protobuf/compiler/
code_generator.cc 70 string::size_type equals_pos = parts[i].find_first_of('=');
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTString.h 398 size_t find_first_of(char _Ch, size_t _Off = 0) const;
406 size_t find_first_of(const char* _Ptr, size_t _Off = 0) const;
415 size_t find_first_of(const char* _Ptr, size_t _Off, size_t _Count) const;
433 size_t find_first_of(const CPVRTString& _Str, size_t _Off = 0) const;
    [all...]

Completed in 1522 milliseconds

1 2 3 4 5 6 7 8 910