Searched refs:eq (Results 1 – 14 of 14) sorted by relevance
97 Equalizer eq = null; in test0_0ConstructorAndRelease() local99 eq = new Equalizer(0, 0); in test0_0ConstructorAndRelease()100 assertNotNull(msg + ": could not create Equalizer", eq); in test0_0ConstructorAndRelease()102 assertTrue(msg +": invalid effect ID", (eq.getId() != 0)); in test0_0ConstructorAndRelease()112 if (eq != null) { in test0_0ConstructorAndRelease()113 eq.release(); in test0_0ConstructorAndRelease()
283 int eq = tag.indexOf('=', t); in applyStyles() local284 if (eq < 0) { in applyStyles()288 next = tag.indexOf(';', eq); in applyStyles()293 String key = tag.substring(t + 1, eq); in applyStyles()294 String value = tag.substring(eq + 1, next); in applyStyles()
115 }), Mockito.eq(0))).thenReturn(Collections.singletonList(scorer.second)); in setScorers()126 }), Mockito.eq(0))) in setScorers()
70 verify(listener, times(2)).onResponse(any(ImageLoader.ImageContainer.class), eq(true)); in getWithCacheMiss()
256 public void setEffect(Object eq) { in setEffect() argument257 mEqualizer = (Equalizer)eq; in setEffect()
710 private static boolean eq(String a, String b) { in eq() method in EventRecurrenceTest727 || !eq(eventRecurrence.until, until) in verifyRecurType()
1012 csel x4, x8, x4, eq1014 csel x5, x8, x5, eq1016 csel x6, x8, x6, eq1018 csel x7, x8, x7, eq1156 csel x4, x8, x4, eq1158 csel x5, x8, x5, eq1160 csel x6, x8, x6, eq1162 csel x7, x8, x7, eq
1267 ccmp x5, x7, #0, eq
44 import static org.easymock.EasyMock.eq;906 mPolicyListener.onUidRulesChanged(eq(uid), eq(policy)); in expectRulesChanged()
46 import static org.easymock.EasyMock.eq;882 mAlarmManager.set(eq(AlarmManager.ELAPSED_REALTIME), anyLong(), anyLong(), anyLong(), in expectSystemReady()920 expect(mNetManager.getNetworkStatsUidDetail(eq(UID_ALL))).andReturn(detail).atLeastOnce(); in expectNetworkStatsUidDetail()
44 import static org.mockito.Matchers.eq;
4645 int eq = uri.indexOf('=', i); in parseUri() local4646 if (eq < 0) eq = i-1; in parseUri()4648 String value = eq < semi ? Uri.decode(uri.substring(eq + 1, semi)) : ""; in parseUri()4708 String key = Uri.decode(uri.substring(i + 2, eq)); in parseUri()
404 eq = "equals" in methods406 if eq != hc:
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...