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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/web/tests/
GraphicsLayerTest.cpp 27 #include "core/platform/graphics/GraphicsLayer.h"
29 #include "core/platform/ScrollableArea.h"
30 #include "core/platform/graphics/transforms/Matrix3DTransformOperation.h"
31 #include "core/platform/graphics/transforms/RotateTransformOperation.h"
32 #include "core/platform/graphics/transforms/TranslateTransformOperation.h"
36 #include "public/platform/Platform.h"
37 #include "public/platform/WebCompositorSupport.h"
38 #include "public/platform/WebFloatAnimationCurve.h"
39 #include "public/platform/WebGraphicsContext3D.h
    [all...]
LinkHighlightTest.cpp 42 #include "core/platform/graphics/IntRect.h"
43 #include "public/platform/Platform.h"
44 #include "public/platform/WebContentLayer.h"
45 #include "public/platform/WebFloatPoint.h"
46 #include "public/platform/WebSize.h"
47 #include "public/platform/WebUnitTestSupport.h"
125 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
140 m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting(WebUnitTestSupport::TestViewTypeUnitTest));
195 Platform::current()->unitTestSupport()->unregisterAllMockedURLs()
    [all...]
WebPageSerializerTest.cpp 38 #include "public/platform/Platform.h"
39 #include "public/platform/WebString.h"
40 #include "public/platform/WebURL.h"
41 #include "public/platform/WebURLRequest.h"
42 #include "public/platform/WebURLResponse.h"
43 #include "public/platform/WebUnitTestSupport.h"
74 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
90 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
  /external/skia/tools/skpdiff/
skpdiff_main.cpp 53 // Query for a platform
54 cl::vector<cl::Platform> platformList;
55 cl::Platform::get(&platformList);
58 // Print some information about the platform for debugging
59 cl::Platform& platform = platformList[0]; local
61 platform.getInfo(CL_PLATFORM_NAME, &platformName);
62 SkDebugf("Platform index 0 is named %s\n", platformName.c_str());
66 platform.getDevices(CL_DEVICE_TYPE_ALL, &deviceList);
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java 29 import org.eclipse.core.runtime.Platform;
51 Location instanceLoc = Platform.getInstanceLocation();
63 // install platform tools if necessary
69 "The platform tools package that provides adb is missing from your SDK installation. "
125 // The monitor app should be located in "<sdk>/tools/lib/monitor-platform/"
127 Location install = Platform.getInstallLocation();
  /external/chromium_org/third_party/WebKit/Source/modules/vibration/
NavigatorVibration.cpp 27 #include "public/platform/Platform.h"
28 #include "public/platform/WebVibration.h"
95 WebKit::Platform::current()->cancelVibration();
107 WebKit::Platform::current()->vibrate(m_pattern[0]);
  /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;
