Searched refs:OS (Results 1 – 23 of 23) sorted by relevance
31 OS="$(uname -s)"32 echo "Running on $OS"33 if [[ $OS == "Linux" ]]; then35 elif [[ $OS == "Darwin" ]]; then38 echo "ERROR: this does not work on $OS"
27 OS="$(uname -s)"28 echo "Running on $OS"29 if [[ $OS == "Linux" ]]; then31 elif [[ $OS == "Darwin" ]]; then34 echo "ERROR: this does not work on $OS"
38 OS="$(uname -s)"39 echo "Running on $OS"40 if [[ $OS == "Linux" ]]; then43 elif [[ $OS == "Darwin" ]]; then47 echo "ERROR: this does not work on $OS"
26 OS="$(uname -s)"27 echo "Running on $OS"28 if [[ $OS == "Linux" ]]; then30 elif [[ $OS == "Darwin" ]]; then33 echo "ERROR: this does not work on $OS"
62 OS="$(uname -s)"63 echo "Running on $OS"64 if [[ $OS == "Linux" ]]; then67 elif [[ $OS == "Darwin" ]]; then71 echo "ERROR: this does not work on $OS"
19 OS=$(uname | tr '[:upper:]' '[:lower:]') # The possible values are "linux" and "darwin".29 RUSTFMT=$REPO/prebuilts/rust/$OS-x86/stable/rustfmt56 BPFMT=$REPO/prebuilts/build-tools/$OS-x86/bin/bpfmt
74 OS=$(uname | tr '[:upper:]' '[:lower:]')77 RUSTFMT=`ls -d ../../prebuilts/rust/$OS-x86/*/bin/rustfmt | tail -1`
9 if "%OS%"=="Windows_NT" setlocal51 if not "%OS%" == "Windows_NT" goto win9xME_args82 if "%OS%"=="Windows_NT" endlocal
13 | nimble device with HCI connector | host OS C++ apps using Nimbile blu…14 | [Bumble](https://github.com/google/bumble) device | host OS python apps using Bumble b…
27 public abstract class BaseStreamLogger<OS extends OutputStream> extends BaseLeveledLogOutput {41 protected OS mOutputStream;
25 if "%OS%"=="Windows_NT" setlocal87 if "%OS%"=="Windows_NT" endlocal
63 String OS = System.getProperty("os.name").toLowerCase();64 IS_UNIX = (OS.contains("nix") || OS.contains("nux") || OS.contains("aix"));
25 if "%OS%"=="Windows_NT" setlocal90 if "%OS%"=="Windows_NT" endlocal
23 ifeq ($(OS),Windows_NT)
43 | Supported OS | Linux, MacOS, Windows | Linux |52 For developing netsim alongside emulator, start with the OS specific build
8 * Bridge the app ecosystem for [Android Automotive OS](https://developer.android.com/training/cars)
113 Some variables are available to make it easier to handle OS differences. These276 provide consistent behavior for developers across different OS and Linux
116 different OS or in a different locale.
122 different OS or in a different locale.
233 different OS or in a different locale.
238 // non-zero exit code returned by the spawned process to the OS.