OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindIndex
(Results
1 - 7
of
7
) sorted by null
/development/ndk/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] );
/art/runtime/base/
bit_vector.h
68
bit_index_ =
FindIndex
(bit_index_ + 1u);
90
bit_index_(
FindIndex
(0u)) { }
101
uint32_t
FindIndex
(uint32_t start_index) const {
/external/pdfium/core/src/fxcrt/
fx_basic_list.cpp
117
FX_POSITION CFX_PtrList::
FindIndex
(int nIndex) const
/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 {
/external/pdfium/core/include/fxcrt/
fx_basic.h
1163
FX_POSITION
FindIndex
(int index) const;
[
all
...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp
749
FX_POSITION pos = m_ObjectList.
FindIndex
(index);
[
all
...]
Completed in 617 milliseconds