HomeSort by relevance Sort by last modified time
    Searched defs:I1 (Results 1 - 25 of 44) sorted by null

1 2

  /external/clang/test/CodeCompletion/
namespace.cpp 5 namespace I1 { }
6 namespace I4 = I1;
8 namespace I1 { }
12 // CHECK-CC1: I1
namespace-alias.cpp 8 namespace I1 { }
9 namespace I4 = I1;
11 namespace I1 { }
15 // CHECK-CC1: I1
using-namespace.cpp 8 namespace I1 { }
9 namespace I4 = I1;
11 namespace I1 { }
16 // CHECK-CC1: I1
using.cpp 8 namespace I1 { }
9 namespace I4 = I1;
11 namespace I1 { }
18 // CHECK-CC1: I1
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/
types.pass.cpp 28 typedef std::istream_iterator<double> I1;
29 static_assert((std::is_convertible<I1,
32 static_assert((std::is_same<I1::char_type, char>::value), "");
33 static_assert((std::is_same<I1::traits_type, std::char_traits<char> >::value), "");
34 static_assert((std::is_same<I1::istream_type, std::istream>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/
types.pass.cpp 32 typedef std::istreambuf_iterator<char> I1;
33 static_assert((std::is_convertible<I1,
36 static_assert((std::is_same<I1::char_type, char>::value), "");
37 static_assert((std::is_same<I1::traits_type, std::char_traits<char> >::value), "");
38 static_assert((std::is_same<I1::int_type, I1::traits_type::int_type>::value), "");
39 static_assert((std::is_same<I1::streambuf_type, std::streambuf>::value), "");
40 static_assert((std::is_same<I1::istream_type, std::istream>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/
types.pass.cpp 28 typedef std::ostream_iterator<double> I1;
29 static_assert((std::is_convertible<I1,
31 static_assert((std::is_same<I1::char_type, char>::value), "");
32 static_assert((std::is_same<I1::traits_type, std::char_traits<char> >::value), "");
33 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/
types.pass.cpp 29 typedef std::ostreambuf_iterator<char> I1;
30 static_assert((std::is_convertible<I1,
32 static_assert((std::is_same<I1::char_type, char>::value), "");
33 static_assert((std::is_same<I1::traits_type, std::char_traits<char> >::value), "");
34 static_assert((std::is_same<I1::streambuf_type, std::streambuf>::value), "");
35 static_assert((std::is_same<I1::ostream_type, std::ostream>::value), "");
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/
p6-0x.cpp 9 typedef int I1, I2;
15 q->I1::~I2();
p6.cpp 7 typedef int I1, I2;
13 q->I1::~I2();
  /external/clang/test/CXX/class/class.nest/
p3.cpp 11 class I1;
13 class I1 { };
  /art/test/044-proxy/src/
NarrowingTest.java 21 interface I1 {
25 interface I2 extends I1 {
54 I1 proxyAsParent = proxy;
55 System.out.println("Invoking foo using I1 type: " + proxyAsParent.foo());
  /external/clang/test/SemaCXX/
ms-interface.cpp 3 __interface I1 {
5 I1();
7 ~I1();
13 // expected-error@+1 {{nested class I1::<anonymous> is not permitted within an interface type}}
44 __interface I4 : I1, I2 {
50 // expected-error@+1 {{interface type cannot inherit from non-public 'interface I1'}}
51 __interface I5 : private I1 {
  /external/clang/test/CXX/special/class.inhctor/
elsewhere.cpp 18 struct I1 : B1 {
29 struct D1 : I1 {
  /external/clang/test/Sema/
compound-literal.c 30 struct Incomplete* I1 = &(struct Incomplete){1, 2, 3}; // expected-error {{variable has incomplete type}}
warn-duplicate-enum.c 56 I1 = -1,
  /ndk/tests/device/test-stlport_shared-exception/jni/
has_nothrow_assign.cpp 59 struct I1
61 I1& operator=(I1&) throw(int) { throw int(); return *this; }
62 I1& operator=(const I1&) throw() { return *this; }
146 assert (NTEST (I1));
has_nothrow_copy-1.cpp 59 struct I1
61 I1(I1&) throw(int) { throw int(); }
62 I1(const I1&) throw() { }
136 assert (NTEST (I1));
  /ndk/tests/device/test-stlport_static-exception/jni/
has_nothrow_assign.cpp 59 struct I1
61 I1& operator=(I1&) throw(int) { throw int(); return *this; }
62 I1& operator=(const I1&) throw() { return *this; }
146 assert (NTEST (I1));
has_nothrow_copy-1.cpp 59 struct I1
61 I1(I1&) throw(int) { throw int(); }
62 I1(const I1&) throw() { }
136 assert (NTEST (I1));
  /cts/tools/signature-tools/test/signature/comparator/
ClassCompareTest.java 221 CompilationUnit I1 = new CompilationUnit("a.I1",
223 "public interface I1 extends I0{}");
226 "public class C0 implements I1{}");
229 "public class C0 implements I1, I0{}");
230 IApi fromApi = convert(I0, I1, C0);
231 IApi toApi = convert(I0, I1, C0_I1);
244 CompilationUnit I1 = new CompilationUnit("a.I",
248 IApi toApi = convert(I1,Number);
261 CompilationUnit I1 = new CompilationUnit("a.I",
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 83 MachineInstr *findPairable(MachineInstr *I1, bool &DoInsertAtI1);
87 void combine(MachineInstr *I1, MachineInstr *I2,
90 bool isSafeToMoveTogether(MachineInstr *I1, MachineInstr *I2,
232 /// isSafeToMoveTogether - Returns true if it is safe to move I1 next to I2 such
234 bool HexagonCopyToCombine::isSafeToMoveTogether(MachineInstr *I1,
243 // It is not safe to move I1 and I2 into one combine if I2 has a true
244 // dependence on I1.
245 if (I2UseReg && I1->modifiesRegister(I2UseReg, TRI))
250 // First try to move I2 towards I1.
252 // A reverse_iterator instantiated like below starts before I2, and I1
    [all...]
  /external/ppp/pppd/
md4.c 46 #define I1 0xefcdab89
109 MDp->buffer[1] = I1;
  /art/runtime/
disassembler_arm.cc 675 // ADD/SUB.W Rd, Rn #imm12 - 111 10 i1 0101 0 nnnn 0 iii dddd iiiiiiii
803 uint32_t I1 = ~(J1 ^ S);
805 imm32 = (S << 24) | (I1 << 23) | (I2 << 22) | (imm10 << 12) | (imm11 << 1);
832 uint32_t I1 = ~(J1 ^ S);
834 int32_t imm32 = (S << 24) | (I1 << 23) | (I2 << 22) | (imm10 << 12) | (imm11 << 1);
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 158 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
163 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,

Completed in 400 milliseconds

1 2