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

123

/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp34 /* new\old U w_U d_U wd_U D w_D d_D wd_D C w_C, Cs, Is */
66 ResolveInfo* old = &pOld; local
81 old->overrideVisibility(pNew);
92 old->override(pNew);
97 uint32_t binding = old->binding();
98 old->override(pNew);
99 old->setBinding(binding);
100 ignore(diag::mark_dynamic_defined) << old->name();
106 old->overrideVisibility(pNew);
107 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_MediaCrypto.cpp149 sp<JCrypto> old = (JCrypto *)env->GetIntField(thiz, gFields.context); local
153 if (old != NULL) {
154 old->decStrong(thiz);
158 return old;
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1033 ServiceDispatcher.ConnectionInfo old;
1037 old = mActiveConnections.remove(name);
1038 if (old == null || old.binder != service) {
1043 old.binder.unlinkToDeath(old.deathMonitor, 0);
1054 ServiceDispatcher.ConnectionInfo old;
1063 old = mActiveConnections.get(name);
1064 if (old != null && old
[all...]
H A DBackStackRecord.java622 Fragment old = mManager.mAdded.get(i);
624 "OP_REPLACE: adding=" + f + " old=" + old);
625 if (f == null || old.mContainerId == f.mContainerId) {
626 if (old == f) {
632 op.removed.add(old);
633 old.mNextAnim = op.exitAnim;
635 old.mBackStackNesting += 1;
637 + old + " to " + old
[all...]
H A DLocalActivityManager.java256 * with removing the old window if the activity has changed.
291 LocalActivityRecord old = mResumed;
295 if (old != null && old != r && mCurState == RESUMED) {
296 moveToState(old, STARTED);
/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java227 Object[] old = mViews;
229 System.arraycopy(old, 0, mViews, 0, index-1);
230 old = mRoots;
232 System.arraycopy(old, 0, mRoots, 0, index-1);
233 old = mParams;
235 System.arraycopy(old, 0, mParams, 0, index-1);
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java622 Fragment old = mManager.mAdded.get(i);
624 "OP_REPLACE: adding=" + f + " old=" + old);
625 if (f == null || old.mContainerId == f.mContainerId) {
626 if (old == f) {
632 op.removed.add(old);
633 old.mNextAnim = op.exitAnim;
635 old.mBackStackNesting += 1;
637 + old + " to " + old
[all...]
H A DShareCompat.java357 String[] old = intent.getStringArrayExtra(extra);
358 int oldLength = old != null ? old.length : 0;
360 if (old != null) System.arraycopy(old, 0, result, 0, oldLength);
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java271 SpeechItem old = mCurrentSpeechItem;
273 return old;
862 ITextToSpeechCallback old;
865 old = mCallerToCallback.put(caller, cb);
867 old = mCallerToCallback.remove(caller);
869 if (old != null && old != cb) {
870 unregister(old);
/frameworks/base/core/tests/coretests/src/android/util/
H A DTimeUtilsTest.java71 String[] old = new String[] {
75 for (String name : old) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java82 StatusBarIcon old, StatusBarIcon icon);
245 StatusBarIcon old = mList.getIcon(index);
246 if (old == null) {
252 old, icon);
81 updateIcon(String slot, int index, int viewIndex, StatusBarIcon old, StatusBarIcon icon) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java39 public void updateIcon(String slot, int index, int viewIndex, StatusBarIcon old, argument
/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java46 * be references to the old EditText in the text.
133 Visible[] old = sp.getSpans(0, sp.length(), Visible.class);
134 for (int i = 0; i < old.length; i++) {
135 sp.removeSpan(old[i]);
/frameworks/base/core/java/android/widget/
H A DCursorAdapter.java309 Cursor old = swapCursor(cursor);
310 if (old != null) {
311 old.close();
316 * Swap in a new Cursor, returning the old Cursor. Unlike
317 * {@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/services/java/com/android/server/
H A DNotificationManagerService.java972 NotificationRecord old = null;
978 old = mNotificationList.remove(index);
981 if (old != null) {
983 old.notification.flags&Notification.FLAG_FOREGROUND_SERVICE;
1005 if (old != null && old.statusBarKey != null) {
1006 r.statusBarKey = old.statusBarKey;
1032 if (old != null && old.statusBarKey != null) {
1035 mStatusBar.removeNotification(old
[all...]
/frameworks/base/core/java/android/text/util/
H A DLinkify.java203 URLSpan[] old = text.getSpans(0, text.length(), URLSpan.class);
205 for (int i = old.length - 1; i >= 0; i--) {
206 text.removeSpan(old[i]);
/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp154 sp<AudioRecord> old = local
159 if (old != 0) {
160 old->decStrong(thiz);
163 return old;
/frameworks/base/tools/aidl/
H A Daidl.cpp317 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);

Completed in 1955 milliseconds

123