/external/opencv3/samples/gpu/ |
D | morphology.cpp | 11 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 …]
|
D | hog.cpp | 52 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/ |
D | App.xaml.cpp | 57 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/ |
D | hog.cpp | 19 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/ |
D | tcuApp.cpp | 80 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()
|
D | tcuApp.hpp | 61 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/ |
D | introduction.rst | 5 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.
|
D | devenvironment.rst | 5 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
|
D | uploading.rst | 5 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
|
D | index.rst | 3 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
|
D | helloworld.rst | 5 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/ |
D | App.xaml.cpp | 31 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/ |
D | App.xaml.cpp | 32 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/ |
D | App.xaml.cpp | 31 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/ |
D | App.xaml.cpp | 45 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/ |
D | README | 6 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/ |
D | README | 7 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/ |
D | README | 7 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/ |
D | app.h | 22 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);
|
D | app.cc | 35 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()
|
D | app_unittest.cc | 18 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/ |
D | README | 7 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/ |
D | README | 8 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/ |
D | README | 9 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/ |
D | index.rst | 10 `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.
|