Searched full:script (Results 1 – 25 of 1310) sorted by relevance
12345678910>>...53
| /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/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/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.
|
| /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/ndk/ |
| D | annotate_version_script.py | 17 """Annotates an existing version script with data for the NDK.""" 42 """Checks that every symbol in the NDK is in the version script.""" 54 'NDK symbol not present in version script: {}'.format(symbol)) 146 """Rewrites a version script with NDK annotations.""" 156 """Creates a new version script based on an NDK library definition.""" 175 help='Create a new version script instead of annotating.') 183 help='Version script to be annotated.')
|
| /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/cmds/monkey/ |
| D | monkey | 1 # Script to start "monkey" on the device, which has a very rudimentary
|
| /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')
|
| /development/samples/JetBoy/ |
| D | default.properties | 7 # "build.properties", and override values to adapt the script to your
|
| /development/samples/training/AnimationsDemo/ |
| D | project.properties | 7 # "ant.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/USB/MissileLauncher/ |
| 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
|
| /development/samples/training/testingfun/app/ |
| D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
| /development/samples/training/basic/FragmentBasics/ |
| D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
| /development/samples/training/testingfun/app/tests/ |
| D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
| /development/samples/ControllerSample/ |
| D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
12345678910>>...53