OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startingIndex
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/database/
CursorJoiner.java
196
* array and saves them in values beginning at
startingIndex
, skipping a slot
197
* for each value. If columnIndicies has length 3 and
startingIndex
is 1, the
202
* @param
startingIndex
the slot in which to start storing values, and must be either 0 or 1.
205
int
startingIndex
) {
206
assert
startingIndex
== 0 ||
startingIndex
== 1;
208
values[
startingIndex
+ i*2] = cursor.getString(columnIndicies[i]);
/frameworks/base/core/java/com/android/internal/util/
StateMachine.java
940
int
startingIndex
= mStateStackTopIndex + 1;
942
int j =
startingIndex
;
953
+ mStateStackTopIndex + ",
startingIndex
=" +
startingIndex
[
all
...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java
[
all
...]
/prebuilt/common/ecj/
ecj.jar
Completed in 289 milliseconds