Home
last modified time | relevance | path

Searched refs:App (Results 1 – 25 of 128) sorted by relevance

123456

/external/opencv3/samples/gpu/
Dmorphology.cpp11 class App class
14 App(int argc, const char* argv[]);
36 App::App(int argc, const char* argv[]) in App() function in App
70 int App::run() in run()
111 void App::help() in help()
126 void App::OpenClose() in OpenClose()
148 void App::ErodeDilate() in ErodeDilate()
170 void App::OpenCloseCallback(int, void* data) in OpenCloseCallback()
172 App* thiz = (App*) data; in OpenCloseCallback()
176 void App::ErodeDilateCallback(int, void* data) in ErodeDilateCallback()
[all …]
Dhog.cpp52 class App class
55 App(const Args& s);
71 App operator=(App&);
131 App app(args); in main()
204 App::App(const Args& s) in App() function in App
247 void App::run() in run()
375 void App::handleKey(char key) in handleKey()
437 inline void App::hogWorkBegin() { hog_work_begin = getTickCount(); } in hogWorkBegin()
439 inline void App::hogWorkEnd() in hogWorkEnd()
446 inline string App::hogWorkFps() const in hogWorkFps()
[all …]
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/
DApp.xaml.cpp57 App::App() in App() function in App
60 Suspending += ref new SuspendingEventHandler(this, &App::OnSuspending); in App()
61 … Windows::Foundation::EventHandler<Platform::Object ^>(this, &video_capture_xaml::App::OnResuming); in App()
70 void App::OnLaunched(LaunchActivatedEventArgs^ e)
116 …_firstNavigatedToken = rootFrame->Navigated += ref new NavigatedEventHandler(this, &App::RootFrame…
136 void App::RootFrame_FirstNavigated(Object^ sender, NavigationEventArgs^ e)
162 void App::OnSuspending(Object^ sender, SuspendingEventArgs^ e)
170 void video_capture_xaml::App::OnResuming(Platform::Object ^sender, Platform::Object ^args)
/external/opencv3/samples/tapi/
Dhog.cpp19 class App class
22 App(CommandLineParser& cmd);
42 App operator=(App&);
87 App app(cmd); in main()
107 App::App(CommandLineParser& cmd) in App() function in App
146 void App::run() in run()
265 void App::handleKey(char key) in handleKey()
331 inline void App::hogWorkBegin() in hogWorkBegin()
336 inline void App::hogWorkEnd() in hogWorkEnd()
343 inline string App::hogWorkFps() const in hogWorkFps()
[all …]
/external/deqp/framework/common/
DtcuApp.cpp80 App::App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine) in App() function in tcu::App
132 App::~App (void) in ~App()
137 void App::cleanup (void) in cleanup()
155 bool App::iterate (void) in iterate()
206 void App::onWatchdogTimeout (qpWatchDog* watchDog, void* userPtr) in onWatchdogTimeout()
209 static_cast<App*>(userPtr)->onWatchdogTimeout(); in onWatchdogTimeout()
212 void App::onCrash (qpCrashHandler* crashHandler, void* userPtr) in onCrash()
215 static_cast<App*>(userPtr)->onCrash(); in onCrash()
218 void App::onWatchdogTimeout (void) in onWatchdogTimeout()
243 void App::onCrash (void) in onCrash()
DtcuApp.hpp61 class App class
64 App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine);
65 virtual ~App (void);
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/
Dintroduction.rst5 Welcome to webapp2! Creating an App Engine application with webapp2 is easy,
9 Google App Engine applications can be written in either the Java or Python
12 the default App Engine webapp framework, but offers an improved response
17 - Build an App Engine application using Python
19 - Use the App Engine datastore with the Python modeling API
20 - Integrate an App Engine application with Google Accounts for user authentication
22 - Upload your app to App Engine
30 To get started developing Google App Engine applications, you download and
31 set up the App Engine software development kit.
Ddevenvironment.rst5 You develop and upload Python applications for Google App Engine using the App
8 The Python SDK includes a web server application that simulates the App Engine
11 App Engine APIs. The Python SDK runs on any computer with Python 2.5, and
15 The Python SDK for Windows and Mac includes Google App Engine Launcher, an
17 simplifies many common App Engine development tasks.
23 `Download the App Engine SDK <http://code.google.com/appengine/downloads.html>`_.
30 …google.com/appengine/docs/python/tools/uploadinganapp.html>`_, for uploading your app to App Engine
32 Windows and Mac users can run Google App Engine Launcher and simply click the
47 The local development environment lets you develop and test complete App Engine
Duploading.rst5 You create and manage applications in App Engine using the Administration
8 in the SDK. Or, if you're using Google App Engine Launcher, you can upload
19 You create and manage App Engine web applications from the App Engine
24 Google App Engine Launcher users can reach this URL by clicking the Dashboard
27 Sign in to App Engine using your Google account. If you do not have a Google
44 To upload your finished application to Google App Engine, run the following
51 Or click Deploy in Google App Engine Launcher.
55 You can now see your application running on App Engine. If you set up a free
68 `the App Engine documentation <http://code.google.com/appengine/docs/>`_ and
Dindex.rst3 Getting Started with App Engine
6 Google App Engine. The example project, a guest book, demonstrates how to setup
7 the Python runtime environment, how to use webapp2 and several App Engine
29 guide from Google App Engine, created by the App Engine team and licensed
Dhelloworld.rst5 Python App Engine applications communicate with the web server using the
33 An App Engine application has a configuration file called ``app.yaml``. Among
56 application with App Engine in the final step, you will select a unique
60 before uploading new versions of your application software, App Engine will
77 with the App Engine SDK.
79 If you're using the Google App Engine Launcher, you can set up the application
86 If you're not using Google App Engine Launcher, start the web server with the
112 App Engine Launcher to see the change.
116 Stop in Google App Engine Launcher.
124 You now have a complete App Engine application! You could deploy this simple
/external/opencv3/samples/winrt/FaceDetection/FaceDetection/
DApp.xaml.cpp31 App::App() in App() function in App
34 Suspending += ref new SuspendingEventHandler(this, &App::OnSuspending); in App()
42 void App::OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEventArgs^ e)
67 …ref new Windows::UI::Xaml::Navigation::NavigationFailedEventHandler(this, &App::OnNavigationFailed…
109 void App::OnSuspending(Object^ sender, SuspendingEventArgs^ e)
122 void App::OnNavigationFailed(Platform::Object ^sender, Windows::UI::Xaml::Navigation::NavigationFai…
/external/opencv3/samples/winrt_universal/PhoneTutorial/
DApp.xaml.cpp32 App::App() in App() function in App
35 Suspending += ref new SuspendingEventHandler(this, &App::OnSuspending); in App()
44 void App::OnLaunched(LaunchActivatedEventArgs^ e)
89 …_firstNavigatedToken = rootFrame->Navigated += ref new NavigatedEventHandler(this, &App::RootFrame…
107 void App::RootFrame_FirstNavigated(Object^ sender, NavigationEventArgs^ e)
131 void App::OnSuspending(Object^ sender, SuspendingEventArgs^ e)
/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
DApp.xaml.cpp31 App::App() in App() function in App
34 Suspending += ref new SuspendingEventHandler(this, &App::OnSuspending); in App()
43 void App::OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEventArgs^ args)
101 void App::OnSuspending(Object^ sender, SuspendingEventArgs^ e)
/external/opencv3/samples/winrt/ImageManipulations/
DApp.xaml.cpp45 App::App() in App() function in App
48 this->Suspending += ref new SuspendingEventHandler(this, &SDKSample::App::OnSuspending); in App()
57 void App::OnLaunched(LaunchActivatedEventArgs^ pArgs)
107 void App::OnSuspending(Object^ sender, SuspendingEventArgs^ e)
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/experimental/wsgi/
DREADME6 Google App Engine
9 For more information about Google App Engine, and to download the SDK, see:
16 ProtoRPC is packaged with the App Engine SDK, but the version shipped
17 may not be the most current version due to the App Engine release
29 To run this demo locally, you need to run an instance of the Google App
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/hello/server/
DREADME7 Google App Engine
10 For more information about Google App Engine, and to download the SDK, see:
17 ProtoRPC is packaged with the App Engine SDK, but the version shipped
18 may not be the most current version due to the App Engine release
30 To run this demo locally, you need to run an instance of the Google App
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/echo/
DREADME7 Google App Engine
10 For more information about Google App Engine, and to download the SDK, see:
17 ProtoRPC is packaged with the App Engine SDK, but the version shipped
18 may not be the most current version due to the App Engine release
30 To run this demo locally, you need to run an instance of the Google App
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dapp.h22 class App : public RtcpPacket {
28 App() : sub_type_(0), ssrc_(0), name_(0) {} in App() function
30 virtual ~App() {} in ~App()
61 RTC_DISALLOW_COPY_AND_ASSIGN(App);
Dapp.cc35 bool App::Parse(const RtcpCommonHeader& header, const uint8_t* payload) { in Parse()
45 void App::WithSubType(uint8_t subtype) { in WithSubType()
50 void App::WithData(const uint8_t* data, size_t data_length) { in WithData()
59 bool App::Create(uint8_t* packet, in Create()
Dapp_unittest.cc18 using webrtc::rtcp::App;
43 App app;
45 const App& parsed() { return parsed_; } in parsed()
48 App parsed_;
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/
DREADME7 Google App Engine
10 For more information about Google App Engine, and to download the SDK, see:
17 ProtoRPC is packaged with the App Engine SDK, but the version shipped
18 may not be the most current version due to the App Engine release
33 To run this demo locally, you need to run an instance of the Google App
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/appstats/
DREADME8 Google App Engine
11 For more information about Google App Engine, and to download the SDK, see:
32 ProtoRPC is packaged with the App Engine SDK, but the version shipped
33 may not be the most current version due to the App Engine release
45 To run this demo locally, you need to run an instance of the Google App
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/
DREADME9 Google App Engine
12 For more information about Google App Engine, and to download the SDK, see:
19 ProtoRPC is packaged with the App Engine SDK, but the version shipped
20 may not be the most current version due to the App Engine release
41 To run this demo locally, you need to run two instances of the Google App
/external/chromium-trace/catapult/third_party/webapp2/docs/
Dindex.rst10 `webapp2`_ is a lightweight Python web framework compatible with Google App
21 webapp2 can also be used outside of Google App Engine, independently of the
22 App Engine SDK.
27 webapp2 is part of the Python 2.7 runtime since App Engine SDK 1.6.0.
39 .. `Samples for Google App Engine <http://code.google.com/p/google-app-engine-samples/>`_:
99 Modules that use App Engine libraries and services are restricted to
163 webapp2 is a superset of `webapp`_, created by the App Engine team.
167 from the `App Engine documentation`_, written by the App Engine team and
174 The `Sphinx`_ theme mimics the App Engine documentation.

123456