Searched refs:op1 (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncOperationTest.java64 SyncOperation op1 = new SyncOperation(account1, 0,
71 // Same as op1 but different time infos
79 // Same as op1 but different authority
87 // Same as op1 but different account
95 // Same as op1 but different bundle
103 assertEquals(op1.key, op2.key);
104 assertNotSame(op1.key, op3.key);
105 assertNotSame(op1.key, op4.key);
106 assertNotSame(op1.key, op5.key);
116 SyncOperation op1
[all...]
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentProviderOperationTest.java53 ContentProviderOperation op1 = ContentProviderOperation.newInsert(sTestUri1)
56 ContentProviderResult result = op1.apply(new TestContentProvider() {
67 ContentProviderOperation op1 = ContentProviderOperation.newInsert(sTestUri1)
69 ContentProviderResult result = op1.apply(new TestContentProvider() {
80 ContentProviderOperation op1 = ContentProviderOperation.newInsert(sTestUri1)
84 op1.apply(new TestContentProvider() {
103 ContentProviderOperation op1 = ContentProviderOperation.newInsert(sTestUri1)
108 ContentProviderResult result = op1.apply(new TestContentProvider() {
122 ContentProviderOperation op1 = ContentProviderOperation.newInsert(sTestUri1)
126 ContentProviderResult result = op1
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct_inline.h27 __inline int32 mla724(int32 op1, int32 op2, int32 op3) argument
31 OSCL_UNUSED_ARG(op1);
33 out = op2 * 724 + op3; /* op1 is not used here */
111 __inline int32 mla724(int32 op1, int32 op2, int32 op3) argument
117 smlabb out, op1, op2, op3 local
174 __inline int32 mla724(int32 op1, int32 op2, int32 op3) argument
181 mla out, op1, out, op3 local
269 __inline int32 mla724(int32 op1, int32 op2, int32 op3) argument
272 register int32 aa = (int32)op1;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java944 * @param op1 One opacity value.
951 public static @PixelFormat.Opacity int resolveOpacity(@PixelFormat.Opacity int op1, argument
953 if (op1 == op2) {
954 return op1;
956 if (op1 == PixelFormat.UNKNOWN || op2 == PixelFormat.UNKNOWN) {
959 if (op1 == PixelFormat.TRANSLUCENT || op2 == PixelFormat.TRANSLUCENT) {
962 if (op1 == PixelFormat.TRANSPARENT || op2 == PixelFormat.TRANSPARENT) {
/frameworks/base/core/java/com/android/internal/widget/
H A DOpReorderer.java221 final UpdateOp op1 = list.get(i);
222 if (op1.cmd == MOVE) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DOpReorderer.java221 final UpdateOp op1 = list.get(i);
222 if (op1.cmd == MOVE) {

Completed in 105 milliseconds