Searched refs:script (Results 1 – 25 of 75) sorted by relevance
123
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceScriptTest.kt | 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() constant 73 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 …]
|
/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/tools/otagui/src/components/ |
D | BaseRadio.vue | 11 <script> 32 </script>
|
D | BaseInput.vue | 13 <script> 26 </script>
|
D | BaseRadioGroup.vue | 13 <script> 33 </script>
|
D | BaseSelect.vue | 22 <script> 39 </script>
|
D | BaseCheckbox.vue | 17 <script> 30 </script>
|
D | JobDisplay.vue | 17 <script> 35 </script>
|
D | UploadFile.vue | 16 <script> 46 </script>
|
D | JobConfiguration.vue | 23 <script> 44 </script>
|
D | BaseFile.vue | 22 <script> 57 </script>
|
D | BuildTable.vue | 13 <script> 96 </script>
|
D | SingleOTAOptions.vue | 28 <script> 97 </script>
|
D | BatchOTAOptions.vue | 28 <script> 102 </script>
|
/development/tools/otagui/src/views/ |
D | JobList.vue | 14 <script> 43 </script>
|
/development/tools/ota_analysis/src/ |
D | App.vue | 27 <script> 35 </script>
|
/development/tools/otagui/src/ |
D | App.vue | 27 <script> 35 </script>
|
/development/tools/ota_analysis/src/components/ |
D | PieChart.vue | 8 <script> 47 </script>
|
D | PayloadDetail.vue | 43 <script> 67 </script>
|
D | BaseFile.vue | 22 <script> 57 </script>
|
D | OperationDetail.vue | 26 <script> 60 </script>
|
D | PartialCheckbox.vue | 28 <script> 65 </script>
|
/development/tools/ota_analysis/src/views/ |
D | PackageAnalysis.vue | 32 <script> 63 </script>
|
D | Demo.vue | 29 <script> 74 </script>
|
/development/gki/ |
D | Android.bp | 23 src: "run-script-test.sh", 24 filename: "run-script-test.sh",
|
123