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
157
CursorWindow::FieldSlot* fieldSlot = window->
getFieldSlot
(row, column);
172
CursorWindow::FieldSlot* fieldSlot = window->
getFieldSlot
(row, column);
207
CursorWindow::FieldSlot* fieldSlot = window->
getFieldSlot
(row, column);
299
CursorWindow::FieldSlot* fieldSlot = window->
getFieldSlot
(row, column);
338
CursorWindow::FieldSlot* fieldSlot = window->
getFieldSlot
(row, column);
369
CursorWindow::FieldSlot* fieldSlot = window->
getFieldSlot
(row, column);
/frameworks/base/include/androidfw/
CursorWindow.h
114
FieldSlot*
getFieldSlot
(uint32_t row, uint32_t column);
Completed in 31 milliseconds