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

1 2 3 4 5 6

  /external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
Platform.h 1 #include <JavaScriptCore/Platform.h>
  /external/webkit/Source/WebKit/mac/ForwardingHeaders/wtf/
Platform.h 1 #import <JavaScriptCore/Platform.h>
  /external/webkit/Tools/DumpRenderTree/ForwardingHeaders/wtf/
Platform.h 1 #include <JavaScriptCore/Platform.h>
  /external/webkit/Source/WebCore/ForwardingHeaders/wtf/
Platform.h 3 #include <JavaScriptCore/Platform.h>
  /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/webkit/Source/WebCore/platform/
SecureTextInput.h 34 #include <wtf/Platform.h>
43 #if !(PLATFORM(CHROMIUM) && OS(DARWIN))
  /external/guava/guava/src/com/google/common/base/
Platform.java 27 final class Platform {
28 private Platform() {}
Ticker.java 57 return Platform.systemNanoTime();
  /sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/
InstallDetails.java 19 import org.eclipse.core.runtime.Platform;
26 * Returns true if the ADT plugin is available in the current platform. This is useful
30 Bundle b = Platform.getBundle(ADT_PLUGIN_ID);
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
Platform.java 3 public enum Platform {
JmeSystemDelegate.java 125 public Platform getPlatform() {
130 return is64 ? Platform.Windows64 : Platform.Windows32;
132 return is64 ? Platform.Linux64 : Platform.Linux32;
135 return is64 ? Platform.MacOSX_PPC64 : Platform.MacOSX_PPC32;
137 return is64 ? Platform.MacOSX64 : Platform.MacOSX32;
140 throw new UnsupportedOperationException("The specified platform: " + os + " is not supported.");
    [all...]
  /external/webkit/Source/JavaScriptGlue/
config.h 5 #include <wtf/Platform.h>
7 #if PLATFORM(CHROMIUM)
11 #endif /* PLATFORM(CHROMIUM) */
  /external/webkit/Source/WebCore/page/
ApplicationInstalledCallback.h 25 #if PLATFORM(ANDROID) && ENABLE(APPLICATION_INSTALLED)
30 #include <wtf/Platform.h>
45 #endif // PLATFORM(ANDROID) && ENABLE(APPLICATION_INSTALLED)
  /external/webkit/Tools/WebKitTestRunner/
WebKitTestRunnerPrefix.h 37 #include <wtf/Platform.h>
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Platform.java 24 class Platform {
  /external/webkit/Source/WebKit2/Shared/
PrintInfo.h 29 #include <wtf/Platform.h>
31 #if PLATFORM(MAC)
  /external/guava/guava/src/com/google/common/collect/
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/jmonkeyengine/engine/src/android/com/jme3/system/android/
JmeAndroidSystem.java 14 import com.jme3.system.Platform;
74 public Platform getPlatform() {
78 return Platform.Android_ARM5;
80 return Platform.Android_ARM6;
82 return Platform.Android_ARM7;
84 return Platform.Android_ARM5; // unknown ARM
87 throw new UnsupportedOperationException("Unsupported Android Platform");
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
Platform.java 28 class Platform {
82 private 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/google/
Platform.java 30 class Platform {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListHashCodeTester.java 46 return Platform.getMethod(ListHashCodeTester.class, "testHashCode");
Platform.java 26 class Platform {
  /external/webkit/Tools/DumpRenderTree/
DumpRenderTree.h 34 #include <wtf/Platform.h>
37 #if PLATFORM(MAC)
39 #elif PLATFORM(WIN)
41 #elif PLATFORM(GTK)
43 #elif PLATFORM(WX)

Completed in 825 milliseconds

1 2 3 4 5 6