Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/assets/visual/
Ddep-graph.js255 node.each(function(n) { n.target = n.source = false; }); argument
279 function(n) { argument
283 function(n) { return n.source; }) argument
285 function(n) { argument
/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/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/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/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.java141 int n = is.read(afterContent, i, afterContent.length - i); in testMetadataAndContents() local
/development/samples/NotePad/tests/src/com/example/android/notepad/
DNotePadProviderTest.java805 public NoteInfo(String t, String n) { in NoteInfo()
/development/apps/CustomLocale/src/com/android/customlocale2/
DCustomLocaleActivity.java303 int n = a.getCount(); in getCheckedLocale() 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/host/windows/usb/adb_winapi_test/
Dadb_winapi_test.cpp422 for (size_t n = 0; n < read_bytes; n += line_length) { in HexDump() local
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java490 int n = 0; in computeAxisStops() local