/external/pdfium/testing/resources/javascript/ |
D | mouse_events_expected.txt | 2 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 3 Alert: PASS: this.print blocked with Document.print: User gesture required. 5 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 6 Alert: PASS: this.print blocked with Document.print: User gesture required. 8 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 9 Alert: PASS: this.print blocked with Document.print: User gesture required. 18 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 19 Alert: PASS: this.print blocked with Document.print: User gesture required. 25 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required. 26 Alert: PASS: this.print blocked with Document.print: User gesture required. [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | touchbotII_robot_wrapper.py | 350 def _get_num_taps(self, gesture): argument 352 matches = re.match('[^0-9]*([0-9]*)[^0-9]*', gesture) 366 def _get_control_command_pinch(self, robot_script, gesture, variation): argument 384 def _get_control_command_quickstep(self, robot_script, gesture, variation): argument 446 def _get_control_command_one_stationary_finger(self, robot_script, gesture, argument 457 if 'finger_crossing' in gesture: 460 elif 'second_finger_taps' in gesture: 464 elif 'fat_finger' in gesture: 473 self._raise_error(msg % (gesture, variation)) 493 def _get_control_command_line(self, robot_script, gesture, variation): argument [all …]
|
D | firmware_summary.py | 170 def _print_result_stats(self, gesture=None): argument 176 result = self.slog.get_result(fw=fw, gesture=gesture, 196 for gesture in self.slog.gestures: 197 print gesture 198 self._print_result_stats(gesture=gesture) 227 def _print_statistics_of_metrics(self, detailed=True, gesture=None): argument 245 title_str = ('Metrics statistics by gesture: ' + gesture if gesture else 269 result = self.slog.get_result(fw=fw, gesture=gesture, 339 for (gesture, variation, round), value in value_list: 342 gvr_str = '%s.%s (%s)' % (gesture, variation, round)
|
D | test_flow.py | 327 def _create_gesture_file_name(self, gesture, variation): argument 339 gesture_name = gesture.name 342 name_list = [gesture.name,] + list(variation) 344 name_list = [gesture.name, variation] 372 self.robot.configure_noise(self.gesture, self.variation) 375 self.robot.control(self.gesture, self.variation) 380 self.gesture.timeout) 445 return ('tap' in self.gesture.name and self._is_robot_mode()) 454 self.packets, self.gesture, self.variation) 537 for gesture in self.gesture_list: [all …]
|
D | firmware_utils.py | 209 gesture = gesture_dict.get(name) 210 if gesture is None: 214 gesture_list.append(gesture)
|
D | report_html.py | 113 gesture = self.gesture_template.safe_substitute( 120 self.gestures.append(gesture)
|
D | control | 17 performed gesture. A score is calculated based on the fuzzy criteria assigned
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
D | firmware_summary_unittest.py | 57 def _get_score(self, fw=None, gesture=None, validator=None): argument 59 result= self.slog.get_result(fw=fw, gesture=gesture, 79 for gesture, expected_score in fw_expected_scores.items(): 81 gesture=gesture,
|
/external/autotest/client/site_tests/touch_MouseScroll/ |
D | README | 1 touch_MouseScroll test uses thirteen gesture files that scroll. All scrolls 4 the test. The gesture files recorded are: 14 start recodring the gesture files as: 23 To position the cursor on center of page, center_cursor gesture file is used:
|
/external/autotest/client/site_tests/touch_TouchscreenTaps/ |
D | README | 1 touch_TouchscreenTaps uses a single type of gesture file. 4 firmly as though to tap. Make only the one gesture; no stray touches.
|
/external/autotest/client/site_tests/touch_ScrollDirection/ |
D | README | 1 touch_ScrollDirection test uses four gesture files that scroll. All scrolls 4 the test would break the test. The gesture files for each device recorded are: 11 To position the cursor on center of page, center_cursor gesture file is used:
|
/external/autotest/client/site_tests/touch_TapSettings/ |
D | README | 1 touch_TapSettings test uses two gesture files that do tap and drag functions. 5 the test. The gesture files for each device 15 To position the cursor on center of page, center_cursor gesture file is used:
|
/external/autotest/client/site_tests/touch_TouchscreenZoom/ |
D | README | 1 touch_TouchscreenZoom uses two gesture files per device. 4 zoom starts, do not stop movement or lift fingers until gesture is complete.
|
/external/autotest/client/site_tests/touch_GestureNav/ |
D | README | 1 touch_BackFwdTest test uses two gesture files that long-scroll horizontally. 6 The gesture files for each device recorded are:
|
D | control | 7 PURPOSE = "Test that three-finger touchpad gesture can switch tabs."
|
/external/perfetto/ui/src/frontend/ |
D | overview_timeline_panel.ts | 30 private gesture?: DragGestureHandler; 43 if (this.gesture === undefined) { 44 this.gesture = new DragGestureHandler(
|
/external/autotest/client/site_tests/touch_TabSwitch/ |
D | README | 1 touch_TabSwitch test uses two gesture files that scroll. All scrolls 4 the test would break the test. The gesture files for each device recorded are:
|
/external/cldr/common/properties/ |
D | labels.txt | 44 [-{♀️}{♂️}] ; Smileys & People ; person-gesture 45 [{♀️}{♂️}{♀️}{♂️}{♀️}{♂️}] ; Smileys & People ; person-gesture 46 [{♀️}{♂️}{♀️}{♂️}{♀️}{♂️}] ; Smileys & People ; person-gesture 47 [{♀️}{♂️}{♀️}{♂️}] ; Smileys & People ; person-gesture
|
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/ |
D | control | 31 allows us to provide a gesture when clicking on the "Scan" button 33 gesture, this method provides a viable option as opposed to
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_tests.py | 2744 def _record_input_events(self, device, gesture): argument 2756 gesture() 2776 gesture = device.LeftClick 2778 gesture = device.RightClick 2782 actual_events = self._record_input_events(device, gesture) 2838 gesture = lambda: device.Move(delta_x, delta_y) function 2839 actual_events = self._record_input_events(device, gesture) 2904 gesture = lambda: device.Scroll(units) function 2905 actual_events = self._record_input_events(device, gesture) 2964 gesture = lambda: device.ClickAndDrag(delta_x, delta_y) function [all …]
|
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/train/ |
D | README.md | 12 This project was inspired by the [Gesture Recognition Magic Wand](https://github.com/jewang/gesture… 157 Press the `RST` button to start capturing a new gesture, then press Button 14 169 the gesture name, in the following format: 177 Edit the following files to include your new gesture names (replacing
|
D | train_magic_wand_model.ipynb | 6 "name": "Train a gesture recognition model for microcontroller use", 25 "# Train a gesture recognition model for microcontroller use" 35 …"This notebook demonstrates how to train a 20kb gesture recognition model for [TensorFlow Lite for…
|
/external/autotest/client/site_tests/touch_TouchscreenScroll/ |
D | README | 1 touch_TouchscreenScroll uses four gesture files per device.
|
/external/autotest/client/cros/ |
D | touch_playback_test_base.py | 104 for gesture in gestures: 105 filename = '%s_%s' % (filename_fmt, gesture) 111 filepaths[gesture] = filepath
|
/external/autotest/client/cros/input_playback/ |
D | README | 1 How to add new gesture files:
|