/development/tools/winscope/src/common/ |
D | timestamp_converter_test.ts | 29 const testElapsedNs = 100n; constant 30 …const testRealNs = 1659243341051481088n; // Sun, 31 Jul 2022 04:55:41 GMT to test timestamp conver… constant 31 const testMonotonicTimeOffsetNs = 5n * MILLISECOND; constant 332 const NOV_10_2022 = 1668038400000n * MILLISECOND; constant 479 const NOV_10_2022 = 1668038400000n * MILLISECOND; constant
|
D | array_utils.ts | 132 let result = 0n; variable 151 const maxSignedValue = 2n ** (numOfBits - 1n) - 1n; constant 153 const valuesRange = 2n ** numOfBits; constant
|
D | time_test.ts | 130 const NOV_10_2022 = 1668038400000n * MILLISECOND; constant 173 const NOV_10_2022 = 1668038400000n * MILLISECOND; constant
|
D | time.ts | 17 export const INVALID_TIME_NS = 0n; constant
|
D | timestamp_converter.ts | 46 const ms = timestampNanos / 1000000n; constant
|
/development/tools/winscope/src/parsers/protolog/perfetto/ |
D | parser_protolog_test.ts | 74 let prevEntryTs = 0n; variable 85 let prevEntryTs = 0n; variable
|
D | parser_protolog.ts | 28 timestamp: bigint = 0n; property in PerfettoLogMessageTableRow
|
/development/tools/winscope/src/trace_processor/ |
D | bigint_math.ts | 16 static INT64_MAX: bigint = (2n ** 63n) - 1n; property in BigintMath 54 const halfStep = step / 2n; constant
|
D | query_result.ts | 66 export const LONG: bigint = 0n; constant 67 export const LONG_NULL: bigint|null = 1n; constant 72 const SHIFT_32BITS = 32n; constant
|
/development/tools/winscope/src/test/remote_tool_mock/ |
D | app_component.ts | 82 static readonly TIMESTAMP_IN_BUGREPORT_MESSAGE = 1670509911000000000n; property in AppComponent 83 static readonly TIMESTAMP_IN_FILES_MESSAGE = 15725894416n; property in AppComponent
|
/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() local 103 private int pinToByte(int n) { in pinToByte()
|
D | TextAlign.java | 55 int n = paint.getTextWidths(text, widths); in buildTextPositions() local
|
/development/tools/winscope/src/trace/ |
D | frame_mapper.ts | 26 private static readonly MAX_UI_PIPELINE_LATENCY_NS = 2000000000n; // 2 seconds property in FrameMapper 262 const MAX_TIME_DIFFERENCE_NS = 200000000n; // 200 ms constant
|
/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/samples/Vault/src/com/example/android/vault/ |
D | EncryptedDocument.java | 283 int n; in readSection() local 326 int n; in writeSection() local
|
/development/samples/ToyVpn/server/linux/ |
D | ToyVpnServer.cpp | 112 int n = recvfrom(tunnel, packet, sizeof(packet), 0, in get_tunnel() local
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/ |
D | CubeWallpaper2.java | 254 int n = mOriginalPoints.length; in rotateAndProjectPoints() local 279 int n = mLines.length; in drawLines() local
|
/development/tools/logblame/ |
D | analyze_logs.py | 74 def FormatMemory(n): argument
|
/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/Vault/tests/src/com/example/android/vault/ |
D | EncryptedDocumentTest.java | 142 int n = is.read(afterContent, i, afterContent.length - i); in testMetadataAndContents() 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()
|