HomeSort by relevance Sort by last modified time
    Searched refs:o2 (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /packages/apps/Email/src/com/android/email/mail/
MessageDateComparator.java 22 public int compare(Message o1, Message o2) {
26 } else if (o2.getSentDate() == null) {
29 return o2.getSentDate().compareTo(o1.getSentDate());
  /bionic/libc/kernel/common/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /development/ndk/platforms/android-3/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /external/stlport/src/
sparc_atomic.s 16 ld [%o0], %o2 ! Set the current value
19 cas [%o0], %o2, %o3
20 cmp %o2, %o3 ! Check whether successful
23 mov %o2, %o0 ! Set the new value
35 ld [%o0], %o2 ! set the current
36 add %o2, 0x1, %o3 ! Increment and store current
38 cas [%o0], %o2, %o3
39 cmp %o3, %o2 ! Check whether successful
57 ld [%o0], %o2 ! set the current
58 sub %o2, 0x1, %o3 ! decrement and store curren
    [all...]
sparc_atomic64.s 14 ldx [%o0], %o2 ! Set the current value
16 casx [%o0], %o2, %o3 ! Do the compare and swap
17 cmp %o2, %o3 ! Check whether successful
22 mov %o2, %o0 ! Set the new value
33 ldx [%o0], %o2 ! set the current
34 addx %o2, 0x1, %o3 ! Increment and store current
35 casx [%o0], %o2, %o3 ! Do the compare and swap
36 cmp %o3, %o2 ! Check whether successful
53 ldx [%o0], %o2 ! set the current
54 subx %o2, 0x1, %o3 ! decrement and store curren
    [all...]
  /ndk/sources/android/stlport/src/
sparc_atomic.s 16 ld [%o0], %o2 ! Set the current value
19 cas [%o0], %o2, %o3
20 cmp %o2, %o3 ! Check whether successful
23 mov %o2, %o0 ! Set the new value
35 ld [%o0], %o2 ! set the current
36 add %o2, 0x1, %o3 ! Increment and store current
38 cas [%o0], %o2, %o3
39 cmp %o3, %o2 ! Check whether successful
57 ld [%o0], %o2 ! set the current
58 sub %o2, 0x1, %o3 ! decrement and store curren
    [all...]
sparc_atomic64.s 14 ldx [%o0], %o2 ! Set the current value
16 casx [%o0], %o2, %o3 ! Do the compare and swap
17 cmp %o2, %o3 ! Check whether successful
22 mov %o2, %o0 ! Set the new value
33 ldx [%o0], %o2 ! set the current
34 addx %o2, 0x1, %o3 ! Increment and store current
35 casx [%o0], %o2, %o3 ! Do the compare and swap
36 cmp %o3, %o2 ! Check whether successful
53 ldx [%o0], %o2 ! set the current
54 subx %o2, 0x1, %o3 ! decrement and store curren
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /external/kernel-headers/original/linux/sunrpc/
gss_asn1.h 64 #define g_OID_equal(o1,o2) \
65 (((o1)->len == (o2)->len) && \
66 (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /external/webkit/LayoutTests/fast/js/resources/
codegen-temporaries-multiple-global-blocks-2.js 9 var o2 = { a: 1 };
10 var v2 = o2;
12 shouldBe("o2.a", "2");
  /external/apache-http/src/org/apache/commons/codec/
StringEncoderComparator.java 64 * @param o2 the object to compare to
68 public int compare(Object o1, Object o2) {
74 Comparable s2 = (Comparable) ((Encoder) this.stringEncoder).encode(o2);
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1Sequence.java 203 DERObject o2 = ((DEREncodable)s2.nextElement()).getDERObject(); local
205 if (o1 == o2 || (o1 != null && o1.equals(o2)))
ASN1Set.java 222 DERObject o2 = ((DEREncodable)s2.nextElement()).getDERObject(); local
224 if (o1 == o2 || (o1 != null && o1.equals(o2)))
  /libcore/luni/src/test/java/libcore/java/util/
OldTreeMapTest.java 40 public int compare(Object o1, Object o2) {
41 return -(((Comparable) o1).compareTo(o2));
44 public boolean equals(Object o1, Object o2) {
45 return (((Comparable) o1).compareTo(o2)) == 0;
53 public int compare(T o1, T o2) {
54 if (o1 == o2) {
57 if (null == o1 || null == o2) {
61 T c2 = o2;
69 public int compare(String o1, String o2) {
70 if (o1 == o2) {
    [all...]
  /external/openssl/crypto/
sparccpuid.S 74 clr %o2
150 1: clr %o2
173 subcc %g0,1,%o2
174 .word 0x95408000 !rd %ccr,%o2, see comment above
175 cmp %o2,0x99
207 ld [%o0],%o2
208 1: add %o1,%o2,%o3
209 .word 0xd7e2100a !cas [%o0],%o2,%o3, compare [%o0] with %o2 and swap %o3
210 cmp %o2,%o
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArraySet.java 366 private static boolean eq(Object o1, Object o2) {
367 return (o1 == null ? o2 == null : o1.equals(o2));
  /external/v8/test/mjsunit/
proto.js 30 var o2 = { x: 12, y: 13 };
31 delete o2.x; // normalize
33 assertTrue(o1.__proto__ === o2.__proto__);
  /external/v8/test/mjsunit/regress/
regress-780423.js 36 var o2 = Class.create(); variable
38 assertTrue(o1 !== o2, "different functions");
39 assertTrue(o1.prototype !== o2.prototype, "different protos");
  /external/v8/test/mjsunit/bugs/
bug-1344252.js 70 var o2 = new Object(); class
73 // Add a z accessor in the prototype chain for o1 and o2.
75 // The accessor should be called for o2.
76 o2.z = 27;
78 assertTrue(typeof o2.z == 'undefined');
  /external/openssl/crypto/bn/asm/
sparcv8plus.S 178 sra %o2,%g0,%o2 ! signx %o2
179 brgz,a %o2,.L_bn_mul_add_words_proceed
189 andcc %o2,-4,%g0
207 dec 4,%o2
226 andcc %o2,-4,%g0
232 brnz,a,pn %o2,.L_bn_mul_add_words_tail
242 dec %o2
245 brz,pt %o2,.L_bn_mul_add_words_retur
    [all...]

Completed in 596 milliseconds

1 2 3 4