HomeSort by relevance Sort by last modified time
    Searched defs:Interaction (Results 1 - 9 of 9) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
jitter_timeline_unittest.py 15 Interaction = timeline_interaction_record.TimelineInteractionRecord
37 return Interaction(TEST_INTERACTION_LABEL, start, end)
46 # The first and the last event do not start during the interaction, so
47 # they are ignored. The second event starts during the interaction, and its
single_event_unittest.py 18 Interaction = timeline_interaction_record.TimelineInteractionRecord
51 interactions = [Interaction('interaction', 10, 20),
52 Interaction('interaction', 30, 40)]
57 # The first event starts before the first interaction, so it is ignored.
58 # The second event starts before the first interaction, so it is ignored.
59 # The third event starts during the first interaction, and its duration is
61 # The fourth event starts during the first interaction, and its duration is
65 # The seventh event starts during the second interaction, and its duratio
    [all...]
blob_timeline_unittest.py 15 Interaction = timeline_interaction_record.TimelineInteractionRecord
47 return Interaction(TEST_INTERACTION_LABEL, start, end)
68 # The first event starts before the first interaction, so it is ignored.
69 # The second event starts before the first interaction, so it is ignored.
70 # The third event starts during the first interaction, and its duration is
72 # The fourth event starts during the first interaction, and its duration is
76 # The seventh event starts during the second interaction, and its duration
78 # The eighth event starts during the second interaction and its duration is
80 # The ninth event starts after the last interaction, so it is ignored.
100 # We ignore events outside of the interaction intervals, and we use th
    [all...]
trace_event_stats_unittest.py 17 Interaction = timeline_interaction_record.TimelineInteractionRecord
31 return Interaction(TEST_INTERACTION_LABEL, start, end)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
Interaction.java 24 public class Interaction {
SegmentedButtons.java 94 Interaction.register(b, new Interaction.Callback() {
126 public interface Callback extends Interaction.Callback {
ZenModePanel.java     [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
action_runner.py 59 """ Create an action.Interaction object that issues interaction record.
61 An interaction record is a labeled time period containing
62 interaction that developers care about. Each set of metrics
65 To mark the start of interaction record, call Begin() method on the returned
66 object. To mark the finish of interaction record, call End() method on
68 interaction record that covers the actions in the with block.
76 label: A label for this particular interaction. This can be any
79 as this interaction. All interactions with the same logical name must
83 An instance of action_runner.Interaction
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 369 \section{Interaction IPIP tunnels and DVMRP.}

Completed in 197 milliseconds