HomeSort by relevance Sort by last modified time
    Searched refs:I0 (Results 1 - 6 of 6) sorted by null

  /cts/tools/signature-tools/test/signature/comparator/
ClassCompareTest.java 218 CompilationUnit I0 = new CompilationUnit("a.I0",
220 "public interface I0{}");
223 "public interface I1 extends I0{}");
229 "public class C0 implements I1, I0{}");
230 IApi fromApi = convert(I0, I1, C0);
231 IApi toApi = convert(I0, I1, C0_I1);
241 CompilationUnit I0 = new CompilationUnit("a.I",
247 IApi fromApi = convert(I0,Number);
258 CompilationUnit I0 = new CompilationUnit("a.I",
    [all...]
  /cts/tools/dex-tools/test/dex/reader/
DexFileReaderTests.java 262 static final JavaSource I0 = new JavaSource("I0",
264 "public interface I0 extends Serializable {}"
272 DexFile dexFile = javaToDexUtil.getFrom(I0);
274 DexClass I0 = getClass(dexFile, "LI0;");
275 assertPublic(I0);
276 assertTrue(Modifier.isInterface(I0.getModifiers()));
277 assertEquals(1, I0.getInterfaces().size());
278 assertEquals("Ljava/io/Serializable;", I0.getInterfaces().get(0));
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 203 template <typename Sequence, int I0>
204 struct as_nview<Sequence, I0> // expected-note{{while checking a default template argument used here}}
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 157 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
162 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /external/ppp/pppd/
md4.c 45 #define I0 0x67452301 /* Initial values for MD buffer */
108 MDp->buffer[0] = I0;
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 55 SP::I0, SP::I1, SP::I2, SP::I3, SP::I4, SP::I5
122 // If the function returns a struct, copy the SRetReturnReg to I0
129 Chain = DAG.getCopyToReg(Chain, dl, SP::I0, Val, Flag);
132 MF.getRegInfo().addLiveOut(SP::I0);
306 SP::I0, SP::I1, SP::I2, SP::I3, SP::I4, SP::I5
549 // Remap I0->I7 -> O0->O7.
550 if (Reg >= SP::I0 && Reg <= SP::I7)
551 Reg = Reg-SP::I0+SP::O0;
576 if (Reg >= SP::I0 && Reg <= SP::I7)
577 Reg = Reg-SP::I0+SP::O0
    [all...]

Completed in 244 milliseconds