Searched refs:beginning (Results 1 – 13 of 13) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/text/method/ |
H A D | WordIteratorTest.java | 43 private void verifyIsWordWithSurrogate(int beginning, int end, int surrogateIndex) { in verifyIsWordWithSurrogate() argument 44 for (int i = beginning; i <= end; i++) { in verifyIsWordWithSurrogate() 46 assertEquals(beginning, mWordIterator.getBeginning(i)); in verifyIsWordWithSurrogate() 55 private void verifyIsWord(int beginning, int end) { in verifyIsWord() argument 56 verifyIsWordWithSurrogate(beginning, end, -1); in verifyIsWord() 59 private void verifyIsNotWord(int beginning, int end) { in verifyIsNotWord() argument 60 for (int i = beginning; i <= end; i++) { in verifyIsNotWord()
|
/aosp14/frameworks/base/cmds/incident_helper/src/ |
H A D | ih_util.cpp | 144 int beginning = lastIndex; in parseRecordByColumns() local 149 beginning = lastBeginning; in parseRecordByColumns() 151 record.push_back(trimDefault(line.substr(beginning, lineSize - beginning))); in parseRecordByColumns()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | TextUtilsTest.java | 819 String beginning = "a"; in testTruncateInMiddleOfSurrogate() local 820 builder.append(beginning); in testTruncateInMiddleOfSurrogate() 830 assertEquals(beginning, result); in testTruncateInMiddleOfSurrogate() 836 String beginning = "a"; in testTruncateInMiddleOfChar() local 837 builder.append(beginning); in testTruncateInMiddleOfChar() 844 assertEquals(beginning, result); in testTruncateInMiddleOfChar()
|
/aosp14/frameworks/base/tools/lint/global/checks/src/main/java/com/google/android/lint/aidl/ |
H A D | EnforcePermissionUtils.kt | 93 if (prepend) fix.beginning()
|
/aosp14/frameworks/base/wifi/tests/ |
H A D | README.md | 31 statements and use logcat to view them. The beginning and end of every tests is automatically logged
|
/aosp14/frameworks/base/tests/ActivityManagerPerfTests/ |
H A D | README.txt | 51 at the beginning of the iteration
|
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/ |
H A D | tsconfig.json | 62 … /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files.…
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | physics-animation-layout.md | 71 …he animation will set the view's translationX property to `from` before beginning the animation to…
|
/aosp14/system/core/shell_and_utilities/ |
H A D | README.md | 16 the system), so although this was the beginning of the end of toolbox it
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | AppOpsManager.java | 5127 private @Nullable HistoricalOps splice(double fractionToRemove, boolean beginning) { in splice() argument 5130 if (beginning) { in splice()
|
/aosp14/system/core/init/ |
H A D | README.md | 35 beginning of its execution. It is responsible for the initial set up of the system.
|
/aosp14/frameworks/base/media/native/midi/include/ |
H A D | Doxyfile | 1918 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
|
/aosp14/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 4626 // FIELD: The delay of the activity reporting to be fully drawn measured from the beginning of
|