Home
last modified time | relevance | path

Searched refs:OS (Results 1 – 23 of 23) sorted by relevance

/tools/aadevtools/avd/
Dpatch_avd.sh31 OS="$(uname -s)"
32 echo "Running on $OS"
33 if [[ $OS == "Linux" ]]; then
35 elif [[ $OS == "Darwin" ]]; then
38 echo "ERROR: this does not work on $OS"
Dpatch_all_avds.sh27 OS="$(uname -s)"
28 echo "Running on $OS"
29 if [[ $OS == "Linux" ]]; then
31 elif [[ $OS == "Darwin" ]]; then
34 echo "ERROR: this does not work on $OS"
Dadd_avd_img.sh38 OS="$(uname -s)"
39 echo "Running on $OS"
40 if [[ $OS == "Linux" ]]; then
43 elif [[ $OS == "Darwin" ]]; then
47 echo "ERROR: this does not work on $OS"
Dset_avds_force_cold_boot.sh26 OS="$(uname -s)"
27 echo "Running on $OS"
28 if [[ $OS == "Linux" ]]; then
30 elif [[ $OS == "Darwin" ]]; then
33 echo "ERROR: this does not work on $OS"
Dcreate_avd.sh62 OS="$(uname -s)"
63 echo "Running on $OS"
64 if [[ $OS == "Linux" ]]; then
67 elif [[ $OS == "Darwin" ]]; then
71 echo "ERROR: this does not work on $OS"
/tools/netsim/scripts/
Dformat_code.sh19 OS=$(uname | tr '[:upper:]' '[:lower:]') # The possible values are "linux" and "darwin".
29 RUSTFMT=$REPO/prebuilts/rust/$OS-x86/stable/rustfmt
56 BPFMT=$REPO/prebuilts/build-tools/$OS-x86/bin/bpfmt
Dproto_update.sh74 OS=$(uname | tr '[:upper:]' '[:lower:]')
77 RUSTFMT=`ls -d ../../prebuilts/rust/$OS-x86/*/bin/rustfmt | tail -1`
/tools/asuite/asuite_plugin/
Dgradlew.bat9 if "%OS%"=="Windows_NT" setlocal
51 if not "%OS%" == "Windows_NT" goto win9xME_args
82 if "%OS%"=="Windows_NT" endlocal
/tools/metalava/
Dgradlew.bat9 if "%OS%"=="Windows_NT" setlocal
51 if not "%OS%" == "Windows_NT" goto win9xME_args
82 if "%OS%"=="Windows_NT" endlocal
/tools/trebuchet/
Dgradlew.bat9 if "%OS%"=="Windows_NT" setlocal
51 if not "%OS%" == "Windows_NT" goto win9xME_args
82 if "%OS%"=="Windows_NT" endlocal
/tools/netsim/guide/src/
DREADME.md13 | 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…
/tools/tradefederation/core/src/com/android/tradefed/log/
DBaseStreamLogger.java27 public abstract class BaseStreamLogger<OS extends OutputStream> extends BaseLeveledLogOutput {
41 protected OS mOutputStream;
/tools/ndkports/
Dgradlew.bat25 if "%OS%"=="Windows_NT" setlocal
87 if "%OS%"=="Windows_NT" endlocal
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DZipUtil.java63 String OS = System.getProperty("os.name").toLowerCase();
64 IS_UNIX = (OS.contains("nix") || OS.contains("nux") || OS.contains("aix"));
/tools/apksig/
Dgradlew.bat25 if "%OS%"=="Windows_NT" setlocal
90 if "%OS%"=="Windows_NT" endlocal
/tools/test/openhst/
DMakefile23 ifeq ($(OS),Windows_NT)
/tools/netsim/guide/src/development/
DREADME.md43 | Supported OS | Linux, MacOS, Windows | Linux |
52 For developing netsim alongside emulator, start with the OS specific build
/tools/aadevtools/
DREADME.md8 * Bridge the app ecosystem for [Android Automotive OS](https://developer.android.com/training/cars)
/tools/repohooks/
DREADME.md113 Some variables are available to make it easier to handle OS differences. These
276 provide consistent behavior for developers across different OS and Linux
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_lineage.txt116 different OS or in a different locale.
Dhelp_rotate.txt122 different OS or in a different locale.
Dhelp_sign.txt233 different OS or in a different locale.
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dfailure_details.proto238 // non-zero exit code returned by the spawned process to the OS.