/aosp_15_r20/frameworks/base/test-runner/src/android/test/ |
H A D | TouchUtils.java | 59 public static void dragQuarterScreenDown(ActivityInstrumentationTestCase test) { in dragQuarterScreenDown() 68 public static void dragQuarterScreenDown(InstrumentationTestCase test, Activity activity) { in dragQuarterScreenDown() 88 public static void dragQuarterScreenUp(ActivityInstrumentationTestCase test) { in dragQuarterScreenUp() 97 public static void dragQuarterScreenUp(InstrumentationTestCase test, Activity activity) { in dragQuarterScreenUp() 131 public static void scrollToBottom(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToBottom() 143 public static void scrollToBottom(InstrumentationTestCase test, Activity activity, in scrollToBottom() 166 public static void scrollToTop(ActivityInstrumentationTestCase test, ViewGroup v) { in scrollToTop() 178 public static void scrollToTop(InstrumentationTestCase test, Activity activity, ViewGroup v) { in scrollToTop() 199 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v) { in dragViewToBottom() 210 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v) { in dragViewToBottom() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/ |
H A D | lib.rs | 38 pub mod test { module 72 mod event; module 189 let test = tests in test_main_static_abort() localVariable 247 let test = TestDescAndFn { desc, testfn }; in add_bench() localVariable 252 let test = TestDescAndFn { desc, testfn }; in add_test() localVariable 323 let event = TestEvent::TeFilteredOut(filtered_out); in run_tests() localVariable 328 let event = TestEvent::TeFiltered(filtered.total_len(), shuffle_seed); in run_tests() localVariable 380 let event = TestEvent::TeWait(test.desc.clone()); in run_tests() localVariable 392 let event = TestEvent::TeResult(completed_test); in run_tests() localVariable 406 let event = TestEvent::TeWait(desc.clone()); in run_tests() localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/ |
H A D | lib.rs | 37 pub mod test { module 71 mod event; module 188 let test = tests in test_main_static_abort() localVariable 246 let test = TestDescAndFn { desc, testfn }; in add_bench() localVariable 251 let test = TestDescAndFn { desc, testfn }; in add_test() localVariable 322 let event = TestEvent::TeFilteredOut(filtered_out); in run_tests() localVariable 327 let event = TestEvent::TeFiltered(filtered.total_len(), shuffle_seed); in run_tests() localVariable 379 let event = TestEvent::TeWait(test.desc.clone()); in run_tests() localVariable 391 let event = TestEvent::TeResult(completed_test); in run_tests() localVariable 405 let event = TestEvent::TeWait(desc.clone()); in run_tests() localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/ |
H A D | lib.rs | 38 pub mod test { module 72 mod event; module 189 let test = tests in test_main_static_abort() localVariable 247 let test = TestDescAndFn { desc, testfn }; in add_bench() localVariable 252 let test = TestDescAndFn { desc, testfn }; in add_test() localVariable 323 let event = TestEvent::TeFilteredOut(filtered_out); in run_tests() localVariable 328 let event = TestEvent::TeFiltered(filtered.total_len(), shuffle_seed); in run_tests() localVariable 380 let event = TestEvent::TeWait(test.desc.clone()); in run_tests() localVariable 392 let event = TestEvent::TeResult(completed_test); in run_tests() localVariable 406 let event = TestEvent::TeWait(desc.clone()); in run_tests() localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/test/src/ |
H A D | lib.rs | 37 pub mod test { module 71 mod event; module 188 let test = tests in test_main_static_abort() localVariable 246 let test = TestDescAndFn { desc, testfn }; in add_bench() localVariable 251 let test = TestDescAndFn { desc, testfn }; in add_test() localVariable 322 let event = TestEvent::TeFilteredOut(filtered_out); in run_tests() localVariable 327 let event = TestEvent::TeFiltered(filtered.total_len(), shuffle_seed); in run_tests() localVariable 379 let event = TestEvent::TeWait(test.desc.clone()); in run_tests() localVariable 391 let event = TestEvent::TeResult(completed_test); in run_tests() localVariable 405 let event = TestEvent::TeWait(desc.clone()); in run_tests() localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/ |
H A D | lib.rs | 37 pub mod test { module 71 mod event; module 188 let test = tests in test_main_static_abort() localVariable 246 let test = TestDescAndFn { desc, testfn }; in add_bench() localVariable 251 let test = TestDescAndFn { desc, testfn }; in add_test() localVariable 322 let event = TestEvent::TeFilteredOut(filtered_out); in run_tests() localVariable 327 let event = TestEvent::TeFiltered(filtered.total_len(), shuffle_seed); in run_tests() localVariable 379 let event = TestEvent::TeWait(test.desc.clone()); in run_tests() localVariable 391 let event = TestEvent::TeResult(completed_test); in run_tests() localVariable 405 let event = TestEvent::TeWait(desc.clone()); in run_tests() localVariable [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_util.cc | 36 namespace test { namespace 64 namespace test { namespace 102 const char* dump_av_audio_state(uint16_t event) { in dump_av_audio_state() 106 const char* dump_av_conn_state(uint16_t event) { in dump_av_conn_state() 114 const char* dump_dm_event(uint16_t event) { in dump_dm_event() 118 const char* dump_dm_search_event(uint16_t event) { in dump_dm_search_event() 122 const char* dump_hd_event(uint16_t event) { in dump_hd_event() 126 const char* dump_hf_client_event(uint16_t event) { in dump_hf_client_event() 130 const char* dump_hf_event(uint16_t event) { in dump_hf_event() 138 const char* dump_rc_event(uint8_t event) { in dump_rc_event()
|
/aosp_15_r20/prebuilts/misc/common/android-support-test/espresso/ |
HD | espresso_contrib_release_no_deps.jar | ... .test.espresso.contrib
android.support.test.espresso.contrib.ViewPagerActions$6 extends java |
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/loggers/ |
D | bluetooth_metric_logger.py | 46 def __init__(self, event): argument 132 def get_proto_dict(self, test, proto): argument 144 def add_proto_to_results(self, proto, test): argument 148 def get_results(self, results, test, pri_device, conn_device=None): argument 169 def end(self, event): argument
|
/aosp_15_r20/external/webrtc/audio/ |
H A D | audio_send_stream_tests.cc | 24 namespace test { namespace 73 } test; in TEST_F() local 102 } test; in TEST_F() local 146 } test; in TEST_F() local 191 TransportWideSequenceNumberObserver test(/*expect_sequence_number=*/true); in TEST_F() local 213 const int event = rtp_packet.payload()[0]; in TEST_F() local 231 for (int event = kDtmfEventFirst; event <= kDtmfEventLast; ++event) { in TEST_F() local 242 } test; in TEST_F() local
|
/aosp_15_r20/prebuilts/misc/common/ub-uiautomator/ |
HD | ub-uiautomator.jar | ... android/
android/support/
android/support/test/
android/support/test/uiautomator/
android |
/aosp_15_r20/external/python/cpython3/Lib/tkinter/ |
D | dnd.py | 109 def dnd_start(source, event): argument 123 def __init__(self, source, event): argument 152 def on_motion(self, event): argument 179 def on_release(self, event): argument 182 def cancel(self, event=None): argument 185 def finish(self, event, commit=0): argument 240 def press(self, event): argument 248 def move(self, event): argument 255 def where(self, canvas, event): argument 265 def dnd_end(self, target, event): argument [all …]
|
D | filedialog.py | 151 def dirs_double_event(self, event): argument 154 def dirs_select_event(self, event): argument 160 def files_double_event(self, event): argument 163 def files_select_event(self, event): argument 167 def ok_event(self, event): argument 173 def filter_command(self, event=None): argument 213 def cancel_command(self, event=None): argument 448 def test(): function
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/ |
D | Tkdnd.py | 108 def dnd_start(source, event): argument 122 def __init__(self, source, event): argument 151 def on_motion(self, event): argument 178 def on_release(self, event): argument 181 def cancel(self, event=None): argument 184 def finish(self, event, commit=0): argument 240 def press(self, event): argument 248 def move(self, event): argument 255 def where(self, canvas, event): argument 265 def dnd_end(self, target, event): argument [all …]
|
D | FileDialog.py | 138 def dirs_double_event(self, event): argument 141 def dirs_select_event(self, event): argument 147 def files_double_event(self, event): argument 150 def files_select_event(self, event): argument 154 def ok_event(self, event): argument 160 def filter_command(self, event=None): argument 200 def cancel_command(self, event=None): argument 262 def test(): function
|
/aosp_15_r20/external/python/cpython2/Demo/tkinter/matt/ |
D | printing-coords-of-items.py | 9 def mouseDown(self, event): argument 26 def mouseMove(self, event): argument 34 def mouseEnter(self, event): argument 40 def mouseLeave(self, event): argument 60 test = Test() variable
|
D | canvas-moving-or-creating.py | 10 def mouseDown(self, event): argument 28 def mouseMove(self, event): argument 36 def mouseEnter(self, event): argument 41 def mouseLeave(self, event): argument 61 test = Test() variable
|
D | canvas-moving-w-mouse.py | 9 def mouseDown(self, event): argument 14 def mouseMove(self, event): argument 23 def mouseEnter(self, event): argument 28 def mouseLeave(self, event): argument 54 test = Test() variable
|
D | rubber-band-box-demo-1.py | 18 def mouseDown(self, event): argument 24 def mouseMotion(self, event): argument 39 def mouseUp(self, event): argument 56 test = Test() variable
|
D | canvas-gridding.py | 23 def mouseDown(self, event): argument 29 def mouseMotion(self, event): argument 59 test = Test() variable
|
D | rubber-line-demo-1.py | 18 def mouseDown(self, event): argument 24 def mouseMotion(self, event): argument 49 test = Test() variable
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | audit-tests.py | 40 def __call__(self, event, args): argument 235 def trace(frame, event, *args): argument 278 def hook(event, args): argument 297 def hook(event, args): argument 311 def hook(event, args): argument 334 def hook(event, args): argument 356 def hook(event, args): argument 374 def hook(event, args): argument 392 def hook(event, *args): argument 414 def hook(event, args): argument [all …]
|
/aosp_15_r20/external/libevent/test/ |
H A D | regress_et.c | 63 read_cb(evutil_socket_t fd, short event, void *arg) in read_cb() 85 const char *test = "test string"; in test_edgetriggered() local 183 read_notification_cb(evutil_socket_t fd, short event, void *arg) in read_notification_cb() 192 write_notification_cb(evutil_socket_t fd, short event, void *arg) in write_notification_cb()
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify03.c | 55 struct event { struct 65 struct event event_set[EVENT_SET_MAX]; argument 249 struct fanotify_event_metadata *event; in test_fanotify() local 345 static struct tst_test test = { variable
|
H A D | fanotify06.c | 121 static void verify_event(int group, struct fanotify_event_metadata *event) in verify_event() 141 static void close_events_fd(struct fanotify_event_metadata *event, int buflen) in close_events_fd() 155 struct fanotify_event_metadata *event; in test_fanotify() local 238 static struct tst_test test = { variable
|