HomeSort by relevance Sort by last modified time
    Searched refs:Platform (Results 251 - 275 of 551) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.cc 27 #include "third_party/WebKit/public/platform/WebBlobRegistry.h"
28 #include "third_party/WebKit/public/platform/WebFileInfo.h"
29 #include "third_party/WebKit/public/platform/WebString.h"
30 #include "third_party/WebKit/public/platform/WebURL.h"
33 using blink::Platform;
182 Platform::FileHandle
worker_webkitplatformsupport_impl.h 10 #include "third_party/WebKit/public/platform/WebIDBFactory.h"
11 #include "third_party/WebKit/public/platform/WebMimeRegistry.h"
65 virtual blink::Platform::FileHandle databaseOpenFile(
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerIsolateData.cpp 38 #include "public/platform/Platform.h"
67 if (blink::Platform::current()->currentThread())
110 if (blink::Platform::current()->currentThread())
  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
DataObject.cpp 35 #include "platform/clipboard/ClipboardMimeTypes.h"
36 #include "platform/clipboard/ClipboardUtilities.h"
37 #include "public/platform/Platform.h"
38 #include "public/platform/WebClipboard.h"
46 uint64_t sequenceNumber = blink::Platform::current()->clipboard()->sequenceNumber(buffer);
48 blink::WebVector<blink::WebString> webTypes = blink::Platform::current()->clipboard()->readAvailableTypes(buffer, &ignored);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
WorkerThreadableLoader.cpp 42 #include "platform/network/ResourceError.h"
43 #include "platform/network/ResourceRequest.h"
44 #include "platform/network/ResourceResponse.h"
45 #include "platform/weborigin/Referrer.h"
46 #include "public/platform/Platform.h"
47 #include "public/platform/WebWaitableEvent.h"
71 adoptPtr(blink::Platform::current()->createWaitableEvent());
88 signalled = blink::Platform::current()->waitMultipleEvents(events);
  /external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceUserTiming.cpp 34 #include "public/platform/Platform.h"
110 blink::Platform::current()->histogramCustomCounts("PLT.UserTiming_Mark", static_cast<int>(startTime), 0, 600000, 100);
159 blink::Platform::current()->histogramCustomCounts("PLT.UserTiming_MeasureDuration", static_cast<int>(endTime - startTime), 0, 600000, 100);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
MemoryActivatedFont.mm 24 // defined in WebCore/platform/cocoa/FontPlatformDataCocoa.mm .
30 #import "platform/fonts/mac/MemoryActivatedFont.h"
33 #import "platform/LinkHash.h"
34 #import "platform/fonts/FontPlatformData.h"
35 #import "public/platform/mac/WebSandboxSupport.h"
36 #import "public/platform/Platform.h"
115 blink::WebSandboxSupport* sandboxSupport = blink::Platform::current()->sandboxSupport();
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldisplay.c 65 * Map --with-egl-platforms names to platform types.
68 _EGLPlatformType platform; member in struct:__anon17312
82 * Return the native platform by parsing EGL_PLATFORM.
100 plat = egl_platforms[i].platform;
139 * Try detecting native platform with the help of native display characteristcs.
152 /* fbdev is the only platform that can be a file descriptor. */
176 /* If not matched to any other platform, fallback to x11. */
186 * Return the native platform. It is the platform of the EGL native types.
208 _eglLog(_EGL_DEBUG, "Native platform type: %s (%s)"
    [all...]
  /external/deqp/framework/opengl/
gluRenderContext.hpp 31 class Platform;
219 RenderContext* createDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, ApiType apiType);
  /external/guava/guava-tests/test/com/google/common/collect/
ObjectArraysTest.java 155 Integer[] starting = Platform.clone(array1);
156 Integer[] array2 = Platform.clone(array1);
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformiOSSimulator.cpp 63 Platform*
137 return "iOS simulator platform plug-in.";
164 Platform::GetStatus (strm);
186 // TODO: resolve bare executables in the Platform SDK
210 // found so ask the platform for the architectures that we should be
238 error.SetErrorStringWithFormat ("'%s' doesn't contain any '%s' platform architectures: %s",
283 "%s/Platforms/iPhoneSimulator.platform/Developer/SDKs",
348 error.SetErrorStringWithFormat ("unable to locate a platform file for '%s' in platform '%s'",
354 error.SetErrorString ("invalid platform file argument")
    [all...]
  /external/mesa3d/src/egl/main/
egldisplay.c 65 * Map --with-egl-platforms names to platform types.
68 _EGLPlatformType platform; member in struct:__anon30871
82 * Return the native platform by parsing EGL_PLATFORM.
100 plat = egl_platforms[i].platform;
139 * Try detecting native platform with the help of native display characteristcs.
152 /* fbdev is the only platform that can be a file descriptor. */
176 /* If not matched to any other platform, fallback to x11. */
186 * Return the native platform. It is the platform of the EGL native types.
208 _eglLog(_EGL_DEBUG, "Native platform type: %s (%s)"
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Request.java 18 import com.squareup.okhttp.internal.Platform;
62 return result != null ? result : (uri = Platform.get().toUriLenient(url));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizardState.java 34 import org.eclipse.core.runtime.Platform;
69 public File projectLocation = new File(Platform.getLocation().toOSString());
SampleSelectionPage.java 26 import org.eclipse.core.runtime.Platform;
212 mValues.projectLocation = Platform.getLocation().toFile();
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
CachingCorrectnessTest.cpp 40 #include "platform/network/ResourceRequest.h"
41 #include "public/platform/Platform.h"
109 // A simple platform that mocks out the clock, for cache freshness testing.
110 class ProxyPlatform : public blink::Platform {
120 // From blink::Platform:
126 // These blink::Platform methods must be overriden to make a usable object.
138 m_savedPlatform = blink::Platform::current();
139 blink::Platform::initialize(&m_proxyPlatform);
166 blink::Platform::initialize(m_savedPlatform)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.cpp 45 #include "public/platform/Platform.h"
46 #include "public/platform/WebIDBKeyPath.h"
47 #include "public/platform/WebIDBTypes.h"
220 blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBCreateObjectStoreCall, IDBMethodsMax);
269 blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBDeleteObjectStoreCall, IDBMethodsMax);
302 blink::Platform::current()->histogramEnumeration("WebCore.IndexedDB.FrontEndAPICalls", IDBTransactionCall, IDBMethodsMax);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.cpp 28 #include "platform/graphics/Canvas2DLayerBridge.h"
33 #include "platform/TraceEvent.h"
34 #include "platform/graphics/Canvas2DLayerManager.h"
35 #include "platform/graphics/GraphicsLayer.h"
36 #include "public/platform/Platform.h"
37 #include "public/platform/WebCompositorSupport.h"
38 #include "public/platform/WebGraphicsContext3D.h"
39 #include "public/platform/WebGraphicsContext3DProvider.h"
71 OwnPtr<blink::WebGraphicsContext3DProvider> contextProvider = adoptPtr(blink::Platform::current()->createSharedOffscreenGraphicsContext3DProvider())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarTheme.cpp 27 #include "platform/scroll/ScrollbarTheme.h"
29 #include "platform/PlatformMouseEvent.h"
30 #include "platform/RuntimeEnabledFeatures.h"
31 #include "platform/graphics/Color.h"
32 #include "platform/graphics/GraphicsContext.h"
33 #include "platform/scroll/ScrollbarThemeClient.h"
34 #include "platform/scroll/ScrollbarThemeMock.h"
35 #include "platform/scroll/ScrollbarThemeOverlayMock.h"
36 #include "public/platform/Platform.h
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListSubListTester.java 310 return Platform
324 return Platform
337 return Platform.getMethod(
  /external/lldb/source/Target/
TargetList.cpp 27 #include "lldb/Target/Platform.h"
74 // If not initialized via triple_cstr, then the currently selected platform
133 // Don't just select the first architecture, we want to let the platform select
165 // Get the current platform and make sure it is compatible with the
171 platform_sp = Platform::GetPlatformForArchitecture(arch, &platform_arch);
208 platform_sp = Platform::GetPlatformForArchitecture(specified_arch, &arch);
213 platform_sp = Platform::GetPlatformForArchitecture(specified_arch, &arch);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpURLConnectionImpl.java 28 import com.squareup.okhttp.internal.Platform;
507 Platform.get().logW("Ignoring header " + field + " because its value was null.");
541 Platform.get().logW("Ignoring header " + field + " because its value was null.");
  /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/content/renderer/fetchers/
resource_fetcher_impl.cc 10 #include "third_party/WebKit/public/platform/Platform.h"
11 #include "third_party/WebKit/public/platform/WebHTTPBody.h"
12 #include "third_party/WebKit/public/platform/WebURL.h"
13 #include "third_party/WebKit/public/platform/WebURLError.h"
14 #include "third_party/WebKit/public/platform/WebURLLoader.h"
15 #include "third_party/WebKit/public/platform/WebURLRequest.h"
96 loader_.reset(blink::Platform::current()->createURLLoader());

Completed in 1514 milliseconds

<<11121314151617181920>>