Searched refs:old (Results 1 - 25 of 63) sorted by relevance

123

/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp35 /* new\old U w_U d_U wd_U D w_D d_D wd_D C w_C, Cs, Is */
67 ResolveInfo* old = &pOld; local
82 old->overrideVisibility(pNew);
93 old->override(pNew);
98 uint32_t binding = old->binding();
99 old->override(pNew);
100 old->setBinding(binding);
101 ignore(diag::mark_dynamic_defined) << old->name();
107 old->overrideVisibility(pNew);
108 old
[all...]
/frameworks/base/core/java/android/text/style/
H A DStyleSpan.java84 Typeface old = paint.getTypeface();
85 if (old == null) {
88 oldStyle = old.getStyle();
94 if (old == null) {
97 tf = Typeface.create(old, want);
H A DTypefaceSpan.java76 Typeface old = paint.getTypeface();
77 if (old == null) {
80 oldStyle = old.getStyle();
/frameworks/base/core/java/android/os/
H A DConditionVariable.java65 boolean old = mCondition;
67 if (!old) {
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp59 void EGLTextureObject::copyParameters(const sp<EGLTextureObject>& old) argument
61 wraps = old->wraps;
62 wrapt = old->wrapt;
63 min_filter = old->min_filter;
64 mag_filter = old->mag_filter;
65 memcpy(crop_rect, old->crop_rect, sizeof(crop_rect));
66 generate_mipmap = old->generate_mipmap;
67 direct = old->direct;
287 const sp<EGLTextureObject>& old = mTextures.valueAt(index); local
288 const uint32_t refs = old
[all...]
H A DTextureObjectManager.h62 void copyParameters(const sp<EGLTextureObject>& old);
/frameworks/base/core/tests/coretests/src/android/widget/
H A DRadioGroupPreCheckedTest.java53 RadioButton old = (RadioButton) activity.findViewById(R.id.value_one);
55 assertFalse("The first radio button should not be checked", old.isChecked());
/frameworks/base/media/jni/
H A Dandroid_media_MediaHTTPConnection.cpp86 sp<JMediaHTTPConnection> old = local
92 if (old != NULL) {
93 old->decStrong(thiz);
97 return old;
H A Dandroid_media_MediaCrypto.cpp149 sp<JCrypto> old = (JCrypto *)env->GetLongField(thiz, gFields.context); local
153 if (old != NULL) {
154 old->decStrong(thiz);
158 return old;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dhistogram.rs42 int old = rsGetElementAt_int(gSums, lum, y);
43 rsSetElementAt_int(gSums, old+1, lum, y);
/frameworks/support/v4/java/android/support/v4/util/
H A DSimpleArrayMap.java353 V old = (V)mArray[index];
355 return old;
370 * @return Returns the old value that was stored for the given key, or null if there
385 final V old = (V)mArray[index];
387 return old;
465 final Object old = mArray[(index << 1) + 1];
512 return (V)old;
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp220 int32_t old = android_atomic_and(~CBLK_FUTEX_WAKE, &cblk->mFutex); local
221 if (!(old & CBLK_FUTEX_WAKE)) {
228 mClientInServer ? FUTEX_WAIT_PRIVATE : FUTEX_WAIT, old & ~CBLK_FUTEX_WAKE, ts);
457 int32_t old = android_atomic_and(~CBLK_FUTEX_WAKE, &cblk->mFutex); local
458 if (!(old & CBLK_FUTEX_WAKE)) {
461 mClientInServer ? FUTEX_WAIT_PRIVATE : FUTEX_WAIT, old & ~CBLK_FUTEX_WAKE, ts);
571 int32_t old = android_atomic_or(CBLK_FUTEX_WAKE, &cblk->mFutex); local
572 if (!(old & CBLK_FUTEX_WAKE)) {
674 int32_t old = android_atomic_or(CBLK_FUTEX_WAKE, &cblk->mFutex); local
675 if (!(old
719 bool old = local
[all...]
/frameworks/base/core/tests/coretests/src/android/util/
H A DTimeUtilsTest.java71 String[] old = new String[] {
75 for (String name : old) {
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DCircularBitmapDrawable.java155 final int old = mBitmapPaint.getAlpha();
157 if (alpha != old) {
H A DTileDrawable.java106 final int old = mPaint.getAlpha();
109 if (alpha != old) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java101 View old = null;
103 old = recycledViews.next();
105 old.setVisibility(VISIBLE);
108 final View view = mAdapter.getView(i, old, mLinearLayout);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java80 StatusBarIcon old, StatusBarIcon icon);
259 StatusBarIcon old = mList.getIcon(index);
260 if (old == null) {
266 old, icon);
79 updateIcon(String slot, int index, int viewIndex, StatusBarIcon old, StatusBarIcon icon) argument
/frameworks/av/services/audioflinger/
H A DFastThread.cpp157 int32_t old = android_atomic_dec(coldFutexAddr);
158 if (old <= 0) {
159 syscall(__NR_futex, coldFutexAddr, FUTEX_WAIT_PRIVATE, old - 1, NULL);
/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java45 * be references to the old EditText in the text.
132 Visible[] old = sp.getSpans(0, sp.length(), Visible.class);
133 for (int i = 0; i < old.length; i++) {
134 sp.removeSpan(old[i]);
/frameworks/base/core/java/android/widget/
H A DCursorAdapter.java313 Cursor old = swapCursor(cursor);
314 if (old != null) {
315 old.close();
320 * Swap in a new Cursor, returning the old Cursor. Unlike
321 * {@link #changeCursor(Cursor)}, the returned old Cursor is <em>not</em>
/frameworks/support/v4/java/android/support/v4/widget/
H A DCursorAdapter.java315 Cursor old = swapCursor(cursor);
316 if (old != null) {
317 old.close();
322 * Swap in a new Cursor, returning the old Cursor. Unlike
323 * {@link #changeCursor(Cursor)}, the returned old Cursor is <em>not</em>
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1140 ServiceDispatcher.ConnectionInfo old;
1144 old = mActiveConnections.remove(name);
1145 if (old == null || old.binder != service) {
1150 old.binder.unlinkToDeath(old.deathMonitor, 0);
1161 ServiceDispatcher.ConnectionInfo old;
1170 old = mActiveConnections.get(name);
1171 if (old != null && old
[all...]
H A DBackStackRecord.java764 Fragment old = mManager.mAdded.get(i);
767 "OP_REPLACE: adding=" + f + " old=" + old);
769 if (f == null || old.mContainerId == f.mContainerId) {
770 if (old == f) {
776 op.removed.add(old);
777 old.mNextAnim = op.exitAnim;
779 old.mBackStackNesting += 1;
782 + old + " to " + old
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java679 Fragment old = mManager.mAdded.get(i);
681 "OP_REPLACE: adding=" + f + " old=" + old);
682 if (f == null || old.mContainerId == f.mContainerId) {
683 if (old == f) {
689 op.removed.add(old);
690 old.mNextAnim = exitAnim;
692 old.mBackStackNesting += 1;
694 + old + " to " + old
[all...]
/frameworks/base/core/java/android/util/
H A DArrayMap.java411 V old = (V)mArray[index];
413 return old;
429 * @return Returns the old value that was stored for the given key, or null if there
445 final V old = (V)mArray[index];
447 return old;
591 final Object old = mArray[(index << 1) + 1];
638 return (V)old;

Completed in 6248 milliseconds

123