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

1 2 3 45 6

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionToArrayTester.java 196 return Platform.getMethod(CollectionToArrayTester.class, "testToArray_isPlainObjectArray");
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/
Natives.java 195 public static void extractNativeLibs(Platform platform, AppSettings settings) throws IOException {
229 switch (platform) {
  /external/webkit/Source/WebKit/android/jni/
WebIconDatabase.cpp 48 #include <wtf/Platform.h>
JavaBridge.cpp 52 #include <wtf/Platform.h>
WebHistory.cpp 53 #include <wtf/Platform.h>
    [all...]
WebSettings.cpp 29 #include <wtf/Platform.h>
  /external/webkit/Tools/DumpRenderTree/cg/
ImageDiffCG.cpp 34 #include <wtf/Platform.h>
37 #if PLATFORM(WIN)
49 #if PLATFORM(MAC)
64 #if PLATFORM(WIN)
178 #if PLATFORM(WIN)
  /external/webkit/Tools/DumpRenderTree/win/
ImageDiffCairo.cpp 34 #include <wtf/Platform.h>
38 #if PLATFORM(WIN)
52 #if PLATFORM(WIN)
181 #if PLATFORM(WIN)
EditingDelegate.cpp 35 #include <wtf/Platform.h>
UIDelegate.cpp 39 #include <wtf/Platform.h>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 37 import org.eclipse.core.runtime.Platform;
516 Bundle bundle = Platform.getBundle(bundleId);
662 * <li>Path to the javadoc for the android platform</li>
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 39 import org.eclipse.core.runtime.Platform;
435 String value = Platform.getLocation().append(mValues.projectName).toString();
NewProjectCreator.java 57 import org.eclipse.core.runtime.Platform;
326 IPath defaultLocation = Platform.getLocation();
402 IPath defaultLocation = Platform.getLocation();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 41 import org.eclipse.core.runtime.Platform;
348 IExtensionRegistry extensionRegistry = Platform.getExtensionRegistry();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /external/guava/guava/src/com/google/common/collect/
Ordering.java 211 Platform.tryWeakKeys(new MapMaker()).makeComputingMap(
  /external/libvpx/build/make/
gen_msvs_proj.sh 219 # Also try directories for this platform/configuration
317 tag Platform Name="$plat"
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 109 Platform.unsafeArrayCopy(elements, 1, rest, 0, elements.length - 1);
121 Platform.unsafeArrayCopy(elements, 2, rest, 0, elements.length - 2);
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 5 # Note: Make sure that cl.exe is configured to include Platform SDK
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 657 return Platform.precomputeCharMatcher(this);
662 * on {@link Platform} so that we can have different behavior in GWT.
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 176 var platform = /\(.*?;.*?; (.*?);/.exec(navigator.userAgent);
177 if (platform)
178 text.push('Platform: ' + platform[1]);
  /external/valgrind/main/coregrind/
m_translate.c     [all...]
  /external/chromium/third_party/libjingle/source/talk/
main.scons 12 # To add a new platform clone and modify the root_env object. Remember to add
20 import platform namespace
68 DeclareBit('platform_arch_64bit', 'Host Platform is 64 Bit')
69 if platform.architecture()[0] == "64bit":
143 # The Vista platform SDK 6.0 needs at least
  /external/webkit/Tools/DumpRenderTree/gtk/
EventSender.cpp 49 #include <wtf/Platform.h>
279 // Currently the metaKey as defined in WebCore/platform/gtk/MouseEventGtk.cpp
    [all...]

Completed in 1233 milliseconds

1 2 3 45 6