| /development/tools/winscope/src/trace/ | 
| D | timestamp_test.ts | 28       const timestamp = Timestamp.from(TimestampType.REAL, 100n, 500n);  constant34       let timestamp = Timestamp.from(TimestampType.ELAPSED, 100n, 500n);  variable
 
 | 
| D | protolog.ts | 27   timestamp: bigint;  property in LogMessage
 | 
| /development/tools/winscope/src/app/components/timeline/ | 
| D | timeline_component.ts | 533     const timestamp = TimeUtils.parseHumanElapsed(target.value);  constant544     const timestamp = TimeUtils.parseHumanReal(target.value);  constant
 555     const timestamp = new Timestamp(  constant
 
 | 
| D | single_timeline_component.ts | 208       const timestamp = this.trace.getEntry(i).getTimestamp();  constant
 | 
| /development/tools/winscope/src/cross_tool/ | 
| D | cross_tool_protocol.ts | 109     const timestamp =  constant115     const timestamp = new RealTimestamp(message.timestampNs);  constant
 
 | 
| /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 | EventScheduler.java | 100         public SchedulableEvent(long timestamp) {  in SchedulableEvent()115         public void setTimestamp(long timestamp) {  in setTimestamp()
 
 | 
| D | MidiFramer.java | 49     public void onSend(byte[] data, int offset, int count, long timestamp)  in onSend()
 | 
| /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 | EventScheduler.java | 100         public SchedulableEvent(long timestamp) {  in SchedulableEvent()115         public void setTimestamp(long timestamp) {  in setTimestamp()
 
 | 
| D | MidiFramer.java | 49     public void onSend(byte[] data, int offset, int count, long timestamp)  in onSend()
 | 
| /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/parsers/ | 
| D | abstract_traces_parser.ts | 46         const timestamp = this.getTimestamp(type, entry);  constant
 | 
| D | parser_input_method_clients.ts | 80     const timestamp = Timestamp.from(  constant
 | 
| D | parser_input_method_service.ts | 79     const timestamp = Timestamp.from(  constant
 | 
| D | parser_input_method_manager_service.ts | 78     const timestamp = Timestamp.from(  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/tools/winscope/src/common/ | 
| D | time_utils_test.ts | 197     let timestamp = new RealTimestamp(1668117894186123212n);  variable
 | 
| /development/tools/winscope/src/app/ | 
| D | mediator.ts | 166     const timestamp = position.timestamp;  constant
 | 
| /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/samples/ApiDemos/src/com/example/android/apis/content/ | 
| D | ChangedContacts.java | 203         long timestamp = 0;  in onLoadFinished()  local296             String timestamp = cursor.getString(cursor.getColumnIndex(  in bindView()  local
 329             String timestamp = cursor.getString(cursor.getColumnIndex(  in bindView()  local
 
 |