Home
last modified time | relevance | path

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

123456789

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dapp.cc24 constexpr uint8_t App::kPacketType;
25 constexpr size_t App::kMaxDataSize;
40 App::App() : sub_type_(0), name_(0) {} in App() function in webrtc::rtcp::App
42 App::~App() = default;
44 bool App::Parse(const CommonHeader& packet) { in Parse()
63 void App::SetSubType(uint8_t subtype) { in SetSubType()
68 void App::SetData(const uint8_t* data, size_t data_length) { in SetData()
77 size_t App::BlockLength() const { in BlockLength()
81 bool App::Create(uint8_t* packet, in Create()
Dapp_unittest.cc22 using ::webrtc::rtcp::App;
33 kVersionBits | kSubtype, App::kPacketType, 0x00, 0x02,
37 kVersionBits | kSubtype, App::kPacketType, 0x00, 0x04,
43 kVersionBits | kSubtype, App::kPacketType, 0x00, 0x01,
47 kVersionBits | kPaddingBit | kSubtype, App::kPacketType, 0x00, 0x03,
55 App app; in TEST()
67 App parsed; in TEST()
77 App app; in TEST()
90 App parsed; in TEST()
101 App parsed; in TEST()
[all …]
Dapp.h24 class App : public RtcpPacket {
27 App();
28 App(App&&) = default;
29 ~App() override;
Dremote_estimate.h38 class RemoteEstimate : public App {
41 explicit RemoteEstimate(App&& app);
/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()
208 const TestRunStatus& App::getResult (void) const in getResult()
213 void App::onWatchdogTimeout (qpWatchDog* watchDog, void* userPtr, qpTimeoutReason reason) in onWatchdogTimeout()
216 static_cast<App*>(userPtr)->onWatchdogTimeout(reason); in onWatchdogTimeout()
219 void App::onCrash (qpCrashHandler* crashHandler, void* userPtr) in onCrash()
222 static_cast<App*>(userPtr)->onCrash(); in onCrash()
225 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/rust/crates/clap/src/args/
Dsubcommand.rs6 use App;
51 pub fn with_name<'b>(name: &str) -> App<'a, 'b> { in with_name()
52 App::new(name) in with_name()
69 pub fn from_yaml(yaml: &Yaml) -> App { in from_yaml() argument
70 App::from_yaml(yaml) in from_yaml()
/external/rust/crates/structopt/src/
Dlib.rs1077 fn clap<'a, 'b>() -> clap::App<'a, 'b>; in clap()
1140 fn augment_clap<'a, 'b>(app: clap::App<'a, 'b>) -> clap::App<'a, 'b> { in augment_clap()
1157 fn clap<'a, 'b>() -> clap::App<'a, 'b> { in clap()
1178 fn augment_clap<'a, 'b>(app: clap::App<'a, 'b>) -> clap::App<'a, 'b> { in augment_clap()
/external/rust/crates/clap/
Dclap-test.rs8 use clap::{App, Arg, SubCommand, ArgGroup};
32 pub fn compare_output(l: App, args: &str, right: &str, stderr: bool) -> bool { in compare_output() argument
42 pub fn compare_output2(l: App, args: &str, right1: &str, right2: &str, stderr: bool) -> bool { in compare_output2() argument
55 pub fn complex_app() -> App<'static, 'static> { in complex_app()
60 App::new("clap-test") in complex_app()
/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/angle/src/libANGLE/renderer/vulkan/doc/
DShaderModuleCompilation.md40 participant App
47 App->"ANGLE Front-end": glCompileShader (VS)
54 Note right of App: Same for FS, GS, etc...
56 App->"ANGLE Front-end": glCreateProgram (...)
57 App->"ANGLE Front-end": glAttachShader (...)
58 App->"ANGLE Front-end": glLinkProgram
72 Note right of App: App execution continues...
74 App->"ANGLE Front-end": glDrawArrays (any draw)
/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/rust/crates/clap/src/app/
Dmod.rs60 pub struct App<'a, 'b> struct
68 impl<'a, 'b> App<'a, 'b> { argument
81 App { in new()
115 let mut a = App { in with_defaults()
163 pub fn from_yaml(yaml: &'a Yaml) -> App<'a, 'a> { in from_yaml()
164 App::from(yaml) in from_yaml()
1068 pub fn subcommand(mut self, subcmd: App<'a, 'b>) -> Self { in subcommand()
1091 I: IntoIterator<Item = App<'a, 'b>>, in subcommands()
1651 impl<'a> From<&'a Yaml> for App<'a, 'a> { implementation
1657 App::new(name) in from()
[all …]
/external/rust/cxx/gen/cmd/src/
Dapp.rs12 type App = clap::App<'static, 'static>; typedef
35 fn app() -> App { in app()
36 let mut app = App::new("cxxbridge") in app()
/external/autotest/client/site_tests/longevity_Tracker/
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.
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.
/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/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/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/deqp/framework/platform/
DtcuMain.cpp53 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/python/cpython2/Demo/tkinter/guido/
Dnewmenubardemo.py7 class App: class
43 app = App(root)

123456789