HomeSort by relevance Sort by last modified time
    Searched defs:Platform (Results 1 - 14 of 14) sorted by null

  /external/guava/src/com/google/common/base/
Platform.java 27 final class Platform {
28 private Platform() {}
  /external/guava/src/com/google/common/collect/
ObjectArrays.java 45 return Platform.newArray(type, length);
56 return Platform.newArray(reference, length);
69 Platform.unsafeArrayCopy(first, 0, result, 0, first.length);
70 Platform.unsafeArrayCopy(second, 0, result, first.length, second.length);
86 Platform.unsafeArrayCopy(array, 0, result, 1, array.length);
108 Platform.unsafeArrayCopy(
Platform.java 31 class Platform {
119 private Platform() {}
ImmutableSet.java 319 Platform.unsafeArrayCopy(elements, 0, array, 0, size());
330 Platform.unsafeArrayCopy(elements, 0, array, 0, size);
ImmutableSortedSet.java 200 * We can't use Platform.clone() because of GWT bug 3621. See our GWT
242 Platform.unsafeArrayCopy(array, 0, copy, 0, size);
RegularImmutableList.java 70 Platform.unsafeArrayCopy(array, offset, newArray, 0, size);
80 Platform.unsafeArrayCopy(array, offset, other, 0, size);
RegularImmutableSortedSet.java 151 Platform.unsafeArrayCopy(elements, fromIndex, array, 0, size());
163 Platform.unsafeArrayCopy(elements, fromIndex, array, 0, size);
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
Platform.java 17 package org.apache.harmony.luni.platform;
23 * The Platform class gives access to the low-level underlying capabilities of
26 * The platform is structured into operations on the process heap memory,
37 public class Platform {
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 245 milliseconds