149 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()) {
  /external/chromium_org/content/renderer/gpu/
input_handler_wrapper.cc 10 #include "third_party/WebKit/public/platform/Platform.h"
49 return WebKit::Platform::current()->createFlingAnimationCurve(
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PurgeableBuffer.cpp 27 #include "core/platform/PurgeableBuffer.h"
29 #include "public/platform/Platform.h"
30 #include "public/platform/WebDiscardableMemory.h"
46 OwnPtr<WebKit::WebDiscardableMemory> memory = adoptPtr(WebKit::Platform::current()->allocateAndLockDiscardableMemory(size));
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
PlatformScreenChromium.cpp 32 #include "core/platform/PlatformScreen.h"
34 #include "core/platform/HostWindow.h"
35 #include "core/platform/ScrollView.h"
36 #include "core/platform/graphics/FloatRect.h"
37 #include "public/platform/Platform.h"
38 #include "public/platform/WebScreenInfo.h"
95 WebKit::Platform::current()->screenColorProfile(&profile);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
DiscardablePixelRef.cpp 27 #include "core/platform/graphics/chromium/DiscardablePixelRef.h"
29 #include "public/platform/Platform.h"
80 m_discardable = adoptPtr(WebKit::Platform::current()->allocateAndLockDiscardableMemory(bytes));
  /external/chromium_org/third_party/WebKit/Source/core/platform/midi/
MIDIAccessor.cpp 32 #include "core/platform/midi/MIDIAccessor.h"
34 #include "core/platform/midi/MIDIAccessorClient.h"
35 #include "public/platform/Platform.h"
36 #include "public/platform/WebMIDIAccessor.h"
54 m_accessor = adoptPtr(WebKit::Platform::current()->createMIDIAccessor(this));
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
ResourceError.cpp 28 #include "core/platform/network/ResourceError.h"
30 #include "public/platform/Platform.h"
31 #include "public/platform/WebURL.h"
32 #include "public/platform/WebURLError.h"
41 return WebKit::Platform::current()->cancelledError(KURL(ParsedURLString, failingURL));
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InspectorFrontendClientLocal.cpp 39 #include "core/platform/Timer.h"
40 #include "public/platform/Platform.h"
41 #include "public/platform/WebThread.h"
81 WebKit::Platform::current()->currentThread()->postTask(taskImpl);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
QuotaTracker.cpp 34 #include "public/platform/Platform.h"
50 // Extra scope to unlock prior to potentially calling WebKit::Platform.
65 *spaceAvailable = WebKit::Platform::current()->databaseGetSpaceAvailableForOrigin(originIdentifier);
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 98 class Platform {
108 WEBKIT_EXPORT static void initialize(Platform*);
110 WEBKIT_EXPORT static Platform* current();
159 // Creates a platform dependent WebMIDIAccessor. MIDIAccessor under platform
251 // false on platform specific error conditions.
270 // Allocates discardable memory. May return 0, even if the platform supports
433 // Add a trace event to the platform tracing system. Depending on the actual
510 // Returns true if the platform is capable of producing an offscreen context suitable for accelerating 2d canvas.
511 // This will return false if the platform cannot promise that contexts will be preserved across operations lik
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestMapEntrySetGenerator.java 49 Platform.unsafeArrayCopy(elements, 0, entries, 0, elements.length);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
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");
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 44 * Access to Platform-specific features necessary for SPDY and advanced TLS.
52 public class Platform {
53 private static final Platform PLATFORM = findPlatform();
57 public static Platform get() {
58 return PLATFORM;
141 * {@code socket}, or a reasonable default if this platform doesn't expose the
151 /** Attempt to match the host runtime to a capable Platform implementation. */
152 private static Platform findPlatform() {
157 return new Platform(); // No Java 1.6 APIs. It's either Java 1.5, Android 2.2 or earlier
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
ResponseHeaders.java 20 import com.squareup.okhttp.internal.Platform;
38 private static final String SENT_MILLIS = Platform.get().getPrefix() + "-Sent-Millis";
41 private static final String RECEIVED_MILLIS = Platform.get().getPrefix() + "-Received-Millis";
44 static final String RESPONSE_SOURCE = Platform.get().getPrefix() + "-Response-Source";
47 static final String SELECTED_TRANSPORT = Platform.get().getPrefix() + "-Selected-Transport";
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumWin.cpp 36 #include "core/platform/LayoutTestSupport.h"
37 #include "core/platform/ScrollbarTheme.h"
38 #include "core/platform/graphics/FontSelector.h"
39 #include "core/platform/graphics/GraphicsContext.h"
40 #include "core/platform/graphics/chromium/FontUtilsChromiumWin.h"
41 #include "core/platform/graphics/chromium/TransparencyWin.h"
42 #include "core/platform/win/SystemInfo.h"
47 #include "public/platform/Platform.h"
48 #include "public/platform/WebColor.h
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.cpp 29 #include "core/platform/FileMetadata.h"
30 #include "core/platform/FileSystem.h"
31 #include "core/platform/MIMETypeRegistry.h"
32 #include "public/platform/Platform.h"
33 #include "public/platform/WebFileUtilities.h"
99 , m_name(WebKit::Platform::current()->fileUtilities()->baseName(path))
113 m_name = WebKit::Platform::current()->fileUtilities()->baseName(path);

Completed in 2324 milliseconds

1 2 3 45 6 7 8 91011>>