HomeSort by relevance Sort by last modified time
    Searched defs:FindIndex (Results 1 - 7 of 7) sorted by null

  /art/runtime/base/
bit_vector-inl.h 39 bit_index_ = FindIndex(bit_index_ + 1u);
49 inline uint32_t BitVector::IndexIterator::FindIndex(uint32_t start_index) const {
hash_set.h 378 return iterator(this, FindIndex(key, hash));
383 return const_iterator(this, FindIndex(key, hash));
550 // This value for not found is important so that iterator(this, FindIndex(...)) == end().
552 size_t FindIndex(const K& element, size_t hash) const {
  /prebuilts/ndk/r11/sources/android/ndk_helper/
gestureDetector.cpp 139 int32_t PinchDetector::FindIndex( const AInputEvent* event, int32_t id )
230 int32_t index = FindIndex( event_, vec_pointers_[0] );
237 index = FindIndex( event_, vec_pointers_[1] );
254 int32_t DragDetector::FindIndex( const AInputEvent* event, int32_t id )
337 int32_t iIndex = FindIndex( event_, vec_pointers_[0] );
  /prebuilts/ndk/r13/sources/android/ndk_helper/
gestureDetector.cpp 139 int32_t PinchDetector::FindIndex( const AInputEvent* event, int32_t id )
230 int32_t index = FindIndex( event_, vec_pointers_[0] );
237 index = FindIndex( event_, vec_pointers_[1] );
254 int32_t DragDetector::FindIndex( const AInputEvent* event, int32_t id )
337 int32_t iIndex = FindIndex( event_, vec_pointers_[0] );
  /prebuilts/go/darwin-x86/src/regexp/
regexp.go 704 // FindIndex returns a two-element slice of integers defining the location of
708 func (re *Regexp) FindIndex(b []byte) (loc []int) {
970 // FindAllIndex is the 'All' version of FindIndex; it returns a slice of all
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
regexp.go 704 // FindIndex returns a two-element slice of integers defining the location of
708 func (re *Regexp) FindIndex(b []byte) (loc []int) {
970 // FindAllIndex is the 'All' version of FindIndex; it returns a slice of all
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 351 DXLISTPOS FindIndex(int nIndex) const;
615 DXLISTPOS CDXList<TYPE,ARG_TYPE>::FindIndex(int nIndex) const {

Completed in 993 milliseconds