HomeSort by relevance Sort by last modified time
    Searched refs:eq (Results 176 - 200 of 1259) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py 125 eq = self.assertEqual
129 eq(pab, pba, Frm("multiplication does not commute for %r and %r", x, y))
130 eq(q, q2, Frm("divmod returns different quotient than / for %r and %r", x, y))
131 eq(r, r2, Frm("divmod returns different mod than %% for %r and %r", x, y))
132 eq(x, q*y + r, Frm("x != q*y + r after divmod on x=%r, y=%r", x, y))
200 eq = self.assertEqual
201 eq(x & 0, 0, Frm("x & 0 != 0 for x=%r", x))
202 eq(x | 0, x, Frm("x | 0 != x for x=%r", x))
203 eq(x ^ 0, x, Frm("x ^ 0 != x for x=%r", x))
204 eq(x & -1, x, Frm("x & -1 != x for x=%r", x)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py 125 eq = self.assertEqual
129 eq(pab, pba, Frm("multiplication does not commute for %r and %r", x, y))
130 eq(q, q2, Frm("divmod returns different quotient than / for %r and %r", x, y))
131 eq(r, r2, Frm("divmod returns different mod than %% for %r and %r", x, y))
132 eq(x, q*y + r, Frm("x != q*y + r after divmod on x=%r, y=%r", x, y))
200 eq = self.assertEqual
201 eq(x & 0, 0, Frm("x & 0 != 0 for x=%r", x))
202 eq(x | 0, x, Frm("x | 0 != x for x=%r", x))
203 eq(x ^ 0, x, Frm("x ^ 0 != x for x=%r", x))
204 eq(x & -1, x, Frm("x & -1 != x for x=%r", x)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
mergeChangeLogs.pl 120 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
121 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
132 ok(readFile($fileNewer) eq $expectedContent, "$title: \$fileNewer should be updated to include patch");
189 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
190 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
191 ok(readFile($fileNewer) eq $fileNewerContent, "$title: \$fileNewer should be unchanged");
246 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
247 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
259 ok(readFile($fileNewer) eq $expectedContent, "$title: \$fileNewer should be patched");
326 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged")
    [all...]
  /external/stlport/stlport/stl/
_ctraits_fns.h 39 { return _Traits::eq(__x, __y); }
48 { return _Traits::eq(__x, __val); }
58 { return !_Traits::eq(__x, __val); }
  /frameworks/webview/chromium/tools/buildbot/
webview_buildbot_functions.sh 37 if [ "$USE_GOMA" -eq 1 ]; then
46 if [ "$USE_GOMA" -eq 1 ]; then
61 if [ "$USE_GOMA" -eq 1 ]; then
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 39 { return _Traits::eq(__x, __y); }
48 { return _Traits::eq(__x, __val); }
58 { return !_Traits::eq(__x, __val); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 39 { return _Traits::eq(__x, __y); }
48 { return _Traits::eq(__x, __val); }
58 { return !_Traits::eq(__x, __val); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 39 { return _Traits::eq(__x, __y); }
48 { return _Traits::eq(__x, __val); }
58 { return !_Traits::eq(__x, __val); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 39 { return _Traits::eq(__x, __y); }
48 { return _Traits::eq(__x, __val); }
58 { return !_Traits::eq(__x, __val); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 39 { return _Traits::eq(__x, __y); }
48 { return _Traits::eq(__x, __val); }
58 { return !_Traits::eq(__x, __val); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ctraits_fns.h 39 { return _Traits::eq(__x, __y); }
48 { return _Traits::eq(__x, __val); }
58 { return !_Traits::eq(__x, __val); }
  /bionic/libc/arch-arm64/bionic/
sigsetjmp.S 49 b.eq PIC_SYM(_longjmp, PLT)
  /build/tools/
mktarball.sh 41 if [ $? -eq 0 ] ; then
51 [ $success -eq 0 ] || rm -f ${target_tarball}
  /external/chromium_org/chrome/browser/mac/
install.sh 27 if [ ${EUID} -eq 0 ] ; then
117 ([ ${OS_MAJOR} -eq 10 ] && [ ${OS_MINOR} -ge 6 ]) ; then
  /external/compiler-rt/lib/builtins/arm/
aeabi_dcmp.S 12 // int __aeabi_dcmp{eq,lt,le,ge,gt}(double a, double b) {
13 // int result = __{eq,lt,le,ge,gt}df2(a, b);
36 DEFINE_AEABI_DCMP(eq)
aeabi_fcmp.S 12 // int __aeabi_fcmp{eq,lt,le,ge,gt}(float a, float b) {
13 // int result = __{eq,lt,le,ge,gt}sf2(a, b);
36 DEFINE_AEABI_FCMP(eq)
  /external/mockito/src/org/mockito/
Matchers.java 41 * verify(mock).someMethod(anyInt(), anyString(), <b>eq("third argument")</b>);
42 * //above is correct - eq() is also an argument matcher
48 * Matcher methods like <code>anyObject()</code>, <code>eq()</code> <b>do not</b> return matchers.
51 * The consequence is that you cannot use <code>anyObject()</code>, <code>eq()</code> methods outside of verified/stubbed method.
487 public static boolean eq(boolean value) { method in class:Matchers
500 public static byte eq(byte value) { method in class:Matchers
513 public static char eq(char value) { method in class:Matchers
526 public static double eq(double value) { method in class:Matchers
539 public static float eq(float value) { method in class:Matchers
552 public static int eq(int value) { method in class:Matchers
565 public static long eq(long value) { method in class:Matchers
578 public static short eq(short value) { method in class:Matchers
591 public static <T> T eq(T value) { method in class:Matchers
    [all...]
  /external/clang/tools/scan-build/
ccc-analyzer 105 if ($ErrorType eq $ParserRejects) {
108 elsif ($ErrorType eq $AttributeIgnored) {
111 elsif ($ErrorType eq $OtherError) {
267 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
478 elsif ($Arg eq '-c') { $Action = 'compile'; }
482 if ($Arg eq "-arch") {
551 if ($1 eq '') {
566 if ($Arg eq '-x') {
572 if ($Arg eq '-o') {
580 if ($Arg eq '-O') { push @LinkOpts,'-O1';
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 105 if ($ErrorType eq $ParserRejects) {
108 elsif ($ErrorType eq $AttributeIgnored) {
111 elsif ($ErrorType eq $OtherError) {
268 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
471 elsif ($Arg eq '-c') { $Action = 'compile'; }
475 if ($Arg eq "-arch") {
548 if ($1 eq '') {
558 if ($Arg eq '-x') {
564 if ($Arg eq '-o') {
572 if ($Arg eq '-O') { push @LinkOpts,'-O1';
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 105 if ($ErrorType eq $ParserRejects) {
108 elsif ($ErrorType eq $AttributeIgnored) {
111 elsif ($ErrorType eq $OtherError) {
268 if ($Result & 127 and $Cmd eq $Clang and defined $HtmlDir) {
471 elsif ($Arg eq '-c') { $Action = 'compile'; }
475 if ($Arg eq "-arch") {
548 if ($1 eq '') {
558 if ($Arg eq '-x') {
564 if ($Arg eq '-o') {
572 if ($Arg eq '-O') { push @LinkOpts,'-O1';
    [all...]
  /external/libhevc/common/arm64/
ihevc_intra_pred_luma_mode_18_34.s 127 csel x6, x20, x6,eq
178 csel x2, x20, x2,eq
182 csel x12, x4, x12,eq
189 csel x0, x20, x0,eq
190 csel x11, x4, x11,eq
191 csel x8, x0, x8,eq
220 csel x2, x20, x2,eq
224 csel x12, x4, x12,eq
231 csel x11, x4, x11,eq
233 csel x0, x20, x0,eq
    [all...]
  /bionic/libc/arch-arm64/denver64/bionic/
memset.S 71 # b.eq .Lzero_mem
84 b.eq .Ltail63
87 b.eq 1f
99 b.eq .Ltail15
102 b.eq 1f
140 b.eq 2f
190 b.eq 1f
234 b.eq 1f /* Already aligned. */
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eq/d/
T_if_eq_1.d 16 if-eq v6, v7, Label11
T_if_eq_10.d 16 if-eq v6, v7, Label10
T_if_eq_11.d 16 if-eq v6, v7, Label10

Completed in 684 milliseconds

1 2 3 4 5 6 78 91011>>