Searched refs:startup (Results 1 – 20 of 20) sorted by relevance
/tools/trebuchet/ |
D | Android.bp | 52 name: "trebuchet-startup-common", 55 "trebuchet/startup-common/src/**/*.kt", 80 name: "trebuchet-startup-common-tests", 83 "trebuchet/startup-common/test/**/*.kt", 87 "trebuchet-startup-common", 110 manifest: "trebuchet/startup-analyzer/MANIFEST.mf", 112 "trebuchet/startup-analyzer/src/**/*.kt", 116 "trebuchet-startup-common" 123 manifest: "trebuchet/startup-summarizer/MANIFEST.mf", 125 "trebuchet/startup-summarizer/src/**/*.kt", [all …]
|
D | README.md | 15 …startup events that occurred during the traced time period, and prints information about the event… 19 …startup 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,…
|
D | settings.gradle | 27 include 'trebuchet:startup-analyzer' 28 include 'trebuchet:startup-common' 29 include 'trebuchet:startup-summarizer'
|
D | gradlew.bat | 4 @rem Gradle startup script for Windows
|
/tools/trebuchet/scripts/ |
D | README.md | 3 ## `run-startup.sh` 7 run-startup.sh <package name> <activity name> 12 startup behavior using StartupAnalyzerKt. This script requires `adb` to be in
|
D | startup-analyzer.sh | 3 ./gradlew :trebuchet:startup-analyzer:run --args="$(echo $@)"
|
D | startup-summarizer.sh | 3 ./gradlew :trebuchet:startup-summarizer:run --args="$(echo $@)"
|
D | run-startup.sh | 41 ./gradlew :trebuchet:startup-analyzer:run --args="`pwd`/atrace.trace"
|
/tools/trebuchet/trebuchet/startup-analyzer/ |
D | README.md | 4 their startup time. To run the tool, enter the root directory for the 6 :trebuchet:startup-analyzer:run --args="<absolute path to trace file>"`.
|
D | build.gradle | 31 compile project(":trebuchet:startup-common")
|
/tools/trebuchet/trebuchet/startup-common/test/ |
D | StartupCommonTests.kt | 17 package trebuchet.analyzer.startup
|
/tools/trebuchet/trebuchet/startup-summarizer/ |
D | build.gradle | 31 compile project(":trebuchet:startup-common")
|
/tools/trebuchet/trebuchet/system-server-analyzer/ |
D | build.gradle | 31 compile project(":trebuchet:startup-common")
|
/tools/trebuchet/trebuchet/user-switch-analyzer/ |
D | build.gradle | 31 compile project(":trebuchet:startup-common")
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | bridge_interface.py | 58 def startup(self, brconfigs): member in BridgeInterface
|
/tools/asuite/asuite_plugin/ |
D | gradlew.bat | 4 @rem Gradle startup script for Windows
|
/tools/metalava/ |
D | gradlew.bat | 4 @rem Gradle startup script for Windows
|
/tools/ndkports/ |
D | gradlew.bat | 20 @rem Gradle startup script for Windows
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_retail_ap/ |
D | google_wifi.py | 203 self.access_point.bridge.startup(brconfigs)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_power_test_utils.py | 211 ap.bridge.startup(brconfigs)
|