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

1 2 34 5 6

  /external/jmonkeyengine/engine/src/core/com/jme3/system/
JmeSystem.java 111 public static Platform getPlatform() {
  /external/webkit/Source/JavaScriptCore/os-win32/
inttypes.h 35 #include <wtf/Platform.h>
  /external/webkit/Source/WebCore/
config.h 30 #include <wtf/Platform.h>
32 /* See note in wtf/Platform.h for more info on EXPORT_MACROS. */
56 #if !PLATFORM(CHROMIUM) && OS(WINDOWS) && !defined(BUILDING_WX__) && !COMPILER(GCC)
124 #if PLATFORM(WX)
133 #if !PLATFORM(QT) && !PLATFORM(WX) && !PLATFORM(CHROMIUM) && !(OS(DARWIN) && PLATFORM(GTK))
143 #if PLATFORM(WIN)
158 #if PLATFORM(MAC
    [all...]
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
WKPreferences.cpp 32 #include <wtf/Platform.h>
47 #if PLATFORM(WIN)
54 #elif PLATFORM(MAC)
  /external/guava/guava-tests/test/com/google/common/collect/
ObjectArraysTest.java 155 Integer[] starting = Platform.clone(array1);
156 Integer[] array2 = Platform.clone(array1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizardState.java 33 import org.eclipse.core.runtime.Platform;
68 public File projectLocation = new File(Platform.getLocation().toOSString());
SampleSelectionPage.java 25 import org.eclipse.core.runtime.Platform;
207 mValues.projectLocation = Platform.getLocation().toFile();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListSubListTester.java 310 return Platform
324 return Platform
337 return Platform.getMethod(
CollectionAddAllTester.java 155 return Platform.getMethod(CollectionAddAllTester.class, "testAddAll_nullUnsupported");
  /external/guava/guava/src/com/google/common/base/
Suppliers.java 169 long now = Platform.systemNanoTime();
  /external/guava/guava/src/com/google/common/collect/
ImmutableCollection.java 260 : new ArrayImmutableCollection<Object>(Platform.clone(elements));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
PerCollectionSizeTestSuiteBuilder.java 92 String oneSizeName = Platform.format("%s [collection size: %s]",
AbstractIteratorTester.java 126 if (Platform.checkIsInstance(clazz, exception)) {
425 Platform.unsafeArrayCopy(source, 0, copy, 0, size);
AbstractMapTester.java 212 throw new IllegalArgumentException(Platform.format(
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetReadsTester.java 152 Platform.getMethod(MultisetReadsTester.class, "testCount_3"));
AbstractMultisetSetCountTester.java 346 return Platform.getMethod(AbstractMultisetSetCountTester.class, methodName);
MultisetWritesTester.java 52 return Platform.getMethod(
  /external/webkit/Tools/DumpRenderTree/
AccessibilityUIElement.h 31 #include <wtf/Platform.h>
34 #if PLATFORM(MAC)
40 #elif PLATFORM(WIN)
48 #elif PLATFORM(GTK)
55 #if PLATFORM(MAC)
92 // Methods - platform-independent implementations
105 // Attributes - platform-independent implementations
218 // A retained, platform specific object used to help manage notifications for this object.
219 #if PLATFORM(MAC)
  /external/compiler-rt/make/
lib_platforms.mk 17 $$(info MAKE: $(PlatformName): Loading platform)
21 $(call Set,PlatformKey,Platform.$(PlatformName))
26 # Reset platform specific variables to sentinel value.
36 # Get the platform variables.
53 # Collect all the platform variables for subsequent use.
71 $$(info MAKE: $(PlatformName): Done loading platform)
76 PlatformFiles := $(wildcard make/platform/*.mk)
  /external/compiler-rt/make/platform/
darwin_fat.mk 29 # Platform Options
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebSystemInterface.mm 32 #include <wtf/Platform.h>
  /frameworks/compile/libbcc/runtime/make/
lib_platforms.mk 17 $$(info MAKE: $(PlatformName): Loading platform)
21 $(call Set,PlatformKey,Platform.$(PlatformName))
26 # Reset platform specific variables to sentinel value.
36 # Get the platform variables.
53 # Collect all the platform variables for subsequent use.
71 $$(info MAKE: $(PlatformName): Done loading platform)
76 PlatformFiles := $(wildcard make/platform/*.mk)
  /frameworks/compile/libbcc/runtime/make/platform/
darwin_fat.mk 29 # Platform Options
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 165 // <-- Platform -->
169 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...]
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 82 <th>Platform</th>
142 <th>Platform</th>

Completed in 427 milliseconds

1 2 34 5 6