HomeSort by relevance Sort by last modified time
    Searched refs:o2 (Results 51 - 75 of 1709) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libcxx/test/std/experimental/optional/optional.comp_with_t/
less_than.pass.cpp 38 constexpr O o2{1}; // engaged
42 static_assert ( !(o2 < T(1)), "" ); // equal
44 static_assert ( (o2 < val), "" );
49 static_assert ( !(T(1) < o2), "" ); // equal
51 static_assert ( !(val < o2), "" );
  /external/libcxx/test/std/utilities/optional/optional.comp_with_t/
greater.pass.cpp 38 constexpr O o2{1}; // engaged
42 static_assert ( !(o2 > T(1)), "" ); // equal
44 static_assert ( !(o2 > val), "" );
49 static_assert ( !(T(1) > o2), "" ); // equal
51 static_assert ( (val > o2), "" );
greater_equal.pass.cpp 38 constexpr O o2{1}; // engaged
42 static_assert ( (o2 >= T(1)), "" ); // equal
44 static_assert ( !(o2 >= val), "" );
49 static_assert ( (T(1) >= o2), "" ); // equal
51 static_assert ( (val >= o2), "" );
less_equal.pass.cpp 38 constexpr O o2{1}; // engaged
42 static_assert ( (o2 <= T(1)), "" ); // equal
44 static_assert ( (o2 <= val), "" );
49 static_assert ( (T(1) <= o2), "" ); // equal
51 static_assert ( !(val <= o2), "" );
less_than.pass.cpp 38 constexpr O o2{1}; // engaged
42 static_assert ( !(o2 < T(1)), "" ); // equal
44 static_assert ( (o2 < val), "" );
49 static_assert ( !(T(1) < o2), "" ); // equal
51 static_assert ( !(val < o2), "" );
  /external/llvm/test/MC/Sparc/
leon-instructions.s 8 ! CHECK: casa [%i0] 10, %l6, %o2 ! encoding: [0xd5,0xe6,0x01,0x56]
9 casa [%i0] 10, %l6, %o2
11 ! CHECK: casa [%i0] 5, %l6, %o2 ! encoding: [0xd5,0xe6,0x00,0xb6]
12 casa [%i0] 5, %l6, %o2
14 ! CHECK: umac %i0, %l6, %o2 ! encoding: [0x95,0xf6,0x00,0x16]
15 ! CHECK_NO_CASA: umac %i0, %l6, %o2 ! encoding: [0x95,0xf6,0x00,0x16]
16 umac %i0, %l6, %o2
18 ! CHECK: smac %i0, %l6, %o2 ! encoding: [0x95,0xfe,0x00,0x16]
19 ! CHECK_NO_CASA: smac %i0, %l6, %o2 ! encoding: [0x95,0xfe,0x00,0x16]
20 smac %i0, %l6, %o2
    [all...]
