Home
last modified time | relevance | path

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

12

/development/tools/winscope/src/common/
Darray_utils.ts125 let result = 0n; variable
140 const maxSignedValue = 2n ** (numOfBits - 1n) - 1n; constant
142 const valuesRange = 2n ** numOfBits; constant
Dtime_utils_test.ts141 const NOV_10_2022 = 1668038400000n * MILLISECOND; constant
176 const NOV_10_2022 = 1668038400000n * MILLISECOND; constant
Dtime_utils.ts72 const ms = timestampNanos / 1000000n; constant
/development/tools/winscope/src/parsers/
Dparser_surface_flinger_dump_test.ts25 const DUMP_REAL_TIME = 1659176624505188647n; constant
Dparser_screen_recording_legacy.ts91 const value = ArrayUtils.toUintLittleEndian(videoData, pos, pos + 8) * 1000n; constant
/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/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/tools/winscope/src/app/
Dtimeline_data.ts33 export class TimelineData {
/development/samples/Vault/src/com/example/android/vault/
DEncryptedDocument.java283 int n; in readSection() local
326 int n; in writeSection() local
/development/tools/winscope/src/test/remote_tool_mock/
Dapp_component.ts64 static readonly TIMESTAMP_IN_BUGREPORT_MESSAGE = 1670509911000000000n; property in AppComponent
/development/tools/winscope/src/trace/
Dframe_mapper.ts25 private static readonly MAX_UI_PIPELINE_LATENCY_NS = 2000000000n; // 2 seconds property in FrameMapper
243 const MAX_TIME_DIFFERENCE_NS = 200000000n; // 200 ms constant
/development/samples/ToyVpn/server/linux/
DToyVpnServer.cpp112 int n = recvfrom(tunnel, packet, sizeof(packet), 0, in get_tunnel() local
/development/tools/logblame/
Danalyze_logs.py74 def FormatMemory(n): argument
/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/winscope/src/viewers/viewer_transitions/
Dviewer_transitions_component.ts424 const minimumPaddingBetweenEntries = fullRange / 100n; constant
/development/samples/Vault/tests/src/com/example/android/vault/
DEncryptedDocumentTest.java141 int n = is.read(afterContent, i, afterContent.length - i); in testMetadataAndContents() local
/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/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()
/development/apps/CustomLocale/src/com/android/customlocale2/
DCustomLocaleActivity.java303 int n = a.getCount(); in getCheckedLocale() local
/development/samples/NotePad/tests/src/com/example/android/notepad/
DNotePadProviderTest.java805 public NoteInfo(String t, String n) { in NoteInfo()

12