Home
last modified time | relevance | path

Searched refs:machine (Results 1 – 25 of 141) sorted by relevance

123456

/expo/packages/expo-updates/ios/Tests/
H A DUpdatesStateMachineSpec.swift26 expect(machine.state) == .idle in spec()
34 expect(machine.state) == .checking in spec()
40 expect(machine.state) == .idle in spec()
56 expect(machine.state) == .checking in spec()
59 expect(machine.state) == .idle in spec()
77 expect(machine.state) == .idle in spec()
92 expect(machine.state) == .checking in spec()
95 expect(machine.state) == .idle in spec()
109 expect(machine.state) == .checking in spec()
119 expect(machine.state) == .checking in spec()
[all …]
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/
H A DUpdatesStateMachineInstrumentationTest.kt44 machine.processEvent(UpdatesStateEvent.Check()) in test_handleCheckAndCheckCompleteAvailable()
49 machine.processEvent( in test_handleCheckAndCheckCompleteAvailable()
55 Assert.assertFalse(machine.context.isChecking) in test_handleCheckAndCheckCompleteAvailable()
67 machine.processEvent(UpdatesStateEvent.Check()) in test_handleCheckCompleteUnavailable()
75 Assert.assertFalse(machine.context.isChecking) in test_handleCheckCompleteUnavailable()
92 machine.processEvent( in test_handleDownloadAndDownloadComplete()
119 Assert.assertFalse(machine.context.isChecking) in test_handleRollback()
120 Assert.assertNull(machine.context.checkError) in test_handleRollback()
136 machine.processEvent( in test_checkError()
140 Assert.assertFalse(machine.context.isChecking) in test_checkError()
[all …]
/expo/packages/expo-updates/src/statemachine/__tests__/
H A DUpdatesStateMachine-test.node.ts17 machine.send(event);
45 machine.send(checkEvent);
46 machine.send(checkCompleteEvent);
62 machine.send(downloadEvent);
91 machine.send(downloadEvent);
92 machine.send(downloadCompleteEvent);
120 machine.send(checkEvent);
163 machine.send(downloadEvent);
164 machine.send(downloadCompleteEvent);
165 machine.send(checkEvent);
[all …]
/expo/ios/versioned/sdk49/EXConstants/
H A DABI49_0_0EXConstantsService.m154 sysctlbyname("hw.machine", NULL, &size, NULL, 0);
155 char *machine = malloc(size);
156 sysctlbyname("hw.machine", machine, &size, NULL, 0);
157 NSString *platform = [NSString stringWithUTF8String:machine];
158 free(machine);
/expo/packages/expo-constants/ios/
H A DEXConstantsService.m159 sysctlbyname("hw.machine", NULL, &size, NULL, 0);
160 char *machine = malloc(size);
161 sysctlbyname("hw.machine", machine, &size, NULL, 0);
162 NSString *platform = [NSString stringWithUTF8String:machine];
163 free(machine);
/expo/docs/pages/eas-update/
H A Denvironment-variables.mdx12 …he corresponding environment variable values in **.env** files present on your development machine.
14 ….env** files that are present on the machine from which the update is published, whether that is y…
20 …` variables into your app source code as long as they are present on the machine the `eas update` …
/expo/docs/pages/build/
H A Dintroduction.mdx43 title="Run builds on your own machine"
44 …description="EAS Build is a hosted service, but you can also run it on your own machine, for examp…
/expo/packages/expo-av/android/src/test/java/expo/modules/av/progress/
H A DProgressLooperTest.kt200 fun `time machine not called if no looping started`() { in time machine not called if no looping started()
208 fun `time machine not called after looping stopped`() { in time machine not called after looping stopped()
/expo/docs/pages/get-started/
H A Dinstallation.mdx16 To use Expo, you need to have the following tools installed on your machine:
38 …package runner. To start your app, open the terminal on your development machine and run the `npx …
/expo/docs/pages/submit/
H A Dintroduction.mdx12 …an submit your app to both stores as long as you can run EAS CLI on your machine. This means you c…
/expo/ios/versioned/sdk47/EXConstants/EXConstants/
H A DABI47_0_0EXConstantsService.m156 sysctlbyname("hw.machine", NULL, &size, NULL, 0);
157 char *machine = malloc(size);
158 sysctlbyname("hw.machine", machine, &size, NULL, 0);
159 NSString *platform = [NSString stringWithUTF8String:machine];
160 free(machine);
/expo/ios/versioned/sdk48/EXConstants/
H A DABI48_0_0EXConstantsService.m156 sysctlbyname("hw.machine", NULL, &size, NULL, 0);
157 char *machine = malloc(size);
158 sysctlbyname("hw.machine", machine, &size, NULL, 0);
159 NSString *platform = [NSString stringWithUTF8String:machine];
160 free(machine);
/expo/docs/pages/app-signing/
H A Dexisting-credentials.mdx9 …(iOS), along with associated passwords. This is uploaded from your local machine at the time any g…
/expo/packages/expo-media-library/android/
H A D.gitignore141 # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
229 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
/expo/packages/expo-sms/android/
H A D.gitignore141 # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
229 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
/expo/packages/expo-gl/android/
H A D.gitignore141 # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
229 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
/expo/packages/expo-random/android/
H A D.gitignore141 # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
229 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
/expo/packages/expo-modules-core/android-annotation/
H A D.gitignore141 # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
229 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
/expo/packages/expo-image-picker/android/
H A D.gitignore141 # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
229 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
/expo/packages/expo-location/android/
H A D.gitignore141 # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
229 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
/expo/packages/expo-system-ui/android/
H A D.gitignore141 # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
229 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
/expo/packages/expo-splash-screen/android/
H A D.gitignore141 # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
229 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
/expo/packages/expo-eas-client/android/
H A D.gitignore140 # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
236 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
/expo/packages/expo-font/android/
H A D.gitignore141 # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
229 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
/expo/packages/expo-document-picker/android/
H A D.gitignore141 # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
229 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml

123456