Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/expo/packages/expo-dev-launcher/ios/Errors/
H A DEXDevLauncherErrorRegistry.swift8 public let timestamp: Int64 variable
14 init(timestamp: Int64, message: String, stack: String) {
15 self.timestamp = timestamp;
23 "timestamp": timestamp, in toDict()
53 guard let timestamp = savedException["timestamp"] as? Int64 else { in consumeException() variable
65 return EXDevLauncherErrorInstance(timestamp: timestamp, message: message, stack: stack) in consumeException()
/expo/packages/expo-maps/ios/ExpoMaps/Records/
H A DUserLocationRecord.swift14 @Field var timestamp: Double? variable
24 timestamp = location.timestamp.timeIntervalSinceReferenceDate * 1000
35 timestamp = (location.location?.timestamp.timeIntervalSinceReferenceDate ?? -1) * 1000
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/Records/
H A DUserLocationRecord.swift14 @Field var timestamp: Double? variable
24 timestamp = location.timestamp.timeIntervalSinceReferenceDate * 1000
35 timestamp = (location.location?.timestamp.timeIntervalSinceReferenceDate ?? -1) * 1000
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/Records/
H A DUserLocationRecord.swift14 @Field var timestamp: Double? variable
24 timestamp = location.timestamp.timeIntervalSinceReferenceDate * 1000
35 timestamp = (location.location?.timestamp.timeIntervalSinceReferenceDate ?? -1) * 1000
/expo/packages/expo-dev-launcher/bundle/providers/
H A DRecentlyOpenedAppsProvider.tsx12 timestamp: number;
61 const previousTimestamp = recentApps[id]?.timestamp ?? 0;
63 if (app.timestamp > previousTimestamp) {
68 // sorted by most recent timestamp first
70 (a, b) => b.timestamp - a.timestamp
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/rnskia/
H A DABI47_0_0RNSkInfoParameter.h24 JSI_PROPERTY_GET(timestamp) { return _timestamp; } in JSI_PROPERTY_GET() argument
38 touchObj.setProperty(runtime, "timestamp", (double)t.timestamp / 1000.0); in JSI_PROPERTY_GET()
49 JSI_EXPORT_PROP_GET(ABI47_0_0RNSkInfoObject, timestamp), in JSI_EXPORT_PROPERTY_GETTERS() argument
52 void beginDrawOperation(int width, int height, double timestamp) { in JSI_EXPORT_PROPERTY_GETTERS()
55 _timestamp = timestamp; in JSI_EXPORT_PROPERTY_GETTERS()
77 touches.at(i).timestamp = ms; in updateTouches()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/rnskia/
H A DRNSkInfoParameter.h24 JSI_PROPERTY_GET(timestamp) { return _timestamp; } in JSI_PROPERTY_GET() argument
38 touchObj.setProperty(runtime, "timestamp", (double)t.timestamp / 1000.0); in JSI_PROPERTY_GET()
49 JSI_EXPORT_PROP_GET(RNSkInfoObject, timestamp), in JSI_EXPORT_PROPERTY_GETTERS() argument
52 void beginDrawOperation(int width, int height, double timestamp) { in JSI_EXPORT_PROPERTY_GETTERS()
55 _timestamp = timestamp; in JSI_EXPORT_PROPERTY_GETTERS()
77 touches.at(i).timestamp = ms; in updateTouches()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Utilities/
H A DIPerformanceLogger.d.ts43 markPoint(key: string, timestamp?: number, extras?: Extras): void;
46 startTimespan(key: string, timestamp?: number, extras?: Extras): void;
47 stopTimespan(key: string, timestamp?: number, extras?: Extras): void;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Utilities/
H A DcreatePerformanceLogger.d.ts43 markPoint(key: string, timestamp?: number, extras?: Extras): void;
46 startTimespan(key: string, timestamp?: number, extras?: Extras): void;
47 stopTimespan(key: string, timestamp?: number, extras?: Extras): void;
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/
H A DRNSkInfoParameter.h22 JSI_PROPERTY_GET(timestamp) { return _timestamp; } in JSI_PROPERTY_GET() argument
37 static_cast<double>(t.timestamp / 1000.0)); in JSI_PROPERTY_GET()
48 JSI_EXPORT_PROP_GET(RNSkInfoObject, timestamp), in JSI_EXPORT_PROPERTY_GETTERS() argument
51 void beginDrawOperation(int width, int height, double timestamp) { in JSI_EXPORT_PROPERTY_GETTERS()
54 _timestamp = timestamp; in JSI_EXPORT_PROPERTY_GETTERS()
77 touches.at(i).timestamp = ms; in updateTouches()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/
H A DRNSkInfoParameter.h22 JSI_PROPERTY_GET(timestamp) { return _timestamp; } in JSI_PROPERTY_GET() argument
37 static_cast<double>(t.timestamp / 1000.0)); in JSI_PROPERTY_GET()
48 JSI_EXPORT_PROP_GET(RNSkInfoObject, timestamp), in JSI_EXPORT_PROPERTY_GETTERS() argument
51 void beginDrawOperation(int width, int height, double timestamp) { in JSI_EXPORT_PROPERTY_GETTERS()
54 _timestamp = timestamp; in JSI_EXPORT_PROPERTY_GETTERS()
77 touches.at(i).timestamp = ms; in updateTouches()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/
H A DABI49_0_0RNSkInfoParameter.h22 JSI_PROPERTY_GET(timestamp) { return _timestamp; } in JSI_PROPERTY_GET() argument
37 static_cast<double>(t.timestamp / 1000.0)); in JSI_PROPERTY_GET()
48 JSI_EXPORT_PROP_GET(ABI49_0_0RNSkInfoObject, timestamp), in JSI_EXPORT_PROPERTY_GETTERS() argument
51 void beginDrawOperation(int width, int height, double timestamp) { in JSI_EXPORT_PROPERTY_GETTERS()
54 _timestamp = timestamp; in JSI_EXPORT_PROPERTY_GETTERS()
77 touches.at(i).timestamp = ms; in updateTouches()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/
H A DRNSkInfoParameter.h22 JSI_PROPERTY_GET(timestamp) { return _timestamp; } in JSI_PROPERTY_GET() argument
37 static_cast<double>(t.timestamp / 1000.0)); in JSI_PROPERTY_GET()
48 JSI_EXPORT_PROP_GET(RNSkInfoObject, timestamp), in JSI_EXPORT_PROPERTY_GETTERS() argument
51 void beginDrawOperation(int width, int height, double timestamp) { in JSI_EXPORT_PROPERTY_GETTERS()
54 _timestamp = timestamp; in JSI_EXPORT_PROPERTY_GETTERS()
77 touches.at(i).timestamp = ms; in updateTouches()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/
H A DRNSkInfoParameter.h22 JSI_PROPERTY_GET(timestamp) { return _timestamp; } in JSI_PROPERTY_GET() argument
37 static_cast<double>(t.timestamp / 1000.0)); in JSI_PROPERTY_GET()
48 JSI_EXPORT_PROP_GET(RNSkInfoObject, timestamp), in JSI_EXPORT_PROPERTY_GETTERS() argument
51 void beginDrawOperation(int width, int height, double timestamp) { in JSI_EXPORT_PROPERTY_GETTERS()
54 _timestamp = timestamp; in JSI_EXPORT_PROPERTY_GETTERS()
77 touches.at(i).timestamp = ms; in updateTouches()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/
H A DABI48_0_0RNSkInfoParameter.h22 JSI_PROPERTY_GET(timestamp) { return _timestamp; } in JSI_PROPERTY_GET() argument
37 static_cast<double>(t.timestamp / 1000.0)); in JSI_PROPERTY_GET()
48 JSI_EXPORT_PROP_GET(ABI48_0_0RNSkInfoObject, timestamp), in JSI_EXPORT_PROPERTY_GETTERS() argument
51 void beginDrawOperation(int width, int height, double timestamp) { in JSI_EXPORT_PROPERTY_GETTERS()
54 _timestamp = timestamp; in JSI_EXPORT_PROPERTY_GETTERS()
77 touches.at(i).timestamp = ms; in updateTouches()
/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/launcher/
H A DDevLauncherRecentlyOpenedAppsRegistry.kt14 val timestamp: Long, in <lambda>() constant in expo.modules.devlauncher.launcher.DevLauncherAppEntry
35 val timestamp = TimeHelper.getCurrentTime() in <lambda>() constant
58 appEntry["timestamp"] = timestamp in <lambda>()
74 if (TimeHelper.getCurrentTime() - appEntry.timestamp > TIME_TO_REMOVE) { in <lambda>()
95 recentlyOpenedApps.maxByOrNull { it.timestamp } in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updates/logging/
H A DUpdatesLogReader.kt43 private fun isEntryStringLaterThanTimestamp(entryString: String, timestamp: Long): Boolean { in <lambda>()
45 return entry.timestamp >= timestamp in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/logging/
H A DUpdatesLogReader.kt43 private fun isEntryStringLaterThanTimestamp(entryString: String, timestamp: Long): Boolean { in <lambda>()
45 return entry.timestamp >= timestamp in <lambda>()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/logging/
H A DUpdatesLogReader.kt43 private fun isEntryStringLaterThanTimestamp(entryString: String, timestamp: Long): Boolean { in <lambda>()
45 return entry.timestamp >= timestamp in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updates/logging/
H A DUpdatesLogReader.kt43 private fun isEntryStringLaterThanTimestamp(entryString: String, timestamp: Long): Boolean { in <lambda>()
45 return entry.timestamp >= timestamp in <lambda>()
/expo/packages/expo-modules-core/ios/Swift/DevTools/
H A DCdpNetworkTypes.swift87 let timestamp: MonotonicTime variable
100 self.timestamp = now
127 let timestamp: MonotonicTime variable
134 self.timestamp = now
142 let timestamp: MonotonicTime variable
147 self.timestamp = now
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/DevTools/
H A DCdpNetworkTypes.swift87 let timestamp: MonotonicTime variable
100 self.timestamp = now
127 let timestamp: MonotonicTime variable
134 self.timestamp = now
142 let timestamp: MonotonicTime variable
147 self.timestamp = now
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/devtools/cdp/
H A DCdpNetworkTypes.kt117 val timestamp: MonotonicTime, constant in expo.modules.kotlin.devtools.cdp.RequestWillBeSentParams
128 timestamp = now,
141 put("timestamp", timestamp) in toJSONObject()
179 val timestamp: MonotonicTime, constant in expo.modules.kotlin.devtools.cdp.ResponseReceivedParams
186 timestamp = now,
195 put("timestamp", timestamp) in toJSONObject()
205 val timestamp: MonotonicTime, constant in expo.modules.kotlin.devtools.cdp.LoadingFinishedParams
210 timestamp = now,
217 put("timestamp", timestamp) in toJSONObject()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/devtools/cdp/
H A DCdpNetworkTypes.kt117 val timestamp: MonotonicTime, constant in abi49_0_0.expo.modules.kotlin.devtools.cdp.RequestWillBeSentParams
128 timestamp = now,
141 put("timestamp", timestamp) in toJSONObject()
179 val timestamp: MonotonicTime, constant in abi49_0_0.expo.modules.kotlin.devtools.cdp.ResponseReceivedParams
186 timestamp = now,
195 put("timestamp", timestamp) in toJSONObject()
205 val timestamp: MonotonicTime, constant in abi49_0_0.expo.modules.kotlin.devtools.cdp.LoadingFinishedParams
210 timestamp = now,
217 put("timestamp", timestamp) in toJSONObject()
/expo/docs/common/
H A Dsentry-utilities.ts110 const timestamp = parseInt(localStorage.getItem(TIMESTAMP_KEY) || '', 10); constant
113 if (!timestamp) {
115 } else if (now - timestamp >= ONE_DAY_MS) {

12345678910>>...12