| /development/tools/winscope/src/common/ | 
| D | array_utils.ts | 125     let result = 0n;  variable140     const maxSignedValue = 2n ** (numOfBits - 1n) - 1n;  constant
 142       const valuesRange = 2n ** numOfBits;  constant
 
 | 
| D | time_utils_test.ts | 141     const NOV_10_2022 = 1668038400000n * MILLISECOND;  constant176     const NOV_10_2022 = 1668038400000n * MILLISECOND;  constant
 
 | 
| D | time_utils.ts | 72     const ms = timestampNanos / 1000000n;  constant
 | 
| /development/tools/winscope/src/parsers/ | 
| D | parser_surface_flinger_dump_test.ts | 25     const DUMP_REAL_TIME = 1659176624505188647n;  constant
 | 
| D | parser_screen_recording_legacy.ts | 91       const value = ArrayUtils.toUintLittleEndian(videoData, pos, pos + 8) * 1000n;  constant
 | 
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/ | 
| D | BitmapPixels.java | 86         private static void makeRamp(int from, int to, int n,  in makeRamp()111         private static IntBuffer makeBuffer(int[] src, int n) {  in makeBuffer()
 120         private static ShortBuffer makeBuffer(short[] src, int n) {  in makeBuffer()
 
 | 
| D | ColorPickerDialog.java | 100             int n = java.lang.Math.round(x);  in floatToByte()  local103         private int pinToByte(int n) {  in pinToByte()
 
 | 
| D | TextAlign.java | 55             int n = paint.getTextWidths(text, widths);  in buildTextPositions()  local
 | 
| /development/samples/ApiDemos/src/com/example/android/apis/content/ | 
| D | InstallApkSessionApi.java | 98             int n;  in addApkToInstallSession()  local
 | 
| D | InstallApk.java | 148             int n;  in getApkUri()  local
 | 
| D | FileProvider.java | 138         int n;  in writeDataToPipe()  local
 | 
| /development/tools/winscope/src/app/ | 
| D | timeline_data.ts | 33 export class TimelineData {
 | 
| /development/samples/Vault/src/com/example/android/vault/ | 
| D | EncryptedDocument.java | 283         int n;  in readSection()  local326         int n;  in writeSection()  local
 
 | 
| /development/tools/winscope/src/test/remote_tool_mock/ | 
| D | app_component.ts | 64   static readonly TIMESTAMP_IN_BUGREPORT_MESSAGE = 1670509911000000000n;  property in AppComponent
 | 
| /development/tools/winscope/src/trace/ | 
| D | frame_mapper.ts | 25   private static readonly MAX_UI_PIPELINE_LATENCY_NS = 2000000000n; // 2 seconds  property in FrameMapper243     const MAX_TIME_DIFFERENCE_NS = 200000000n; // 200 ms  constant
 
 | 
| /development/samples/ToyVpn/server/linux/ | 
| D | ToyVpnServer.cpp | 112         int n = recvfrom(tunnel, packet, sizeof(packet), 0,  in get_tunnel()  local
 | 
| /development/tools/logblame/ | 
| D | analyze_logs.py | 74 def FormatMemory(n):  argument
 | 
| /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/ | 
| D | CubeWallpaper2.java | 254             int n = mOriginalPoints.length;  in rotateAndProjectPoints()  local279             int n = mLines.length;  in drawLines()  local
 
 | 
| /development/tools/winscope/src/viewers/viewer_transitions/ | 
| D | viewer_transitions_component.ts | 424       const minimumPaddingBetweenEntries = fullRange / 100n;  constant
 | 
| /development/samples/Vault/tests/src/com/example/android/vault/ | 
| D | EncryptedDocumentTest.java | 141                         int n = is.read(afterContent, i, afterContent.length - i);  in testMetadataAndContents()  local
 | 
| /development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/ | 
| D | InsecureSHA1PRNGKeyDerivator.java | 280         int i, n;  in nextBytes()  local
 | 
| D | BrokenKeyDerivationActivity.java | 272                 int n = fis.read(bytes, numBytes, bytes.length - numBytes);  in readBytesFromFile()  local
 | 
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ | 
| D | MatrixTrackingGL.java | 176     public void glDeleteTextures(int n, int[] textures, int offset) {  in glDeleteTextures()180     public void glDeleteTextures(int n, IntBuffer textures) {  in glDeleteTextures()
 274     public void glGenTextures(int n, int[] textures, int offset) {  in glGenTextures()
 278     public void glGenTextures(int n, IntBuffer textures) {  in glGenTextures()
 769     public void glDeleteBuffers(int n, int[] buffers, int offset) {  in glDeleteBuffers()
 773     public void glDeleteBuffers(int n, IntBuffer buffers) {  in glDeleteBuffers()
 777     public void glGenBuffers(int n, int[] buffers, int offset) {  in glGenBuffers()
 781     public void glGenBuffers(int n, IntBuffer buffers) {  in glGenBuffers()
 
 | 
| /development/apps/CustomLocale/src/com/android/customlocale2/ | 
| D | CustomLocaleActivity.java | 303         int n = a.getCount();  in getCheckedLocale()  local
 | 
| /development/samples/NotePad/tests/src/com/example/android/notepad/ | 
| D | NotePadProviderTest.java | 805         public NoteInfo(String t, String n) {  in NoteInfo()
 |