Home
last modified time | relevance | path

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

12345

/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/v8/tools/gyp/test/ios/xctests/
Dxctests.gyp31 'App/Base.lproj/LaunchScreen.xib',
32 'App/Base.lproj/Main.storyboard',
35 'App/AppDelegate.h',
36 'App/AppDelegate.m',
37 'App/ViewController.h',
38 'App/ViewController.m',
39 'App/main.m',
48 'INFOPLIST_FILE': 'App/Info.plist',
/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/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/pipeline/
DREADME.chromium1 Name: Google App Engine Pipeline
9 The Google App Engine Pipeline API connects together workflows.
11 App Engine MapReduces into a computational pipeline.
/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.
/external/chromium-trace/catapult/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/autotest/client/site_tests/desktopui_CameraApp/
Dcontrol7 PURPOSE = "Verifies if the ToT Camera App works."
9 This test will fail if the webcam stream in the Camera App is not acquired,
18 This integration test verifies if the ToT version of the Camera App works fine.
/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/catapult/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.

12345