OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindIndex
(Results
1 - 16
of
16
) 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 {
bit_vector.h
76
bit_index_(
FindIndex
(0u)) { }
87
uint32_t
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.h
128
int32_t
FindIndex
( const AInputEvent* event, int32_t id );
151
int32_t
FindIndex
( const AInputEvent* event, int32_t id );
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.h
128
int32_t
FindIndex
( const AInputEvent* event, int32_t id );
151
int32_t
FindIndex
( const AInputEvent* event, int32_t id );
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] );
/external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanel.cpp
319
POSITION pos = m_applets.
FindIndex
( lParam1 );
/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 {
/prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray.go
288
m := r.
FindIndex
(x.data[i:]) // anchored search - will not run off
/prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray.go
288
m := r.
FindIndex
(x.data[i:]) // anchored search - will not run off
/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
...]
find_test.go
211
testFindIndex(&test, MustCompile(test.pat).
FindIndex
([]byte(test.text)), t)
/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
...]
find_test.go
211
testFindIndex(&test, MustCompile(test.pat).
FindIndex
([]byte(test.text)), t)
/external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp
[
all
...]
Completed in 447 milliseconds