Home
last modified time | relevance | path

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

12345

/external/deqp/framework/common/
DtcuApp.cpp81 App::App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine) in App() function in tcu::App
133 App::~App (void) in ~App()
138 void App::cleanup (void) in cleanup()
156 bool App::iterate (void) in iterate()
207 const TestRunStatus& App::getResult (void) const in getResult()
212 void App::onWatchdogTimeout (qpWatchDog* watchDog, void* userPtr, qpTimeoutReason reason) in onWatchdogTimeout()
215 static_cast<App*>(userPtr)->onWatchdogTimeout(reason); in onWatchdogTimeout()
218 void App::onCrash (qpCrashHandler* crashHandler, void* userPtr) in onCrash()
221 static_cast<App*>(userPtr)->onCrash(); in onCrash()
224 void App::onWatchdogTimeout (qpTimeoutReason reason) in onWatchdogTimeout()
[all …]
DtcuApp.hpp68 class App class
71 App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine);
72 virtual ~App (void);
/external/syzkaller/vendor/google.golang.org/appengine/
DREADME.md1 # Go App Engine packages
5 This repository supports the Go runtime on *App Engine standard*.
6 It provides APIs for interacting with App Engine services.
15 ## Upgrading an App Engine app to the flexible environment
17 This package does not work on *App Engine flexible*.
19 There are many differences between the App Engine standard environment and
32 plus packages required for connectivity to make API calls. App Engine apps
45 The import paths for App Engine packages are now fully qualified, based at `google.golang.org/appen…
51 Most App Engine services are available with exactly the same API.
72 * `appengine/socket` is not required on App Engine flexible environment / Managed VMs.
/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/grpc-grpc-java/android-interop-testing/
DREADME.md1 gRPC Android test App
4 Implements gRPC integration tests in an Android App.
6 TODO(madongfly) integrate this App into the gRPC-Java build system.
31 Install the App by:
/external/tensorflow/tensorflow/lite/examples/ios/camera/
DREADME.md1 ## Using the iOS Demo App
3 Please read the [TensorFlow Lite iOS Demo App](https://www.tensorflow.org/lite/demo_ios) page.
5 ## Using the iOS Demo App with support for select TensorFlow ops
/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/syzkaller/vendor/golang.org/x/oauth2/
DREADME.md23 ## App Engine
29 This means it's no longer possible to use the "Classic App Engine"
31 Classic App Engine if you import the package `"appengine"`.)
36 Classic App Engine.
41 If you don't want to update your entire app to use the new App Engine packages,
/external/autotest/client/site_tests/longevity_Tracker/
Dcontrol.chromesign15 This script tracks performance of Chrome OS running the specified Kiosk App.
17 temperature in the background with the specified Kiosk App running in the
19 version, is enrolled, and the target App is launched and signed in.
Dcontrol.stratosmedia15 This script tracks performance of Chrome OS running the specified Kiosk App.
17 temperature in the background with the specified Kiosk App running in the
19 version, is enrolled, and the target App is launched and signed in.
Dcontrol.riseplayer15 This script tracks performance of Chrome OS running the specified Kiosk App.
17 temperature in the background with the specified Kiosk App running in the
19 version, is enrolled, and the target App is launched and signed in.
/external/grpc-grpc-java/gae-interop-testing/
DREADME.md1 Google App Engine interop tests
4 This directory contains interop tests that runs in Google App Engine
11 - Set up an [App Engine app](http://appengine.google.com) with your
/external/capstone/bindings/vb6/
DCDisassembler.cls64 If hLib = 0 Then hLib = CheckPath(App.path & "\bin\")
65 If hLib = 0 Then hLib = CheckPath(App.path & "\")
66 If hLib = 0 Then hLib = CheckPath(App.path & "\..\")
/external/python/cpython2/Demo/tkinter/matt/
Dentry-simple.py6 class App(Frame): class
22 root = App()
Dbind-w-mult-calls-p-type.py6 class App(Frame): class
34 root = App()
Dentry-with-shared-variable.py6 class App(Frame): class
44 root = App()
/external/python/httplib2/
DCHANGELOG94 On App Engine use urlfetch's default deadline if None is passed.
138 More fixes for the App Engine support.
147 More fixes for App Engine, now less likely to swallow important exceptions.
155 230 Expose meaningful exception for App Engine URLFetch ResponseTooLargeError
156 231 Expose App Engine URLFetch DeadlineExceededError for debugging purposes
159 Fixes for App Engine 2.7.
164 …Set the reason correctly when running on App Engine. Patch from Alain Vongsouvanh. Reviewed in htt…
199 checking and App Engine support. By default the certificates
202 is that on App Engine there is a new connection object
203 that utilizes the urlfetch capabilities on App Engine, including
[all …]
/external/deqp/framework/platform/
DtcuMain.cpp50 de::UniquePtr<tcu::App> app (new tcu::App(*platform, archive, log, cmdLine)); in main()
/external/python/cpython2/Demo/tkinter/ttk/
Dcombo_themes.py8 class App(ttk.Frame): class
41 app = App()
/external/perfetto/ui/src/controller/
Drecord_controller_jsdomtest.ts20 import {App} from './globals';
88 const app = dingus<App>('globals');
Dlogs_controller.ts26 import {App} from './globals';
134 app: App;
146 private app: App;
/external/webrtc/tools/python_charts/
DREADME8 2. Download and install Google App Engine SDK for Python from 
10 3. Note which location you put App Engine in, as this will be needed later on.
35 of your App Engine installation,
/external/python/cpython2/Demo/tkinter/guido/
Dnewmenubardemo.py7 class App: class
43 app = App(root)

12345