Home
last modified time | relevance | path

Searched refs:RealCopy (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DInvokeDynamicTest.java45 RealCopy real = new RealCopy(); in rebindShadow1()
53 RealCopy real = new RealCopy(); in rebindShadow2()
68 public static class RealCopy { class in InvokeDynamicTest
88 @Implements(RealCopy.class)
90 @RealObject RealCopy real;
98 @Implements(RealCopy.class)
100 @RealObject RealCopy real;
/external/libpcap/msdos/
Dpktdrvr.c132 static int RealCopy (ULONG, ULONG, REALPTR*, FARPTR*, USHORT*);
1114 if (RealCopy((ULONG)&rxOutOfs, (ULONG)&pktRxEnd, in PktInitDriver()
1358 int RealCopy (ULONG start_offs, in RealCopy() function
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp308 bool RealCopy; member in CBenchmarkOutStream
316 RealCopy = realCopy; in Init()
335 if (RealCopy) in Write()