Home
last modified time | relevance | path

Searched defs:toCopy (Results 1 – 5 of 5) sorted by relevance

/external/okhttp/okio/okio/src/main/java/okio/
DOkio.java75 int toCopy = (int) Math.min(byteCount, head.limit - head.pos); in sink() local
/external/icu/icu4c/source/common/
Dloclikely.cpp316 const int32_t toCopy = in createTagStringWithAlternates() local
347 const int32_t toCopy = in createTagStringWithAlternates() local
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSortedMultisetTest.java489 TestArrayList<String> toCopy = new TestArrayList<String>(); in testCopyOfDefensiveCopy() local
517 SortedMultiset<String> toCopy = EasyMock.createMock(SortedMultiset.class); in testCopyOfSortedDefensiveCopy() local
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp1614 OurCppRunException (const OurCppRunException &toCopy) : in OurCppRunException()
1617 OurCppRunException &operator = (const OurCppRunException &toCopy) { in operator =()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1570 OurCppRunException (const OurCppRunException &toCopy) : in OurCppRunException()
1573 OurCppRunException &operator = (const OurCppRunException &toCopy) { in operator =()