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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/extensions/common/features/
permission_feature.cc 22 Feature::Platform platform) const {
26 platform);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessageChannel.cpp 31 #include "public/platform/Platform.h"
32 #include "public/platform/WebMessagePortChannel.h"
40 blink::Platform::current()->createMessageChannel(&channel1, &channel2);
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageNamespace.cpp 30 #include "platform/weborigin/SecurityOrigin.h"
31 #include "public/platform/Platform.h"
32 #include "public/platform/WebStorageArea.h"
33 #include "public/platform/WebStorageNamespace.h"
52 localStorageNamespace = blink::Platform::current()->createLocalStorageNamespace();
  /external/chromium_org/third_party/WebKit/Source/platform/
LinkHash.cpp 32 #include "platform/LinkHash.h"
34 #include "platform/weborigin/KURL.h"
35 #include "public/platform/Platform.h"
60 return blink::Platform::current()->visitedLinkHash(buffer.data(), buffer.length());
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebSearchableFormDataTest.cpp 35 #include "public/platform/Platform.h"
36 #include "public/platform/WebUnitTestSupport.h"
57 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
WebImageTest.cpp 32 #include "public/platform/WebImage.h"
34 #include "platform/SharedBuffer.h"
35 #include "public/platform/Platform.h"
36 #include "public/platform/WebData.h"
37 #include "public/platform/WebSize.h"
38 #include "public/platform/WebUnitTestSupport.h"
48 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
52 return Platform::current()->unitTestSupport()->readFromFile(filePath);
  /external/chromium_org/tools/cr/cr/commands/
init.py 14 cr.Platform.SELECTOR, cr.BuildType.SELECTOR, cr.Arch.SELECTOR,
42 cr.Platform.AddArguments(parser)
76 platform = cr.context.args.CR_PLATFORM
77 if not platform:
78 # Try to guess platform based on output name
79 platforms = [p.name for p in cr.Platform.AllPlugins()]
82 print 'Platform is not set, and could not be guessed from', base
87 platform = matches[0]
91 CR_PLATFORM=platform,
157 # Prepare the platform in here, using the updated confi
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/
possible_browser.py 5 from telemetry.core import platform namespace
37 def platform(self): member in class:PossibleBrowser
39 self._platform = platform.Platform(self._platform_backend)
  /external/conscrypt/src/platform/java/org/conscrypt/
