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

12 3 4 5 6 7 8 91011>>

  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/
App.xaml.h 51 void RootFrame_FirstNavigated(Platform::Object^ sender, Windows::UI::Xaml::Navigation::NavigationEventArgs^ e);
54 void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e);
55 void OnResuming(Platform::Object ^sender, Platform::Object ^args);
  /external/v8/src/tracing/
trace-event.cc 13 v8::Platform* TraceEventHelper::GetCurrentPlatform() {
  /external/v8/tools/gyp/test/win/compiler-flags/
compile-as-winrt.cc 5 using namespace Platform;
  /external/guava/guava/src/com/google/common/escape/
Platform.java 27 final class Platform {
28 private Platform() {}
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
Platform.java 27 final class Platform {
47 private Platform() {}
  /external/opencv3/samples/winrt/FaceDetection/FaceDetection/
App.xaml.h 24 void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e);
25 void OnNavigationFailed(Platform::Object ^sender, Windows::UI::Xaml::Navigation::NavigationFailedEventArgs ^e);
MainPage.xaml.h 24 void InitBtn_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
25 void detectBtn_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Platform.java 25 final class Platform {
26 private Platform() {}
  /hardware/bsp/intel/peripheral/libmraa/examples/java/
BlinkOnboard.java 3 import mraa.Platform;
44 Platform platform = mraa.getPlatformType(); local
46 if (platform == Platform.INTEL_GALILEO_GEN1) {
48 } else if (platform == Platform.INTEL_MINNOWBOARD_MAX) {
54 mraa.getVersion(), platform.toString());
58 if (platform == Platform.INTEL_MINNOWBOARD_MAX)
    [all...]
HelloEdison.java 31 import mraa.Platform;
46 Platform platform = mraa.getPlatformType(); local
48 if (platform != Platform.INTEL_EDISON_FAB_C) {
  /external/opencv3/samples/winrt/ImageManipulations/
MainPage.xaml.h 57 virtual void LoadState(Platform::Object^ navigationParameter,
58 Windows::Foundation::Collections::IMap<Platform::String^, Platform::Object^>^ pageState) override;
59 virtual void SaveState(Windows::Foundation::Collections::IMap<Platform::String^, Platform::Object^>^ pageState) override;
83 void NotifyUser(Platform::String^ strMessage, NotifyType type);
84 void LoadScenario(Platform::String^ scenarioName);
85 event Windows::Foundation::EventHandler<Platform::Object^>^ ScenarioLoaded;
93 Platform::Collections::Vector<Object^>^ ScenarioList;
AdvancedCapture.xaml.h 54 void btnStartDevice_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
56 void btnStartPreview_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
58 void lstEnumedDevices_SelectionChanged(Platform::Object^ sender, Windows::UI::Xaml::Controls::SelectionChangedEventArgs^ e);
63 void ShowStatusMessage(Platform::String^ text);
64 void ShowExceptionMessage(Platform::Exception^ ex);
66 void EnableButton(bool enabled, Platform::String ^name);
73 void DisplayProperties_OrientationChanged(Platform::Object^ sender);
79 Platform::Agile<Windows::Media::Capture::MediaCapture> m_mediaCaptureMgr;
92 void Button_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
  /external/deqp/framework/common/
tcuApp.hpp 25 * Platform port (see tcuPlatform.hpp) must create App and issue calls to
38 class Platform;
48 * Test application encapsulates full test execution logic. Platform port
64 App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine);
78 Platform& m_platform;
  /sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/
InstallDetails.java 19 import org.eclipse.core.runtime.Platform;
25 private static final String ECLIPSE_PLATFORM_PLUGIN_ID = "org.eclipse.platform"; //$NON-NLS-1$
28 * Returns true if the ADT plugin is available in the current platform. This is useful
32 Bundle b = Platform.getBundle(ADT_PLUGIN_ID);
36 /** Returns the version of current eclipse platform. */
38 Bundle b = Platform.getBundle(ECLIPSE_PLATFORM_PLUGIN_ID);
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/
MainPage.xaml.h 21 void OnVisibilityChanged(Platform::Object ^sender, Windows::UI::Core::VisibilityChangedEventArgs ^e);
  /external/deqp/framework/platform/X11/
tcuX11Platform.cpp 21 * \brief X11 Platform.
47 class X11GLPlatform : public glu::Platform
75 class X11VulkanPlatform : public vk::Platform
107 class X11Platform : public tcu::Platform
112 const glu::Platform& getGLPlatform (void) const { return m_glPlatform; }
115 const eglu::Platform& getEGLPlatform (void) const { return m_eglPlatform; }
118 const vk::Platform& getVulkanPlatform (void) const { return m_vkPlatform; }
123 x11::egl::Platform m_eglPlatform;
145 tcu::Platform* createPlatform (void)
  /external/opencv3/samples/winrt_universal/PhoneTutorial/
MainPage.xaml.h 25 void Process_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
26 void Reset_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 23 * \brief iOS Platform implementation.
74 class Platform : public tcu::Platform, private glu::Platform
77 Platform (ScreenManager* screenManager);
78 virtual ~Platform (void);
80 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
DirectXHelper.h 14 throw Platform::Exception::CreateException(hr);
19 inline Concurrency::task<Platform::Array<byte>^> ReadDataAsync(Platform::String^ filename)
34 }).then([] (Streams::IBuffer^ fileBuffer) -> Platform::Array<byte>^
36 auto fileData = ref new Platform::Array<byte>(fileBuffer->Length);
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
DirectXHelper.h 14 throw Platform::Exception::CreateException(hr);
19 inline Concurrency::task<Platform::Array<byte>^> ReadDataAsync(Platform::String^ filename)
34 }).then([] (Streams::IBuffer^ fileBuffer) -> Platform::Array<byte>^
36 auto fileData = ref new Platform::Array<byte>(fileBuffer->Length);
  /external/deqp/framework/egl/
egluGLFunctionLoader.hpp 44 class Platform;
57 const tcu::FunctionLibrary* const m_library; //!< Base platform library for functions. Used if eglGetProcAddress() fails.
63 GLLibraryCache (const Platform& platform, const tcu::CommandLine& cmdLine);
74 const Platform& m_platform;
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
platformtest.cpp 17 // This file is for giving the performance characteristics of the platform (compiler/OS/CPU).
37 class Platform : public PerfTest {
65 TEST_F(Platform, CheckSum) {
70 TEST_F(Platform, strlen) {
77 TEST_F(Platform, memcmp) {
83 TEST_F(Platform, pow) {
90 TEST_F(Platform, Whitespace_strlen) {
97 TEST_F(Platform, Whitespace_strspn) {
104 TEST_F(Platform, fread) {
114 TEST_F(Platform, read) {
    [all...]
  /external/deqp/framework/platform/
tcuMain.cpp 34 // Implement this in your platform port.
35 tcu::Platform* createPlatform (void);
49 de::UniquePtr<tcu::Platform> platform (createPlatform());
50 de::UniquePtr<tcu::App> app (new tcu::App(*platform, archive, log, cmdLine));
  /external/guava/guava/src/com/google/common/base/
Platform.java 29 final class Platform {
30 private Platform() {}
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Platform.java 24 final class Platform {
47 private Platform() {}

Completed in 843 milliseconds

12 3 4 5 6 7 8 91011>>