Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 25 of 42) sorted by relevance

12

/development/tools/winscope/src/common/time/
Dtimestamp_converter_test.ts56 const timestamp = new TimestampConverter( constant
64 const timestamp = constant
73 const timestamp = constant
82 const timestamp = new TimestampConverter( constant
132 const timestamp = converter.makeTimestampFromRealNs(testRealNs); constant
138 const timestamp = constant
147 const timestamp = constant
156 const timestamp = new TimestampConverter( constant
546 const timestamp = converter.makeTimestampFromHuman(timestampHuman); constant
Dtime_test.ts31 let timestamp = REAL_TIMESTAMP_10.add(REAL_TIMESTAMP_20.getValueNs()); variable
39 let timestamp = REAL_TIMESTAMP_20.minus(REAL_TIMESTAMP_10.getValueNs()); variable
47 let timestamp = TimestampConverterUtils.makeRealTimestamp(10n).div(2n); variable
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
DMidiEventScheduler.java40 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend()
58 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { in MidiEvent()
79 long timestamp) { in createScheduledEvent()
DMidiDispatcher.java78 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend()
DMidiFramer.java49 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
DEventScheduler.java100 public SchedulableEvent(long timestamp) { in SchedulableEvent()
115 public void setTimestamp(long timestamp) { in setTimestamp()
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/
DMidiEventScheduler.java40 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend()
58 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { in MidiEvent()
79 long timestamp) { in createScheduledEvent()
DMidiDispatcher.java78 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend()
DMidiFramer.java49 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
DEventScheduler.java100 public SchedulableEvent(long timestamp) { in SchedulableEvent()
115 public void setTimestamp(long timestamp) { in setTimestamp()
/development/tools/winscope/src/parsers/protolog/perfetto/
Dparser_protolog.ts28 timestamp: bigint = 0n; property in PerfettoLogMessageTableRow
57 timestamp: protologEntry.timestamp, constant
/development/tools/winscope/src/trace/
Dtrace_entry_finder.ts54 const timestamp = position.entry.getTimestamp(); constant
Dtrace_position.ts35 const timestamp = explicitTimestamp constant
Dtrace.ts55 protected readonly timestamp: Timestamp, property in TraceEntry
/development/tools/winscope/src/viewers/components/
Dproperty_tree_node_data_view_component.ts83 const timestamp: Timestamp = timestampNode.getValue(); constant
Dproperty_tree_node_data_view_component_test.ts56 let timestamp: Timestamp | undefined; variable
/development/tools/winscope/src/parsers/protolog/
Dlog_message.ts22 timestamp: bigint; property
/development/tools/winscope/src/parsers/operations/
Dtransform_to_timestamp.ts39 const timestamp = this.makeTimestampStrategy( constant
/development/tools/repo_diff/service/repodiff/tools/migrations/
D2018_02_21__21_30_16_upgrade.sql4 timestamp BIGINT NOT NULL, field
D2018_02_09__00_07_41_upgrade.sql5 timestamp BIGINT NOT NULL, field
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component.ts844 const timestamp = assertDefined( constant
862 const timestamp = assertDefined( constant
974 const [trace, timestamp] = eventData; constant
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
DVoicemailImpl.java39 Long timestamp, in VoicemailImpl()
64 public static Builder createForInsertion(long timestamp, String number) { in createForInsertion()
112 public Builder setTimestamp(long timestamp) { in setTimestamp()
/development/samples/browseable/MidiScope/src/com.example.android.midiscope/
DLoggingReceiver.java44 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
DMidiScope.java58 long timestamp) throws IOException { in onSend()
/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Ddefault_timeline_row_component.ts103 const timestamp = candidateEntry.getTimestamp(); constant

12