Searched defs:tmp (Results 1 - 5 of 5) sorted by relevance

/libcore/support/src/test/java/tests/support/
H A DSupport_ClassLoader.java60 private static File tmp; field in class:Support_ClassLoader.Dalvik
63 tmp = new File(System.getProperty("java.io.tmpdir"), "dex-cache");
64 tmp.mkdirs();
69 return new DexClassLoader(url.getPath(), tmp.getAbsolutePath(),
/libcore/luni/src/main/native/
H A DNetworkUtilities.cpp37 sockaddr_storage tmp; local
38 memset(&tmp, 0, sizeof(tmp));
39 memcpy(&tmp, &ss, sizeof(sockaddr_in6));
41 sockaddr_in& sin = reinterpret_cast<sockaddr_in&>(tmp);
46 return sockaddrToInetAddress(env, tmp, port);
/libcore/luni/src/main/java/java/util/
H A DComparableTimSort.java69 * Maximum initial size of tmp array, which is used for merging. The array
80 private Object[] tmp; field in class:ComparableTimSort
116 tmp = newArray;
445 // Merge remaining runs, using tmp array with min(len1, len2) elements
503 int tmp = lastOfs;
505 ofs = hint - tmp;
558 int tmp = lastOfs;
560 ofs = hint - tmp;
619 Object[] tmp = ensureCapacity(len1);
620 System.arraycopy(a, base1, tmp,
[all...]
H A DTimSort.java94 * Maximum initial size of tmp array, which is used for merging. The array
105 private T[] tmp; // Actual runtime type will be Object[], regardless of T field in class:TimSort
143 tmp = newArray;
477 // Merge remaining runs, using tmp array with min(len1, len2) elements
535 int tmp = lastOfs;
537 ofs = hint - tmp;
591 int tmp = lastOfs;
593 ofs = hint - tmp;
651 T[] tmp = ensureCapacity(len1);
652 System.arraycopy(a, base1, tmp,
[all...]
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 221 milliseconds