HomeSort by relevance Sort by last modified time
    Searched refs:eq (Results 476 - 500 of 3043) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/kernel/power_management/
runpwtests04.sh 40 if [ ${RC} -eq 0 ] ; then
  /external/ltp/testcases/kernel/tracing/ftrace_test/
ftrace_regression02.sh 50 if [ $? -eq 0 ]; then
  /external/ltp/testcases/network/stress/ns-tools/
find_portbundle 98 if [ $skip -eq 1 ]; then
122 if [ $min_port -eq $max_port ]; then
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DependencyTest.java 19 import static org.mockito.Matchers.eq;
61 verify(d).dump(eq(null), any(), eq(null)); method
70 verify(d).onConfigurationChanged(eq(null));
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DefaultPhoneNotifierTest.java 27 import static org.mockito.Matchers.eq;
81 verify(mTelephonyRegisteryMock).notifyCallForwardingChangedForSubscriber(eq(0), eq(false)); method
86 verify(mTelephonyRegisteryMock).notifyCallForwardingChangedForSubscriber(eq(1), eq(true)); method
94 verify(mTelephonyRegisteryMock).notifyDataActivityForSubscriber(eq(0),
95 eq(TelephonyManager.DATA_ACTIVITY_NONE)); method
100 verify(mTelephonyRegisteryMock).notifyDataActivityForSubscriber(eq(1),
101 eq(TelephonyManager.DATA_ACTIVITY_IN)); method
113 verify(mTelephonyRegisteryMock).notifySignalStrengthForPhoneId(eq(0), eq(0)
    [all...]
  /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
CellBroadcastTest.java 20 import static org.mockito.Mockito.eq;
56 .getSystemService(eq(Context.CARRIER_CONFIG_SERVICE));
65 doReturn(mBundles.get(subId)).when(mCarrierConfigManager).getConfigForSubId(eq(subId));
69 doReturn(values).when(mResources).getStringArray(eq(id));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm-it-auto-3.d 10 00000002 <.text.one\+0x2> bf08 it eq
14 00000000 <.text.two> bf08 it eq
inst-po-3.d 9 00000000 <.text> bf08 it eq
14 0000000c <.text\+0xc> bf0c ite eq
thumb2_bcond.d 15 0+0.. <[^>]+> bf08[ ]+it eq
21 0+0.. <[^>]+> bf08[ ]+it eq
thumb2_it.d 10 0+000 <[^>]+> bf05 ittet eq
20 0+018 <[^>]+> bf0a itet eq
27 0+02e <[^>]+> bf01 itttt eq
32 0+03e <[^>]+> bf02 ittt eq
40 0+056 <[^>]+> bf01 itttt eq
45 0+062 <[^>]+> bf08 it eq
50 0+06e <[^>]+> bf01 itttt eq
57 0+082 <[^>]+> bf02 ittt eq
thumb2_it_auto.d 10 0+000 <[^>]+> bf05 ittet eq
20 0+018 <[^>]+> bf0a itet eq
27 0+02e <[^>]+> bf01 itttt eq
32 0+03e <[^>]+> bf02 ittt eq
40 0+056 <[^>]+> bf01 itttt eq
45 0+062 <[^>]+> bf08 it eq
50 0+06e <[^>]+> bf01 itttt eq
57 0+082 <[^>]+> bf02 ittt eq
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
t12_bit.s 19 bset/eq #0x7,@er1 ;7d107077
20 bset/eq #0x7,@0xffffff12:8 ;7f127077
21 bset/eq #0x7,@0x1234:16 ;6a1812347077
22 bset/eq #0x7,@0x12345678:32 ;6a38123456787077
24 bset/eq r3h,@er1 ;7d106037
25 bset/eq r3h,@0xffffff12:8 ;7f126037
26 bset/eq r3h,@0x1234:16 ;6a1812346037
27 bset/eq r3h,@0x12345678:32 ;6a38123456786037
63 bclr/eq #0x7,@er1 ;7d107277
64 bclr/eq #0x7,@0xffffff12:8 ;7f127277
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-safe.d 10 0: 02 08 04 04 02 38 \[MII\] cmp\.eq p1,p2=r1,r2
11 6: 30 18 10 08 70 00 cmp\.eq p3,p4=r3,r4;;
  /toolchain/binutils/binutils-2.25/gold/testsuite/
icf_safe_test.sh 61 if [ $? -eq 0 ];
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
SdkAvdPreparerTest.java 72 mMockRunUtil.setEnvVariable(EasyMock.eq("ANDROID_SWT"), (String)EasyMock.anyObject());
110 mMockRunUtil.setEnvVariable(EasyMock.eq("ANDROID_SDK_HOME"), (String)EasyMock.anyObject());
111 mMockRunUtil.setEnvVariable(EasyMock.eq("ANDROID_SDK_ROOT"), (String)EasyMock.anyObject());
117 mMockDeviceManager.launchEmulator(EasyMock.eq(mMockDevice), EasyMock.anyLong(),
118 EasyMock.eq(mMockRunUtil), (List<String>)EasyMock.anyObject());
137 mMockRunUtil.setEnvVariable(EasyMock.eq("ANDROID_SDK_HOME"), (String)EasyMock.anyObject());
138 mMockRunUtil.setEnvVariable(EasyMock.eq("ANDROID_SDK_ROOT"), (String)EasyMock.anyObject());
144 mMockDeviceManager.launchEmulator(EasyMock.eq(mMockDevice), EasyMock.anyLong(),
145 EasyMock.eq(mMockRunUtil), (List<String>)EasyMock.anyObject());
172 mMockRunUtil.setEnvVariable(EasyMock.eq("ANDROID_SDK_HOME"), (String)EasyMock.anyObject())
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
NewOutgoingCallIntentBroadcasterTest.java 51 import static org.mockito.Matchers.eq;
103 verify(mCallsManager).placeOutgoingCall(eq(mCall), eq(Uri.parse(voicemailNumber)),
104 nullable(GatewayInfo.class), eq(true), eq(VideoProfile.STATE_AUDIO_ONLY)); method
162 any(Context.class), eq(handle.getSchemeSpecificPart()));
224 any(Context.class), eq(handle.getSchemeSpecificPart()));
238 any(Context.class), eq(handle.getSchemeSpecificPart()));
244 verify(mCallsManager).placeOutgoingCall(eq(mCall), eq(handle), isNull(GatewayInfo.class) method
245 eq(isSpeakerphoneOn), eq(videoState)); method
267 verify(mCallsManager).placeOutgoingCall(eq(mCall), eq(handle), isNull(GatewayInfo.class), method
268 eq(true), eq(VideoProfile.STATE_BIDIRECTIONAL)); method
284 verify(mCallsManager).placeOutgoingCall(eq(mCall), eq(encHandle), isNull(GatewayInfo.class), method
285 eq(true), eq(VideoProfile.STATE_BIDIRECTIONAL)); method
303 verify(mCallsManager).placeOutgoingCall(eq(mCall), eq(handle), method
304 isNotNull(GatewayInfo.class), eq(true), eq(VideoProfile.STATE_BIDIRECTIONAL)); method
    [all...]
  /external/vixl/test/aarch32/
