Searched defs:app (Results 1 - 25 of 137) sorted by relevance

123456

/external/chromium-trace/catapult/third_party/Paste/tests/urlparser_data/python/
H A Dstream.py2 def app(environ, start_response): function in function:stream
7 return app
/external/deqp/framework/platform/ios/
H A DtcuIOSViewController.h31 tcuIOSApp* app; variable
/external/chromium-trace/catapult/firefighter/update/
H A Dmain.py16 app = webapp2.WSGIApplication(_URL_MAPPING) # pylint: disable=invalid-name variable
/external/chromium-trace/catapult/third_party/Paste/tests/
H A Dtest_urlmap.py6 def app(environ, start_response): function in function:make_app
13 return app
17 app = TestApp(mapper)
23 res = app.get('/')
27 res = app.get('/blah')
31 res = app.get('/foo/and/more')
35 res = app.get('/foo/bar/baz')
39 res = app.get('/fffzzz')
42 res = app.get('/f/z/y')
49 app
[all...]
H A Dtest_gzipper.py11 app = TestApp(wsgi_app) variable
14 res = app.get(
H A Dtest_errordocument.py14 app = TestApp(simple_app)
15 res = app.get('')
31 app = TestApp(error_docs_app)
32 res = app.get('')
36 res = app.get('/error')
40 res = app.get('/not_found', status=404)
46 app = forward(error_docs_app, codes={404:'/error'})
47 app = TestApp(RecursiveMiddleware(app))
48 res = app
86 def app(environ, start_response): function in function:test_bad_error
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetHelp.py27 app = wx.PySimpleApp() variable
33 app.MainLoop()
/external/chromium-trace/catapult/firefighter/default/
H A Dmain.py18 app = webapp2.WSGIApplication(_URL_MAPPING) # pylint: disable=invalid-name variable
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
H A Dcancel.py30 app = webapp2.WSGIApplication([('/cloud_mapper/cancel', CancelPage)]) variable
H A Dstatus.py31 app = webapp2.WSGIApplication([('/cloud_mapper/status', StatusPage)]) variable
H A Dtest.py110 app = webapp2.WSGIApplication([('/cloud_mapper/test', TestPage)]) variable
H A Dcreate.py76 app = webapp2.WSGIApplication([('/cloud_mapper/create', CreatePage)]) variable
/external/vulkan-validation-layers/demos/smoke/
H A DMain.cpp59 void android_main(android_app *app) argument
64 ShellAndroid shell(*app, *game);
/external/chromium-trace/catapult/telemetry/telemetry/internal/app/
H A Dandroid_app.py5 from telemetry.internal import app namespace
8 class AndroidApp(app.App):
9 """A running android app instance that can be controlled in a limited way.
12 the app. Or better yet:
23 """Returns an AppUi object to interact with the app's UI.
33 """Returns the current set of processes belonging to this app."""
41 """Returns the set of all WebViews belonging to all processes of the app."""
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/samples/googleappengine/
H A Dcall_compute_service_from_gae.py22 app = webapp2.WSGIApplication([('/', MainPage),], debug=True) variable
/external/chromium-trace/catapult/third_party/webapp2/tests/
H A Dextras_appengine_sessions_memcache_test.py9 app = webapp2.WSGIApplication(config={ variable
24 req.app = app
43 req.app = app
60 req.app = app
74 req.app = app
89 req.app
[all...]
H A Dextras_appengine_sessions_ndb_test.py12 app = webapp2.WSGIApplication(config={ variable
31 req.app = app
50 req.app = app
67 req.app = app
84 req.app = app
98 req.app
[all...]
H A Dextras_sessions_test.py7 app = webapp2.WSGIApplication(config={ variable
18 app = webapp2.WSGIApplication()
20 req.app = app
24 app = webapp2.WSGIApplication()
26 req.app = app
41 req.app = app
60 req.app
[all...]
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/
H A Dcorpus_cleanup.py56 app = webapp2.WSGIApplication([('/corpus_cleanup', CorpusCleanupPage)]) variable
H A Dquery.py38 app = webapp2.WSGIApplication([('/query', QueryPage)]) variable
/external/chromium-trace/catapult/telemetry/telemetry/android/
H A Dshared_android_state.py45 def app(self): member in class:SharedAndroidState
60 """This does not apply to android app stories."""
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
H A Dapp_backend.py16 def SetApp(self, app):
17 self._app = app
20 def app(self): member in class:AppBackend
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
H A Dkey.py37 def app(self): member in class:Key
/external/emma/core/data/com/vladium/app/
H A DIAppVersion.java9 package com.vladium.app;
/external/pdfium/fpdfsdk/src/javascript/
H A Dapp.h39 class app : public CJS_EmbedObj { class in inherits:CJS_EmbedObj
41 app(CJS_Object* pJSObject);
42 ~app() override;
176 JS_STATIC_PROP(activeDocs, app);
177 JS_STATIC_PROP(calculate, app);
178 JS_STATIC_PROP(formsVersion, app);
179 JS_STATIC_PROP(fs, app);
180 JS_STATIC_PROP(fullscreen, app);
181 JS_STATIC_PROP(language, app);
182 JS_STATIC_PROP(media, app);
[all...]

Completed in 2420 milliseconds

123456