/external/guava/guava-tests/test/com/google/common/collect/ |
ConcurrentHashMultisetTest.java | 23 import static org.easymock.EasyMock.eq; 123 expect(backingMap.putIfAbsent(eq(KEY), isA(AtomicInteger.class))).andReturn(null); 172 expect(backingMap.putIfAbsent(eq(KEY), isA(AtomicInteger.class))).andReturn(existingZero); 174 expect(backingMap.replace(eq(KEY), eq(existingZero), isA(AtomicInteger.class))) 177 expect(backingMap.putIfAbsent(eq(KEY), isA(AtomicInteger.class))).andReturn(existing); 182 expect(backingMap.replace(eq(KEY), eq(existingZero), isA(AtomicInteger.class))) 184 expect(backingMap.putIfAbsent(eq(KEY), isA(AtomicInteger.class))).andReturn(existing);
|
/external/libvncserver/x11vnc/misc/ |
desktop.cgi | 225 $have_inet6 = 1 if $@ eq ""; 501 if ($ENV{'REQUEST_METHOD'} eq "POST") { 503 } elsif ($ENV{'REQUEST_METHOD'} eq "GET" ) { 632 if ($username eq $_) { 654 if ($username eq $_) { [all...] |
/external/libcap-ng/libcap-ng-0.7/ |
depcomp | 125 if test $stat -eq 0; then : 148 if test $stat -eq 0; then : 192 if test $stat -eq 0; then : 251 if test $stat -eq 0; then : 297 if test $stat -eq 0; then : 335 if test $stat -eq 0; then : 398 if test $stat -eq 0; then :
|
/external/libopus/ |
depcomp | 137 if test $stat -eq 0; then : 160 if test $stat -eq 0; then : 203 if test $stat -eq 0; then : 266 if test $stat -eq 0; then : 314 if test $stat -eq 0; then : 358 if test $stat -eq 0; then : 421 if test $stat -eq 0; then :
|
/external/libvncserver/ |
depcomp | 137 if test $stat -eq 0; then : 160 if test $stat -eq 0; then : 203 if test $stat -eq 0; then : 266 if test $stat -eq 0; then : 314 if test $stat -eq 0; then : 358 if test $stat -eq 0; then : 421 if test $stat -eq 0; then :
|
/external/openfst/ |
depcomp | 125 if test $stat -eq 0; then : 148 if test $stat -eq 0; then : 192 if test $stat -eq 0; then : 251 if test $stat -eq 0; then : 297 if test $stat -eq 0; then : 335 if test $stat -eq 0; then : 398 if test $stat -eq 0; then :
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_datetime.py | 171 eq = self.assertEqual 175 eq(td(), td(weeks=0, days=0, hours=0, minutes=0, seconds=0, 177 eq(td(1), td(days=1)) 178 eq(td(0, 1), td(seconds=1)) 179 eq(td(0, 0, 1), td(microseconds=1)) 180 eq(td(weeks=1), td(days=7)) 181 eq(td(days=1), td(hours=24)) 182 eq(td(hours=1), td(minutes=60)) 183 eq(td(minutes=1), td(seconds=60)) 184 eq(td(seconds=1), td(milliseconds=1000) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_datetime.py | 171 eq = self.assertEqual 175 eq(td(), td(weeks=0, days=0, hours=0, minutes=0, seconds=0, 177 eq(td(1), td(days=1)) 178 eq(td(0, 1), td(seconds=1)) 179 eq(td(0, 0, 1), td(microseconds=1)) 180 eq(td(weeks=1), td(days=7)) 181 eq(td(days=1), td(hours=24)) 182 eq(td(hours=1), td(minutes=60)) 183 eq(td(minutes=1), td(seconds=60)) 184 eq(td(seconds=1), td(milliseconds=1000) [all...] |
/device/moto/shamu/self-extractors/moto/staging/ |
device-partial.mk | 54 vendor/moto/shamu/proprietary/left.boost.music.eq:system/vendor/firmware/left.boost.music.eq:moto \ 58 vendor/moto/shamu/proprietary/left.boost.ringtone.eq:system/vendor/firmware/left.boost.ringtone.eq:moto \ 61 vendor/moto/shamu/proprietary/left.boost.voice.eq:system/vendor/firmware/left.boost.voice.eq:moto \ 63 vendor/moto/shamu/proprietary/right.boost.music.eq:system/vendor/firmware/right.boost.music.eq:moto \ 67 vendor/moto/shamu/proprietary/right.boost.ringtone.eq:system/vendor/firmware/right.boost.ringtone.eq:moto [all...] |
/external/javassist/src/main/javassist/bytecode/analysis/ |
Type.java | 385 if (eq(CLONEABLE.clazz, targetRoot.clazz) || eq(SERIALIZABLE.clazz, targetRoot.clazz)) 400 if (eq(deep, shallow) && deep.getSuperclass() != null) 440 while (!eq(deep, shallow)) { 573 return o.getClass() == getClass() && eq(clazz, ((Type)o).clazz); 576 static boolean eq(CtClass one, CtClass two) { method in class:Type
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
perf | 140 if [ \( $2 -eq 0 \) -o \( \( $2 -ge 8 \) -a \( $2 -le 15 \) \) ] 200 if [ $6 -eq 19 ] 260 if [ $yuv_size -eq $rgb_size ]
|
/external/v8/src/arm/ |
lithium-codegen-arm.cc | 874 __ mov(r1, Operand(FLAG_deopt_every_n_times), LeaveCC, eq); 883 __ Call(entry, RelocInfo::RUNTIME_ENTRY, eq); [all...] |
/bionic/libc/arch-arm64/generic/bionic/ |
memchr.S | 87 b.eq .Lloop 159 csel result, xzr, result, eq
|
memcmp.S | 81 b.eq .Lnot_limit 152 b.eq 1b
|
/cts/tests/tests/admin/src/android/admin/cts/ |
DeviceAdminActivationTest.java | 178 Mockito.eq(REQUEST_CODE_ACTIVATE_ADMIN), 187 Mockito.eq(REQUEST_CODE_ACTIVATE_ADMIN),
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eq/d/ |
T_if_eq_3.d | 30 if-eq v6, v7, Label11
|
T_if_eq_6.d | 30 if-eq v6, v8, Label11
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result/d/ |
T_move_result_1.d | 37 if-eq v0, v1 Label1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_object/d/ |
T_move_result_object_1.d | 36 if-eq v0, v15, Label1
|
/external/bison/build-aux/ |
update-b4-copyright | 83 if ($2 eq '-') { '\d{4}'; }
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
SecP192R1FieldElement.java | 167 return Nat192.eq(x1, t2) ? new SecP192R1FieldElement(t1) : null; 183 return Nat192.eq(x, o.x);
|
SecP256R1FieldElement.java | 166 return Nat256.eq(x1, t2) ? new SecP256R1FieldElement(t1) : null; 182 return Nat256.eq(x, o.x);
|
SecP521R1FieldElement.java | 146 return Nat.eq(17, x1, t2) ? new SecP521R1FieldElement(t1) : null; 162 return Nat.eq(17, x, o.x);
|
/external/compiler-rt/lib/builtins/arm/ |
udivsi3.S | 43 IT(eq) 44 JMPc(lr, eq)
|
umodsi3.S | 41 ITT(eq) 43 JMPc(lr, eq)
|