Home
last modified time | relevance | path

Searched refs:batch (Results 1 – 25 of 32) sorted by relevance

12

/expo/packages/expo-dev-launcher/ios/Logs/
H A DEXDevLauncherRemoteLogsManager.swift4 private var batch: [String] = [] variable
12 batch.append("\(exception.name.rawValue): \(exception.reason ?? exception.description)") in deferError()
13 batch.append(" \(exception.callStackSymbols.joined(separator: "\n "))") in deferError()
17 batch.append(message) in deferError()
30 "data": [batch.joined(separator: "\n")] in sendSync()
33 batch.removeAll() in sendSync()
37 batch.removeAll() in sendSync()
/expo/tools/src/promote-packages/tasks/
H A DpromotePackages.ts30 const batch = logger.batch();
32 batch.log(' ', green.bold(pkg.packageName));
33 batch.log(
48 batch.log(' ', `Dropping ${yellow(distTag)} tag (${cyan(currentVersion)})...`);
55 batch.flush();
/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/logs/
H A DDevLauncherRemoteLogManager.kt11 private val batch: MutableList<String> = mutableListOf() constant in expo.modules.devlauncher.logs.DevLauncherRemoteLogManager
14 batch.add(throwable.toRemoteLogString()) in deferError()
18 batch.add(message) in deferError()
27 webSocket.send(DevLauncherRemoteLog(batch).toJson()) in onOpen()
29 batch.clear() in onOpen()
/expo/packages/create-expo/src/__tests__/
H A Dtelemetry.test.ts73 const { batch, sentAt }: { batch: any[]; sentAt: string } = bodyAsjson; constant
75 expect(batch.length).toEqual(3);
76 expect(batch[0]).toEqual(
86 expect(batch[1]).toEqual(
99 expect(batch[2]).toEqual(
186 const { batch, sentAt }: { batch: any[]; sentAt: string } = bodyAsjson; constant
189 expect(batch[0]).toEqual(
200 expect(batch[1]).toEqual(
214 expect(batch[2]).toEqual(
260 const { batch }: { batch: any[] } = JSON.parse(request.body); constant
[all …]
/expo/tools/src/publish-packages/tasks/
H A DupdateWorkspaceProjects.ts55 const batch = logger.batch();
57 batch.log(' ', green(projectName));
84 batch.log(
96 if (batch.batchedLogs.length > 1) {
97 batch.flush();
/expo/tools/src/
H A DLogger.ts46 batch(): LoggerBatch { method in Logger
/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXGLNativeContext.cpp92 for (const auto &batch : copy) { in flush() local
93 for (const auto &op : batch) { in flush()
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXGLNativeContext.cpp92 for (const auto &batch : copy) { in flush() local
93 for (const auto &op : batch) { in flush()
/expo/packages/expo-gl/common/
H A DEXGLNativeContext.cpp97 for (const auto &batch : copy) { in flush() local
98 for (const auto &op : batch) { in flush()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXGLNativeContext.cpp97 for (const auto &batch : copy) { in flush() local
98 for (const auto &op : batch) { in flush()
/expo/ios/vendored/unversioned/react-native-reanimated/ios/
H A DREANodesManager.mm27 // in its turn will trigger relayout if no batch has been activated
66 // before we run uimanager batch complete, we override coordinator observers list
71 // that the commands will execute out of order or that we intercept a batch of commands that
72 // those modules may be in a middle of (we verify that batch isn't in progress for uimodule
84 // run batch
236 // if display link is set it means some of the operations that have run as a part of the batch
/expo/ios/vendored/sdk49/react-native-reanimated/ios/
H A DABI49_0_0REANodesManager.mm27 // in its turn will trigger relayout if no batch has been activated
66 // before we run uimanager batch complete, we override coordinator observers list
71 // that the commands will execute out of order or that we intercept a batch of commands that
72 // those modules may be in a middle of (we verify that batch isn't in progress for uimodule
84 // run batch
236 // if display link is set it means some of the operations that have run as a part of the batch
/expo/packages/create-expo/src/
H A Dtelemetry.ts154 batch: messageBatch.map((message) => ({ ...message, sentAt: new Date() })),
/expo/ios/vendored/sdk48/react-native-reanimated/ios/
H A DABI48_0_0REANodesManager.m30 // in its turn will trigger relayout if no batch has been activated
69 // before we run uimanager batch complete, we override coordinator observers list
74 // that the commands will execute out of order or that we intercept a batch of commands that
75 // those modules may be in a middle of (we verify that batch isn't in progress for uimodule
87 // run batch
150 // if display link is set it means some of the operations that have run as a part of the batch
/expo/ios/vendored/sdk47/react-native-reanimated/ios/
H A DABI47_0_0REANodesManager.m30 // in its turn will trigger relayout if no batch has been activated
69 // before we run uimanager batch complete, we override coordinator observers list
74 // that the commands will execute out of order or that we intercept a batch of commands that
75 // those modules may be in a middle of (we verify that batch isn't in progress for uimodule
87 // run batch
150 // if display link is set it means some of the operations that have run as a part of the batch
/expo/packages/create-expo-module/build/
H A Dtelemetry.js.map1 …7CQAaGgIrLTgu3Fp4OdOkI', // expo unified,\n 'https://cdp.expo.dev/v1/batch',\n {\n …
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/
H A DVirtualizedList-test.js.snap1197 exports[`VirtualizedList renders empty list after batch 1`] = `
1832 exports[`constrains batch render region when an item is removed 1`] = `
3007 exports[`renders items before initialScrollIndex on first batch tick when virtualization disabled 1…
3905 exports[`renders zero-height tail spacer on batch render if cells not yet measured and getItemLayou…
3993 exports[`retains batch render region when an item is appended 1`] = `
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/
H A DVirtualizedList-test.js.snap1211 exports[`VirtualizedList renders empty list after batch 1`] = `
2048 exports[`constrains batch render region when an item is removed 1`] = `
3906 exports[`renders items before initialScrollIndex on first batch tick when virtualization disabled 1…
4827 exports[`renders zero-height tail spacer on batch render if cells not yet measured and getItemLayou…
4918 exports[`retains batch render region when an item is appended 1`] = `
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/NativeAnimation/
H A DABI47_0_0RCTNativeAnimatedNodesManager.m178 // disconnected in the same batch. In that case we don't need to restore
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/NativeAnimation/
H A DABI49_0_0RCTNativeAnimatedNodesManager.m174 // disconnected in the same batch. In that case we don't need to restore
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/NativeAnimation/
H A DABI48_0_0RCTNativeAnimatedNodesManager.m174 // disconnected in the same batch. In that case we don't need to restore
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Modules/
H A DABI47_0_0RCTUIManager.m1229 // If there is an active batch layout will happen when batch finished, so we will wait for that.
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Modules/
H A DABI49_0_0RCTUIManager.m1229 // If there is an active batch layout will happen when batch finished, so we will wait for that.
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Modules/
H A DABI48_0_0RCTUIManager.m1229 // If there is an active batch layout will happen when batch finished, so we will wait for that.
/expo/docs/pages/push-notifications/
H A Dsending-notifications.mdx171 After receiving a batch of notifications, Expo enqueues each notification to deliver to the Android…

12