/frameworks/compile/mclinker/lib/LD/ |
D | StaticResolver.cpp | 66 ResolveInfo* old = &pOld; in resolve() local 81 old->overrideVisibility(pNew); in resolve() 92 old->override(pNew); in resolve() 97 uint32_t binding = old->binding(); in resolve() 98 old->override(pNew); in resolve() 99 old->setBinding(binding); in resolve() 100 ignore(diag::mark_dynamic_defined) << old->name(); in resolve() 106 old->overrideVisibility(pNew); in resolve() 107 old->setDynamic(); in resolve() 113 ignore(diag::comm_refer_to_define) << old->name(); in resolve() [all …]
|
/frameworks/support/renderscript/v8/rs_support/scriptc/ |
D | rs_atomic.rsh | 34 * @return old value 44 * @return old value 54 * @return old value 63 * @return old value 74 * @return old value 84 * @return old value 95 * @return old value 105 * @return old value 116 * @return old value 126 * @return old value [all …]
|
/frameworks/rs/scriptc/ |
D | rs_atomic.rsh | 34 * @return old value 44 * @return old value 54 * @return old value 63 * @return old value 74 * @return old value 84 * @return old value 95 * @return old value 105 * @return old value 116 * @return old value 126 * @return old value [all …]
|
/frameworks/native/opengl/libagl/ |
D | TextureObjectManager.cpp | 59 void EGLTextureObject::copyParameters(const sp<EGLTextureObject>& old) in copyParameters() argument 61 wraps = old->wraps; in copyParameters() 62 wrapt = old->wrapt; in copyParameters() 63 min_filter = old->min_filter; in copyParameters() 64 mag_filter = old->mag_filter; in copyParameters() 65 memcpy(crop_rect, old->crop_rect, sizeof(crop_rect)); in copyParameters() 66 generate_mipmap = old->generate_mipmap; in copyParameters() 67 direct = old->direct; in copyParameters() 287 const sp<EGLTextureObject>& old = mTextures.valueAt(index); in replaceTexture() local 288 const uint32_t refs = old->getStrongCount(); in replaceTexture() [all …]
|
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
D | atomic.rs | 6 uint32_t old = dst; 9 _RS_ASSERT(old == ret); 16 uint32_t old = dst; 19 _RS_ASSERT(old == ret); 26 uint32_t old = dst; 29 _RS_ASSERT(old == ret);
|
/frameworks/base/core/java/android/text/style/ |
D | StyleSpan.java | 84 Typeface old = paint.getTypeface(); in apply() local 85 if (old == null) { in apply() 88 oldStyle = old.getStyle(); in apply() 94 if (old == null) { in apply() 97 tf = Typeface.create(old, want); in apply()
|
D | TypefaceSpan.java | 76 Typeface old = paint.getTypeface(); in apply() local 77 if (old == null) { in apply() 80 oldStyle = old.getStyle(); in apply()
|
/frameworks/base/core/java/android/os/ |
D | ConditionVariable.java | 65 boolean old = mCondition; in open() 67 if (!old) { in open()
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | BackStackRecord.java | 622 Fragment old = mManager.mAdded.get(i); in run() local 624 "OP_REPLACE: adding=" + f + " old=" + old); in run() 625 if (f == null || old.mContainerId == f.mContainerId) { in run() 626 if (old == f) { in run() 632 op.removed.add(old); in run() 633 old.mNextAnim = op.exitAnim; in run() 635 old.mBackStackNesting += 1; in run() 637 + old + " to " + old.mBackStackNesting); in run() 639 mManager.removeFragment(old, mTransition, mTransitionStyle); in run() 720 Fragment old = op.removed.get(i); in popFromBackStack() local [all …]
|
D | ShareCompat.java | 357 String[] old = intent.getStringArrayExtra(extra); in combineArrayExtra() local 358 int oldLength = old != null ? old.length : 0; in combineArrayExtra() 360 if (old != null) System.arraycopy(old, 0, result, 0, oldLength); in combineArrayExtra()
|
/frameworks/base/core/java/android/app/ |
D | BackStackRecord.java | 622 Fragment old = mManager.mAdded.get(i); in run() local 624 "OP_REPLACE: adding=" + f + " old=" + old); in run() 625 if (f == null || old.mContainerId == f.mContainerId) { in run() 626 if (old == f) { in run() 632 op.removed.add(old); in run() 633 old.mNextAnim = op.exitAnim; in run() 635 old.mBackStackNesting += 1; in run() 637 + old + " to " + old.mBackStackNesting); in run() 639 mManager.removeFragment(old, mTransition, mTransitionStyle); in run() 720 Fragment old = op.removed.get(i); in popFromBackStack() local [all …]
|
D | LoadedApk.java | 1033 ServiceDispatcher.ConnectionInfo old; in death() local 1037 old = mActiveConnections.remove(name); in death() 1038 if (old == null || old.binder != service) { in death() 1043 old.binder.unlinkToDeath(old.deathMonitor, 0); in death() 1054 ServiceDispatcher.ConnectionInfo old; in doConnected() local 1063 old = mActiveConnections.get(name); in doConnected() 1064 if (old != null && old.binder == service) { in doConnected() 1090 if (old != null) { in doConnected() 1091 old.binder.unlinkToDeath(old.deathMonitor, 0); in doConnected() 1096 if (old != null) { in doConnected()
|
/frameworks/base/media/jni/ |
D | android_media_MediaCrypto.cpp | 149 sp<JCrypto> old = (JCrypto *)env->GetIntField(thiz, gFields.context); in setCrypto() local 153 if (old != NULL) { in setCrypto() 154 old->decStrong(thiz); in setCrypto() 158 return old; in setCrypto()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | RadioGroupPreCheckedTest.java | 53 RadioButton old = (RadioButton) activity.findViewById(R.id.value_one); in testRadioButtonChangePreChecked() local 55 assertFalse("The first radio button should not be checked", old.isChecked()); in testRadioButtonChangePreChecked()
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerGlobal.java | 227 Object[] old = mViews; in addView() local 229 System.arraycopy(old, 0, mViews, 0, index-1); in addView() 230 old = mRoots; in addView() 232 System.arraycopy(old, 0, mRoots, 0, index-1); in addView() 233 old = mParams; in addView() 235 System.arraycopy(old, 0, mParams, 0, index-1); in addView()
|
/frameworks/base/core/java/android/speech/tts/ |
D | TextToSpeechService.java | 271 SpeechItem old = mCurrentSpeechItem; in setCurrentSpeechItem() local 273 return old; in setCurrentSpeechItem() 862 ITextToSpeechCallback old; in setCallback() local 865 old = mCallerToCallback.put(caller, cb); in setCallback() 867 old = mCallerToCallback.remove(caller); in setCallback() 869 if (old != null && old != cb) { in setCallback() 870 unregister(old); in setCallback()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagSymbolResolutions.inc | 10 …le, "reach undefined situation, action: %0, old(%1) -> new(%2)", "reach undefined situation, actio…
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CommandQueue.java | 82 StatusBarIcon old, StatusBarIcon icon); in updateIcon() argument 245 StatusBarIcon old = mList.getIcon(index); in handleMessage() local 246 if (old == null) { in handleMessage() 252 old, icon); in handleMessage() local
|
/frameworks/base/services/java/com/android/server/ |
D | NotificationManagerService.java | 1007 NotificationRecord old = null; in enqueueNotificationInternal() local 1013 old = mNotificationList.remove(index); in enqueueNotificationInternal() 1016 if (old != null) { in enqueueNotificationInternal() 1018 old.notification.flags&Notification.FLAG_FOREGROUND_SERVICE; in enqueueNotificationInternal() 1040 if (old != null && old.statusBarKey != null) { in enqueueNotificationInternal() 1041 r.statusBarKey = old.statusBarKey; in enqueueNotificationInternal() 1068 if (old != null && old.statusBarKey != null) { in enqueueNotificationInternal() 1071 mStatusBar.removeNotification(old.statusBarKey); in enqueueNotificationInternal() 1081 && (!(old != null in enqueueNotificationInternal() 1178 mLights.remove(old); in enqueueNotificationInternal() [all …]
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | CursorAdapter.java | 315 Cursor old = swapCursor(cursor); in changeCursor() local 316 if (old != null) { in changeCursor() 317 old.close(); in changeCursor()
|
/frameworks/base/core/java/android/widget/ |
D | CursorAdapter.java | 309 Cursor old = swapCursor(cursor); in changeCursor() local 310 if (old != null) { in changeCursor() 311 old.close(); in changeCursor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
D | RecentsHorizontalScrollView.java | 102 View old = null; in update() local 104 old = recycledViews.next(); in update() 106 old.setVisibility(VISIBLE); in update() 109 final View view = mAdapter.getView(i, old, mLinearLayout); in update()
|
D | RecentsVerticalScrollView.java | 107 View old = null; in update() local 109 old = recycledViews.next(); in update() 111 old.setVisibility(VISIBLE); in update() 113 final View view = mAdapter.getView(i, old, mLinearLayout); in update()
|
/frameworks/base/core/java/android/text/method/ |
D | PasswordTransformationMethod.java | 133 Visible[] old = sp.getSpans(0, sp.length(), Visible.class); in removeVisibleSpans() local 134 for (int i = 0; i < old.length; i++) { in removeVisibleSpans() 135 sp.removeSpan(old[i]); in removeVisibleSpans()
|
/frameworks/base/tools/aidl/ |
D | aidl.cpp | 317 Type* old = NAMES.Find(type->QualifiedName()); local 318 if (old == NULL) { 355 if (old->Kind() == Type::BUILT_IN) { 361 else if (type->Kind() != old->Kind()) { 362 const char* oldKind = kind_to_string(old->Kind()); 369 old->DeclFile().c_str(), old->DeclLine(), oldKind); 566 method_type* old = methodNames[m->name.data]; local 568 filename, old->name.lineno);
|