/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | pvamrwbdecoder_mem_funcs.h | 58 #define pv_memset(to, c, n) memset(to, c, n) argument 61 #define pv_memcpy(to, from, n) memcpy(to, from, n) argument 62 #define pv_memmove(to, from, n) memmove(to, from, n) argument 63 #define pv_memcmp(p, q, n) memcmp(p, q, n) argument
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
D | mp3_mem_funcs.h | 64 #define pv_memset(to, c, n) memset(to, c, n) argument 67 #define pv_memcpy(to, from, n) memcpy(to, from, n) argument 68 #define pv_memmove(to, from, n) memmove(to, from, n) argument 69 #define pv_memcmp(p, q, n) memcmp(p, q, n) argument
|
/frameworks/base/packages/WallpaperCropper/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()
|
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
D | NotificationTests.java | 241 public static String summarize(Notification n) { in summarize() 257 …final Notification n = makeBigTextNotification(mContext, 0, bigtextId, System.currentTimeMillis()); in testCreate() local 296 final Notification n = new Notification.Builder(mContext) in testCreate() local 309 final Notification n = new Notification.Builder(mContext) in testCreate() local 332 final Notification n = new Notification.Builder(mContext) in testCreate() local 354 final Notification n = new Notification.Builder(mContext) in testCreate() local 372 final Notification n = new Notification.Builder(mContext) in testCreate() local 389 final Notification n = mNotifications.get(i); in testCreate() local 402 final Notification n = mNotifications.get(i); in testCreate() local 421 final Notification n = mNotifications.get(i); in testCreate() local [all …]
|
/frameworks/base/core/java/android/util/ |
D | Spline.java | 135 final int n = x.length; in MonotoneCubicSpline() local 185 final int n = mX.length; in interpolate() local 217 final int n = mX.length; in toString() local 254 final int n = mX.length; in interpolate() local 280 final int n = mX.length; in toString() local
|
/frameworks/rs/server/ |
D | RefBase.h | 187 inline static void moveReferences(void* d, void const* s, size_t n, in moveReferences() 483 void move_references(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_references() 489 void move_references(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_references() 504 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_forward_type() 509 void move_backward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_backward_type() 514 void move_forward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_forward_type() 519 void move_backward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_backward_type()
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | NotificationCompat.java | 448 public Bundle getExtras(Notification n); in getExtras() 449 public int getActionCount(Notification n); in getActionCount() 450 public Action getAction(Notification n, int actionIndex); in getAction() 453 public String getCategory(Notification n); in getCategory() 454 public boolean getLocalOnly(Notification n); in getLocalOnly() 455 public String getGroup(Notification n); in getGroup() 456 public boolean isGroupSummary(Notification n); in isGroupSummary() 457 public String getSortKey(Notification n); in getSortKey() 489 public Bundle getExtras(Notification n) { in getExtras() 494 public int getActionCount(Notification n) { in getActionCount() [all …]
|
/frameworks/rs/ |
D | rsScriptGroup.cpp | 63 Node *n = mNodes[ct]; in findNode() local 74 bool ScriptGroup::calcOrderRecurse(Node *n, int depth) { in calcOrderRecurse() 124 Node *n = findNode(k->mScript); in calcOrder() local 138 Node *n = findNode(l->mSource->mScript); in calcOrder() local 158 Node *n = mNodes[ct]; in calcOrder() local 169 const Node *n = findNode(k->mScript); in calcOrder() local 246 const Node *n = sg->mNodes[ct]; in create() local 330 Node *n = mNodes[ct]; in execute() local
|
D | rsCppUtils.cpp | 36 char *n = new char[len+1]; in rsuCopyString() local 42 const char* rsuJoinStrings(int n, const char* const* strs) { in rsuJoinStrings()
|
/frameworks/av/media/libstagefright/foundation/ |
D | ABitReader.cpp | 49 uint32_t ABitReader::getBits(size_t n) { in getBits() 73 void ABitReader::skipBits(size_t n) { in skipBits() 84 void ABitReader::putBits(uint32_t x, size_t n) { in putBits()
|
/frameworks/base/core/java/android/os/ |
D | MessageQueue.java | 632 Message n = p.next; in removeMessages() local 640 Message n = p.next; in removeMessages() local 666 Message n = p.next; in removeMessages() local 674 Message n = p.next; in removeMessages() local 700 Message n = p.next; in removeCallbacksAndMessages() local 708 Message n = p.next; in removeCallbacksAndMessages() local 725 Message n = p.next; in removeAllMessagesLocked() local 739 Message n; in removeAllFutureMessagesLocked() local 763 int n = 0; in dump() local
|
D | Broadcaster.java | 56 int n; in request() local 155 int n = r.targets.length; in dumpRegistrations() local 190 int n = targets.length; in broadcast() local
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
D | TypefaceTest.java | 50 final int n = mFaces.length; in testUnique() local 72 final int n = mFaces.length; in testUniformY() local
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_transport.cpp | 116 int n = write(mSocket, buf, len); in send() local 129 int n = read(mSocket, (uint8_t*)data + totalRead, len - totalRead); in receive() local 154 int n = mStream->send((void *)mStringBuffer.data(), mStringBuffer.size()); in flush() local
|
/frameworks/rs/cpp/util/ |
D | RefBase.h | 484 void move_references(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_references() 490 void move_references(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_references() 505 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_forward_type() 510 void move_backward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_backward_type() 515 void move_forward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_forward_type() 520 void move_backward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_backward_type()
|
/frameworks/base/core/java/android/text/ |
D | AndroidBidi.java | 27 public static int bidi(int dir, char[] chs, byte[] chInfo, int n, boolean haveInfo) { in bidi() 116 int n = 1; in directions() local 179 private native static int runBidi(int dir, char[] chs, byte[] chInfo, int n, boolean haveInfo); in runBidi()
|
/frameworks/base/tools/aidl/ |
D | AST.cpp | 136 Variable::Variable(Type* t, const string& n) in Variable() 143 Variable::Variable(Type* t, const string& n, int d) in Variable() 177 FieldVariable::FieldVariable(Expression* o, const string& n) in FieldVariable() 184 FieldVariable::FieldVariable(Type* c, const string& n) in FieldVariable() 288 MethodCall::MethodCall(const string& n) in MethodCall() 295 MethodCall::MethodCall(const string& n, int argc = 0, ...) in MethodCall() 306 MethodCall::MethodCall(Expression* o, const string& n) in MethodCall() 313 MethodCall::MethodCall(Type* t, const string& n) in MethodCall() 320 MethodCall::MethodCall(Expression* o, const string& n, int argc = 0, ...) in MethodCall() 331 MethodCall::MethodCall(Type* t, const string& n, int argc = 0, ...) in MethodCall() [all …]
|
/frameworks/native/opengl/libagl/ |
D | TokenManager.cpp | 35 status_t TokenManager::getToken(GLsizei n, GLuint *tokens) in getToken() 43 void TokenManager::recycleTokens(GLsizei n, const GLuint *tokens) in recycleTokens()
|
D | BufferObjectManager.cpp | 45 GLsizei n = mBuffers.size(); in ~EGLBufferObjectManager() local 85 void EGLBufferObjectManager::deleteBuffers(GLsizei n, const GLuint* buffers) in deleteBuffers()
|
/frameworks/support/v4/java/android/support/v4/util/ |
D | LongSparseArray.java | 148 int n = mSize; in gc() local 200 int n = ContainerHelpers.idealLongArraySize(mSize + 1); in put() local 314 int n = mSize; in clear() local 341 int n = ContainerHelpers.idealLongArraySize(pos + 1); in append() local
|
D | SparseArrayCompat.java | 141 int n = mSize; in gc() local 193 int n = ContainerHelpers.idealIntArraySize(mSize + 1); in put() local 309 int n = mSize; in clear() local 336 int n = ContainerHelpers.idealIntArraySize(pos + 1); in append() local
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
D | Camera.java | 62 public void setNear(float n) { in setNear() 78 public void setName(String n) { in setName()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | UDPPusher.cpp | 88 ssize_t n = sendto( in onPush() local 133 ssize_t n = sendto( in onMessageReceived() local
|
/frameworks/base/core/java/android/net/ |
D | NetworkFactory.java | 173 NetworkRequestInfo n = mNetworkRequests.get(request.requestId); in handleAddRequest() local 188 NetworkRequestInfo n = mNetworkRequests.get(request.requestId); in handleRemoveRequest() local 228 private void evalRequest(NetworkRequestInfo n) { in evalRequest() 249 NetworkRequestInfo n = mNetworkRequests.valueAt(i); in evalRequests() local
|