HomeSort by relevance Sort by last modified time
    Searched refs:Platform (Results 51 - 75 of 433) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
Platform.java 29 final class Platform {
54 private Platform() {}
  /external/opencv3/modules/videoio/src/
cap_winrt_video.hpp 55 Platform::Agile<Windows::Media::Capture::MediaCapture> m_capture;
56 Platform::Agile<Windows::Devices::Enumeration::DeviceInformationCollection> m_devices;
  /external/opencv3/samples/winrt_universal/PhoneTutorial/
App.xaml.h 26 void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e);
27 void RootFrame_FirstNavigated(Platform::Object^ sender, Windows::UI::Xaml::Navigation::NavigationEventArgs^ e);
  /external/caliper/caliper/src/main/java/com/google/caliper/platform/
Platform.java 17 package com.google.caliper.platform;
29 * An abstraction of the platform within which caliper (both the scheduler and the actual workers)
32 public abstract class Platform {
34 private final Platform.Type platformType;
36 public Platform(Type platformType) {
41 * Get the executable for the virtual machine for this platform.
44 * the same platform in one go.
54 * The name of the platform type.
71 * Checks to see whether the specific class is supported on this platform.
74 * matches this platform
    [all...]
SupportedPlatform.java 17 package com.google.caliper.platform;
33 Platform.Type[] value();
  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.hpp 23 * \brief Vulkan platform abstraction.
130 * \brief Vulkan platform interface
132 class Platform
135 Platform (void) {}
136 ~Platform (void) {}
146 inline PlatformMemoryLimits getMemoryLimits (const Platform& platform)
149 platform.getMemoryLimits(limits);
vkPlatform.cpp 21 * \brief Vulkan platform abstraction.
67 wsi::Display* Platform::createWsiDisplay (wsi::Type) const
72 void Platform::describePlatform (std::ostream& dst) const
74 dst << "vk::Platform::describePlatform() not implemented";
  /external/deqp/framework/common/
tcuTestContext.hpp 36 class Platform;
51 TestContext (Platform& platform, Archive& rootArchive, TestLog& log, const CommandLine& cmdLine, qpWatchDog* watchDog);
57 Platform& getPlatform (void) { return m_platform; }
77 Platform& m_platform; //!< Platform port implementation.
  /external/deqp/framework/egl/
egluGLContextFactory.hpp 32 class Platform;
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.hpp 23 * \brief Win32 Vulkan platform
35 class VulkanPlatform : public vk::Platform
  /external/guava/guava/src/com/google/common/base/
Ticker.java 60 return Platform.systemNanoTime();
  /external/opencv3/samples/winrt/ImageManipulations/
App.xaml.h 28 virtual void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ pArgs);
  /external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
App.xaml.h 22 void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e);
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/
MainPage.xaml.h 26 void OnVisibilityChanged(Platform::Object ^sender, Windows::UI::Core::VisibilityChangedEventArgs ^e);
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 21 * \brief Raspberry PI platform.
30 tcu::Platform* createPlatform (void)
32 return new tcu::rpi::Platform();
173 // Platform
175 Platform::Platform (void)
183 Platform::~Platform (void)
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
PlatformModule.java 19 import com.google.caliper.platform.Platform;
20 import com.google.caliper.platform.dalvik.DalvikModule;
21 import com.google.caliper.platform.dalvik.DalvikPlatform;
22 import com.google.caliper.platform.jvm.JvmModule;
23 import com.google.caliper.platform.jvm.JvmPlatform;
32 * Provider of a {@link Platform} instance appropriate for the current platform.
42 static Platform providePlatform(
VmDataCollectingVisitor.java 24 import com.google.caliper.platform.Platform;
35 private final Platform platform; field in class:VmDataCollectingVisitor
38 @Inject VmDataCollectingVisitor(Platform platform) {
39 this.platform = platform;
49 platform.checkVmProperties(options);
69 Maps.filterKeys(logMessage.properties(), platform.vmPropertiesToRetain())))
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
Platform.java 35 final class Platform {
56 private Platform() {}
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
BasicTimer.h 14 throw ref new Platform::FailureException();
33 throw ref new Platform::FailureException();
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
BasicTimer.h 14 throw ref new Platform::FailureException();
33 throw ref new Platform::FailureException();
  /external/conscrypt/src/main/java/org/conscrypt/
AddressUtils.java 49 if (Platform.isLiteralIpAddress(sniHostname)) {
  /external/v8/src/
v8.cc 9 #include "src/base/platform/platform.h"
35 v8::Platform* V8::platform_ = NULL;
93 void V8::InitializePlatform(v8::Platform* platform) {
95 CHECK(platform);
96 platform_ = platform;
106 v8::Platform* V8::GetCurrentPlatform() {
112 void V8::SetPlatformForTesting(v8::Platform* platform) { platform_ = platform;
    [all...]
  /external/v8/test/fuzzer/
fuzzer-support.h 29 v8::Platform* platform_;
  /external/caliper/caliper/src/main/java/com/google/caliper/config/
VmConfig.java 22 import com.google.caliper.platform.Platform;
42 private final Platform platform; field in class:VmConfig
50 this.platform = builder.platform;
56 public VmConfig(File vmHome, Iterable<String> options, File vmExecutable, Platform platform) {
57 this.platform = platform;
120 private final Platform platform; field in class:VmConfig.Builder
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/
NdkCommandLauncher.java 28 import org.eclipse.core.runtime.Platform;
46 if (Platform.OS_WIN32.equals(Platform.getOS())) {
63 if (Platform.getOS().equals(Platform.OS_WIN32)) {

Completed in 640 milliseconds

1 23 4 5 6 7 8 91011>>