HomeSort by relevance Sort by last modified time
    Searched defs:find (Results 476 - 500 of 1457) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_multimap.h 730 find(const key_type& __x) function in class:multimap
731 { return _M_t.find(__x); }
745 find(const key_type& __x) const function in class:multimap
746 { return _M_t.find(__x); }
    [all...]
stl_multiset.h 631 // 214. set::find() missing const overload
645 find(const key_type& __x) function in class:multiset
646 { return _M_t.find(__x); }
649 find(const key_type& __x) const function in class:multiset
650 { return _M_t.find(__x); }
stl_set.h 645 { return _M_t.find(__x) == _M_t.end() ? 0 : 1; }
648 // 214. set::find() missing const overload
662 find(const key_type& __x) function in class:set
663 { return _M_t.find(__x); }
666 find(const key_type& __x) const function in class:set
667 { return _M_t.find(__x); }
unordered_map.h 542 find(const key_type& __x) function in class:unordered_map
543 { return _M_h.find(__x); }
546 find(const key_type& __x) const function in class:unordered_map
547 { return _M_h.find(__x); }
1207 find(const key_type& __x) function in class:unordered_multimap
1211 find(const key_type& __x) const function in class:unordered_multimap
    [all...]
unordered_set.h 516 find(const key_type& __x) function in class:unordered_set
517 { return _M_h.find(__x); }
520 find(const key_type& __x) const function in class:unordered_set
521 { return _M_h.find(__x); }
1104 find(const key_type& __x) function in class:unordered_multiset
1108 find(const key_type& __x) const function in class:unordered_multiset
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
map.h 312 _Base_iterator __victim = _Base::find(__x);
381 find(const key_type& __x) function in class:__debug::map
382 { return iterator(_Base::find(__x), this); }
385 find(const key_type& __x) const function in class:__debug::map
386 { return const_iterator(_Base::find(__x), this); }
multimap.h 364 find(const key_type& __x) function in class:__debug::multimap
365 { return iterator(_Base::find(__x), this); }
368 find(const key_type& __x) const function in class:__debug::multimap
369 { return const_iterator(_Base::find(__x), this); }
multiset.h 349 find(const key_type& __x) function in class:__debug::multiset
350 { return iterator(_Base::find(__x), this); }
353 // 214. set::find() missing const overload
355 find(const key_type& __x) const function in class:__debug::multiset
356 { return const_iterator(_Base::find(__x), this); }
365 // 214. set::find() missing const overload
375 // 214. set::find() missing const overload
390 // 214. set::find() missing const overload
set.h 289 _Base_iterator __victim = _Base::find(__x);
358 find(const key_type& __x) function in class:__debug::set
359 { return iterator(_Base::find(__x), this); }
362 // 214. set::find() missing const overload
364 find(const key_type& __x) const function in class:__debug::set
365 { return const_iterator(_Base::find(__x), this); }
374 // 214. set::find() missing const overload
384 // 214. set::find() missing const overload
399 // 214. set::find() missing const overload
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 220 find(key_const_reference r_key) function in class:__gnu_pbds::detail::PB_DS_LU_NAME
228 find(key_const_reference r_key) const function in class:__gnu_pbds::detail::PB_DS_LU_NAME
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
map.h 374 iterator __victim = find(__x);
408 find(const key_type& __x) function in class:__profile::map
411 return iterator(_Base::find(__x));
415 find(const key_type& __x) const function in class:__profile::map
418 return const_iterator(_Base::find(__x));
multimap.h 304 find(const key_type& __x) function in class:__profile::multimap
305 { return iterator(_Base::find(__x)); }
308 find(const key_type& __x) const function in class:__profile::multimap
309 { return const_iterator(_Base::find(__x)); }
multiset.h 287 find(const key_type& __x) function in class:__profile::multiset
288 { return iterator(_Base::find(__x)); }
291 // 214. set::find() missing const overload
293 find(const key_type& __x) const function in class:__profile::multiset
294 { return const_iterator(_Base::find(__x)); }
303 // 214. set::find() missing const overload
313 // 214. set::find() missing const overload
329 // 214. set::find() missing const overload
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stringold.py 135 # Find substring, raise exception if not found
139 Like find but raises ValueError when the substring is not found.
144 # Find last substring, raise exception if not found
164 # Find substring, return -1 if not found
165 def find(s, *args): function
166 """find(s, sub [,start [,end]]) -> in
175 return _apply(s.find, args)
177 # Find last substring, return -1 if not found
  /prebuilts/gdb/linux-x86/lib/python2.7/
stringold.py 135 # Find substring, raise exception if not found
139 Like find but raises ValueError when the substring is not found.
144 # Find last substring, raise exception if not found
164 # Find substring, return -1 if not found
165 def find(s, *args): function
166 """find(s, sub [,start [,end]]) -> in
175 return _apply(s.find, args)
177 # Find last substring, return -1 if not found
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
string_piece.h 269 size_t find(const string_piece& substr, size_t pos = 0) const { function in class:shaderc_util::string_piece
284 size_t find(char character, size_t pos = 0) const { function in class:shaderc_util::string_piece
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 135 # Find substring, raise exception if not found
139 Like find but raises ValueError when the substring is not found.
144 # Find last substring, raise exception if not found
164 # Find substring, return -1 if not found
165 def find(s, *args): function
166 """find(s, sub [,start [,end]]) -> in
175 return _apply(s.find, args)
177 # Find last substring, return -1 if not found
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 135 # Find substring, raise exception if not found
139 Like find but raises ValueError when the substring is not found.
144 # Find last substring, raise exception if not found
164 # Find substring, return -1 if not found
165 def find(s, *args): function
166 """find(s, sub [,start [,end]]) -> in
175 return _apply(s.find, args)
177 # Find last substring, return -1 if not found
  /system/bt/stack/l2cap/
l2cap_client.cc 61 static l2cap_client_t* find(uint16_t local_channel_id);
191 l2cap_client_t* client = find(local_channel_id);
193 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client for LCID 0x%04x.",
217 l2cap_client_t* client = find(local_channel_id);
220 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client matching LCID 0x%04x.",
264 l2cap_client_t* client = find(local_channel_id);
267 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client matching LCID 0x%04x.",
307 l2cap_client_t* client = find(local_channel_id);
309 LOG_ERROR(LOG_TAG, "%s unable to find L2CAP client with LCID 0x%04x.",
327 l2cap_client_t* client = find(local_channel_id)
450 static l2cap_client_t* find(uint16_t local_channel_id) { function
    [all...]
  /system/chre/core/
sensor_request_manager.cc 136 bool nanoappHasRequest = (requests.find(nanoapp, &requestIndex) != nullptr);
316 const SensorRequest *SensorRequestManager::SensorRequests::find( function in class:chre::SensorRequestManager::SensorRequests
  /system/keymaster/android_keymaster/
authorization_set.cpp 199 index = find(set.params[i].tag, index);
229 int AuthorizationSet::find(keymaster_tag_t tag, int begin) const { function in class:keymaster::AuthorizationSet
549 for (int pos = -1; (pos = find(tag, pos)) != -1;)
555 int pos = find(tag);
568 pos = find(tag, pos);
579 int pos = find(tag);
592 pos = find(tag, pos);
603 int pos = find(tag);
616 pos = find(tag, pos);
627 int pos = find(tag)
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
stringpool.cc 283 typename String_set_type::const_iterator p = this->string_set_.find(hk);
309 Stringpool_template<Stringpool_char>::find(const Stringpool_char* s, function in class:gold::Stringpool_template
313 typename String_set_type::const_iterator p = this->string_set_.find(hk);
389 // Sorting to find suffixes can take over 25% of the total CPU time
464 typename String_set_type::const_iterator p = this->string_set_.find(hk);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneGenericNames.java 600 * {@link TimeZoneGenericNames#find(String, int, EnumSet)}.
710 // Find matches in the TimeZoneNames first
746 // Find matches in the local trie
770 public Collection<GenericMatchInfo> find(String text, int start, EnumSet<GenericNameType> genericTypes) { method in class:TimeZoneGenericNames
774 // Find matches in the local trie
777 // Also find matches in the TimeZoneNames
    [all...]
TimeZoneNamesImpl.java 199 * @see android.icu.text.TimeZoneNames#find(java.lang.CharSequence, int, java.util.Set)
202 public synchronized Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { method in class:TimeZoneNamesImpl
249 _namesTrie.find(text, start, handler);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Currency.java 706 currencyNameTrie.find(text, pos.getIndex(), handler);
713 currencySymbolTrie.find(text, pos.getIndex(), handler);
    [all...]

Completed in 524 milliseconds

<<11121314151617181920>>