Searched full:script (Results 1 – 25 of 123) sorted by relevance
12345
37 private fun receiveEvent(script: MonkeySourceScript, type: Int): MonkeyEvent { in <lambda>()38 val event = script.getNextEvent() in <lambda>()44 private fun assertTouchEvent(script: MonkeySourceScript, action: Int) { in assertTouchEvent()45 val motionEvent = receiveEvent(script, MonkeyEvent.EVENT_TYPE_TOUCH) as MonkeyMotionEvent in assertTouchEvent()71 val script = MonkeySourceScript(Random(), fileName, 0, false, 0, 0) in pinchZoom() constant73 assertTouchEvent(script, ACTION_DOWN) in pinchZoom()74 assertTouchEvent(script, ACTION_POINTER_1_DOWN) in pinchZoom()75 assertTouchEvent(script, ACTION_MOVE) in pinchZoom()76 assertTouchEvent(script, ACTION_MOVE) in pinchZoom()77 assertTouchEvent(script, ACTION_MOVE) in pinchZoom()[all …]
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 is140 * @return True if all the script files are valid.
35 script: web_services.py38 script: web_services.py41 script: web_services.py47 script: dashboard.py50 script: dashboard.py53 script: dashboard.py56 script: dashboard.py59 script: dashboard.py62 script: dashboard.py
3 The labpretest.sh script is designed to emulate a typical automated test lab14 The idea is to run this script at the same time for multiple devices, typically15 I would connect 8 devices to a host and run this script in 8 separate shell18 Running the script:21 script, it will detect the device and go through 100 cycles, running the monkey22 for 200 events each cycle. The script ignores normal monkey failures. If you30 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 tools52 The script should handle the rest, unless there are radical changes to file
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…
25 <script async src="https://www.googletagmanager.com/gtag/js?id=G-95DPZ8JGEP"></script>26 <script>32 </script>
19 <option name="push" value="run-script-test.sh->/data/local/tmp/run-script-test.sh" />25 … <option name="test-command-line" key="kmi_comp_test" value="/data/local/tmp/run-script-test.sh" />
23 src: "run-script-test.sh",24 filename: "run-script-test.sh",
7 "script": "start", string25 "script": "test", string
2 # This script uses log file saved from make >log 2>&1. It parses and13 # This script will create temp files log.<type> and log.<type>.paths15 # This script requires manual intervention in 2 places:21 echo "This script needs to be run at top level folder"
2 # Wrapper script around 'llvm-cov gcov'.
11 This script analyses the usage of build-time variables which are defined in BoardConfig*.mk208 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')
18 # tree for make files. The intellij-gen.sh script automatically calls19 # this script the first time or if you delete the generated indexed37 echo "Repo root not found. Run this script from your repo root or the idegen directory."
1 # Script to start "monkey" on the device, which has a very rudimentary
2 …e: Should run 'lunch aosp_cf_x86_64_phone-trunk_staging-userdebug && m' before running this script"
7 # "ant.properties", and override values to adapt the script to your
7 # "build.properties", and override values to adapt the script to your