Home
last modified time | relevance | path

Searched defs:events (Results 1 – 25 of 3195) sorted by relevance

12345678910>>...128

/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
H A DFillEventHistoryTest.java114 final List<Event> events = InstrumentedAutoFillService.getFillEvents(2); in textContextCommitted_withoutDatasets() local
150 final List<Event> events = InstrumentedAutoFillService.getFillEvents(2); in testContextCommitted_idlessDatasets() local
166 final List<Event> events = InstrumentedAutoFillService.getFillEvents(4); in testContextCommitted_idlessDatasets() local
206 final List<Event> events = InstrumentedAutoFillService.getFillEvents(2); in testContextCommitted_idlessDatasetSelected_datasetWithIdIgnored() local
221 final List<Event> events = InstrumentedAutoFillService.getFillEvents(3); in testContextCommitted_idlessDatasetSelected_datasetWithIdIgnored() local
270 final List<Event> events = InstrumentedAutoFillService.getFillEvents(2); in testContextCommitted_idlessDatasetIgnored_datasetWithIdSelected() local
285 final List<Event> events = InstrumentedAutoFillService.getFillEvents(3); in testContextCommitted_idlessDatasetIgnored_datasetWithIdSelected() local
333 final List<Event> events = InstrumentedAutoFillService.getFillEvents(1); in testContextCommitted_noDatasetSelected_valuesNotManuallyEntered() local
348 final List<Event> events = InstrumentedAutoFillService.getFillEvents(2); in testContextCommitted_noDatasetSelected_valuesNotManuallyEntered() local
395 final List<Event> events = InstrumentedAutoFillService.getFillEvents(2); in testContextCommitted_oneDatasetSelected() local
[all …]
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
H A DSecurityLoggingTest.java242 final List<SecurityEvent> events = getEvents(); in testVerifyGeneratedLogs() local
272 private void verifyAutomaticEventsPresent(List<SecurityEvent> events) { in verifyAutomaticEventsPresent()
278 private void verifyKeyChainEventsPresent(List<SecurityEvent> events) { in verifyKeyChainEventsPresent()
283 private void verifyKeystoreEventsPresent(List<SecurityEvent> events) { in verifyKeystoreEventsPresent()
290 private void verifyAdminEventsPresent(List<SecurityEvent> events) { in verifyAdminEventsPresent()
300 private void verifyPasswordChangedEventsPresent(List<SecurityEvent> events) { in verifyPasswordChangedEventsPresent()
323 private void verifyAdbShellCommand(List<SecurityEvent> events) { in verifyAdbShellCommand()
333 private void verifyEventsRedacted(List<SecurityEvent> events) { in verifyEventsRedacted()
416 List<SecurityEvent> events = null; in getEvents() local
447 final List<SecurityEvent> events = getEvents(); in testVerifyLogIds() local
[all …]
/aosp_15_r20/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
H A DAssertions.java167 public static ViewNode assertViewWithUnknownParentAppeared( in assertViewWithUnknownParentAppeared()
179 public static void assertDecorViewAppeared(@NonNull List<ContentCaptureEvent> events, in assertDecorViewAppeared()
190 public static ViewNode assertViewWithUnknownParentAppeared( in assertViewWithUnknownParentAppeared()
212 public static ContentCaptureEvent assertViewAppeared(@NonNull List<ContentCaptureEvent> events, in assertViewAppeared()
223 public static void assertViewAppeared(@NonNull List<ContentCaptureEvent> events, int index, in assertViewAppeared()
235 public static void assertViewAppeared(@NonNull List<ContentCaptureEvent> events, int index, in assertViewAppeared()
243 public static void assertViewAppeared(@NonNull List<ContentCaptureEvent> events, int index, in assertViewAppeared()
253 public static void assertViewTreeStarted(@NonNull List<ContentCaptureEvent> events, in assertViewTreeStarted()
261 public static void assertViewTreeFinished(@NonNull List<ContentCaptureEvent> events, in assertViewTreeFinished()
266 private static void assertSessionLevelEvent(@NonNull List<ContentCaptureEvent> events, in assertSessionLevelEvent()
[all …]
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java470 int[] events = {TelephonyCallback.EVENT_PHONE_CAPABILITY_CHANGED}; in testPhoneCapabilityChanged() local
488 int[] events = {TelephonyCallback.EVENT_ACTIVE_DATA_SUBSCRIPTION_ID_CHANGED}; in testActiveDataSubChanged() local
517 int[] events = {TelephonyCallback.EVENT_SRVCC_STATE_CHANGED}; in testSrvccStateChanged() local
545 int[] events = {TelephonyCallback.EVENT_SRVCC_STATE_CHANGED}; in testSrvccStateChangedWithRenouncedLocationAccess() local
574 int[] events = {TelephonyCallback.EVENT_SRVCC_STATE_CHANGED}; in testSrvccStateChangedWithRenouncedFineLocationAccess() local
619 int[] events = {TelephonyCallback.EVENT_SRVCC_STATE_CHANGED}; in testSrvccStateChangedNoPermission() local
636 int[] events = {TelephonyCallback.EVENT_RADIO_POWER_STATE_CHANGED}; in testMultiSimConfigChange() local
668 int[] events = {TelephonyCallback.EVENT_DATA_CONNECTION_STATE_CHANGED}; in testDataConnectionStateChanged() local
742 int[] events = {TelephonyCallback.EVENT_DATA_CONNECTION_STATE_CHANGED}; in testDataConnectionStateChangedMultipleInternet() local
947 int[] events = {TelephonyCallback.EVENT_PRECISE_DATA_CONNECTION_STATE_CHANGED}; in testPreciseDataConnectionStateChanged() local
[all …]
/aosp_15_r20/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsEventDispatcherTest.java138 List<Integer> events = new ArrayList<Integer>(); in testOnReceivedCarrierConfigChangedIntent() local
169 List<Integer> events = new ArrayList<Integer>(); in testOnReceivedCarrierConfigChangedIntentWithInvalidSlot() local
197 List<Integer> events = new ArrayList<Integer>(); in testOnSimLoadedStateEvent() local
226 List<Integer> events = new ArrayList<Integer>(); in testOnSimUnknownStateEvent() local
255 List<Integer> events = new ArrayList<Integer>(); in testOnSimStateEventWithInvalidSlot() local
285 List<Integer> events = new ArrayList<Integer>(); in testOnAirplaneModeEvent() local
320 List<Integer> events = new ArrayList<Integer>(); in testOnWifiStateChangedEvent() local
350 List<Integer> events = new ArrayList<Integer>(); in testOnEmergencyCallbackModeChanged() local
379 List<Integer> events = new ArrayList<Integer>(); in testNotifyImmediatelyWfcSettingsWithDisabledStatus() local
402 List<Integer> events = new ArrayList<>(); in testNotifyImmediatelyWfcSettingsWithEnabledStatus() local
[all …]
/aosp_15_r20/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/
H A DMqtt5ClientTest.java293 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in ConnDC_UC1() local
319 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in ConnDC_UC2() local
346 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in ConnDC_UC3() local
374 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in ConnDC_UC4() local
410 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in ConnDC_UC5() local
449 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in ConnDC_UC6() local
534 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in ConnWS_UC1() local
569 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in ConnWS_UC2() local
610 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in ConnWS_UC3() local
657 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in ConnWS_UC5() local
[all …]
H A DMqtt5to3AdapterConnectionTest.java63 private MqttClientConnectionEvents events = new MqttClientConnectionEvents() { field in Mqtt5to3AdapterConnectionTest
268 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in TestDirectConnectThroughMqtt5() local
298 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in TestBasicAuthConnectThroughMqtt5() local
328 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in TestmTLSConnectThroughMqtt5() local
365 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in TestWebsocketMinimalConnectThroughMqtt5() local
404 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in TestWebsocketHttpProxyConnectThroughMqtt5() local
466 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in TestDirectConnectThroughMqtt311() local
495 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in TestBasicAuthConnectThroughMqtt311() local
526 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in TestmTLSConnectThroughMqtt311() local
562 LifecycleEvents_Futured events = new LifecycleEvents_Futured(); in TestWebsocketMinimalConnectThroughMqtt311() local
[all …]
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowEventLogTest.java39 ArrayList<EventLog.Event> events = new ArrayList<>(); in testAddEvent_testStringLog() local
59 ArrayList<EventLog.Event> events = new ArrayList<>(); in testAddEvent_testIntLog() local
79 ArrayList<EventLog.Event> events = new ArrayList<>(); in testAddEvent_testLongLog() local
99 ArrayList<EventLog.Event> events = new ArrayList<>(); in testAddEvent_testFloatLog() local
119 ArrayList<EventLog.Event> events = new ArrayList<>(); in testAddEvent_testListLog() local
134 ArrayList<EventLog.Event> events = new ArrayList<>(); in testWriteEvent_string() local
146 ArrayList<EventLog.Event> events = new ArrayList<>(); in testWriteEvent_nullString() local
158 ArrayList<EventLog.Event> events = new ArrayList<>(); in testWriteEvent_int() local
171 ArrayList<EventLog.Event> events = new ArrayList<>(); in testWriteEvent_list() local
186 ArrayList<EventLog.Event> events = new ArrayList<>(); in testWriteEvent_nullList() local
[all …]
/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_unittest.cc107 const std::vector<std::unique_ptr<RtcEventAudioNetworkAdaptation>>& in TestRtcEventAudioNetworkAdaptation()
215 std::vector<std::unique_ptr<RtcEventAlrState>> events(event_count_); in TEST_P() local
236 std::vector<std::unique_ptr<RtcEventRouteChange>> events(event_count_); in TEST_P() local
254 std::vector<std::unique_ptr<RtcEventRemoteEstimate>> events(event_count_); in TEST_P() local
273 std::vector<std::unique_ptr<RtcEventAudioNetworkAdaptation>> events( in TEST_P() local
291 std::vector<std::unique_ptr<RtcEventAudioNetworkAdaptation>> events( in TEST_P() local
308 std::vector<std::unique_ptr<RtcEventAudioNetworkAdaptation>> events( in TEST_P() local
326 std::vector<std::unique_ptr<RtcEventAudioNetworkAdaptation>> events( in TEST_P() local
342 std::vector<std::unique_ptr<RtcEventAudioNetworkAdaptation>> events( in TEST_P() local
358 std::vector<std::unique_ptr<RtcEventAudioNetworkAdaptation>> events( in TEST_P() local
[all …]
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/servicebehavior/
H A DFieldsClassificationTest.java217 final List<Event> events = InstrumentedAutoFillService.getFillEvents(1); in testMiss_exactMatchAlgorithm() local
254 final List<Event> events = InstrumentedAutoFillService.getFillEvents(1); in testHit_exactMatchLast4Algorithm() local
291 final List<Event> events = InstrumentedAutoFillService.getFillEvents(1); in testHit_CreditCardAlgorithm() local
329 final List<Event> events = InstrumentedAutoFillService.getFillEvents(1); in testHit_useDefaultAlgorithm() local
366 final List<Event> events = InstrumentedAutoFillService.getFillEvents(1); in simpleHitTest() local
403 final List<Event> events = InstrumentedAutoFillService.getFillEvents(1); in testHit_sameValueForMultipleCategories() local
452 final List<Event> events = InstrumentedAutoFillService.getFillEvents(1); in manyUserData_oneDetectableField() local
500 final List<Event> events = InstrumentedAutoFillService.getFillEvents(1); in testHit_oneUserData_manyDetectableFields() local
552 final List<Event> events = InstrumentedAutoFillService.getFillEvents(1); in testHit_manyUserData_manyDetectableFields() local
611 final List<Event> events = InstrumentedAutoFillService.getFillEvents(1); in testHit_manyUserData_manyDetectableFields_differentClassificationAlgo() local
[all …]
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTestsDeadKeys.java54 final EventList events = new EventList() in testDeadCircumflexSimple() local
67 final EventList events = new EventList() in testDeadCircumflexBackspace() local
81 final EventList events = new EventList() in testDeadCircumflexFeedback() local
94 final EventList events = new EventList() in testDeadDiaeresisSpace() local
113 final EventList events = new EventList() in testDeadAcuteLetterBackspace() local
130 final EventList events = new EventList() in testFinnishStroke() local
146 final EventList events = new EventList() in testDoubleDeadOgonek() local
171 final EventList events = new EventList() in testDeadCircumflexDeadDiaeresis() local
187 final EventList events = new EventList() in testDeadCircumflexDeadDiaeresisBackspace() local
204 final EventList events = new EventList() in testDeadCircumflexDoubleDeadDiaeresisBackspace() local
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
H A DFillEventHistoryCommonTestCase.java154 final List<Event> events = InstrumentedAutoFillService.getFillEvents(3); in testAuthenticationSelected_withLastFocusedId() local
213 final List<Event> events = InstrumentedAutoFillService.getFillEvents(4); in testAuthenticationSelected_withDifferentLastFocusedIdForShownAndSelection() local
288 final List<Event> events = InstrumentedAutoFillService.getFillEvents(3); in testDatasetAuthenticationSelected() local
334 List<Event> events = selection.getEvents(); in testAuthenticationSelected() local
377 final List<Event> events = selection.getEvents(); in testDatasetSelected_twoResponses() local
416 final List<Event> events = selection.getEvents(); in testDatasetSelected_twoResponses() local
433 final List<Event> events = selection.getEvents(); in testDatasetSelected_twoResponses() local
471 final List<Event> events = selection.getEvents(); in testNoEvents_whenServiceReturnsNullResponse() local
515 final List<Event> events = selection.getEvents(); in testNoEvents_whenServiceReturnsFailure() local
557 final List<Event> events = selection.getEvents(); in testNoEvents_whenServiceTimesout() local
[all …]
/aosp_15_r20/external/wpa_supplicant_8/src/drivers/
H A Dndis_events.c119 static int ndis_events_constructor(struct ndis_events_data *events) in ndis_events_constructor()
141 static void ndis_events_destructor(struct ndis_events_data *events) in ndis_events_destructor()
171 struct ndis_events_data *events = (struct ndis_events_data *) this; in ndis_events_add_ref() local
178 struct ndis_events_data *events = (struct ndis_events_data *) this; in ndis_events_release() local
192 static int ndis_events_send_event(struct ndis_events_data *events, in ndis_events_send_event()
226 static void ndis_events_media_connect(struct ndis_events_data *events) in ndis_events_media_connect()
233 static void ndis_events_media_disconnect(struct ndis_events_data *events) in ndis_events_media_disconnect()
240 static void ndis_events_media_specific(struct ndis_events_data *events, in ndis_events_media_specific()
288 static void ndis_events_adapter_arrival(struct ndis_events_data *events) in ndis_events_adapter_arrival()
295 static void ndis_events_adapter_removal(struct ndis_events_data *events) in ndis_events_adapter_removal()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/touchpad/tutorial/ui/gesture/
H A DTouchpadGestureBuilderTest.kt40 val events = ThreeFingerGesture.swipeRight() in threeFingerSwipeProducesCorrectEvents() constant
64 val events = in threeFingerGestureInProgressProducesCorrectEvents() constant
85 val events = FourFingerGesture.swipeUp() in fourFingerSwipeProducesCorrectEvents() constant
111 val events = TwoFingerGesture.swipeLeft() in twoFingerSwipeProducesCorrectEvents() constant
132 val events = in gestureBuilderProducesCorrectEventCoordinates() constant
/aosp_15_r20/packages/modules/StatsD/statsd/tests/e2e/
DRestrictedEventMetric_e2e_test.cpp137 std::vector<std::unique_ptr<LogEvent>> events; in TEST_F() local
175 std::vector<std::unique_ptr<LogEvent>> events; in TEST_F() local
222 std::vector<std::unique_ptr<LogEvent>> events; in TEST_F() local
269 std::vector<std::unique_ptr<LogEvent>> events; in TEST_F() local
379 std::vector<std::unique_ptr<LogEvent>> events; in TEST_F() local
406 std::vector<std::unique_ptr<LogEvent>> events; in TEST_F() local
443 std::vector<std::unique_ptr<LogEvent>> events; in TEST_F() local
464 std::vector<std::unique_ptr<LogEvent>> events; in TEST_F() local
484 std::vector<std::unique_ptr<LogEvent>> events; in TEST_F() local
515 std::vector<std::unique_ptr<LogEvent>> events; in TEST_F() local
[all …]
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/events/
DEventsTest.kt81 val events = in <lambda>() constant
110 val events = in <lambda>() constant
140 val events = in <lambda>() constant
176 val events = in <lambda>() constant
219 val events = in <lambda>() constant
251 val events = in testEventDoesNotThrowUnregisteredEventOnProd() constant
/aosp_15_r20/packages/services/Car/tests/CarTestLibUnitTest/src/android/car/testapi/
DBlockingUserLifecycleListenerUnitTest.java110 List<UserLifecycleEvent> events = listener.waitForEvents(); in testForSpecificEvents_receivedOnlyExpected() local
132 List<UserLifecycleEvent> events = listener.waitForEvents(); in testForSpecificEvents_receivedExtraEvents() local
161 List<UserLifecycleEvent> events = listener.waitForEvents(); in testForSpecificEvents_filterByUser() local
189 List<UserLifecycleEvent> events = listener.waitForEvents(); in testForSpecificEvents_filterByUserDuplicatedEventTypes() local
220 List<UserLifecycleEvent> events = listener.waitForEvents(); in testForSpecificEvents_filterByPreviousUser() local
252 List<UserLifecycleEvent> events = listener.waitForEvents(); in testForSpecificEvents_filterByPreviousAndTargetUsers() local
269 List<UserLifecycleEvent> events = listener.waitForEvents(); in testForNoExpectedEvent_noEventsReceived() local
281 List<UserLifecycleEvent> events = Arrays.stream(eventTypes) in sendAsyncEvents() local
289 @NonNull List<UserLifecycleEvent> events) { in sendAsyncEvents()
313 private static void assertEvents(List<UserLifecycleEvent> events, @UserIdInt int expectedUserId, in assertEvents()
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/fuelgauge/batteryusage/
DAppOptModeSharedPreferencesUtilsTest.kt98 val events = AppOptModeSharedPreferencesUtils.getAllEvents(context) in <lambda>() constant
116 val events = AppOptModeSharedPreferencesUtils.getAllEvents(context) in <lambda>() constant
134 val events = AppOptModeSharedPreferencesUtils.getAllEvents(context) in <lambda>() constant
161 val events = AppOptModeSharedPreferencesUtils.getAllEvents(context) in <lambda>() constant
204 val events = AppOptModeSharedPreferencesUtils.getAllEvents(context) in <lambda>() constant
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DEventHistoryImplTest.java102 List<Event> events = mEventHistory.queryEvents(Event.ALL_EVENT_TYPES, 0L, 999L); in testNoEvents() local
116 List<Event> events = mEventHistory.queryEvents(Event.ALL_EVENT_TYPES, 0L, Long.MAX_VALUE); in testMultipleEvents() local
130 List<Event> events = mEventHistory.queryEvents( in testQuerySomeEventTypes() local
145 List<Event> events = mEventHistory.queryEvents( in testQuerySingleEventType() local
167 List<Event> events = mEventHistory.queryEvents(Event.ALL_EVENT_TYPES, 0L, Long.MAX_VALUE); in testPersistenceAndRestoration() local
194 List<Event> events = mEventHistory.queryEvents(Event.ALL_EVENT_TYPES, 0L, Long.MAX_VALUE); in testMimicDevicePowerOff() local
213 List<Event> events = mEventHistory.queryEvents(Event.ALL_EVENT_TYPES, 0L, Long.MAX_VALUE); in testOnDestroy() local
236 List<Event> events = map.get("testdir").queryEvents(Event.ALL_EVENT_TYPES, 0L, in testEventHistoriesImplFromDisk() local
/aosp_15_r20/hardware/interfaces/sensors/common/utils/
H A DEventMessageQueueWrapper.h71 virtual bool read(V2_1::Event* events, size_t numToRead) override { in read()
75 bool write(const V2_1::Event* events, size_t numToWrite) override { in write()
79 virtual bool write(const std::vector<V2_1::Event>& events) override { in write()
84 bool writeBlocking(const V2_1::Event* events, size_t count, uint32_t readNotification, in writeBlocking()
114 virtual bool read(V2_1::Event* events, size_t numToRead) override { in read()
118 bool write(const V2_1::Event* events, size_t numToWrite) override { in write()
122 bool write(const std::vector<V2_1::Event>& events) override { in write()
126 bool writeBlocking(const V2_1::Event* events, size_t count, uint32_t readNotification, in writeBlocking()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/GeneratorHub/test/
H A DFakeVehicleHalValueGeneratorsTest.cpp103 void setEvents(const std::vector<VehiclePropValue>& events) { in setEvents()
123 std::vector<VehiclePropValue> events; in TEST_F() local
146 std::vector<VehiclePropValue> events; in TEST_F() local
183 auto events = getEvents(); in TEST_F() local
203 auto events = getEvents(); in TEST_F() local
223 auto events = getEvents(); in TEST_F() local
243 auto events = getEvents(); in TEST_F() local
264 auto events = getEvents(); in TEST_F() local
310 auto events = getEvents(); in TEST_F() local
371 auto events = getEvents(); in TEST_F() local
[all …]
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/GeneratorHub/test/
H A DFakeVehicleHalValueGeneratorsTest.cpp103 void setEvents(const std::vector<VehiclePropValue>& events) { in setEvents()
123 std::vector<VehiclePropValue> events; in TEST_F() local
146 std::vector<VehiclePropValue> events; in TEST_F() local
183 auto events = getEvents(); in TEST_F() local
203 auto events = getEvents(); in TEST_F() local
223 auto events = getEvents(); in TEST_F() local
243 auto events = getEvents(); in TEST_F() local
264 auto events = getEvents(); in TEST_F() local
310 auto events = getEvents(); in TEST_F() local
371 auto events = getEvents(); in TEST_F() local
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/bindings/
H A Dquic_libevent.cc23 QuicSocketEventMask LibeventEventMaskToQuicEvents(int events) { in LibeventEventMaskToQuicEvents()
28 LibeventEventMask QuicEventsToLibeventEventMask(QuicSocketEventMask events) { in QuicEventsToLibeventEventMask()
78 QuicSocketEventMask events, in RegisterSocket()
90 QuicSocketEventMask events) { in RearmSocket()
105 QuicUdpSocketFd fd, QuicSocketEventMask events) { in ArtificiallyNotifyEvent()
127 LibeventQuicEventLoop* loop, QuicUdpSocketFd fd, QuicSocketEventMask events, in Registration()
131 void* arg) { in Registration()
159 QuicSocketEventMask events) { in ArtificiallyNotify()
173 void LibeventQuicEventLoop::Registration::Rearm(QuicSocketEventMask events) { in Rearm()
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/preview/
DPreviewViewModelTest.kt289 val events = in testToggleInSelectionUpdatesSelection() constant
362 val events = in testToggleInSelectionCollectionUpdatesSelection() constant
451 val events = in testSnapshotSelection() constant
519 val events = in testDeselectionSnapshotIsPopulated() constant
589 val events = in testRemotePreviewControllerCreation() constant
668 val events = in testRemotePreviewControllersAreCached() constant
791 val events = in testRemotePreviewControllersAreDestroyed() constant
847 val events = in testRemotePreviewSurfaceStateChangedCallbackEmitsUpdates() constant
/aosp_15_r20/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/
DNetworkTraceHandlerTest.cpp121 std::vector<TracePacket> events; in TEST_F() local
152 std::vector<TracePacket> events; in TEST_F() local
184 std::vector<TracePacket> events; in TEST_F() local
217 std::vector<TracePacket> events; in TEST_F() local
252 std::vector<TracePacket> events; in TEST_F() local
291 std::vector<TracePacket> events; in TEST_F() local
331 std::vector<TracePacket> events; in TEST_F() local
368 std::vector<TracePacket> events; in TEST_F() local
413 std::vector<TracePacket> events; in TEST_F() local

12345678910>>...128