Searched full:script (Results 1 – 25 of 111) sorted by relevance
12345
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
D | app.yaml | 35 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/ |
D | index.html | 7 <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/ |
D | README | 3 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/ |
D | index.html | 8 <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/ |
D | MonkeySourceRandomScript.java | 29 /** 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.
|
D | MonkeySourceScript.java | 34 * monkey event queue. It takes a script to produce events sample script format: 168 * @param filename The filename of the script (on the device). 192 * Reads the header of the script file. 276 * @param s The entire string from the script file. 277 * @param args An array of arguments extracted from the script file line. 403 // the time tap specified in the script in handleEvent() 797 * Closes the script file. 813 * Read next batch of events from the script file into the event queue. 814 * Checks if the script is open and then reads the next MAX_ONE_TIME_READS 816 * the script is closed. [all …]
|
/development/samples/ApiDemos/src/com/example/android/apis/ |
D | _package.html | 4 <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.html | 4 <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/ |
D | parse-and-fix-errors.sh | 2 # 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/ |
D | index-gen.sh | 18 # 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/ |
D | add-accounts-sdk | 24 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 "
|
D | add-accounts | 24 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 "
|
D | boardconfig_usage_analysis.py | 11 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')
|
D | llvm-gcov | 2 # Wrapper script around 'llvm-cov gcov'.
|
/development/tools/winscope/src/ |
D | Timeline.vue | 21 <script> 56 </script>
|
D | DataFilter.vue | 28 <script> 56 </script>
|
D | VideoView.vue | 27 <script> 69 </script>
|
D | DataView.vue | 35 <script> 75 </script>
|
/development/cmds/monkey/ |
D | monkey | 1 # Script to start "monkey" on the device, which has a very rudimentary
|
/development/samples/USB/MissileLauncher/ |
D | default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/development/samples/training/basic/ActivityLifecycle/ |
D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
D | default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/development/samples/JetBoy/ |
D | default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/development/samples/USB/AdbTest/ |
D | default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/development/samples/training/multiscreen/newsreader/ |
D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
12345