OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startindex
(Results
101 - 125
of
587
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Messaging/src/com/android/messaging/ui/
PlainTextEditText.java
57
final int
startIndex
= selectionStart - 1;
60
if (pasteStringLength == 1 && text.charAt(
startIndex
) == OBJECT_UNICODE) {
/external/libxml2/include/libxml/
xpointer.h
55
int
startindex
,
/frameworks/av/include/media/
IMediaCodecList.h
41
const char *type, bool encoder, size_t
startIndex
= 0) const = 0;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestions.java
103
private boolean fitInWidth(final int
startIndex
, final int endIndex, final int width) {
104
for (int index =
startIndex
; index < endIndex; index++) {
111
private int calcurateMaxRowWidth(final int
startIndex
, final int endIndex) {
113
int index =
startIndex
;
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp
112
const int
startIndex
= ProximityInfoUtils::getStartIndexFromCoordinates(x, y,
115
AKLOGI("hasSpaceProximity: index %d, %d, %d",
startIndex
, x, y);
120
AKLOGI("Index: %d", mProximityCharsArray[
startIndex
+ i]);
122
if (proximityCharsArray[
startIndex
+ i] == KEYCODE_SPACE) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
Util.java
123
public static int findMaxIndex(double[] data, int
startIndex
, int endIndex) {
124
int maxIndex =
startIndex
;
125
for (int i =
startIndex
+ 1; i <= endIndex; i++) {
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashRule.m
187
if ( [aRule.
startIndex
integerValue] == aStartIndex ) {
210
aMatchIndex = [aRule.
startIndex
integerValue];
220
aMatchIndex = [((ANTLRRuleMemo *)aRule.fNext).
startIndex
integerValue];
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashRule.m
187
if ( [aRule.
startIndex
integerValue] == aStartIndex ) {
210
aMatchIndex = [aRule.
startIndex
integerValue];
220
aMatchIndex = [((ANTLRRuleMemo *)aRule.fNext).
startIndex
integerValue];
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashRule.m
187
if ( [aRule.
startIndex
integerValue] == aStartIndex ) {
210
aMatchIndex = [aRule.
startIndex
integerValue];
220
aMatchIndex = [((ANTLRRuleMemo *)aRule.fNext).
startIndex
integerValue];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashRule.m
186
if ( [aRule.
startIndex
integerValue] == aStartIndex ) {
210
aMatchIndex = [aRule.
startIndex
integerValue];
220
aMatchIndex = [((ANTLRRuleMemo *)aRule.fNext).
startIndex
integerValue];
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
EventLocationEventTestCase.java
99
long
startIndex
= replyPacket.getNextValueAsLong();
101
logWriter.println("Method code index starts at " +
startIndex
+
109
for (long idx =
startIndex
; idx <= endIndex; ++idx) {
/external/icu/icu4c/source/tools/toolutil/
collationinfo.cpp
113
CollationInfo::getDataLength(const int32_t indexes[], int32_t
startIndex
) {
114
return indexes[
startIndex
+ 1] - indexes[
startIndex
];
/external/llvm/unittests/Support/
raw_ostream_test.cpp
35
unsigned
StartIndex
= 256 - BytesLeftInBuffer;
36
for (unsigned i = 0; i !=
StartIndex
; ++i)
39
return OS.str().substr(
StartIndex
);
/external/skia/src/gpu/
GrBatchFlushState.h
80
uint16_t* makeIndexSpace(int indexCount, const GrIndexBuffer** buffer, int*
startIndex
);
179
uint16_t* makeIndexSpace(int indexCount, const GrIndexBuffer** buffer, int*
startIndex
) {
180
return this->state()->makeIndexSpace(indexCount, buffer,
startIndex
);
GrBufferAllocPool.h
194
* buffer at the offset indicated by
startIndex
. Until that time they may be
199
* @param
startIndex
returns the offset into buffer of the first index.
204
int*
startIndex
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyboardShortcutKeysLayout.java
161
private void layoutChildrenOnRow(int
startIndex
, int endIndex, int fullRowWidth, int xPos,
167
for (int j =
startIndex
; j < endIndex; ++j) {
171
if (isRTL() && j ==
startIndex
) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseActionFragment.java
117
int
startIndex
= mFragment.getArguments().getInt(EXTRA_INDEX, -1);
118
if (
startIndex
!= -1) {
121
mIndexToSelect =
startIndex
;
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Node.java
187
startIndex
).
189
public int indexOf(String name, int
startIndex
) {
190
return indexOf(getNamespace(), name,
startIndex
);
199
public int indexOf(String namespace, String name, int
startIndex
) {
203
for (int i =
startIndex
; i < len; i++) {
/external/replicaisland/src/com/replica/replicaisland/
Grid.java
240
public void drawStrip(GL10 gl, boolean useTexture, int
startIndex
, int indexCount) {
242
if (
startIndex
+ indexCount >= mIndexCount) {
243
count = mIndexCount -
startIndex
;
247
GL10.GL_UNSIGNED_SHORT, mIndexBuffer.position(
startIndex
));
251
GL11.GL_UNSIGNED_SHORT,
startIndex
* CHAR_SIZE);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSet.java
202
protected int enumerateMediaItems(ItemConsumer consumer, int
startIndex
) {
210
consumer.consume(
startIndex
+ start + i, item);
220
ItemConsumer consumer, int
startIndex
) {
222
start += enumerateMediaItems(consumer,
startIndex
);
226
consumer,
startIndex
+ start);
/cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java
208
int
startIndex
= text.indexOf('<');
209
if (
startIndex
< 0) return text;
216
text = text.substring(0,
startIndex
) + text.substring(
startIndex
+ 1, endIndex) +
219
spanStarts[spanCount] =
startIndex
;
223
startIndex
= text.indexOf('<');
224
} while (
startIndex
>= 0);
/external/icu/icu4c/source/common/
uvector.cpp
289
int32_t UVector::indexOf(void* obj, int32_t
startIndex
) const {
292
return indexOf(key,
startIndex
, HINT_KEY_POINTER);
295
int32_t UVector::indexOf(int32_t obj, int32_t
startIndex
) const {
298
return indexOf(key,
startIndex
, HINT_KEY_INTEGER);
302
int32_t UVector::indexOf(UElement key, int32_t
startIndex
, int8_t hint) const {
305
for (i=
startIndex
; i<count; ++i) {
311
for (i=
startIndex
; i<count; ++i) {
/external/icu/icu4c/source/i18n/
reldtfmt.cpp
243
int32_t
startIndex
= pos.getIndex();
254
text.compare(
startIndex
, fDates[n].len, fDates[n].string) == 0) {
265
pos.setErrorIndex(
startIndex
);
267
pos.setIndex(
startIndex
+ fDates[n].len);
286
(relativeStringOffset = modifiedText.indexOf(fDates[n].string, fDates[n].len,
startIndex
)) >=
startIndex
) {
295
pos.setErrorIndex(
startIndex
);
/external/icu/icu4c/source/i18n/unicode/
uregex.h
430
* If
startIndex
>= zero the match operation starts at the specified
434
* If
startIndex
== -1 the match must cover the input region, or the entire
439
* @param
startIndex
The input string (native) index at which to begin matching, or -1
447
int32_t
startIndex
,
456
* If
startIndex
>= zero the match operation starts at the specified
460
* If
startIndex
== -1 the match must cover the input region, or the entire
465
* @param
startIndex
The input string (native) index at which to begin matching, or -1
473
int64_t
startIndex
,
481
* <p>If
startIndex
is >= 0 any input region that was set for this
493
* @param
startIndex
The input string (native) index at which to begin matching, o
[
all
...]
/external/guava/guava-tests/test/com/google/common/collect/
LinkedListMultimapTest.java
351
for (final int
startIndex
: new int[] {0, 3, 5}) {
359
ImmutableList.of(SUPPORTS_REMOVE), list,
startIndex
) {
367
return multimap.entries().listIterator(
startIndex
);
401
for (final int
startIndex
: new int[] {0, 3, 5}) {
404
Lists.newArrayList(2, 3, 4, 5, 6),
startIndex
) {
413
return multimap.values().listIterator(
startIndex
);
Completed in 1508 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>