/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/chronicletests/src/com/android/libraries/pcc/chronicle/test/ |
D | ChronicleApiStorageTest.kt | 41 val timestamp1 = instant1.toProtoTimestamp() in testInstantToTimestamp() constant 48 val timestamp1 = Timestamp.newBuilder().setSeconds(901).setNanos(101).build() in testTimestampToInstant() constant
|
/aosp_15_r20/frameworks/opt/car/services/updatableServices/tests/src/com/android/internal/car/updatable/ |
D | UserMetricsTest.java | 56 long timestamp1 = sendStartingEvent(mUserId); in testStartingEvent_multipleCallsDifferentUser() local 66 long timestamp1 = sendStartingEvent(mUserId); in testStartingEvent_multipleCallsSameUser() local 129 long timestamp1 = sendStopingEvent(mUserId); in testStopingEvent_multipleCallsDifferentUser() local 139 long timestamp1 = sendStopingEvent(mUserId); in testStopingEvent_multipleCallsSameUser() local
|
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
H A D | hal_outputs.c | 155 inv_time_t timestamp1; in inv_get_sensor_type_linear_acceleration() local 299 inv_time_t timestamp1; in inv_get_sensor_type_rotation_vector_6_axis() local 344 inv_time_t timestamp1; in inv_get_sensor_type_geomagnetic_rotation_vector() local 551 inv_time_t timestamp1; in inv_get_sensor_type_orientation_6_axis() local 563 inv_time_t timestamp1; in inv_get_sensor_type_orientation_geomagnetic() local
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/utils/ |
H A D | BackupManagerMonitorDumpsysUtilsTest.java | 208 long timestamp1 = System.currentTimeMillis(); in isDateAfterNMillisec_date1IsAfterThanDate2_returnTrue() local 218 long timestamp1 = System.currentTimeMillis(); in isDateAfterNMillisec_date1IsAfterNMillisecFromDate2_returnTrue() local 228 long timestamp1 = System.currentTimeMillis(); in isDateAfterNMillisec_date1IsLessThanNMillisecFromDate2_returnFalse() local
|
/aosp_15_r20/packages/modules/Connectivity/thread/tests/unit/src/android/net/thread/ |
D | OperationalDatasetTimestampTest.java | 69 OperationalDatasetTimestamp timestamp1 = new OperationalDatasetTimestamp(100L, 10, true); in toTlvValue_conversionIsLossLess() local 84 OperationalDatasetTimestamp timestamp1 = in toTlvValue_timestampFromInstant_conversionIsLossLess() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/ |
D | DatabaseUtilsTest.java | 343 final Long timestamp1 = 1001L; in getAppUsageEventForUsers_returnExpectedMap() local 394 final Long timestamp1 = Long.valueOf(1001L); in getHistoryMap_returnExpectedMap() local
|
/aosp_15_r20/packages/modules/Connectivity/thread/tests/cts/src/android/net/thread/cts/ |
D | OperationalDatasetTimestampTest.java | 86 OperationalDatasetTimestamp timestamp1 = in toInstant_onlyAuthoritativeSourceDiscarded() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/copy_file_range/ |
H A D | copy_file_range03.c | 32 struct timespec timestamp1, timestamp2; in verify_copy_file_range_timestamp() local
|
/aosp_15_r20/development/tools/winscope/src/viewers/common/ |
H A D | log_presenter_test.ts | 29 const timestamp1 = TimestampConverterUtils.makeElapsedTimestamp(1n); constant
|
H A D | hierarchy_presenter_test.ts | 32 const timestamp1 = TimestampConverterUtils.makeElapsedTimestamp(1n); constant
|
H A D | log_viewer_presenter_test.ts | 57 const timestamp1 = TimestampConverterUtils.makeElapsedTimestamp(1n); constant
|
H A D | hierarchy_viewer_presenter_test.ts | 46 const timestamp1 = TimestampConverterUtils.makeElapsedTimestamp(1n); constant
|
/aosp_15_r20/external/webrtc/modules/include/ |
H A D | module_common_types_public.h | 106 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) { in LatestTimestamp()
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
H A D | FgsLoggerTest.java | 652 long timestamp1 = mFgsLogger.logForegroundServiceApiEventBegin( in multipleTypesOneFgsTest() local
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | InputProcessor_test.cpp | 211 timeval timestamp1 = {1, 1}; in TEST_F() local
|
/aosp_15_r20/art/test/2246-trace-stream/src/ |
H A D | BaseTraceParser.java | 238 int timestamp1 = readNumber(4); in ProcessEventEntry() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | FileDownloadCache.java | 99 Long timestamp1 = Long.valueOf(o1.mFile.lastModified()); in compare() local
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/ |
H A D | dtmf_buffer_unittest.cc | 231 uint32_t timestamp1 = 0xFFFFFFFF - duration; in TEST() local
|
/aosp_15_r20/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/ |
D | NotificationOtpDetectionHelperTest.kt | 121 val timestamp1 = 0L in testGetTextForDetection_messagesIncludedSorted() constant
|
/aosp_15_r20/external/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
H A D | TimestampsTest.java | 518 Timestamp timestamp1 = timestamp(-50, 500); in testComparator() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
H A D | TimestampsTest.java | 518 Timestamp timestamp1 = timestamp(-50, 500); in testComparator() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/log/table/ |
H A D | TableLogBufferTest.kt | 554 val timestamp1 = TABLE_LOG_DATE_FORMAT.format(100L) in <lambda>() constant
|
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
H A D | AudioTrackSurroundTest.java | 309 private double calculateSampleRate(AudioTimestamp timestamp1, AudioTimestamp timestamp2) { in calculateSampleRate()
|
/aosp_15_r20/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/ |
H A D | ViewManagerImplTest.java | 974 Timestamp timestamp1 = Timestamp.create(1, 0); in settingStateToDisabledWillClearStats() local
|
/aosp_15_r20/external/icu/tools/srcgen/currysrc/libs/ |
HD | org.eclipse.core.resources_3.13.0.v20180512-1138.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |