HomeSort by relevance Sort by last modified time
    Searched refs:Platform (Results 176 - 200 of 343) sorted by null

1 2 3 4 5 6 78 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ProjectContentsPage.java 25 import org.eclipse.core.runtime.Platform;
232 IPath workspace = Platform.getLocation();
324 File dest = Platform.getLocation().append(values.projectName).toFile();
  /external/chromium_org/base/test/expectations/
parser.cc 103 Platform platform; local
104 if (PlatformFromString(extracted_string_, &platform))
105 current_.platforms.push_back(platform);
  /external/chromium_org/chrome/common/extensions/features/
simple_feature.cc 53 std::map<std::string, Feature::Platform> platforms;
238 ParseEnum<Platform>(value, "platform", &platform_,
268 Platform platform) const {
301 if (platform_ != UNSPECIFIED_PLATFORM && platform_ != platform)
320 SimpleFeature::Platform platform) const {
327 platform);
389 "'%s' is not allowed for specified platform."
    [all...]
  /external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.h 10 #include "third_party/WebKit/public/platform/WebIDBFactory.h"
11 #include "third_party/WebKit/public/platform/WebMimeRegistry.h"
63 virtual WebKit::Platform::FileHandle databaseOpenFile(
  /external/chromium_org/third_party/WebKit/Source/core/html/
EmailInputType.cpp 32 #include "core/platform/LocalizedStrings.h"
33 #include "core/platform/text/RegularExpression.h"
34 #include "public/platform/Platform.h"
88 String unicodeHost = WebKit::Platform::current()->convertIDNToUnicode(address.substring(atPosition + 1), languages);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
PingLoader.cpp 41 #include "core/platform/chromium/support/WrappedResourceRequest.h"
42 #include "core/platform/network/FormData.h"
43 #include "core/platform/network/ResourceRequest.h"
44 #include "core/platform/network/ResourceResponse.h"
45 #include "public/platform/Platform.h"
46 #include "public/platform/WebURLLoader.h"
130 m_loader = adoptPtr(WebKit::Platform::current()->createURLLoader());
ResourceLoader.cpp 36 #include "core/platform/Logging.h"
37 #include "core/platform/SharedBuffer.h"
38 #include "core/platform/chromium/support/WrappedResourceRequest.h"
39 #include "core/platform/chromium/support/WrappedResourceResponse.h"
40 #include "core/platform/network/ResourceError.h"
41 #include "public/platform/Platform.h"
42 #include "public/platform/WebData.h"
43 #include "public/platform/WebURLError.h"
44 #include "public/platform/WebURLRequest.h
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
RTCPeerConnectionHandler.cpp 33 #include "core/platform/mediastream/RTCPeerConnectionHandler.h"
35 #include "core/platform/mediastream/MediaConstraints.h"
36 #include "core/platform/mediastream/MediaStreamComponent.h"
37 #include "core/platform/mediastream/RTCConfiguration.h"
38 #include "core/platform/mediastream/RTCDTMFSenderHandler.h"
39 #include "core/platform/mediastream/RTCDataChannelHandler.h"
40 #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h"
41 #include "core/platform/mediastream/RTCSessionDescriptionRequest.h"
42 #include "core/platform/mediastream/RTCStatsRequest.h"
43 #include "core/platform/mediastream/RTCVoidRequest.h
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.cpp 33 #include "core/platform/ThreadGlobalData.h"
39 #include "public/platform/Platform.h"
40 #include "public/platform/WebWorkerRunLoop.h"
124 WebKit::Platform::current()->didStartWorkerRunLoop(WebKit::WebWorkerRunLoop(&m_runLoop));
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
NotificationPresenter.cpp 34 #include "public/platform/Platform.h"
35 #include "public/platform/WebString.h"
36 #include "public/platform/WebURL.h"
122 Platform::current()->callOnMainThread(deferredDisplayDispatch, new WebNotification(notification));
  /external/chromium_org/third_party/WebKit/Source/web/
IDBFactoryBackendProxy.cpp 32 #include "public/platform/WebIDBDatabase.h"
33 #include "public/platform/WebIDBDatabaseError.h"
34 #include "public/platform/WebIDBFactory.h"
35 #include "public/platform/WebVector.h"
70 m_webIDBFactory = WebKit::Platform::current()->idbFactory();
WebDevToolsAgentImpl.cpp 56 #include "core/platform/JSONValues.h"
57 #include "core/platform/graphics/GraphicsContext.h"
58 #include "core/platform/network/ResourceError.h"
59 #include "core/platform/network/ResourceRequest.h"
60 #include "core/platform/network/ResourceResponse.h"
62 #include "public/platform/Platform.h"
63 #include "public/platform/WebRect.h"
64 #include "public/platform/WebString.h"
65 #include "public/platform/WebURL.h
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d.c 93 * Get the native platform.
152 _eglLog(_EGL_WARNING, "unsupported platform %s", plat_name);
525 nplat = egl_g3d_get_platform(drv, dpy->Platform);
588 if (dpy->Platform == _EGL_PLATFORM_DRM) {
594 if (dpy->Platform == _EGL_PLATFORM_WAYLAND && gdpy->native->buffer)
598 if (dpy->Platform == _EGL_PLATFORM_ANDROID && gdpy->native->buffer)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
android_platform_backend.py 9 from telemetry.core import platform namespace
10 from telemetry.core.platform import platform_backend
54 platform.Platform.RawDisplayFrameRateMeasurement(
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.h 12 #include "third_party/WebKit/public/platform/Platform.h"
13 #include "third_party/WebKit/public/platform/WebURLError.h"
32 NON_EXPORTED_BASE(public WebKit::Platform) {
37 // Platform methods (partial implementation):
  /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]",
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetReadsTester.java 152 Platform.getMethod(MultisetReadsTester.class, "testCount_3"));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionAddAllTester.java 155 return Platform.getMethod(CollectionAddAllTester.class, "testAddAll_nullUnsupported");
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 93 * Get the native platform.
152 _eglLog(_EGL_WARNING, "unsupported platform %s", plat_name);
525 nplat = egl_g3d_get_platform(drv, dpy->Platform);
588 if (dpy->Platform == _EGL_PLATFORM_DRM) {
594 if (dpy->Platform == _EGL_PLATFORM_WAYLAND && gdpy->native->buffer)
598 if (dpy->Platform == _EGL_PLATFORM_ANDROID && gdpy->native->buffer)
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_dispatcher.cc 19 #include "third_party/WebKit/public/platform/Platform.h"
142 WebKit::Platform::current()->suddenTerminationChanged(false);
150 WebKit::Platform::current()->suddenTerminationChanged(true);
  /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
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 34 import org.eclipse.core.runtime.Platform;
111 Location install = Platform.getInstallLocation();

Completed in 2110 milliseconds

1 2 3 4 5 6 78 91011>>