OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startingIndex
(Results
1 - 12
of
12
) 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]);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
LogUnit.java
422
final int
startingIndex
= indexOfLastDownEventBeforeLongPress == -1 ? 0
424
for (int index =
startingIndex
; index < indexOfLastResearchKey; index++) {
436
* Find the index of the last LogStatement before {@code
startingIndex
} of type {@code type}.
439
* @param
startingIndex
the index to start the backward search from. Must be less than the
445
private int findLastIndexBefore(final String queryType, final int
startingIndex
) {
446
return findLastIndexContainingKeyValueBefore(queryType, null, null,
startingIndex
);
450
* Find the index of the last LogStatement before {@code
startingIndex
} of type {@code type}
467
* Find the index of the last LogStatement before {@code
startingIndex
} of type {@code type}
474
* @param
startingIndex
the index to start the backward search from. Must be less than the
481
final Object queryValue, final int
startingIndex
) {
[
all
...]
/frameworks/base/core/java/com/android/internal/util/
StateMachine.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
org.apache.jasper_5.5.17.v201004212143.jar
/prebuilts/misc/common/ecj/
ecj.jar
/external/droiddriver/libs/
guava-13.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
Completed in 208 milliseconds