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.java46 RealCopy real = new RealCopy(); in rebindShadow1()
54 RealCopy real = new RealCopy(); in rebindShadow2()
69 public static class RealCopy { class in InvokeDynamicTest
89 @Implements(RealCopy.class)
91 @RealObject RealCopy real;
99 @Implements(RealCopy.class)
101 @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.cpp306 bool RealCopy; member in CBenchmarkOutStream
314 RealCopy = realCopy; in Init()
333 if (RealCopy) in Write()