Searched refs:Platform (Results 1 - 25 of 123) sorted by relevance

12345

/external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
H A DPlatform.h1 #include <JavaScriptCore/Platform.h>
/external/webkit/Source/WebKit/mac/ForwardingHeaders/wtf/
H A DPlatform.h1 #import <JavaScriptCore/Platform.h>
/external/webkit/Tools/DumpRenderTree/ForwardingHeaders/wtf/
H A DPlatform.h1 #include <JavaScriptCore/Platform.h>
/external/webkit/Source/WebCore/ForwardingHeaders/wtf/
H A DPlatform.h3 #include <JavaScriptCore/Platform.h>
/external/guava/guava-gwt/src-super/com/google/common/escape/super/com/google/common/escape/
H A DPlatform.java22 class Platform { class
/external/guava/guava-gwt/src-super/com/google/common/testing/super/com/google/common/testing/
H A DPlatform.java26 final class Platform { class
35 private Platform() {} method in class:Platform
/external/guava/guava/src/com/google/common/base/
H A DPlatform.java27 final class Platform { class
28 private Platform() {} method in class:Platform
H A DTicker.java57 return Platform.systemNanoTime();
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DPlatform.java3 public enum Platform { enum
H A DJmeSystemDelegate.java125 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;
/external/webkit/Source/JavaScriptGlue/
H A Dconfig.h5 #include <wtf/Platform.h>
/external/webkit/Source/WebCore/platform/
H A DSecureTextInput.h34 #include <wtf/Platform.h>
/external/webkit/Tools/WebKitTestRunner/
H A DWebKitTestRunnerPrefix.h37 #include <wtf/Platform.h>
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DPlatform.java24 class Platform { class
/external/webkit/Source/WebCore/page/
H A DApplicationInstalledCallback.h30 #include <wtf/Platform.h>
/external/guava/guava/src/com/google/common/collect/
H A DObjectArrays.java44 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/
H A DJmeAndroidSystem.java14 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/
H A DPlatform.java28 class Platform { class
82 private Platform() {} method in class:Platform
/external/guava/guava-testlib/src/com/google/common/testing/
H A DPlatform.java32 final class Platform { class
53 private Platform() {} method in class:Platform
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DPlatform.java30 class Platform { class
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DListHashCodeTester.java46 return Platform.getMethod(ListHashCodeTester.class, "testHashCode");
H A DPlatform.java26 class Platform { class
/external/webkit/Source/WebKit2/Shared/
H A DPrintInfo.h29 #include <wtf/Platform.h>
/external/webkit/Tools/DumpRenderTree/
H A DDumpRenderTree.h34 #include <wtf/Platform.h>
/external/webkit/Tools/WebKitAPITest/
H A Dconfig.h28 #include <wtf/Platform.h>
30 /* See note in wtf/Platform.h for more info on EXPORT_MACROS. */

Completed in 355 milliseconds

12345