Home
last modified time | relevance | path

Searched refs:following (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/frameworks/base/core/java/android/view/
DAccessibilityIterators.java40 public int[] following(int current); in following() method
100 public int[] following(int offset) { in following() method in AccessibilityIterators.CharacterTextSegmentIterator
113 start = mImpl.following(start); in following()
118 final int end = mImpl.following(start); in following()
188 public int[] following(int offset) { in following() method in AccessibilityIterators.WordTextSegmentIterator
201 start = mImpl.following(start); in following()
206 final int end = mImpl.following(start); in following()
269 public int[] following(int offset) { in following() method in AccessibilityIterators.ParagraphTextSegmentIterator
/frameworks/base/core/tests/coretests/src/android/text/method/
DWordIteratorTest.java69 assertEquals(BreakIterator.DONE, mWordIterator.following(0)); in testEmptyString()
188 assertEquals(expectedWindowEnd, wordIterator.following(expectedWindowEnd - 1)); in testWindowWidth()
189 assertEquals(BreakIterator.DONE, wordIterator.following(expectedWindowEnd)); in testWindowWidth()
239 wordIterator.following(-1); in testFollowing()
244 wordIterator.following(text.length() + 1); in testFollowing()
249 assertEquals(text.indexOf('c') + 1, wordIterator.following(text.indexOf('a'))); in testFollowing()
250 assertEquals(text.indexOf('c') + 1, wordIterator.following(text.indexOf('c'))); in testFollowing()
251 assertEquals(text.indexOf('f') + 1, wordIterator.following(text.indexOf('c') + 1)); in testFollowing()
252 assertEquals(text.indexOf('f') + 1, wordIterator.following(text.indexOf('d'))); in testFollowing()
253 assertEquals(text.indexOf('i') + 1, wordIterator.following(text.indexOf('-'))); in testFollowing()
[all …]
/frameworks/av/media/libstagefright/webm/tests/
DREADME.md6 Run the following steps to build the test suite:
11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
/frameworks/base/core/java/android/text/method/
DWordIterator.java87 public int following(int offset) { in following() method in WordIterator
90 offset = mIterator.following(offset); in following()
114 return mIterator.following(offset); in nextBoundary()
266 return mIterator.following(offset); in getEnd()
270 return mIterator.following(offset); in getEnd()
/frameworks/av/media/libstagefright/codecs/amrwb/test/
DREADME.md6 Run the following steps to build the test suite:
11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
/frameworks/av/media/libstagefright/flac/dec/test/
DREADME.md6 Run the following steps to build the test suite:
11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
/frameworks/av/media/libstagefright/tests/writer/
DREADME.md6 Run the following steps to build the test suite:
11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
12 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
/frameworks/av/media/libstagefright/id3/test/
DREADME.md6 Run the following command in the id3 folder to build the test suite:
11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
/frameworks/av/media/libstagefright/codecs/amrwbenc/test/
DREADME.md6 Run the following steps to build the test suite:
11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
/frameworks/av/media/libstagefright/codecs/amrnb/dec/test/
DREADME.md6 Run the following steps to build the test suite:
11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
/frameworks/av/media/libstagefright/codecs/mp3dec/test/
DREADME.md6 Run the following steps to build the test suite:
11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/test/
DREADME.md6 Run the following steps to build the test suite:
11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
/frameworks/av/media/extractors/tests/
DREADME.md6 Run the following steps to build the test suite:
11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
/frameworks/av/media/libstagefright/tests/extractorFactory/
DREADME.md6 Run the following steps to build the test suite:
11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
12 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
/frameworks/av/media/libstagefright/codecs/amrnb/enc/test/
DREADME.md6 Run the following steps to build the test suite:
11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
DREADME.md6 Run the following steps to build the test suite:
11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
12 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
/frameworks/av/media/tests/benchmark/
DREADME.md8 Run the following steps to build the test suite:
15 To run the test suite for measuring performance of the native layer, follow the following steps:
17 The binaries will be created in the following path : $OUT/data/nativetest64/
78 To run the test suite for measuring performance of the SDK APIs, follow the following steps:
80 The apk will be created at the following path:
124 To run the test suite for measuring performance of the codec2 layer, follow the following steps:
126 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/
127 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/
/frameworks/base/native/webview/plat_support/
DLICENSE4 // modification, are permitted provided that the following conditions are
8 // notice, this list of conditions and the following disclaimer.
10 // copyright notice, this list of conditions and the following disclaimer
/frameworks/base/obex/
DNOTICE6 modification, are permitted provided that the following conditions are met:
9 this list of conditions and the following disclaimer.
12 this list of conditions and the following disclaimer in the documentation
/frameworks/compile/mclinker/
DLICENSE.TXT21 so, subject to the following conditions:
24 this list of conditions and the following disclaimers.
27 this list of conditions and the following disclaimers in the
57 The following pieces of software have additional or alternate copyrights,
/frameworks/native/opengl/tests/angeles/
Dlicense-BSD.txt10 modification, are permitted provided that the following conditions
14 notice, this list of conditions and the following disclaimer.
16 notice, this list of conditions and the following disclaimer in
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_native_client_buffer.txt58 Add the following to section 2.5.1 "EGLImage Specification" (as modified by
70 following the lifetime semantics described below in section 2.5.2; the
77 memory will be allocated, and the following error will be generated:
/frameworks/base/core/proto/android/server/
Dusagestatsservice_v2.proto43 // The following fields contain supplemental data used to build IntervalStats.
48 // The following fields contain aggregated usage stats data
54 // The following fields contain listed usage stats data
58 // The following field is only used to persist the reported events before a user unlock
/frameworks/base/mime/java-res/
Dvendor.mime.types20 # affects the current mappings along the lines of the following pseudo code:
28 # will be ignored. I.e., the following example lines all have the same semantics:
/frameworks/native/cmds/dumpstate/
DREADME.md31 you're working with `userdebug` variant, you may need to run the following to
38 * If you're working with `eng` variant, you may need to run the following to
105 make sure to run the following command prior to `repo upload`:

12345678910>>...13