/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterEventUploader.java | 99 List<T> events = new ArrayList<T>(); in uploadEvents() local 118 protected abstract void doUploadEvents(List<T> events) throws IOException; in doUploadEvents()
|
D | ClusterClient.java | 67 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/ |
D | CounterFragment.kt | 22 val events: MutableList<CounterValue> = mutableListOf() constant in trebuchet.model.fragments.CounterFragment
|
/tools/asuite/atest/metrics/ |
D | clearcut_client.py | 98 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/ |
D | Counter.kt | 23 class Counter(val name: String, val events: List<CounterValue>) { constant in trebuchet.model.Counter
|
/tools/netsim/rust/daemon/src/ |
D | events.rs | 144 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
|
D | lib.rs | 32 mod events; module
|
D | rust_main.rs | 263 let events = Events::new(); in run_netsimd_primary() localVariable
|
D | session.rs | 236 let events = Events::new(); in setup_session_start_test() localVariable
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | KernelLogItem.java | 164 JSONArray events = new JSONArray(); in toJson() local
|
D | LogcatItem.java | 210 JSONArray events = new JSONArray(); in toJson() local
|
/tools/tradefederation/core/aoa_helper/javatests/com/android/helper/aoa/ |
D | AoaDeviceTest.java | 244 List<Touch> events = in testSwipe() local 369 List<Touch> events = in verifyTouches() local
|
/tools/netsim/rust/daemon/src/devices/ |
D | devices_handler.rs | 135 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/ |
D | WifiRttManagerTest.py | 246 def process_rtt_events(self, events): argument
|
/tools/loganalysis/javatests/com/android/loganalysis/parser/ |
D | BugreportParserTest.java | 585 List<MiscKernelLogItem> events = bugreport.getLastKmsg().getMiscEvents( in testNoSections() local
|
/tools/asuite/adevice/src/ |
D | metrics.rs | 43 events: Vec<LogEvent>, field
|
/tools/test/openhst/ |
D | stress_test.py | 199 def __init__(self, name, command, output, events, argument
|
/tools/netsim/rust/libslirp-rs/src/ |
D | libslirp.rs | 523 events: SlirpPollType, field
|