Platform.java 41 class Platform {
43 public static final Platform MAPPER = new Platform();
47 * Runs all the setup for the platform that only needs to run once.
59 private Platform() {
120 * Wraps an old AndroidOpenSSL key instance. This is not needed on platform
  /external/deqp/framework/platform/win32/
tcuWin32Platform.cpp 21 * \brief Win32 platform port.
91 // Create platform
92 tcu::Platform* createPlatform (void)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractTester.java 77 return Platform.format("%s[%s]", super.getName(), suiteName);
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(
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetIteratorTester.java 98 Platform.getMethod(MultisetIteratorTester.class, "testIteratorKnownOrder"),
99 Platform.getMethod(MultisetIteratorTester.class, "testIteratorUnknownOrder"),
100 Platform.getMethod(MultisetIteratorTester.class, "testRemovingIteratorKnownOrder"),
101 Platform.getMethod(MultisetIteratorTester.class, "testRemovingIteratorUnknownOrder"));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionIteratorTester.java 97 new IteratorTester<E>(Platform.collectionIteratorTesterNumIterations(), features, elements,
124 return Platform.getMethod(
134 return Platform.getMethod(
159 return Platform.getMethod(
CollectionAddTester.java 105 return Platform.getMethod(CollectionAddTester.class, "testAdd_nullSupported");
118 return Platform.getMethod(CollectionAddTester.class, "testAdd_nullUnsupported");
  /external/lldb/source/Interpreter/
OptionGroupArchitecture.cpp 49 OptionGroupArchitecture::GetArchitecture (Platform *platform, ArchSpec &arch)
54 arch.SetTriple(m_arch_str.c_str(), platform);
OptionGroupPlatform.cpp 19 #include "lldb/Target/Platform.h"
36 platform_sp = Platform::Create (m_platform_name.c_str(), error);
41 error.SetErrorStringWithFormat ("platform '%s' doesn't support '%s'",
51 platform_sp = Platform::Create (arch, &platform_arch, error);
88 { LLDB_OPT_SET_ALL, false, "platform", 'p', required_argument, NULL, 0, eArgTypePlatform, "Specify name of the platform to use for this target, creating the platform if necessary."},
  /external/okhttp/android/main/java/com/squareup/okhttp/internal/
Platform.java 40 public final class Platform {
41 private static final Platform PLATFORM = new Platform();
43 public static Platform get() {
44 return PLATFORM;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.cpp 46 #include "platform/PlatformMouseEvent.h"
47 #include "platform/network/DNS.h"
48 #include "platform/network/ResourceRequest.h"
49 #include "platform/weborigin/KnownPorts.h"
50 #include "platform/weborigin/SecurityOrigin.h"
51 #include "platform/weborigin/SecurityPolicy.h"
52 #include "public/platform/Platform.h"
53 #include "public/platform/WebPrescientNetworking.h"
54 #include "public/platform/WebURL.h
    [all...]
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.h 19 #include "lldb/Target/Platform.h"
22 class PlatformRemoteGDBServer : public lldb_private::Platform
32 static lldb_private::Platform*
64 // lldb_private::Platform functions
114 // Remote Platform subclasses need to override this function
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.cpp 33 #include "platform/LayoutTestSupport.h"
34 #include "platform/graphics/Color.h"
35 #include "platform/graphics/GraphicsContext.h"
36 #include "platform/graphics/GraphicsContextStateSaver.h"
37 #include "public/platform/Platform.h"
38 #include "public/platform/WebRect.h"
39 #include "public/platform/WebThemeEngine.h"
209 IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartSliderThumb);
266 blink::Platform::current()->themeEngine()->paint(canvas, blink::WebThemeEngine::PartCheckbox, getWebThemeState(thi (…)
    [all...]
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.cpp 38 Platform *
95 static ConstString g_host_name(Platform::GetHostPlatformName ());
109 return "Local Linux user platform plug-in.";
111 return "Remote Linux user platform plug-in.";
128 Platform::SetDefaultPlatform (default_platform_sp);
197 error.SetErrorStringWithFormat("the platform is not currently connected, and '%s' doesn't exist in the system root.", exe_path);
246 // No valid architecture was specified, ask the platform for
273 error.SetErrorStringWithFormat ("'%s' doesn't contain any '%s' platform architectures: %s",
304 Platform(is_host), // This is the local host platform
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
ConnectionPool.java 19 import com.squareup.okhttp.internal.Platform;
190 Platform.get().tagSocket(connection.getSocket());
194 Platform.get().logW("Unable to tagSocket(): " + e);
231 Platform.get().untagSocket(connection.getSocket());
234 Platform.get().logW("Unable to untagSocket(): " + e);
  /external/chromium_org/third_party/WebKit/Source/core/css/
RemoteFontFaceSource.cpp 11 #include "platform/fonts/FontCache.h"
12 #include "platform/fonts/FontDescription.h"
13 #include "platform/fonts/SimpleFontData.h"
14 #include "public/platform/Platform.h"
157 blink::Platform::current()->histogramCustomCounts("WebFont.BlankTextShownTime", duration, 0, 10000, 50);
165 blink::Platform::current()->histogramCustomCounts(histogramName(font), duration, 0, 10000, 50);
172 blink::Platform::current()->histogramEnumeration("WebFont.CacheHit", histogramValue, CacheHitEnumMax);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.cpp 42 #include "platform/AsyncFileSystemCallbacks.h"
43 #include "platform/PermissionCallbacks.h"
44 #include "public/platform/Platform.h"
45 #include "public/platform/WebFileSystem.h"
144 blink::Platform::current()->fileSystem()->openFileSystem(storagePartition, static_cast<blink::WebFileSystemType>(type), callbacks->release());
151 blink::Platform::current()->fileSystem()->resolveURL(fileSystemURL, callbacks->release());
160 blink::Platform::current()->fileSystem()->deleteFileSystem(storagePartition, static_cast<blink::WebFileSystemType>(type), callbacks->release());

Completed in 3322 milliseconds

1 2 3 4 56 7 8 91011>>