Home
last modified time | relevance | path

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

123

/external/deqp/framework/common/
DtcuApp.cpp46 App::App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine) in App() function in tcu::App
96 App::~App (void) in ~App()
101 void App::cleanup (void) in cleanup()
119 bool App::iterate (void) in iterate()
170 void App::onWatchdogTimeout (qpWatchDog* watchDog, void* userPtr) in onWatchdogTimeout()
173 static_cast<App*>(userPtr)->onWatchdogTimeout(); in onWatchdogTimeout()
176 void App::onCrash (qpCrashHandler* crashHandler, void* userPtr) in onCrash()
179 static_cast<App*>(userPtr)->onCrash(); in onCrash()
182 void App::onWatchdogTimeout (void) in onWatchdogTimeout()
207 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/trace-viewer/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
Dusingwebapp2.rst8 features. Google App Engine supports any framework written in pure Python
14 App Engine includes a simple web application framework of its own, called
15 ``webapp``. The ``webapp`` framework is already installed in the App Engine
87 The code ``application.run()`` runs the application in App Engine's CGI
88 environment. It uses a function provided by App Engine that is similar to the
92 server or on App Engine, and display errors in the browser if it is running
Dstaticfiles.rst5 Unlike a traditional web hosting environment, Google App Engine does not serve
13 to the browser. You can tell App Engine to serve specific files directly
36 The new ``handlers`` section defines two handlers for URLs. When App Engine
43 By default, App Engine serves static files using a MIME type based on the
Dtemplates.rst13 engine. Versions 1.2 and 0.96 are included with the SDK and are part of App
86 An App Engine application has read-only access to all of the files uploaded
97 For efficiency, App Engine treats static files differently from application
98 source and data files. You can use App Engine's static files feature to serve
Dhandlingforms.rst67 The App Engine environment includes the entire Python 2.5 standard library.
68 However, not all actions are allowed. App Engine applications run in a
69 restricted environment that allows App Engine to scale them safely.
/external/chromium-trace/trace-viewer/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.
Dfeatures.rst34 Everybody starting with App Engine must know a bit of webapp. And you you can
44 The ``WebOb`` version included in the App Engine SDK was released in 2008.
250 Independent of the App Engine SDK
252 webapp2 doesn't depend on the Google App Engine SDK and
253 :ref:`can be used outside of App Engine <tutorials.quickstart.nogae>`.
261 App Engine introduces threading support in the Python 2.7 runtime.
289 App Engine or in the upcoming App Engine Python 2.7 runtime
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/
Dquickstart.rst9 If you are new to App Engine, read :ref:`tutorials.gettingstarted.index` first.
10 You will need the `App Engine SDK <http://code.google.com/appengine/docs/python/gettingstarted/deve…
14 If you want to use webapp2 outside of App Engine,
27 webapp2 is part of the Python 2.7 runtime since App Engine SDK 1.6.0,
64 If you're using the Google App Engine Launcher, you can set up the application
71 If you're not using Google App Engine Launcher, start the web server with the
Dquickstart.nogae.rst3 Quick start (to use webapp2 outside of App Engine)
5 webapp2 can also be used outside of App Engine as a general purpose web
8 - It is independent of the App Engine SDK. If the SDK is not found, it sets
9 fallbacks to be used outside of App Engine.
16 It won't support App Engine services, but if you like webapp, why not use it
20 If you want to use webapp2 on App Engine,
/external/opencv/cxcore/src/
Dcxjacobieigens.cpp116 float *A3, Apq = A1[q], App, Aqq, Aip, Aiq, Vpi, Vqi; in icvJacobiEigens_32f() local
124 App = A1[p]; in icvJacobiEigens_32f()
126 y = 5.0e-1 * (App - Aqq); in icvJacobiEigens_32f()
171 A1[p] = (float) (App * c2 + Aqq * s2 - a); in icvJacobiEigens_32f()
172 A2[q] = (float) (App * s2 + Aqq * c2 + a); in icvJacobiEigens_32f()
266 double *A3, Apq, App, Aqq, App2, Aqq2, Aip, Aiq, Vpi, Vqi; in icvJacobiEigens_64d() local
275 App = A1[p]; in icvJacobiEigens_64d()
277 y = 5.0e-1 * (App - Aqq); in icvJacobiEigens_64d()
322 App2 = App * c2 + Aqq * s2 - a; in icvJacobiEigens_64d()
323 Aqq2 = App * s2 + Aqq * c2 + a; in icvJacobiEigens_64d()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
Dsearchcvs.php2 …lipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); … variable
134 $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/emf/includes/searchcvs.css"…
138 $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
/external/chromium-trace/trace-viewer/third_party/webapp2/
DPKG-INFO4 Summary: Taking Google App Engine's webapp to the next level!
12 `webapp2`_ is a lightweight Python web framework compatible with Google App
23 webapp2 can also be used outside of Google App Engine, independently of the
24 App Engine SDK.
DCHANGES11 - Maintenance release. Fixed outstanding bugs related to App Engine.
13 to App Engine.
57 - Fixed a bug in WSGIApplication.run() when running outside of App Engine:
82 outside of App Engine, from now on all App Engine-specific modules will
113 - Added support for the (not yet released) App Engine Python 2.7 SDK.
153 since it is now included in the App Engine SDK (since version 1.4.2).
186 (for Python >= 2.6), then the one from django.utils (for App Engine).
216 - Added a tutorial to use webapp2 outside of App Engine.
238 - Routes now match the Request path unquoted. See App Engine issue #2636
265 config object. App is set as global before router is initialized.
[all …]
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2.egg-info/
DPKG-INFO4 Summary: Taking Google App Engine's webapp to the next level!
12 `webapp2`_ is a lightweight Python web framework compatible with Google App
23 webapp2 can also be used outside of Google App Engine, independently of the
24 App Engine SDK.
/external/deqp/framework/platform/
DtcuMain.cpp50 de::UniquePtr<tcu::App> app (new tcu::App(*platform, archive, log, cmdLine)); in main()
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/
Dtesting.rst108 Testing App Engine services
110 If you're using App Engine and need to test an application that uses Datastore,
111 Memcache or other App Engine services, read
113 in the official documentation. The App Engine SDK provides the module
Dapp.rst194 For App Engine, it is possible to detect if the code is running using the SDK
212 outside of App Engine or in the upcoming App Engine Python 2.7 runtime.
213 This also works in non-threaded environments such as App Engine Python 2.5.
216 to use webapp2 outside of App Engine.
222 :meth:`webapp2.WSGIApplication.run`. When using App Engine, it uses
224 ``google.appengine.ext.webapp.util``. Outside of App Engine, it uses the
Dextras.rst11 App Engine or in the upcoming App Engine Python 2.7 runtime
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/api/
Dextras.local_app.rst1 Local App

123