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

1 2

  /external/guava/guava-gwt/src-super/com/google/common/escape/super/com/google/common/escape/
Platform.java 22 class Platform {
  /external/guava/guava-gwt/src-super/com/google/common/testing/super/com/google/common/testing/
Platform.java 26 final class Platform {
35 private Platform() {}
  /external/guava/guava/src/com/google/common/base/
Platform.java 27 final class Platform {
28 private Platform() {}
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Platform.java 24 class Platform {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Platform.java 20 * Minimal GWT emulation of {@code com.google.common.collect.Platform}.
26 class Platform {
42 "Platform.newArray is not supported in GWT yet.");
ObjectArrays.java 43 return Platform.newArray(reference, length);
58 Platform.unsafeArrayCopy(array, 0, result, 1, array.length);
80 Platform.unsafeArrayCopy(
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
Platform.java 30 class Platform {
  /external/guava/guava-testlib/src/com/google/common/testing/
Platform.java 32 final class Platform {
53 private Platform() {}
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MinimalCollection.java 50 this.contents = Platform.clone(contents);
74 Platform.checkCast(type, object); // behave badly
96 Platform.unsafeArrayCopy(contents, 0, result, 0, contents.length);
Platform.java 28 class Platform {
82 private Platform() {}
TestMapEntrySetGenerator.java 49 Platform.unsafeArrayCopy(elements, 0, entries, 0, elements.length);
AbstractIteratorTester.java 126 if (Platform.checkIsInstance(clazz, exception)) {
425 Platform.unsafeArrayCopy(source, 0, copy, 0, size);
  /external/guava/guava/src/com/google/common/collect/
Platform.java 30 class Platform {
95 private Platform() {}
ObjectArrays.java 44 return Platform.newArray(type, length);
55 return Platform.newArray(reference, length);
68 Platform.unsafeArrayCopy(first, 0, result, 0, first.length);
69 Platform.unsafeArrayCopy(second, 0, result, first.length, second.length);
85 Platform.unsafeArrayCopy(array, 0, result, 1, array.length);
107 Platform.unsafeArrayCopy(
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
Platform.java 26 class Platform {
CollectionIteratorTester.java 97 new IteratorTester<E>(Platform.collectionIteratorTesterNumIterations(), features, elements,
124 return Platform.getMethod(
134 return Platform.getMethod(
159 return Platform.getMethod(
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
Platform.java 3 public enum Platform {
  /external/okhttp/android/main/java/com/squareup/okhttp/internal/
Platform.java 34 public final class Platform {
35 private static final Platform PLATFORM = new Platform();
37 public static Platform get() {
38 return PLATFORM;
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 41 * Access to Platform-specific features necessary for SPDY and advanced TLS.
49 public class Platform {
50 private static final Platform PLATFORM = findPlatform();
54 public static Platform get() {
55 return PLATFORM;
126 /** Attempt to match the host runtime to a capable Platform implementation. */
127 private static Platform findPlatform() {
164 return new Platform(); // NPN isn't on the classpath.
166 return new Platform(); // The NPN version isn't what we expect
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 402 // is used in the platform SDK headers for the Parallel Patterns Library
679 /// 'availability' '(' platform ',' version-arg-list, opt-message')'
681 /// platform:
700 IdentifierInfo *Platform = 0;
713 // Parse the platform name,
719 Platform = Tok.getIdentifierInfo();
722 // Parse the ',' following the platform name.
849 Platform, PlatformLoc,
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 166 // <-- Platform -->
170 private Platform mPlatform = new Platform();
504 Platform p = mPlatform;
519 Platform p = mPlatform;
581 Platform p = mPlatform;
619 Platform p = mPlatform;
661 Platform p = mPlatform;
695 Platform p = mPlatform;
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/clang/include/clang-c/
Index.h 23 #include "clang-c/Platform.h"
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 

Completed in 866 milliseconds

1 2