test-assembler-cond-rd-rn-operand-rm-t32-rd-is-rn-in-it-block.cc 102 {{eq, r4, r4, r9}, true, eq, "eq r4 r4 r9", "eq_r4_r4_r9"},
140 {{eq, r4, r4, r14}, true, eq, "eq r4 r4 r14", "eq_r4_r4_r14"},
158 {{eq, r4, r4, r7}, true, eq, "eq r4 r4 r7", "eq_r4_r4_r7"},
179 {{eq, r9, r9, r3}, true, eq, "eq r9 r9 r3", "eq_r9_r9_r3"}
    [all...]
  /external/ImageMagick/config/
missing 27 if test $# -eq 0; then
84 test $st -eq 0 && exit 0
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
  /external/curl/tests/
secureserver.pl 94 if($ARGV[0] eq '--verbose') {
97 elsif($ARGV[0] eq '--proto') {
103 elsif($ARGV[0] eq '--accept') {
111 elsif($ARGV[0] eq '--connect') {
119 elsif($ARGV[0] eq '--stunnel') {
130 elsif($ARGV[0] eq '--srcdir') {
136 elsif($ARGV[0] eq '--certfile') {
142 elsif($ARGV[0] eq '--id') {
150 elsif($ARGV[0] eq '--ipv4') {
153 elsif($ARGV[0] eq '--ipv6')
    [all...]
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 52 } elsif ( lc $ARGV[0] eq "add" ) {
55 } elsif ( lc $ARGV[0] eq "del" ) {
60 if ( lc substr($resp,0,1) eq "y" ) {
63 } elsif ( lc $ARGV[0] eq "listusers" or lc $ARGV[0] eq "writehostsfile" ) {
66 if ( lc $ARGV[0] eq "writehostsfile" ) {
74 if ( lc $ARGV[0] eq "listusers" ) {
82 if ( lc $ARGV[0] eq "writehostsfile" ) {
89 } elsif ( lc $ARGV[0] eq "listen" ) {
109 last if $_ eq "";
    [all...]
  /external/google-breakpad/autotools/
missing 27 if test $# -eq 0; then
84 test $st -eq 0 && exit 0
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
  /external/libedit/
missing 27 if test $# -eq 0; then
84 test $st -eq 0 && exit 0
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
  /external/libmicrohttpd/
missing 27 if test $# -eq 0; then
84 test $st -eq 0 && exit 0
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
  /external/libnetfilter_conntrack/build-aux/
missing 27 if test $# -eq 0; then
84 test $st -eq 0 && exit 0
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
  /external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.pl 27 if ($opts{arch} eq "x86_64") {
38 if (vpx_config("CONFIG_VP9_POSTPROC") eq "yes") {
49 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
51 if (vpx_config("CONFIG_EMULATE_HARDWARE") eq "yes") {
69 if (vpx_config("CONFIG_EMULATE_HARDWARE") eq "yes") {
88 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
92 if (vpx_config("CONFIG_VP9_POSTPROC") eq "yes") {
115 if (vpx_config("CONFIG_VP9_ENCODER") eq "yes") {
122 if (vpx_config("CONFIG_VP9_TEMPORAL_DENOISING") eq "yes") {
127 if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes")
    [all...]

Completed in 1786 milliseconds

<<11121314151617181920>>