Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 43) sorted by relevance

12

/development/tools/winscope/src/common/
Dtimestamp_converter_test.ts29 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
Darray_utils.ts132 let result = 0n; variable
151 const maxSignedValue = 2n ** (numOfBits - 1n) - 1n; constant
153 const valuesRange = 2n ** numOfBits; constant
Dtime_test.ts130 const NOV_10_2022 = 1668038400000n * MILLISECOND; constant
173 const NOV_10_2022 = 1668038400000n * MILLISECOND; constant
Dtime.ts17 export const INVALID_TIME_NS = 0n; constant
Dtimestamp_converter.ts46 const ms = timestampNanos / 1000000n; constant
/development/tools/winscope/src/parsers/protolog/perfetto/
Dparser_protolog_test.ts74 let prevEntryTs = 0n; variable
85 let prevEntryTs = 0n; variable
Dparser_protolog.ts28 timestamp: bigint = 0n; property in PerfettoLogMessageTableRow
/development/tools/winscope/src/trace_processor/
Dbigint_math.ts16 static INT64_MAX: bigint = (2n ** 63n) - 1n; property in BigintMath
54 const halfStep = step / 2n; constant
Dquery_result.ts66 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/
Dapp_component.ts82 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/
DBitmapPixels.java86 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()
DColorPickerDialog.java100 int n = java.lang.Math.round(x); in floatToByte() local
103 private int pinToByte(int n) { in pinToByte()
DTextAlign.java55 int n = paint.getTextWidths(text, widths); in buildTextPositions() local
/development/tools/winscope/src/trace/
Dframe_mapper.ts26 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/
DInstallApkSessionApi.java98 int n; in addApkToInstallSession() local
DInstallApk.java148 int n; in getApkUri() local
DFileProvider.java138 int n; in writeDataToPipe() local
/development/samples/Vault/src/com/example/android/vault/
DEncryptedDocument.java283 int n; in readSection() local
326 int n; in writeSection() local
/development/samples/ToyVpn/server/linux/
DToyVpnServer.cpp112 int n = recvfrom(tunnel, packet, sizeof(packet), 0, in get_tunnel() local
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
DCubeWallpaper2.java254 int n = mOriginalPoints.length; in rotateAndProjectPoints() local
279 int n = mLines.length; in drawLines() local
/development/tools/logblame/
Danalyze_logs.py74 def FormatMemory(n): argument
/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
DInsecureSHA1PRNGKeyDerivator.java280 int i, n; in nextBytes() local
DBrokenKeyDerivationActivity.java272 int n = fis.read(bytes, numBytes, bytes.length - numBytes); in readBytesFromFile() local
/development/samples/Vault/tests/src/com/example/android/vault/
DEncryptedDocumentTest.java142 int n = is.read(afterContent, i, afterContent.length - i); in testMetadataAndContents() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java176 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()

12