Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dapollo_qa.proto94 required uint32 timestamp = 1; field
107 required uint32 timestamp = 1; field
127 required uint32 timestamp = 1; field
149 required uint32 timestamp = 1; field
169 required uint32 timestamp = 1; field
/tools/test/graphicsbenchmark/performance_tests/helper/proto/
Dresultdata.proto15 optional int64 timestamp = 2; field
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceLine.kt52 val timestamp get() = _timestamp constant
148 val timestamp = readDouble() in parseLine() constant
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/
DCounter.kt21 data class CounterValue(val timestamp: Double, val count: Long) constant in trebuchet.model.CounterValue
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSignerInfo.java30 public long timestamp; field in ApkSignerInfo
/tools/test/connectivity/acts/framework/acts/controllers/
Dbits.py54 def add_marker(self, timestamp, marker_text): argument
385 def _add_marker(self, timestamp, marker_text): argument
/tools/test/connectivity/acts/framework/acts/libs/testtracker/protos/
Dtesttracker_result.proto71 optional string timestamp = 10; field
/tools/metalava/src/main/java/com/android/tools/metalava/
DCommandArgsPreprocessor.kt143 val timestamp = LocalDateTime.now().format( in createRerunScriptBaseFilename() constant
/tools/test/graphicsbenchmark/benchmark_libs/
Dagq.cpp70 jlong timestamp = timespecToMs(spec); in createIntent() local
/tools/apksig/src/main/java/com/android/apksig/internal/apk/stamp/
DV2SourceStampSigner.java208 long timestamp = Instant.now().getEpochSecond(); in generateStampAttributes() local
DSourceStampVerifier.java322 long timestamp = ByteBuffer.wrap(value).order( in parseStampAttributes() local
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
Dping_utils.py89 def __init__(self, timestamp, rtt): argument
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/
DFtraceEvent.kt30 val timestamp: Double, in <lambda>() constant in trebuchet.importers.ftrace.events.FtraceEvent
/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/
Dbits_client.py35 def _to_ns(timestamp): argument
/tools/test/connectivity/acts/framework/acts/
Dlogger.py112 def is_valid_logline_timestamp(timestamp): argument
/tools/apksig/src/test/java/com/android/apksig/
DApkSignerTest.java2082 long timestamp = result.getSourceStampInfo().getTimestampEpochSeconds(); in testSourceStampTimestamp_signWithSourceStamp_validTimestampValue() local