/external/deqp/framework/common/ |
D | tcuApp.cpp | 81 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 …]
|
D | tcuApp.hpp | 68 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/ |
D | README.md | 1 # 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/ |
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/grpc-grpc-java/android-interop-testing/ |
D | README.md | 1 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/ |
D | README.md | 1 ## 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/ |
D | control | 7 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/ |
D | README.md | 23 ## 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/ |
D | control.chromesign | 15 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.
|
D | control.stratosmedia | 15 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.
|
D | control.riseplayer | 15 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/ |
D | README.md | 1 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/ |
D | CDisassembler.cls | 64 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/ |
D | entry-simple.py | 6 class App(Frame): class 22 root = App()
|
D | bind-w-mult-calls-p-type.py | 6 class App(Frame): class 34 root = App()
|
D | entry-with-shared-variable.py | 6 class App(Frame): class 44 root = App()
|
/external/python/httplib2/ |
D | CHANGELOG | 94 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/ |
D | tcuMain.cpp | 50 de::UniquePtr<tcu::App> app (new tcu::App(*platform, archive, log, cmdLine)); in main()
|
/external/python/cpython2/Demo/tkinter/ttk/ |
D | combo_themes.py | 8 class App(ttk.Frame): class 41 app = App()
|
/external/perfetto/ui/src/controller/ |
D | record_controller_jsdomtest.ts | 20 import {App} from './globals'; 88 const app = dingus<App>('globals');
|
D | logs_controller.ts | 26 import {App} from './globals'; 134 app: App; 146 private app: App;
|
/external/webrtc/tools/python_charts/ |
D | README | 8 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/ |
D | newmenubardemo.py | 7 class App: class 43 app = App(root)
|