Home
last modified time | relevance | path

Searched refs:startup (Results 1 – 25 of 31) sorted by relevance

12

/tools/trebuchet/
DAndroid.bp53 name: "trebuchet-startup-common",
56 "trebuchet/startup-common/src/**/*.kt",
81 name: "trebuchet-startup-common-tests",
84 "trebuchet/startup-common/test/**/*.kt",
88 "trebuchet-startup-common",
111 manifest: "trebuchet/startup-analyzer/MANIFEST.mf",
113 "trebuchet/startup-analyzer/src/**/*.kt",
117 "trebuchet-startup-common",
124 manifest: "trebuchet/startup-summarizer/MANIFEST.mf",
126 "trebuchet/startup-summarizer/src/**/*.kt",
[all …]
DREADME.md15startup events that occurred during the traced time period, and prints information about the event…
19startup events in each file, and computes average and standard deviation for startup stats, broken…
23 The `scripts/` directory contains a shell script called `run-startup.sh`, which will start a trace,…
Dsettings.gradle27 include 'trebuchet:startup-analyzer'
28 include 'trebuchet:startup-common'
29 include 'trebuchet:startup-summarizer'
Dgradlew.bat4 @rem Gradle startup script for Windows
/tools/trebuchet/scripts/
DREADME.md3 ## `run-startup.sh`
7 run-startup.sh <package name> <activity name>
12 startup behavior using StartupAnalyzerKt. This script requires `adb` to be in
Dstartup-analyzer.sh3 ./gradlew :trebuchet:startup-analyzer:run --args="$(echo $@)"
Dstartup-summarizer.sh3 ./gradlew :trebuchet:startup-summarizer:run --args="$(echo $@)"
Drun-startup.sh41 ./gradlew :trebuchet:startup-analyzer:run --args="`pwd`/atrace.trace"
/tools/netsim/rust/proto/src/
Dpacket_streamer.rs51 pub fn initial_info(&self) -> &super::startup::ChipInfo { in initial_info()
54 _ => <super::startup::ChipInfo as ::protobuf::Message>::default_instance(), in initial_info()
70 pub fn set_initial_info(&mut self, v: super::startup::ChipInfo) { in set_initial_info()
75 pub fn mut_initial_info(&mut self) -> &mut super::startup::ChipInfo { in mut_initial_info()
78 …d::option::Option::Some(packet_request::Request_type::InitialInfo(super::startup::ChipInfo::new())… in mut_initial_info()
87 pub fn take_initial_info(&mut self) -> super::startup::ChipInfo { in take_initial_info()
94 super::startup::ChipInfo::new() in take_initial_info()
199 …tobuf::reflect::rt::v2::make_oneof_message_has_get_mut_set_accessor::<_, super::startup::ChipInfo>( in generated_message_descriptor_data()
350 InitialInfo(super::super::startup::ChipInfo),
748 deps.push(super::startup::file_descriptor().clone()); in file_descriptor()
Dlib.rs28 pub mod startup; module
/tools/netsim/proto/
DAndroid.bp18 "netsim/startup.proto",
90 "netsim/startup.proto",
115 "netsim/startup.proto",
DCMakeLists.txt29 netsim/model.proto netsim/startup.proto netsim/stats.proto
/tools/netsim/proto/netsim/
Dstartup.proto17 package netsim.startup;
23 * The startup info proto.
Dpacket_streamer.proto20 import "netsim/startup.proto";
49 netsim.startup.ChipInfo initial_info = 1;
/tools/trebuchet/trebuchet/startup-common/test/
DStartupCommonTests.kt17 package trebuchet.analyzer.startup
/tools/trebuchet/trebuchet/startup-analyzer/
DREADME.md4 their startup time. To run the tool, enter the root directory for the
6 :trebuchet:startup-analyzer:run --args="<absolute path to trace file>"`.
Dbuild.gradle31 compile project(":trebuchet:startup-common")
/tools/trebuchet/trebuchet/user-switch-analyzer/
Dbuild.gradle31 compile project(":trebuchet:startup-common")
/tools/trebuchet/trebuchet/system-server-analyzer/
Dbuild.gradle31 compile project(":trebuchet:startup-common")
/tools/trebuchet/trebuchet/startup-summarizer/
Dbuild.gradle31 compile project(":trebuchet:startup-common")
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dbridge_interface.py58 def startup(self, brconfigs): member in BridgeInterface
/tools/netsim/rust/daemon/src/grpc_server/
Dbackend.rs29 use netsim_proto::startup::ChipInfo;
/tools/metalava/
Dgradlew.bat4 @rem Gradle startup script for Windows
/tools/asuite/asuite_plugin/
Dgradlew.bat4 @rem Gradle startup script for Windows
/tools/netsim/src/backend/
Dgrpc_server.cc44 using netsim::startup::Chip;

12