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

1 23 4 5 6

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionAddTester.java 105 return Platform.getMethod(CollectionAddTester.class, "testAdd_nullSupported");
118 return Platform.getMethod(CollectionAddTester.class, "testAdd_nullUnsupported");
AbstractListTester.java 71 return Platform.format("expected collection %s; actual collection %s",
CollectionCreationTester.java 66 return Platform.getMethod(CollectionCreationTester.class, "testCreateWithNull_unsupported");
SetAddTester.java 60 return Platform.getMethod(SetAddTester.class, "testAdd_supportedNullPresent");
CollectionRetainAllTester.java 315 = Platform.format("retainAll(%s) should return true", target);
321 = Platform.format("retainAll(%s) should return false", target);
328 String message = Platform.format("retainAll(%s) should throw", target);
336 = Platform.format("retainAll(%s) should return false or throw", target);
ListAddTester.java 80 return Platform.getMethod(ListAddTester.class, "testAdd_supportedNullPresent");
ListRemoveAtIndexTester.java 89 assertEquals(Platform.format(
ListAddAtIndexTester.java 142 return Platform.getMethod(
ListSetTester.java 149 return Platform.getMethod(ListSetTester.class, "testSet_null");
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 228 logger.finer(Platform.format(
233 logger.finer(Platform.format(
248 logger.finer(Platform.format(
259 logger.finer(Platform.format(
275 return Platform.getMethod(tester.getClass(), tester.getTestMethodName());
278 return Platform.getMethod(testCase.getClass(), testCase.getName());
337 temp.add(Platform.classGetSimpleName(
TestMapEntrySetGenerator.java 49 Platform.unsafeArrayCopy(elements, 0, entries, 0, elements.length);
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java 25 import org.eclipse.core.runtime.Platform;
46 Location instanceLoc = Platform.getInstanceLocation();
113 Location install = Platform.getInstallLocation();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java 25 import org.eclipse.core.runtime.Platform;
148 Bundle bundle = Platform.getBundle("org.junit"); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
AdtTestData.java 23 import org.eclipse.core.runtime.Platform;
59 if (Platform.isRunning()) {
  /development/build/tools/
mk_sdk_repo_xml.sh 9 TYPES="tool platform-tool platform sample doc add-on system-image source support"
101 Platform.Version version 1
104 Platform.IncludedAbi included-abi 5
105 Platform.MinToolsRev min-tools-rev 1
106 Platform.MinPlatformToolsRev min-platform-tools-rev 3
239 # - version platform
240 # - included-abi platform
241 # - api-level platform sample doc add-on system-imag
    [all...]
  /external/webkit/Source/JavaScriptCore/
config.h 30 #include <wtf/Platform.h>
32 /* See note in wtf/Platform.h for more info on EXPORT_MACROS. */
50 #if !PLATFORM(CHROMIUM) && OS(WINDOWS) && !defined(BUILDING_WX__) && !COMPILER(GCC)
105 #if !PLATFORM(QT) && !PLATFORM(WX)
115 #if PLATFORM(CHROMIUM)
119 #endif /* PLATFORM(CHROMIUM) */
  /external/webkit/Source/WebCore/platform/audio/
FFTFrame.h 48 #include <wtf/Platform.h>
58 // The constructors, destructor, and methods up to the CROSS-PLATFORM section have platform-dependent implementations.
76 // CROSS-PLATFORM
77 // The remaining public methods have cross-platform implementations:
  /external/webkit/Source/WebCore/platform/graphics/filters/
FELighting.h 36 #include <wtf/Platform.h>
  /external/webkit/Source/WebKit/mac/
WebKitPrefix.h 73 #include <wtf/Platform.h>
  /external/webkit/Source/WebKit/qt/
WebKit_pch.h 64 #include <wtf/Platform.h>
  /external/webkit/Source/WebKit2/
config.h 32 #include <wtf/Platform.h>
78 #if PLATFORM(MAC)
144 #if PLATFORM(MAC)
146 #elif PLATFORM(WIN)
148 #elif (PLATFORM(QT) || (PLATFORM(GTK))) && (OS(UNIX) && !OS(MAC_OS_X) && !OS(SYMBIAN))
  /external/webkit/Tools/DumpRenderTree/
config.h 27 #include <wtf/Platform.h>
29 /* See note in wtf/Platform.h for more info on EXPORT_MACROS. */
62 #if PLATFORM(MAC)
72 #endif // PLATFORM(MAC)
74 #if PLATFORM(WIN)
99 #endif // PLATFORM(WIN)
  /external/webkit/Tools/WebKitTestRunner/
StringFunctions.h 40 #include <wtf/Platform.h>
  /external/webkit/Tools/WebKitTestRunner/qt/
TestControllerQt.cpp 39 #include <wtf/Platform.h>
101 #error Library path suffix should be specified for this platform
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglCanvas.java 39 import com.jme3.system.Platform;
392 if (JmeSystem.getPlatform() == Platform.Windows32
393 || JmeSystem.getPlatform() == Platform.Windows64){

Completed in 1395 milliseconds

1 23 4 5 6