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

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/
test_email_codecs_renamed.py 25 eq = self.ndiffAssertEqual
38 eq(h.encode(), """\
41 eq(decode_header(h.encode()),
50 eq(enc , """\
54 eq(h.__unicode__().encode('euc-jp'), long)
  /prebuilts/go/darwin-x86/src/syscall/
mksyscall_solaris.pl 28 if($ARGV[0] eq "-b32") {
31 } elsif($ARGV[0] eq "-l32") {
41 if($ENV{'GOARCH'} eq "" || $ENV{'GOOS'} eq "") {
50 if($list eq "") {
98 if($modname eq "") {
103 if($sysname eq "") {
136 if($type eq "error") {
150 } elsif($type eq "string" && $errvar ne "") {
157 } elsif($type eq "string")
    [all...]
mksysnum_netbsd.pl 43 if($compat eq '' || $compat eq '30' || $compat eq '50') {
  /prebuilts/go/linux-x86/src/syscall/
mksyscall_solaris.pl 28 if($ARGV[0] eq "-b32") {
31 } elsif($ARGV[0] eq "-l32") {
41 if($ENV{'GOARCH'} eq "" || $ENV{'GOOS'} eq "") {
50 if($list eq "") {
98 if($modname eq "") {
103 if($sysname eq "") {
136 if($type eq "error") {
150 } elsif($type eq "string" && $errvar ne "") {
157 } elsif($type eq "string")
    [all...]
mksysnum_netbsd.pl 43 if($compat eq '' || $compat eq '30' || $compat eq '50') {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 25 eq = self.ndiffAssertEqual
38 eq(h.encode(), """\
41 eq(decode_header(h.encode()),
50 eq(enc , """\
54 eq(h.__unicode__().encode('euc-jp'), long)
test_email_codecs_renamed.py 25 eq = self.ndiffAssertEqual
38 eq(h.encode(), """\
41 eq(decode_header(h.encode()),
50 eq(enc , """\
54 eq(h.__unicode__().encode('euc-jp'), long)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 25 eq = self.ndiffAssertEqual
38 eq(h.encode(), """\
41 eq(decode_header(h.encode()),
50 eq(enc , """\
54 eq(h.__unicode__().encode('euc-jp'), long)
test_email_codecs_renamed.py 25 eq = self.ndiffAssertEqual
38 eq(h.encode(), """\
41 eq(decode_header(h.encode()),
50 eq(enc , """\
54 eq(h.__unicode__().encode('euc-jp'), long)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-mutex-err.s 7 cmp.eq p6, p0 = r29, r0
12 cmp.eq p0, p1 = r1, r2;;
18 (p3) cmp.eq p0, p1 = r1, r2;;
24 cmp.eq p2, p3 = r1, r2;;
30 (p3) cmp.eq p2, p3 = r1, r2;;
  /external/ImageMagick/scripts/
txt2html 298 if (($ARGV[0] eq "-r" || $ARGV[0] eq "--hrule") &&
306 if (($ARGV[0] eq "-s" || $ARGV[0] eq "--shortline") &&
314 if (($ARGV[0] eq "-p" || $ARGV[0] eq "--prewhite") &&
322 if (($ARGV[0] eq "-pb" || $ARGV[0] eq "--prebegin") &&
330 if (($ARGV[0] eq "-pe" || $ARGV[0] eq "--preend") &
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
CodeCoverageTestBaseTest.java 26 import static org.mockito.Mockito.eq;
255 .get(eq(PACKAGE_NAME1), eq(RUNNER_NAME1), anyInt(), anyInt());
258 .get(eq(PACKAGE_NAME1), eq(RUNNER_NAME1), anyInt(), anyInt());
265 eq("coverage"),
266 eq(FakeReportFormat.HTML.getLogDataType()),
291 .get(eq(PACKAGE_NAME1), eq(RUNNER_NAME1), anyInt(), anyInt());
294 .get(eq(PACKAGE_NAME1), eq(RUNNER_NAME1), anyInt(), anyInt())
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallScreeningServiceFilterTest.java 56 import static org.mockito.Matchers.eq;
112 when(mDefaultDialerCache.getDefaultDialerApplication(eq(UserHandle.USER_CURRENT)))
117 eq(mCall), anyBoolean(), eq(mPhoneAccountRegistrar))).thenReturn(null);
119 anyInt(), eq(UserHandle.CURRENT))).thenReturn(true);
124 when(mDefaultDialerCache.getDefaultDialerApplication(eq(UserHandle.USER_CURRENT)))
127 verify(mCallback).onCallFilteringComplete(eq(mCall), eq(PASS_RESULT)); method
135 verify(mCallback).onCallFilteringComplete(eq(mCall), eq(PASS_RESULT)) method
142 verify(mCallback).onCallFilteringComplete(eq(mCall), eq(PASS_RESULT)); method
149 verify(mCallback).onCallFilteringComplete(eq(mCall), eq(PASS_RESULT)); method
157 verify(mCallback).onCallFilteringComplete(eq(mCall), eq(PASS_RESULT)); method
167 verify(mCallback).onCallFilteringComplete(eq(mCall), eq(PASS_RESULT)); method
177 verify(mCallback).onCallFilteringComplete(eq(mCall), eq(PASS_RESULT)); method
191 verify(mCallback).onCallFilteringComplete(eq(mCall), eq(new CallFilteringResult( method
205 eq(UserHandle.CURRENT)); method
    [all...]
  /build/soong/cmd/microfactory/
microfactory.bash 72 if [ "${mf_version}" -eq "$(cat "${mf_version_file}")" ]; then
78 if [ $from_src -eq 1 ]; then
89 if [ $from_src -eq 1 ]; then
  /device/linaro/bootloader/edk2/ArmPkg/Include/
AsmMacroIoLibV8.h 27 b.eq 2f ;\
38 b.eq 3f ;\
40 b.eq 2f ;\
  /external/abi-compliance-checker/modules/Internals/
CallConv.pm 53 if($Type{"Name"} eq "void")
60 if($Arch eq "x86")
72 elsif($Arch eq "x86_64")
79 elsif($Type{"Name"} eq "__int128"
80 or $Type{"Name"} eq "unsigned __int128")
93 elsif($Type{"Name"} eq "__m256")
98 elsif($Type{"Name"} eq "long double")
106 elsif($Type{"Name"} eq "complex long double") {
122 elsif($Arch eq "arm")
126 elsif($System eq "windows"
    [all...]
  /external/toybox/kconfig/lxdialog/
check-lxdialog.sh 8 if [ $? -eq 0 ]; then
13 if [ $? -eq 0 ]; then
18 if [ $? -eq 0 ]; then
  /external/valgrind/coregrind/
link_tool_exe_darwin.in 117 if ($str eq "-o" && $outname eq "") {
123 if ($outname eq "");
131 if ($str eq "-arch" && $archstr eq "") {
137 if ($archstr eq "");
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
PowerNotificationWarningsTest.java 25 import static org.mockito.Matchers.eq;
81 .notifyAsUser(anyString(), eq(SystemMessage.NOTE_BAD_CHARGER), any(), any()); method
83 eq(SystemMessage.NOTE_POWER_LOW), any()); method
91 eq(SystemMessage.NOTE_BAD_CHARGER), any()); method
98 .notifyAsUser(anyString(), eq(SystemMessage.NOTE_POWER_LOW), any(), any()); method
100 eq(SystemMessage.NOTE_BAD_CHARGER), any()); method
108 eq(SystemMessage.NOTE_POWER_LOW), any()); method
116 .notifyAsUser(anyString(), eq(SystemMessage.NOTE_POWER_LOW), method
125 .notifyAsUser(anyString(), eq(SystemMessage.NOTE_HIGH_TEMP), any(), any()); method
133 eq(SystemMessage.NOTE_HIGH_TEMP), any()) method
140 .notifyAsUser(anyString(), eq(SystemMessage.NOTE_THERMAL_SHUTDOWN), any(), any()); method
148 eq(SystemMessage.NOTE_THERMAL_SHUTDOWN), any()); method
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SelfRecoveryTest.java 50 verify(mWifiController).sendMessage(eq(WifiController.CMD_RESTART_WIFI));
56 verify(mWifiController).sendMessage(eq(WifiController.CMD_RESTART_WIFI));
62 verify(mWifiController).sendMessage(eq(WifiController.CMD_RESTART_WIFI));
92 verify(mWifiController).sendMessage(eq(WifiController.CMD_RESTART_WIFI));
96 verify(mWifiController).sendMessage(eq(WifiController.CMD_RESTART_WIFI));
101 verify(mWifiController).sendMessage(eq(WifiController.CMD_RESTART_WIFI));
107 verify(mWifiController, never()).sendMessage(eq(WifiController.CMD_RESTART_WIFI));
111 verify(mWifiController, never()).sendMessage(eq(WifiController.CMD_RESTART_WIFI));
116 verify(mWifiController).sendMessage(eq(WifiController.CMD_RESTART_WIFI));
123 verify(mWifiController).sendMessage(eq(WifiController.CMD_RESTART_WIFI))
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
MultiArrayType.java 83 if (eq(type.getCtClass(), Type.OBJECT.getCtClass()))
86 if (eq(type.getCtClass(), Type.CLONEABLE.getCtClass()))
89 if (eq(type.getCtClass(), Type.SERIALIZABLE.getCtClass()))
102 if (eq(typeRoot.getCtClass(), Type.OBJECT.getCtClass()))
105 if (eq(typeRoot.getCtClass(), Type.CLONEABLE.getCtClass()))
108 if (eq(typeRoot.getCtClass(), Type.SERIALIZABLE.getCtClass()))
  /external/ltp/testcases/commands/sssd/
sssd01 38 if [ $? -eq 0 ]; then
47 if [ $? -eq 0 ]; then
73 if [ $? -eq 0 ]; then
82 if [ $? -eq 0 ]; then
106 if [ $? -eq 0 ]; then
115 if [ $? -eq 0 ]; then
  /external/ltp/testcases/kdump/lib/
setup.sh 23 elif [ "${kx}" -eq 2 ]; then
27 elif [ "${ky}" -eq 6 ]; then
57 if [ "${CRASH}" ] && [ "${CRASH}" -eq 1 ]; then
  /external/ltp/testcases/kernel/containers/netns/
netns_comm.sh 59 if [ $? -eq 0 ]; then
68 if [ $? -eq 0 ]; then
91 if [ $? -eq 0 ]; then
  /external/ltp/testcases/kernel/power_management/
runpwtests_exclusive03.sh 65 if [ $RC -eq 0 ]; then
77 if [ $sched_smt -eq $sched_mc ]; then
92 if [ $RC -eq 0 ]; then

Completed in 1912 milliseconds

<<11121314151617181920>>