/development/tools/winscope/src/common/time/ |
D | timestamp_converter_test.ts | 56 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
|
D | time_test.ts | 31 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/ |
D | MidiEventScheduler.java | 40 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()
|
D | MidiDispatcher.java | 78 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend()
|
D | MidiFramer.java | 49 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
|
D | EventScheduler.java | 100 public SchedulableEvent(long timestamp) { in SchedulableEvent() 115 public void setTimestamp(long timestamp) { in setTimestamp()
|
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/ |
D | MidiEventScheduler.java | 40 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()
|
D | MidiDispatcher.java | 78 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend()
|
D | MidiFramer.java | 49 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
|
D | EventScheduler.java | 100 public SchedulableEvent(long timestamp) { in SchedulableEvent() 115 public void setTimestamp(long timestamp) { in setTimestamp()
|
/development/tools/winscope/src/parsers/protolog/perfetto/ |
D | parser_protolog.ts | 28 timestamp: bigint = 0n; property in PerfettoLogMessageTableRow 57 timestamp: protologEntry.timestamp, constant
|
/development/tools/winscope/src/trace/ |
D | trace_entry_finder.ts | 54 const timestamp = position.entry.getTimestamp(); constant
|
D | trace_position.ts | 35 const timestamp = explicitTimestamp constant
|
D | trace.ts | 55 protected readonly timestamp: Timestamp, property in TraceEntry
|
/development/tools/winscope/src/viewers/components/ |
D | property_tree_node_data_view_component.ts | 83 const timestamp: Timestamp = timestampNode.getValue(); constant
|
D | property_tree_node_data_view_component_test.ts | 56 let timestamp: Timestamp | undefined; variable
|
/development/tools/winscope/src/parsers/protolog/ |
D | log_message.ts | 22 timestamp: bigint; property
|
/development/tools/winscope/src/parsers/operations/ |
D | transform_to_timestamp.ts | 39 const timestamp = this.makeTimestampStrategy( constant
|
/development/tools/repo_diff/service/repodiff/tools/migrations/ |
D | 2018_02_21__21_30_16_upgrade.sql | 4 timestamp BIGINT NOT NULL, field
|
D | 2018_02_09__00_07_41_upgrade.sql | 5 timestamp BIGINT NOT NULL, field
|
/development/tools/winscope/src/app/components/timeline/ |
D | timeline_component.ts | 844 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/ |
D | VoicemailImpl.java | 39 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/ |
D | LoggingReceiver.java | 44 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
|
D | MidiScope.java | 58 long timestamp) throws IOException { in onSend()
|
/development/tools/winscope/src/app/components/timeline/expanded-timeline/ |
D | default_timeline_row_component.ts | 103 const timestamp = candidateEntry.getTimestamp(); constant
|