Home
last modified time | relevance | path

Searched full:script (Results 1 – 25 of 112) sorted by relevance

12345

/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Dapp.yaml35 script: web_services.py
38 script: web_services.py
41 script: web_services.py
47 script: dashboard.py
50 script: dashboard.py
53 script: dashboard.py
56 script: dashboard.py
59 script: dashboard.py
62 script: dashboard.py
/development/vndk/tools/definition-tool/assets/visual/
Dindex.html7 <script type="text/javascript" src="https://d3js.org/d3.v4.min.js"></script>
8 <script type="text/javascript" src="dep-data.js"></script>
9 <script type="text/javascript" src="dep-graph.js"></script>
/development/tools/labpretest/
DREADME3 The labpretest.sh script is designed to emulate a typical automated test lab
14 The idea is to run this script at the same time for multiple devices, typically
15 I would connect 8 devices to a host and run this script in 8 separate shell
18 Running the script:
21 script, it will detect the device and go through 100 cycles, running the monkey
22 for 200 events each cycle. The script ignores normal monkey failures. If you
30 The script uses included copies of adb and fastboot which are in in the tools/
31 sub directory. If you are setting this up with only the script, create a tools
52 The script should handle the rest, unless there are radical changes to file
/development/vndk/tools/definition-tool/assets/insight/
Dindex.html8 <script type="text/javascript" src="insight.js"></script>
9 <script type="text/javascript" src="insight-data.js"></script>
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceRandomScript.java29 /** The source for the setup script if it exists */
35 /** The current source, set to the setup source and then a random script */
46 * Creates a MonkeySourceRandomScript instance with an additional setup script.
48 * @param setupFileName The name of the setup script file on the device.
49 * @param scriptFileNames An ArrayList of the names of the script files to be run randomly.
73 * Creates a MonkeySourceRandomScript instance without an additional setup script.
75 * @param scriptFileNames An ArrayList of the names of the script files to be run randomly.
89 * script event source is chosen randomly from the list of script sources and the next event is
140 * @return True if all the script files are valid.
/development/samples/ApiDemos/src/com/example/android/apis/
D_package.html4 <script type="text/javascript" src="http://www.corp.google.com/style/prettify.js"></script>
5 <script src="http://www.corp.google.com/eng/techpubs/include/navbar.js" type="text/javascript"></sc…
/development/samples/ApiDemos/src/com/example/android/apis/app/
D_package.html4 <script type="text/javascript" src="http://www.corp.google.com/style/prettify.js"></script>
5 <script src="http://www.corp.google.com/eng/techpubs/include/navbar.js" type="text/javascript"></sc…
/development/vndk/tools/vndk-compliance/
Dparse-and-fix-errors.sh2 # This script uses log file saved from make >log 2>&1. It parses and
13 # This script will create temp files log.<type> and log.<type>.paths
15 # This script requires manual intervention in 2 places:
21 echo "This script needs to be run at top level folder"
/development/tools/idegen/
Dindex-gen.sh18 # tree for make files. The intellij-gen.sh script automatically calls
19 # this script the first time or if you delete the generated indexed
37 echo "Repo root not found. Run this script from your repo root or the idegen directory."
/development/scripts/
Dadd-accounts24 print "This script requires python 2.4 or higher."
90 print "it's too late to use this script to add accounts."
92 print "This script only works on a freshly-wiped device (or "
Dadd-accounts-sdk24 print "This script requires python 2.4 or higher."
87 print "it's too late to use this script to add accounts."
89 print "This script only works on a freshly-wiped device (or "
Dboardconfig_usage_analysis.py11 This script analyses the usage of build-time variables which are defined in BoardConfig*.mk
208 sys.exit('$ANDROID_BUILD_TOP is undefined, please lunch and make before running this script')
211 sys.exit('$OUT is undefined, please lunch and make before running this script')
214 sys.exit('module-info.json is missing, please lunch and make before running this script')
/development/tools/winscope/src/
DTimeline.vue21 <script>
56 </script>
DDataFilter.vue28 <script>
56 </script>
DVideoView.vue27 <script>
69 </script>
/development/cmds/monkey/
Dmonkey1 # Script to start "monkey" on the device, which has a very rudimentary
/development/samples/training/multiscreen/newsreader/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/development/samples/training/basic/ActivityLifecycle/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/development/samples/USB/AdbTest/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
/development/samples/JetBoy/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
/development/samples/USB/MissileLauncher/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
/development/samples/training/AnimationsDemo/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/development/samples/training/testingfun/app/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/development/samples/ControllerSample/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your

12345