HomeSort by relevance Sort by last modified time
    Searched refs:toCopy (Results 1 - 25 of 31) sorted by null

1 2

  /device/generic/goldfish-opengl/android-emu/android/base/
Pool.h 63 char* strDup(const char* toCopy) {
64 size_t bytes = strlen(toCopy) + 1;
67 memcpy(res, toCopy, bytes);
SubAllocator.h 54 char* strDup(const char* toCopy) {
55 size_t bytes = strlen(toCopy) + 1;
58 memcpy(res, toCopy, bytes);
  /external/okhttp/okio/okio/src/main/java/okio/
Okio.java 75 int toCopy = (int) Math.min(byteCount, head.limit - head.pos);
76 out.write(head.data, head.pos, toCopy);
78 head.pos += toCopy;
79 byteCount -= toCopy;
80 source.size -= toCopy;
Buffer.java 156 int toCopy = (int) Math.min(s.limit - pos, byteCount);
157 out.write(s.data, pos, toCopy);
158 byteCount -= toCopy;
208 int toCopy = (int) Math.min(byteCount, s.limit - s.pos);
209 out.write(s.data, s.pos, toCopy);
211 s.pos += toCopy;
212 size -= toCopy;
213 byteCount -= toCopy;
742 int toCopy = Math.min(byteCount, s.limit - s.pos);
743 System.arraycopy(s.data, s.pos, sink, offset, toCopy);
    [all...]
  /external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
Okio.java 77 int toCopy = (int) Math.min(byteCount, head.limit - head.pos);
78 out.write(head.data, head.pos, toCopy);
80 head.pos += toCopy;
81 byteCount -= toCopy;
82 source.size -= toCopy;
Buffer.java 158 int toCopy = (int) Math.min(s.limit - pos, byteCount);
159 out.write(s.data, pos, toCopy);
160 byteCount -= toCopy;
210 int toCopy = (int) Math.min(byteCount, s.limit - s.pos);
211 out.write(s.data, s.pos, toCopy);
213 s.pos += toCopy;
214 size -= toCopy;
215 byteCount -= toCopy;
744 int toCopy = Math.min(byteCount, s.limit - s.pos);
745 System.arraycopy(s.data, s.pos, sink, offset, toCopy);
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java 81 * @param toCopy {@code non-null;} instance to copy.
83 private LocalsArraySet(LocalsArraySet toCopy) {
84 super(toCopy.getMaxLocals() > 0);
86 primary = toCopy.primary.copy();
87 secondaries = new ArrayList(toCopy.secondaries.size());
89 int sz = toCopy.secondaries.size();
91 LocalsArray la = toCopy.secondaries.get(i);
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedMultisetTest.java 489 TestArrayList<String> toCopy = new TestArrayList<String>();
491 ImmutableSortedMultiset.copyOf(Ordering.natural(), toCopy);
492 assertTrue(toCopy.toArrayCalled);
517 SortedMultiset<String> toCopy = EasyMock.createMock(SortedMultiset.class);
519 EasyMock.expect((Comparator<Comparable>) toCopy.comparator())
521 EasyMock.expect(toCopy.entrySet()).andReturn(entrySet);
522 EasyMock.replay(toCopy);
524 ImmutableSortedMultiset.copyOfSorted(toCopy);
525 EasyMock.verify(toCopy);
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduComposer.java     [all...]
  /external/icu/icu4c/source/common/
loclikely.cpp 317 const int32_t toCopy =
327 toCopy);
329 capacityRemaining -= toCopy;
348 const int32_t toCopy =
354 toCopy);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
VLoadTest.java 60 int toCopy = w;
63 while (toCopy > 0) {
66 //android.util.Log.v("rs", "x " + x + ", y " + y + ", toCopy " + toCopy);
89 toCopy -= maxsize;
GetSetTest.java 88 int toCopy = tw;
91 while (toCopy > 0) {
102 toCopy --;
    [all...]
  /external/honggfuzz/
mangle.c 107 size_t toCopy = util_rndGet(2, 4);
108 mangle_Overwrite(run, (uint8_t*)&val, off, toCopy);
117 size_t toCopy = util_rndGet(2, 4);
118 mangle_Overwrite(run, (uint8_t*)&val, off, toCopy);
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/cldr/tools/java/org/unicode/cldr/draft/
XLocaleDistance.java 596 private final StringDistanceTable toCopy;
599 this.toCopy = resetIfNotNull;
606 subtables.copy(toCopy);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
XLocaleDistance.java 707 private final StringDistanceTable toCopy;
709 this.toCopy = resetIfNotNull;
715 subtables.copy(toCopy);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
XLocaleDistance.java 696 private final StringDistanceTable toCopy;
698 this.toCopy = resetIfNotNull;
704 subtables.copy(toCopy);
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.contenttype_3.7.0.v20180426-1644.jar 
org.eclipse.osgi_3.13.0.v20180409-1500.jar 
org.eclipse.core.resources_3.13.0.v20180512-1138.jar 
  /external/cldr/tools/java/libs/
guava.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 4615 milliseconds

1 2