/packages/modules/ExtServices/tests/src/android/ext/services/notification/ |
D | NotificationEntryTest.java | 77 Notification n = new Notification.Builder(mContext, channelId) in generateSbn() local 86 Notification n = new Notification.Builder(mContext, channelId) in generateSbn() local 94 private StatusBarNotification generateSbn(Notification n) { in generateSbn() 155 Notification n = new Notification.Builder(mContext, channel.getId()) in testIsInboxStyle() local 167 Notification n = new Notification.Builder(mContext, channel.getId()) in testIsMessagingStyle() local 179 Notification n = new Notification.Builder(mContext, channel.getId()) in testIsNotPersonStyle() local 212 Notification n = new Notification.Builder(mContext, channel.getId()) in testIsCategory() local 226 Notification n = new Notification.Builder(mContext, channel.getId()) in testIsOngoing() local 239 Notification n = new Notification.Builder(mContext, channel.getId()) in testIsNotOngoing() local 250 Notification n = new Notification.Builder(mContext, "") in testShrinkNotification() local
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
D | JJTAddressListParserState.java | 43 void pushNode(Node n) { in pushNode() 69 void clearNodeScope(Node n) { in clearNodeScope() 77 void openNodeScope(Node n) { in openNodeScope() 88 void closeNodeScope(Node n, int num) { in closeNodeScope() 106 void closeNodeScope(Node n, boolean condition) { in closeNodeScope()
|
D | Node.java | 21 public void jjtSetParent(Node n); in jjtSetParent() 26 public void jjtAddChild(Node n, int i); in jjtAddChild()
|
D | SimpleNode.java | 26 public void jjtSetParent(Node n) { parent = n; } in jjtSetParent() 29 public void jjtAddChild(Node n, int i) { in jjtAddChild() 79 SimpleNode n = (SimpleNode)children[i]; in dump() local
|
/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
D | GLId.java | 26 public void glGenBuffers(int n, int[] buffers, int offset); in glGenBuffers() 28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures() 30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset); in glDeleteBuffers() 32 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset); in glDeleteFramebuffers()
|
D | GLES20IdImpl.java | 19 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers() 25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures() 32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers() 38 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) { in glDeleteFramebuffers()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | GLId.java | 26 public void glGenBuffers(int n, int[] buffers, int offset); in glGenBuffers() 28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures() 30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset); in glDeleteBuffers() 32 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset); in glDeleteFramebuffers()
|
D | GLES20IdImpl.java | 19 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers() 25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures() 32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers() 38 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) { in glDeleteFramebuffers()
|
D | GLES11IdImpl.java | 38 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers() 47 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures() 54 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers() 61 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) { in glDeleteFramebuffers()
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ |
D | AutoCloseInputStream.java | 75 int n = in.read(); in read() local 92 int n = in.read(b); in read() local 111 int n = in.read(b, off, len); in read() local
|
D | TeeInputStream.java | 124 int n = super.read(bts, st, end); in read() local 140 int n = super.read(bts); in read() local
|
/packages/services/Car/obd2-lib/src/com/android/car/obd2/ |
D | IntegerArrayStream.java | 50 public boolean hasAtLeast(int n) { in hasAtLeast() 54 public <T> T hasAtLeast(int n, Function<IntegerArrayStream, T> ifTrue) { in hasAtLeast() 59 int n, in hasAtLeast()
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/ |
D | Builder.java | 69 Node n = it.nextNode(); in buildAddress() local 101 Node n = it.nextNode(); in buildGroupBody() local 112 Node n = it.nextNode(); in buildMailbox() local 129 Node n = it.nextNode(); in buildNameAddr() local 151 Node n = it.nextNode(); in buildAngleAddr() local 171 Node n = it.nextNode(); in buildRoute() local
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | media.h | 25 #define _MI_TO_PIXELS(n, res) (((n) * (res) + 500 ) / 1000.0) argument 26 #define _MI_TO_POINTS(n) _MI_TO_PIXELS(n, STANDARD_SCALE_FOR_PDF) argument 27 #define _MI_TO_100MM(n) ((n / 1000) * 2540) // Convert 1k inch to 100 mm argument
|
/packages/apps/Camera2/src/com/android/camera/ |
D | DisableCameraReceiver.java | 57 int n = android.hardware.Camera.getNumberOfCameras(); in hasCamera() local 63 int n = android.hardware.Camera.getNumberOfCameras(); in hasBackCamera() local
|
/packages/apps/Gallery2/src/com/android/camera/ |
D | DisableCameraReceiver.java | 56 int n = android.hardware.Camera.getNumberOfCameras(); in hasCamera() local 62 int n = android.hardware.Camera.getNumberOfCameras(); in hasBackCamera() local
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/ |
D | pow10.h | 28 inline double Pow10(int n) { in Pow10()
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
D | byte_array_view.h | 45 AK_FORCE_INLINE const ReadOnlyByteArrayView skip(const size_t n) const { in skip() 81 ReadWriteByteArrayView subView(const size_t start, const size_t n) const { in subView()
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | MotionEventHelper.java | 75 MotionEvent n = MotionEvent.obtain(downTime, eventTime, action, in transformEventOld() local 83 int n = e.getPointerCount(); in getPointerIds() local 92 int n = e.getPointerCount(); in getPointerCoords() local
|
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/makedict/ |
D | BinaryDictEncoderFlattenTreeTests.java | 50 final PtNodeArray n = result.remove(0); in testFlattenNodes() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | Path.java | 113 int n = 0; in split() local 127 int n = s.length(); in split() local 157 int n = s.length(); in splitSequence() local 224 int i = 0, n = childrenKeys.size(); in dumpAll() local
|
D | FilterDeleteSet.java | 117 int n = mCurrent.size(); in getMediaItem() local 157 int n = mCurrent.size(); in reload() local 169 int n = mCurrent.size(); in reload() local 199 int n = mBaseSet.getMediaItemCount(); in reload() local
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | filewritestream.h | 42 void PutN(char c, size_t n) { in PutN() 89 inline void PutN(FileWriteStream& stream, char c, size_t n) { in PutN()
|
/packages/apps/Dialer/java/com/android/dialer/common/backoff/ |
D | ExponentialBaseCalculator.java | 87 private static double getBaseImpl(long t, int n, double tolerance) { in getBaseImpl() 123 private static double fp(double b, long t, int n, double fb, double bn) { in fp()
|
/packages/apps/WallpaperPicker/src/com/android/gallery3d/common/ |
D | Utils.java | 41 public static int nextPowerOf2(int n) { in nextPowerOf2() 55 public static int prevPowerOf2(int n) { in prevPowerOf2()
|