/frameworks/base/core/tests/coretests/src/android/text/method/ |
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()
|
/frameworks/base/cmds/incident_helper/src/ |
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()
|
/frameworks/native/opengl/tests/testViewport/ |
D | README | 27 NOTE: If a gl.glViewport call is added at the beginning of the onDrawFrame()
|
/frameworks/base/core/tests/coretests/src/android/text/ |
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()
|
/frameworks/base/tools/lint/global/checks/src/main/java/com/google/android/lint/aidl/ |
D | EnforcePermissionUtils.kt | 93 if (prepend) fix.beginning() in hasSingleAncestor()
|
/frameworks/base/wifi/tests/ |
D | README.md | 31 statements and use logcat to view them. The beginning and end of every tests is automatically logged
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 2381 // Settings at the beginning of the session or when changed 2384 // State at the beginning of the session or when changed 2387 // State at the beginning of the session or when changed 2390 // Capabilities at the beginning of the session or when changed 2393 // List of data calls at the beginning of the session or when changed 2438 // Audio codec at the beginning of the session or when changed 2626 // Settings at the beginning of the session or when changed 2629 // State at the beginning of the session or when changed 2632 // State at the beginning of the session or when changed 2635 // Capabilities at the beginning of the session or when changed [all …]
|
/frameworks/base/tests/ActivityManagerPerfTests/ |
D | README.txt | 51 at the beginning of the iteration
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_blob_cache.txt | 144 <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/native/services/surfaceflinger/TimeStats/timestatsatomsproto/ |
D | timestats_atoms.proto | 37 * Metrics exist beginning in Android 11. 146 * Metrics exist beginning in Android 11. 259 * Metrics exist beginning in Android 12.
|
/frameworks/proto_logging/stats/atoms/wearpas/ |
D | wearpas_extension_atoms.proto | 84 * backoff" is initiated to the time beginning of the successful suspend that
|
/frameworks/proto_logging/stats/atoms/bluetooth/ |
D | bluetooth_extension_atoms.proto | 168 // Contains the latency of the transaction from the beginning till
|
/frameworks/base/packages/SystemUI/scripts/token_alignment/ |
D | tsconfig.json | 62 … /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files.…
|
/frameworks/compile/libbcc/ |
D | README.rst | 145 to be at the beginning of the cache file.
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptScanner.ll | 57 /* code to place at the beginning of yylex() */
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 71 …he animation will set the view's translationX property to `from` before beginning the animation to…
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 5127 private @Nullable HistoricalOps splice(double fractionToRemove, boolean beginning) { in splice() argument 5130 if (beginning) { in splice()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 4067 // Connecting timestamp offset to the beginning of this session of each device session 4069 // Connected timestamp offset to the beginning of this session of each device session 4087 // Streaming beginning timestamp offset to the beginning of this session 4089 // Streaming ending timestamp offset to the beginning of this session 5049 // The time from the startup source to the beginning of handling the startup event. 5166 // The time from the startup source to the beginning of handling the startup event. 6585 /** The delay in ms from beginning of dispatch to this specific receiver. */ 13679 * Metrics exist beginning in Android 11. 13795 * Metrics exist beginning in Android 11. 13920 * Metrics exist beginning in Android 12. [all …]
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1767 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1868 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 1918 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 4626 // FIELD: The delay of the activity reporting to be fully drawn measured from the beginning of
|