HomeSort by relevance Sort by last modified time
    Searched refs:find_if (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 345 DCHECK(std::find_if(pending_infobar_requests_.begin(),
361 PendingInfoBarRequests::iterator i = std::find_if(
374 PendingInfoBarRequests::iterator i = std::find_if(
  /external/chromium/testing/gtest/test/
gtest_stress_test.cc 82 std::find_if(properties.begin(), properties.end(), matches_key);
  /external/gtest/test/
gtest_stress_test.cc 82 std::find_if(properties.begin(), properties.end(), matches_key);
  /external/llvm/lib/DebugInfo/
DWARFDebugArangeSet.cpp 145 std::find_if(ArangeDescriptors.begin(), end, // Range
  /external/llvm/include/llvm/CodeGen/PBQP/
Math.h 262 return find_if(data, data + (rows * cols),
  /external/stlport/src/
ctype.cpp 332 { return _STLP_STD::find_if(__low, __high, _Ctype_is_mask(__m, _M_ctype_table)); }
339 { return _STLP_STD::find_if(__low, __high, _Ctype_not_mask(__m, _M_ctype_table)); }
414 return find_if(low, high, _Ctype_w_is_mask(m, ctype<char>::classic_table()));
421 return find_if(low, high, not1(_Ctype_w_is_mask(m, ctype<char>::classic_table())));
facets_byname.cpp 151 { return find_if(low, high, _STLP_PRIV _Ctype_byname_w_is_mask(m, _M_ctype)); }
156 { return find_if(low, high, not1(_STLP_PRIV _Ctype_byname_w_is_mask(m, _M_ctype))); }
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
ctype.cpp 332 { return _STLP_STD::find_if(__low, __high, _Ctype_is_mask(__m, _M_ctype_table)); }
339 { return _STLP_STD::find_if(__low, __high, _Ctype_not_mask(__m, _M_ctype_table)); }
414 return find_if(low, high, _Ctype_w_is_mask(m, ctype<char>::classic_table()));
421 return find_if(low, high, not1(_Ctype_w_is_mask(m, ctype<char>::classic_table())));
facets_byname.cpp 151 { return find_if(low, high, _STLP_PRIV _Ctype_byname_w_is_mask(m, _M_ctype)); }
156 { return find_if(low, high, not1(_STLP_PRIV _Ctype_byname_w_is_mask(m, _M_ctype))); }
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.cc 294 // Functor for std::find_if to search by ModelSafeGroup.
424 iter it = std::find_if(w_tmp.begin(), w_tmp.end(),
427 iter it2 = std::find_if(workers->begin(), workers->end(),
441 iter it = std::find_if(w_tmp.begin(), w_tmp.end(),
    [all...]
  /external/stlport/stlport/stl/
_istream.c 105 __last = find_if(__first, __last,
140 return find_if(__first, __last, _Eq_char_bound<_Traits>(_M_val));
158 return find_if(__first, __last,
    [all...]
_algobase.c 214 _InputIter find_if(_InputIter __first, _InputIter __last, function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.c 105 __last = find_if(__first, __last,
140 return find_if(__first, __last, _Eq_char_bound<_Traits>(_M_val));
158 return find_if(__first, __last,
    [all...]
_algobase.c 214 _InputIter find_if(_InputIter __first, _InputIter __last, function
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_istream.c 105 __last = find_if(__first, __last,
140 return find_if(__first, __last, _Eq_char_bound<_Traits>(_M_val));
158 return find_if(__first, __last,
    [all...]
_algobase.c 214 _InputIter find_if(_InputIter __first, _InputIter __last, function
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_istream.c 105 __last = find_if(__first, __last,
140 return find_if(__first, __last, _Eq_char_bound<_Traits>(_M_val));
158 return find_if(__first, __last,
    [all...]
_algobase.c 214 _InputIter find_if(_InputIter __first, _InputIter __last, function
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_istream.c 105 __last = find_if(__first, __last,
140 return find_if(__first, __last, _Eq_char_bound<_Traits>(_M_val));
158 return find_if(__first, __last,
    [all...]
_algobase.c 214 _InputIter find_if(_InputIter __first, _InputIter __last, function
  /external/chromium/sdch/open-vcdiff/src/
encodetable_test.cc 123 EXPECT_TRUE(find_if(match_counts.begin(), match_counts.end(), AnyMatch)
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 300 std::find_if(CaretLine.begin(), CaretLine.end(),
303 std::find_if(FixItInsertionLine.begin(), FixItInsertionLine.end(),
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.cc 292 // Define the functor to be used as the predicate in find_if call.
316 // Now instantiate the functor and call find_if.
318 std::find_if(all_profiles_from_db.begin(),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 60 find_if
261 // find_if
613 find_if(_IIter, _IIter, _Predicate);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 62 find_if
257 // find_if
624 find_if(_IIter, _IIter, _Predicate);

Completed in 1242 milliseconds

12 3 4