Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterEventUploader.java99 List<T> events = new ArrayList<T>(); in uploadEvents() local
118 protected abstract void doUploadEvents(List<T> events) throws IOException; in doUploadEvents()
DClusterClient.java67 protected void doUploadEvents(List<ClusterCommandEvent> events) throws IOException { in doUploadEvents()
83 protected void doUploadEvents(List<ClusterHostEvent> events) throws IOException { in doUploadEvents()
287 private static JSONObject buildPostData(List<? extends IClusterEvent> events, String key) in buildPostData()
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DCounterFragment.kt22 val events: MutableList<CounterValue> = mutableListOf() constant in trebuchet.model.fragments.CounterFragment
/tools/asuite/atest/metrics/
Dclearcut_client.py98 def _serialize_events_to_proto(self, events): argument
107 def _append_events_to_buffer(self, events, retry=False): argument
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/
DCounter.kt23 class Counter(val name: String, val events: List<CounterValue>) { constant in trebuchet.model.Counter
/tools/netsim/rust/daemon/src/
Devents.rs144 let events = Events::new(); in test_subscribe_and_publish() localVariable
171 let events = Events::new(); in test_publish_to_multiple_subscribers() localVariable
208 let events = Events::new(); in test_publish_to_dropped_subscriber() localVariable
Dlib.rs32 mod events; module
Drust_main.rs263 let events = Events::new(); in run_netsimd_primary() localVariable
Dsession.rs236 let events = Events::new(); in setup_session_start_test() localVariable
/tools/loganalysis/src/com/android/loganalysis/item/
DKernelLogItem.java164 JSONArray events = new JSONArray(); in toJson() local
DLogcatItem.java210 JSONArray events = new JSONArray(); in toJson() local
/tools/tradefederation/core/aoa_helper/javatests/com/android/helper/aoa/
DAoaDeviceTest.java244 List<Touch> events = in testSwipe() local
369 List<Touch> events = in verifyTouches() local
/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs135 events: Arc<Events>, field
1019 let events = Events::new(); in spawn_shutdown_publisher_test_setup() localVariable
1727 let events = get_manager().events.clone(); in test_check_device_event_initial_timeout() localVariable
1739 let events = Events::new(); in test_check_device_event_last_device_removed() localVariable
1752 let events = Events::new(); in test_check_device_event_device_chip_added() localVariable
1769 let events = Events::new(); in test_check_device_event_ignore_event() localVariable
1787 let events = Events::new(); in test_check_device_event_ignore_chip_added_for_builtin() localVariable
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRttManagerTest.py246 def process_rtt_events(self, events): argument
/tools/loganalysis/javatests/com/android/loganalysis/parser/
DBugreportParserTest.java585 List<MiscKernelLogItem> events = bugreport.getLastKmsg().getMiscEvents( in testNoSections() local
/tools/asuite/adevice/src/
Dmetrics.rs43 events: Vec<LogEvent>, field
/tools/test/openhst/
Dstress_test.py199 def __init__(self, name, command, output, events, argument
/tools/netsim/rust/libslirp-rs/src/
Dlibslirp.rs523 events: SlirpPollType, field