Home
last modified time | relevance | path

Searched refs:kill (Results 1 – 25 of 30) sorted by relevance

12

/expo/packages/expo-test-runner/src/
H A DBundlerController.ts27 process.kill(pid, signal);
31 process.kill(pid, 0);
/expo/packages/@expo/cli/e2e/__tests__/
H A Dstart-test.ts109 const kill = () => ensurePortFreeAsync(8081); constant
112 await kill();
116 await kill();
197 promise.kill('SIGTERM');
/expo/packages/expo-test-runner/build/
H A DBundlerController.js29 process.kill(pid, signal);
33 process.kill(pid, 0);
H A DUtils.js.map1kill emulator...');\n await spawnAsync('adb', ['-s', 'emulator-5554', 'emu', 'kill'], { stdio: …
H A DBundlerController.js.map1kill(pid, signal);\n let count = 0;\n const interval = setInterval(() => {\n …
/expo/packages/jest-expo/bin/
H A Djest.js29 process.kill(process.pid, result.signal);
/expo/packages/expo-yarn-workspaces/bin/
H A Dexpo-yarn-workspaces.js32 process.kill(process.pid, result.signal);
/expo/packages/@expo/cli/src/start/doctor/ngrok/
H A DNgrokResolver.ts45 kill(): Promise<void>; method
/expo/packages/@expo/cli/src/start/server/middleware/inspector/
H A DLaunchBrowserImplMacOS.ts55 this._process?.kill();
H A DLaunchBrowserImplLinux.ts74 this._process?.kill();
/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DDebugserverClient.ts49 async kill() { method in DebugserverClient
/expo/tools/src/
H A DIOSSimulatorTestSuite.ts73 logProcess.kill('SIGTERM');
/expo/packages/@expo/cli/src/start/platforms/android/
H A Demulator.ts110 emulatorProcess.kill(signal);
/expo/packages/@expo/cli/src/start/server/
H A DAsyncNgrok.ts101 await this.resolver.get()?.kill?.();
/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DAppleDevice.ts139 await debugServerClient.kill();
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DsimctlLogging.ts184 this.childProcess?.kill();
/expo/packages/@expo/cli/src/start/server/__tests__/
H A DAsyncNgrok-test.ts18 kill: jest.fn(),
/expo/packages/@expo/cli/e2e/__tests__/export/
H A Dserver.test.ts59 server?.kill();
H A Dstatic-rendering.test.ts71 server.kill();
/expo/docs/pages/build-reference/
H A De2e-tests.mdx331 adb emu kill &
646 adb emu kill &
/expo/packages/expo-location/
H A DCHANGELOG.md123 - Add an option to whether kill or keep the foreground service when app is killed on Android. ([#15…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI47_0_0RCTTextInputComponentView.mm616 // because setting the attributed string will kill the dictation. This means that we can't impose
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI49_0_0RCTTextInputComponentView.mm625 // because setting the attributed string will kill the dictation. This means that we can't impose
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI48_0_0RCTTextInputComponentView.mm621 // because setting the attributed string will kill the dictation. This means that we can't impose
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI47_0_0RCTBaseTextInputView.m102 // because setting the attributed string will kill the dictation. This means that we can't impose

12