| /expo/packages/expo-updates/ios/Tests/ |
| H A D | UpdatesStateMachineSpec.swift | 26 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 D | UpdatesStateMachineInstrumentationTest.kt | 44 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 D | UpdatesStateMachine-test.node.ts | 17 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 D | ABI49_0_0EXConstantsService.m | 154 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 D | EXConstantsService.m | 159 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 D | environment-variables.mdx | 12 …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 D | introduction.mdx | 43 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 D | ProgressLooperTest.kt | 200 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 D | installation.mdx | 16 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 D | introduction.mdx | 12 …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 D | ABI47_0_0EXConstantsService.m | 156 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 D | ABI48_0_0EXConstantsService.m | 156 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 D | existing-credentials.mdx | 9 …(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 | .gitignore | 141 # 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 | .gitignore | 141 # 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 | .gitignore | 141 # 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 | .gitignore | 141 # 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 | .gitignore | 141 # 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 | .gitignore | 141 # 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 | .gitignore | 141 # 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 | .gitignore | 141 # 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 | .gitignore | 141 # 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 | .gitignore | 140 # 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 | .gitignore | 141 # 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 | .gitignore | 141 # 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
|