Home
last modified time | relevance | path

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

12

/development/tools/winscope/src/trace/
Dtimestamp_test.ts28 const timestamp = Timestamp.from(TimestampType.REAL, 100n, 500n); constant
34 let timestamp = Timestamp.from(TimestampType.ELAPSED, 100n, 500n); variable
Dprotolog.ts27 timestamp: bigint; property in LogMessage
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component.ts533 const timestamp = TimeUtils.parseHumanElapsed(target.value); constant
544 const timestamp = TimeUtils.parseHumanReal(target.value); constant
555 const timestamp = new Timestamp( constant
Dsingle_timeline_component.ts208 const timestamp = this.trace.getEntry(i).getTimestamp(); constant
/development/tools/winscope/src/cross_tool/
Dcross_tool_protocol.ts109 const timestamp = constant
115 const timestamp = new RealTimestamp(message.timestampNs); constant
/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()
DEventScheduler.java100 public SchedulableEvent(long timestamp) { in SchedulableEvent()
115 public void setTimestamp(long timestamp) { in setTimestamp()
DMidiFramer.java49 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
/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()
DEventScheduler.java100 public SchedulableEvent(long timestamp) { in SchedulableEvent()
115 public void setTimestamp(long timestamp) { in setTimestamp()
DMidiFramer.java49 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
/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/parsers/
Dabstract_traces_parser.ts46 const timestamp = this.getTimestamp(type, entry); constant
Dparser_input_method_clients.ts80 const timestamp = Timestamp.from( constant
Dparser_input_method_service.ts79 const timestamp = Timestamp.from( constant
Dparser_input_method_manager_service.ts78 const timestamp = Timestamp.from( 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/tools/winscope/src/common/
Dtime_utils_test.ts197 let timestamp = new RealTimestamp(1668117894186123212n); variable
/development/tools/winscope/src/app/
Dmediator.ts166 const timestamp = position.timestamp; constant
/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/samples/ApiDemos/src/com/example/android/apis/content/
DChangedContacts.java203 long timestamp = 0; in onLoadFinished() local
296 String timestamp = cursor.getString(cursor.getColumnIndex( in bindView() local
329 String timestamp = cursor.getString(cursor.getColumnIndex( in bindView() local

12