sparc-atomic-instructions.s 7 ! CHECK: swap [%i0+%l6], %o2 ! encoding: [0xd4,0x7e,0x00,0x16]
8 swap [%i0+%l6], %o2
10 ! CHECK: swap [%i0+32], %o2 ! encoding: [0xd4,0x7e,0x20,0x20]
11 swap [%i0+32], %o2
13 ! CHECK: swapa [%i0+%l6] 131, %o2 ! encoding: [0xd4,0xfe,0x10,0x76]
14 swapa [%i0+%l6] 131, %o2
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/optional/optional.comp_with_t/
greater.pass.cpp 43 constexpr O o2{1}; // engaged
47 static_assert ( !(o2 > T(1)), "" ); // equal
49 static_assert ( !(o2 > val), "" );
54 static_assert ( !(T(1) > o2), "" ); // equal
56 static_assert ( (val > o2), "" );
greater_equal.pass.cpp 43 constexpr O o2{1}; // engaged
47 static_assert ( (o2 >= T(1)), "" ); // equal
49 static_assert ( !(o2 >= val), "" );
54 static_assert ( (T(1) >= o2), "" ); // equal
56 static_assert ( (val >= o2), "" );
less_equal.pass.cpp 43 constexpr O o2{1}; // engaged
47 static_assert ( (o2 <= T(1)), "" ); // equal
49 static_assert ( (o2 <= val), "" );
54 static_assert ( (T(1) <= o2), "" ); // equal
56 static_assert ( !(val <= o2), "" );
less_than.pass.cpp 43 constexpr O o2{1}; // engaged
47 static_assert ( !(o2 < T(1)), "" ); // equal
49 static_assert ( (o2 < val), "" );
54 static_assert ( !(T(1) < o2), "" ); // equal
56 static_assert ( !(val < o2), "" );
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/
tlssunnopic32.s 25 ld [%l1 + %o3], %o2, %tie_ld(sg1)
26 add %g7, %o2, %o4, %tie_add(sg1)
46 ld [%l1 + %o1], %o2, %tie_ld(sh2)
47 stb %o3, [%g7 + %o2], %tie_add(sh2)
60 ld [%l1 + %o1], %o2, %tie_ld(bl2)
61 stb %o3, [%g7 + %o2], %tie_add(bl2)
65 sethi %tle_hix22(bl3+1), %o2
66 xor %o2, %tle_lox10(bl3+1), %o4
71 sethi %tle_hix22(sh3), %o2
72 xor %o2, %tle_lox10(sh3), %o
    [all...]
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
SortedListBatchedCallbackTest.java 81 Object o2 = new Object(); local
82 mBatchedCallback.compare(o1, o2);
83 verify(mMockCallback).compare(o1, o2);
90 Object o2 = new Object(); local
91 mBatchedCallback.areContentsTheSame(o1, o2);
92 verify(mMockCallback).areContentsTheSame(o1, o2);
99 Object o2 = new Object(); local
100 mBatchedCallback.areItemsTheSame(o1, o2);
101 verify(mMockCallback).areItemsTheSame(o1, o2);
  /development/ndk/platforms/android-9/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/clang/test/SemaCXX/
derived-to-base-ambig.cpp 21 Object2* o2; local
22 o2 = e2;
23 o2 = f2; // expected-error{{ambiguous conversion from derived class 'F2' to base class 'Object2':}} expected-error{{assigning to 'Object2 *' from incompatible type 'F2 *'}}
  /external/junit/src/main/java/org/junit/runner/manipulation/
Sorter.java 18 public int compare(Description o1, Description o2) {
45 public int compare(Description o1, Description o2) {
46 return comparator.compare(o1, o2);
  /external/libcxx/test/std/experimental/optional/optional.nullops/
equal.pass.cpp 29 constexpr O o2{1}; // engaged
32 static_assert ( !(nullopt == o2), "" );
34 static_assert ( !(o2 == nullopt), "" );
greater.pass.cpp 29 constexpr O o2{1}; // engaged
32 static_assert ( !(nullopt > o2), "" );
34 static_assert ( (o2 > nullopt), "" );
greater_equal.pass.cpp 29 constexpr O o2{1}; // engaged
32 static_assert ( !(nullopt >= o2), "" );
34 static_assert ( (o2 >= nullopt), "" );
less_equal.pass.cpp 32 constexpr O o2{1}; // engaged
35 static_assert ( (nullopt <= o2), "" );
37 static_assert ( !(o2 <= nullopt), "" );
less_than.pass.cpp 29 constexpr O o2{1}; // engaged
32 static_assert ( (nullopt < o2), "" );
34 static_assert ( !(o2 < nullopt), "" );
not_equal.pass.cpp 29 constexpr O o2{1}; // engaged
32 static_assert ( (nullopt != o2), "" );
34 static_assert ( (o2 != nullopt), "" );
  /prebuilts/ndk/r10/platforms/android-12/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))
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/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))
  /prebuilts/ndk/r10/platforms/android-12/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))

Completed in 846 milliseconds

1 23 4 5 6 7 8 91011>>