Home
last modified time | relevance | path

Searched refs:Event (Results 1 – 12 of 12) sorted by relevance

/tools/trebuchet/trebuchet/startup-analyzer/
DREADME.md29 Event count: 1
32 Event count: 1
35 Event count: 1
38 Event count: 1
41 Event count: 4
44 Event count: 121
47 Event count: 1
50 Event count: 1
53 Event count: 1
58 Event count: 1
[all …]
/tools/test/connectivity/acts/framework/tests/event/
Devent_bus_integration_test.py25 from acts.event.event import Event
39 @subscribe(Event)
44 @subscribe_static(Event)
49 event_bus.post(Event())
78 event_bus.post(Event())
92 event_bus.post(Event())
102 event_bus.register(Event, event_listener)
103 event_bus.post(Event())
112 registration_id = event_bus.register(Event, event_listener)
114 event_bus.post(Event())
Ddecorators_test.py24 from acts.event.event import Event
71 class DummyEvent(Event):
Devent_bus_test.py24 from acts.event.event import Event
249 with event_bus.listen_for(Event, event_listener):
260 with event_bus.listen_for(Event, event_listener):
/tools/test/graphicsbenchmark/performance_tests/deviceside/src/com/android/game/qualification/device/
DMetricsReporter.java36 builder.addEvents(ResultDataProto.Event.newBuilder() in appLaunched()
37 .setType(ResultDataProto.Event.Type.APP_LAUNCH) in appLaunched()
42 builder.addEvents(ResultDataProto.Event.newBuilder() in startLoop()
43 .setType(ResultDataProto.Event.Type.START_LOOP) in startLoop()
/tools/test/graphicsbenchmark/performance_tests/helper/proto/
Dresultdata.proto8 message Event { message
19 repeated Event events = 1;
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/
Devents.py17 from acts.event.event import Event
20 class AndroidEvent(Event):
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DGameQualificationFpsCollector.java274 for (ResultDataProto.Event e : mDeviceResultData.getEventsList()) { in doEnd()
275 if (e.getType() == ResultDataProto.Event.Type.APP_LAUNCH) { in doEnd()
281 if (e.getType() == ResultDataProto.Event.Type.START_LOOP) { in doEnd()
286 for (ResultDataProto.Event e : mDeviceResultData.getEventsList()) { in doEnd()
287 if (e.getType() != ResultDataProto.Event.Type.START_LOOP) { in doEnd()
/tools/test/connectivity/acts/framework/acts/event/
Devent.py18 class Event(object): class
23 class TestEvent(Event):
/tools/test/connectivity/acts/framework/acts/
Dcontext.py22 from acts.event.event import Event
83 class NewContextEvent(Event):
/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_sender.py163 self.stop_signal = multiprocessing.Event()
/tools/tradefederation/prebuilts/filegroups/tradefed/
Dtradefed-test-framework.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...