OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFieldSlot
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/androidfw/
CursorWindow.cpp
257
CursorWindow::FieldSlot* CursorWindow::
getFieldSlot
(uint32_t row, uint32_t column) {
288
FieldSlot* fieldSlot =
getFieldSlot
(row, column);
311
FieldSlot* fieldSlot =
getFieldSlot
(row, column);
326
FieldSlot* fieldSlot =
getFieldSlot
(row, column);
341
FieldSlot* fieldSlot =
getFieldSlot
(row, column);
/frameworks/base/core/jni/
android_database_CursorWindow.cpp
160
CursorWindow::FieldSlot* fieldSlot = window->
getFieldSlot
(row, column);
175
CursorWindow::FieldSlot* fieldSlot = window->
getFieldSlot
(row, column);
210
CursorWindow::FieldSlot* fieldSlot = window->
getFieldSlot
(row, column);
302
CursorWindow::FieldSlot* fieldSlot = window->
getFieldSlot
(row, column);
341
CursorWindow::FieldSlot* fieldSlot = window->
getFieldSlot
(row, column);
372
CursorWindow::FieldSlot* fieldSlot = window->
getFieldSlot
(row, column);
/frameworks/base/include/androidfw/
CursorWindow.h
114
FieldSlot*
getFieldSlot
(uint32_t row, uint32_t column);
Completed in 51 milliseconds