Home
last modified time | relevance | path

Searched refs:beginning (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/text/method/
DWordIteratorTest.java42 private void verifyIsWordWithSurrogate(int beginning, int end, int surrogateIndex) { in verifyIsWordWithSurrogate() argument
43 for (int i = beginning; i <= end; i++) { in verifyIsWordWithSurrogate()
45 assertEquals(beginning, mWordIterator.getBeginning(i)); in verifyIsWordWithSurrogate()
54 private void verifyIsWord(int beginning, int end) { in verifyIsWord() argument
55 verifyIsWordWithSurrogate(beginning, end, -1); in verifyIsWord()
58 private void verifyIsNotWord(int beginning, int end) { in verifyIsNotWord() argument
59 for (int i = beginning; i <= end; i++) { in verifyIsNotWord()
/frameworks/base/cmds/incident_helper/src/
Dih_util.cpp144 int beginning = lastIndex; in parseRecordByColumns() local
149 beginning = lastBeginning; in parseRecordByColumns()
151 record.push_back(trimDefault(line.substr(beginning, lineSize - beginning))); in parseRecordByColumns()
/frameworks/native/opengl/tests/testViewport/
DREADME27 NOTE: If a gl.glViewport call is added at the beginning of the onDrawFrame()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto1213 // Settings at the beginning of the session or when changed
1216 // State at the beginning of the session or when changed
1219 // State at the beginning of the session or when changed
1222 // Capabilities at the beginning of the session or when changed
1225 // List of data calls at the beginning of the session or when changed
1397 // Settings at the beginning of the session or when changed
1400 // State at the beginning of the session or when changed
1403 // State at the beginning of the session or when changed
1406 // Capabilities at the beginning of the session or when changed
1409 // List of data calls at the beginning of the session or when changed
/frameworks/base/wifi/tests/
DREADME.md49 statements and use logcat to view them. The beginning and end of every tests is automatically logged
/frameworks/base/lowpan/tests/
DREADME.md49 statements and use logcat to view them. The beginning and end of every tests is automatically logged
/frameworks/opt/net/lowpan/libandroid_net_lowpan/tests/
DREADME.md49 statements and use logcat to view them. The beginning and end of every tests is automatically logged
/frameworks/opt/net/wifi/tests/wifitests/
DREADME.md39 statements and use logcat to view them. The beginning and end of every tests is automatically logged
/frameworks/base/tests/ActivityManagerPerfTests/
DREADME.txt51 at the beginning of the iteration
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt144 <key> and <value> are pointers to the beginning of the key and value,
163 <key> is a pointer to the beginning of the key. <keySize> specifies the
/frameworks/compile/libbcc/
DREADME.rst145 to be at the beginning of the cache file.
/frameworks/compile/mclinker/lib/Script/
DScriptScanner.ll57 /* code to place at the beginning of yylex() */
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dmems.txt632 across the moor. The sun was beginning to sink behind the stables of
1183 chestnuts were just beginning to burst into their five-fold leaves.
1923 you. But you saw me go, and that was the beginning of my troubles.
2243 "'Only that at the beginning; but you are to have an overriding
3254 saw that every third word, beginning with the first, would give a
3454 "'From the beginning there was really nothing to prevent us from
Dretn.txt4046 "On May 1st the boy arrived, that being the beginning of the summer
5226 from the beginning; but in some extraordinary way James became
6183 myself from the beginning. I understand now, what I should never have
6212 "I'll tell it you from the beginning. Just sit me up a little so as I
6286 beginning. It is very possible if I had known about this note-book it
7598 beginning."
10782 winter's dawn was beginning to appear, and we could dimly see the
Dadvs.txt4334 "Well, it was the beginning of '84 when my father came to live at
5157 miles, and were beginning to get to the fringe of the belt of
5701 In town the earliest risers were just beginning to look sleepily from
10786 "You will excuse my beginning without you, Watson," said he, "but you
10999 then beginning to be able to form an opinion as to what had occurred.
11685 minutes, beginning in the heart of a chapter, and then suddenly, in
Dcase.txt1710 neglect. Therefore it was not until the beginning of the next week,
2900 your pocket at the beginning of our interview."
6977 "Well, well, we have made a beginning. I should not expect any fresh
7533 beginning to take outline in my mind. Perhaps the visit to the
7853 was the beginning of the end.
Dlstb.txt1011 High Gable--so our gaps are beginning to close.
1103 the March evening were beginning to fall, when an excited rustic
2721 intelligible enough. Another T. Surely this is the beginning of a
/frameworks/av/media/libaaudio/
DDoxyfile1767 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
DDoxyfile.orig1758 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
/frameworks/base/proto/src/
Dmetrics_constants.proto4532 // FIELD: The delay of the activity reporting to be fully drawn measured from the beginning of
/frameworks/support/api/
D22.2.0.txt5851 field public static int beginning;
D22.2.1.txt5904 field public static int beginning;
D23.0.0.txt6696 field public static int beginning;
D23.1.1.txt6984 field public static int beginning;
D23.2.1.txt7427 field public static int beginning;

12