OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startingindex
(Results
1 - 5
of
5
) 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]);
/external/antlr/src/org/antlr/runtime/debug/
Profiler.java
306
// Integer
startingIndex
= (Integer)lookaheadStack.get(stackTop);
310
// getNumberOfHiddenTokens(
startingIndex
.intValue(), thisRefIndex);
311
// int depth = i + thisRefIndex -
startingIndex
.intValue() - numHidden;
/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
...]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.mm
744
int
startingIndex
= [[parentButton_ cell] startingChildIndex];
745
DCHECK_LE(
startingIndex
, node->child_count());
747
int buttons = std::max(node->child_count() -
startingIndex
, 1);
773
for (int i =
startingIndex
;
[
all
...]
Completed in 1542 milliseconds